@font-face {
  font-family: 'Uni Neue';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Uni Neue Regular"), local("UniNeueRegular"), url("/asset/fonts/UniNeueRegular.woff") format("woff");
}
@font-face {
  font-family: 'Uni Neue';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Uni Neue Bold"), local("UniNeueBold"), url("/asset/fonts/UniNeueBold.woff") format("woff");
}
.gallery > *, .ext-boxes .item, .product-thumbs-list > li {
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}
@media (min-width: 600px) {
  .checkbox-col-list li {
    display: inline-block;
    margin-right: -0.25em;
    vertical-align: top;
  }
}
@media (min-width: 900px) {
  .form-2-cols .form-group, .row .col, .full-row > * {
    display: inline-block;
    margin-right: -0.25em;
    vertical-align: top;
  }
}
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
img, svg {
  max-width: 100%;
}
img.full-width {
  width: 100%;
}
.l-wrap, .lmed-wrap, .lmin-wrap, .lmax-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .l-wrap, .lmed-wrap, .lmin-wrap, .lmax-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-wrap {
  max-width: 1200px;
}
.lmed-wrap {
  max-width: 1200px;
}
@media (min-width: 900px) {
  .lmin-wrap {
    max-width: 720px;
  }
}
.lmax-wrap {
  max-width: 1460px;
}
body,
button,
input,
select,
textarea {
  color: #00292E;
  font-family: "Uni Neue", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #eb6600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  font-family: "Uni Neue", sans-serif;
  font-weight: bold;
  margin: 1em auto;
  letter-spacing: 1px;
  line-height: 1.25;
}
.h0 {
  font-size: 46px;
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .h0 {
    font-size: 40px;
  }
}
h1, .h1 {
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 40px;
  }
}
h2, .h2 {
  font-size: 38px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h2, .h2 {
    font-size: 30px;
  }
}
h3, .h3 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 26px;
  }
}
h4, .h4 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  h4, .h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
big {
  font-size: 125%;
}
.small {
  font-size: 13px;
  font-weight: normal;
}
.xsmall {
  font-size: 11px;
  font-weight: normal;
}
.lead {
  font-size: 30px;
  line-height: 1.75;
}
@media (max-width: 899px) {
  .lead {
    font-size: 20px;
  }
}
.lead.text-center {
  max-width: 1020px;
}
.bold {
  font-weight: bold !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.orange {
  color: #eb6600;
}
.dark-grey {
  color: #686768;
}
.grey {
  color: #B9B9B9;
}
.light-grey {
  color: #F5F5F5;
}
[class*='icon-'] {
  display: inline-block;
  line-height: 1;
}
[class*='icon-'] {
  width: 18px;
  height: 18px;
  vertical-align: text-top;
}
[class*='icon-'] svg {
  width: 18px;
  height: 18px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B9B9B9;
  font-size: 15px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #B9B9B9;
  font-size: 15px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #B9B9B9;
  font-size: 15px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #B9B9B9;
  font-size: 15px;
}
.form-control {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #B9B9B9;
  border-radius: 4px;
  margin-bottom: 20px;
}
.form-control.form-control-inline {
  width: auto;
  margin-right: 10px;
}
.form-control.form-control-lg {
  padding: 16px 15px;
}
.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #e8e8e8;
}
.has-error .form-control {
  border-color: #f10;
}
.form-group {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 900px) {
  .form-group {
    margin-bottom: 35px;
  }
}
.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}
.form-group .label {
  color: #7F7F7F;
}
@media (min-width: 600px) {
  .form-group .label {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    padding-left: 15px;
    font-weight: normal;
    height: 28px;
    margin: 0;
    overflow: hidden;
  }
}
@media (min-width: 600px) {
  .form-group .label + input, .form-group .label + select {
    margin-bottom: 35px;
    margin-top: 10px;
  }
}
.form-group .label ~ .help-block {
  font-size: 12px;
}
@media (min-width: 600px) {
  .form-group .label ~ .help-block {
    position: absolute;
    padding-left: 15px;
    bottom: -6px;
  }
}
@media (max-width: 599px) {
  .form-group .label ~ .help-block {
    display: block;
    margin-top: -15px;
    margin-bottom: 25px;
  }
}
@media (min-width: 600px) {
  .form-group.has-error .label {
    bottom: auto;
    top: 0;
    left: 10px;
    height: auto;
    padding: 2px 5px;
    background-color: #fff;
  }
}
.form-group.has-error .label ~ .help-block {
  color: #f10;
  bottom: 10px;
  left: 0;
}
.form-group .btn {
  vertical-align: unset;
}
.help-block {
  display: block;
  font-weight: bold;
}
.checkbox-error ~ .help-block {
  color: #f10;
}
.has-error {
  color: #f10;
}
select {
  height: 56px;
}
.form-2-cols {
  text-align: center;
}
@media (min-width: 900px) {
  .form-2-cols {
    margin-left: -50px;
  }
}
.form-2-cols .form-group {
  text-align: left;
  max-width: 535px;
  width: 100%;
}
@media (min-width: 900px) {
  .form-2-cols .form-group {
    margin-left: 50px;
    width: calc(50% - 50px);
  }
}
@media (max-width: 899px) {
  .form-2-cols .form-group {
    margin-left: auto;
    margin-right: auto;
  }
}
.radio label, .checkbox label {
  min-height: 21px;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 300;
  font-size: 13px;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -30px;
  margin-top: 5px;
}
.disabled-soft {
  opacity: 0.3;
}
.disabled-hard {
  opacity: 0.3;
  pointer-events: none;
}
.alert {
  background-color: #F5F5F5;
  padding: 20px 15px;
  margin: 60px 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.alert p {
  margin: 0 0 20px;
}
.alert p:last-child {
  margin-bottom: 5px;
}
.alert.alert-danger {
  background-color: rgba(255, 17, 0, 0.5);
  color: #fff;
}
.actions {
  text-align: center;
  margin: 0 0 60px;
}
/* radio, checkbox awesome */
.checkbox-col-list {
  margin: 0 0 0 20px;
  list-style: none;
  padding: 0;
}
@media (min-width: 600px) {
  .checkbox-col-list {
    margin-left: -40px;
    text-align: center;
  }
}
.checkbox-col-list li {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .checkbox-col-list li {
    width: 255px;
    margin-left: 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 600px) {
  .checkbox-col-list .checkbox-awesome label {
    font-size: 18px;
    padding: 80px 0 0 !important;
  }
  .checkbox-col-list .checkbox-awesome label:after {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    border-color: #707070;
    left: 50%;
    margin-left: -25px;
  }
  .checkbox-col-list .checkbox-awesome label:before {
    top: 13px;
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -14px;
  }
  .checkbox-col-list .checkbox-awesome input[type="checkbox"]:checked + label::after {
    border-color: #707070;
  }
}
.radio-awesome input[type="radio"], .checkbox-awesome input[type="checkbox"] {
  position: static;
  margin-left: 0;
}
.radio-awesome label input[type="radio"], .checkbox-awesome label input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
/* checkbox awesome */
.checkbox-awesome {
  margin-bottom: 20px;
}
.checkbox-awesome label {
  display: inline-block;
  position: relative;
  padding-left: 28px !important;
  padding-top: 3px;
  cursor: pointer;
}
.checkbox-awesome label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  margin-left: 0;
  border: 1px solid #B9B9B9;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.checkbox-awesome label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 5px;
  z-index: 2;
  width: 12px;
  height: 12px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #eb6600;
}
.checkbox-awesome input[type="checkbox"] {
  opacity: 0;
  position: absolute !important;
}
.checkbox-awesome.has-error {
  color: #f10;
}
.checkbox-awesome.has-error input[type="checkbox"] + label:after {
  border-color: #f10;
}
.checkbox-awesome input[type="checkbox"]:checked + label::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.checkbox-awesome input[type="checkbox"]:checked + label::after {
  border-color: #eb6600;
}
.checkbox-awesome input[type="checkbox"]:checked + label i {
  color: #000;
}
.checkbox-awesome input[type="checkbox"]:active + label::after {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.checkbox-awesome input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox-awesome input[type="checkbox"]:disabled + label::before {
  cursor: not-allowed;
}
.checkbox-error + label {
  color: #f10;
}
.checkbox-error + label:after {
  border-color: #f10;
}
/* radio awesome */
.radio-awesome {
  padding-left: 10px;
  margin-bottom: 15px;
  margin-right: 30px;
}
.radio-awesome label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
}
.radio-awesome label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  margin-left: -22px;
  border: 2px solid #686768;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio-awesome label:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 8px;
  top: 6px;
  margin-left: -25px;
  border-radius: 50%;
  background-color: #eb6600;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio-awesome input[type="radio"] {
  opacity: 0;
}
.selected .radio-awesome label:before {
  border: 2px solid #fff;
  background-color: #eb6600;
}
.selected .radio-awesome label:after {
  background-color: #fff;
}
.selected .radio-awesome input[type="radio"]:checked + label::before {
  border-color: #fff;
}
.radio-awesome input[type="radio"]:checked + label::before {
  border-color: #eb6600;
}
.radio-awesome input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.radio-awesome input[type="radio"]:checked + label i {
  color: #000;
}
.radio-awesome input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio-awesome input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio-awesome.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
/**/
.btn {
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  line-height: 1;
  text-align: center !important;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.btn-white, .btn-orange, .btn-grey, .btn-light-grey, .btn-black, .btn-green {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 16px;
  color: #fff;
  font-weight: normal;
}
.btn-white:hover, .btn-orange:hover, .btn-grey:hover, .btn-light-grey:hover, .btn-black:hover, .btn-green:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.btn-white:active, .btn-orange:active, .btn-grey:active, .btn-light-grey:active, .btn-black:active, .btn-green:active {
  -webkit-filter: saturate(1);
          filter: saturate(1);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.3);
  padding-top: 11px;
  padding-bottom: 9px;
}
.btn-white i, .btn-orange i, .btn-grey i, .btn-light-grey i, .btn-black i, .btn-green i {
  vertical-align: bottom;
  margin: 0 4px;
}
.btn-white {
  background-color: #fff;
  border-color: #898989;
  color: #686768;
}
.btn-white:hover {
  color: #000;
  border-color: #000;
}
.btn-orange {
  background-color: #eb6600;
  border-color: #eb6600;
}
.btn-grey {
  background-color: #686768;
  border-color: #686768;
}
.btn-light-grey {
  background-color: #B9B9B9;
  border-color: #B9B9B9;
}
.btn-light-grey:hover {
  background-color: #686768;
  border-color: transparent;
}
.btn-black {
  background-color: #000;
  border-color: #000;
}
.btn-block {
  display: block;
}
.btn-sm {
  font-size: 14px;
  padding: 6px 16px;
  min-width: 80px;
}
.btn-lg {
  font-size: 24px;
  padding: 15px 20px;
  min-width: 250px;
}
.btn-lg i {
  font-size: inherit;
}
.btn-round {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 32px;
  padding: 0;
  min-width: 0;
  font-size: 20px;
}
.btn-round:active {
  padding-top: 1px;
  padding-bottom: 0;
}
.top-bar {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.top-bar > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.site-logo {
  text-align: left;
  padding-right: 20px;
}
@media (min-width: 900px) {
  .site-logo {
    width: 204px;
    height: 50px;
    text-align: center;
  }
}
.site-logo svg {
  width: 204px;
  max-height: 42px;
  max-width: 100%;
}
.brand-logo {
  text-align: right;
  padding-left: 20px;
}
@media (min-width: 900px) {
  .brand-logo {
    width: 204px;
    text-align: right;
  }
}
.brand-logo svg {
  max-height: 30px;
  max-width: 100%;
}
.onepage-menu {
  display: none;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  .onepage-menu {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .onepage-menu {
    font-size: 20px;
    padding-left: 8%;
    padding-right: 8%;
  }
}
.onepage-menu ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
  width: 100%;
}
.onepage-menu ul li {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.onepage-menu ul li a {
  color: #000;
}
@media (max-width: 899px) {
  .swiper-container {
    height: auto;
  }
}
@media (min-width: 900px) {
  .swiper-container .swiper-slide {
    height: calc(100vh - 92px);
  }
}
.swiper-top, .image-top {
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .swiper-top, .image-top {
    height: calc(100vh - 92px);
  }
}
@media (min-width: 900px) {
  .swiper-top img, .image-top img {
    width: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.swiper-top-button-next, .swiper-top-button-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 900px) {
  .swiper-top-button-next, .swiper-top-button-prev {
    background-color: #fff;
  }
}
.swiper-top-button-next svg, .swiper-top-button-prev svg {
  width: 18px;
  height: 18px;
}
.swiper-top-button-next:active, .swiper-top-button-prev:active {
  line-height: 60px;
  box-shadow: inset 0 1px 4px #eee;
}
.swiper-top-button-next:focus, .swiper-top-button-prev:focus {
  outline: 0;
}
.swiper-top-button-next {
  right: 0;
}
.swiper-top-button-prev {
  right: 52px;
}
.loft-logo {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  max-width: 100%;
}
@media (max-width: 599px) {
  .loft-logo {
    padding: 30px;
  }
}
.loft-logo svg {
  width: 420px;
  max-height: 90px;
}
.swiper-overlay {
  background-color: #fff;
  padding: 70px 100px 30px;
  width: 620px;
  max-width: 100%;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 900px) {
  .swiper-overlay {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 899px) {
  .swiper-overlay {
    padding: 50px;
  }
}
@media (max-width: 599px) {
  .swiper-overlay .loft-logo {
    padding: 0;
  }
}
@media (min-width: 900px) {
  .swiper-overlay .loft-logo {
    margin-bottom: 40px;
  }
}
main > section {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (max-width: 899px) {
  main > section {
    margin-top: 2em;
  }
}
[data-fancybox] {
  cursor: pointer;
}
.frame {
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 599px) {
  .frame {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.frame cite {
  font-style: normal;
  text-transform: uppercase;
}
.frame.h1 {
  margin-top: 80px;
}
@media (max-width: 599px) {
  .frame.h1 {
    margin-top: 40px;
  }
}
.frame h1, .frame h2, .frame h3 {
  margin: 0 auto 10px;
}
.frame .corner:before, .frame .corner:after {
  content: '';
  position: absolute;
  background-color: #000;
}
.frame .corner:before {
  height: 13px;
  width: 1px;
}
.frame .corner:after {
  height: 1px;
  width: 13px;
}
.frame .corner:first-child:before, .frame .corner:first-child:after {
  top: 0;
  left: 10px;
}
@media (max-width: 899px) {
  .frame .corner:first-child:before, .frame .corner:first-child:after {
    left: 30px;
  }
}
.frame .corner:last-child:before, .frame .corner:last-child:after {
  bottom: 0;
  right: 10px;
}
@media (max-width: 899px) {
  .frame .corner:last-child:before, .frame .corner:last-child:after {
    right: 30px;
  }
}
.frame.l-wrap .corner:first-child:before, .frame.l-wrap .corner:first-child:after {
  left: 30px;
}
.frame.l-wrap .corner:last-child:before, .frame.l-wrap .corner:last-child:after {
  right: 30px;
}
.blog {
  list-style: none;
  padding: 0;
}
.blog h3, .blog h4 {
  max-width: 320px;
  margin-left: 0;
}
.blog a {
  color: inherit;
}
@media (max-width: 899px) {
  .blog h4 {
    font-size: 24px;
  }
}
@media (min-width: 900px) {
  .blog {
    display: table;
    width: calc( 100% + 15px);
    table-layout: fixed;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .blog {
    width: calc( 100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 900px) {
  .blog li {
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .blog li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 899px) {
  .blog li {
    margin-bottom: 60px;
  }
}
.blog li img {
  width: 100%;
}
.blog li article {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.more {
  font-weight: normal;
  color: #000;
}
.more i {
  margin: 2px 6px 0;
}
.more:hover {
  color: #eb6600;
}
@media (min-width: 1200px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1460px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 900px) {
  .row .col {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row .col + .col img {
  width: 100%;
}
.row .col h3, .row .col h4, .row .col .h3, .row .col .h4 {
  line-height: normal;
  margin-top: 12px;
}
.post .row, .page .row {
  font-size: inherit;
  line-height: 1.5;
}
.margin-top {
  margin-top: 6%;
}
.margin-bottom {
  margin-bottom: 6%;
}
.margin-sm-top {
  margin-top: 2%;
}
.margin-sm-bottom {
  margin-bottom: 2%;
}
.margin-lg-top {
  margin-top: 10%;
}
.margin-lg-bottom {
  margin-bottom: 10%;
}
@media (min-width: 900px) {
  .full-row > * {
    width: 50%;
  }
}
.full-row .col {
  position: relative;
}
@media (min-width: 900px) {
  .full-row .col {
    height: 326px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.full-row .col img {
  display: block;
}
@media (min-width: 900px) {
  .full-row .col img {
    width: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
  }
  .full-row .col img.left {
    -o-object-position: left center;
       object-position: left center;
  }
  .full-row .col img.right {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media (min-width: 900px) {
  .full-row .col:first-child {
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.full-row .col .text {
  margin-right: 60px;
  margin-left: 60px;
  max-width: 610px;
  display: inline-block;
}
@media (max-width: 899px) {
  .full-row .col .text {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
    display: block;
  }
}
.full-row .col .text .btn {
  margin-top: 20px;
}
.full-row .col h2, .full-row .col h3, .full-row .col h4 {
  display: inline-block;
  max-width: 360px;
  margin: 10px 0;
}
.full-row .col h2 a, .full-row .col h3 a, .full-row .col h4 a {
  color: inherit;
}
.full-row .col p {
  margin: 10px 0;
}
.gallery {
  list-style: none;
  padding: 0;
}
@media (min-width: 600px) {
  .gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.gallery > * {
  width: 50%;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 600px) {
  .gallery > * {
    margin-bottom: 16px;
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gallery .li-btn-more {
  position: relative;
}
.gallery .li-btn-more:before {
  content: '';
  padding-top: 90%;
  float: left;
}
.gallery .li-btn-more a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  cursor: pointer;
  font-size: 20px;
}
@media (min-width: 900px) {
  .gallery .li-btn-more a {
    font-size: 36px;
  }
}
.gallery .li-btn-more a span {
  display: block;
  margin-top: 10px;
}
.ext-boxes {
  text-align: center;
  position: relative;
}
@media (min-width: 600px) {
  .ext-boxes {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 900px) {
  .ext-boxes {
    padding-top: 20%;
  }
}
@media (min-width: 1200px) {
  .ext-boxes {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.ext-boxes .item {
  width: 100%;
  max-width: 380px;
}
@media (min-width: 600px) {
  .ext-boxes .item {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .ext-boxes .item {
    padding-left: 5px;
    padding-right: 5px;
    width: 33.3333%;
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .ext-boxes .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ext-boxes .item .box {
  position: relative;
  padding: 30px 20px 40px;
}
@media (min-width: 600px) {
  .ext-boxes .item .box {
    background-color: #fff;
    min-height: 300px;
    padding-bottom: 70px;
  }
}
@media (min-width: 900px) {
  .ext-boxes .item .box {
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.06);
    min-height: 330px;
  }
}
@media (min-width: 600px) {
  .ext-boxes .item .btn {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    font-size: 20px;
  }
}
.ext-boxes .background-image {
  height: 300px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 900px) {
  .ext-boxes .background-image {
    position: absolute;
    padding-top: 27%;
    top: 0;
    left: -15px;
    right: -15px;
    z-index: 0;
  }
}
.guarantee {
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  font-size: 20px;
}
.guarantee .icon-guarantee {
  color: #707070;
  width: 130px;
  height: 130px;
}
.guarantee .icon-guarantee svg {
  width: 130px;
  height: 130px;
}
.fancybox-bg {
  background: #ccc;
}
.fancybox-content {
  padding: 20px;
}
.modal {
  font-size: 20px;
}
.product-thumbs-list {
  list-style: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.product-thumbs-list > li {
  width: 326px;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.product-thumbs-list > li a {
  color: #000;
}
.product-thumbs-list > li a:focus {
  outline: 0;
}
.product-thumbs-list > li:focus {
  outline: 0;
}
.product-thumbs-list-2 > li {
  width: 276px;
  font-size: 80%;
}
.footer {
  background-color: #707070;
  padding: 40px 0 30px;
  font-weight: normal;
  color: #fff;
  overflow: hidden;
}
.footer a {
  color: #fff;
}
.footer-site-logo {
  max-width: 350px;
  margin: 40px auto;
}
.footer-site-logo svg {
  height: 71px;
}
.footer-site-logo svg, .footer-site-logo path {
  fill: #fff;
}
.footer-brand-logo a {
  display: inline-block;
  width: 164px;
}
.footer-brand-logo svg {
  height: 28px;
}
.footer-brand-logo svg, .footer-brand-logo path {
  fill: #fff;
}
.footer-ext-links {
  margin: 60px 0;
}
.footer-ext-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media (min-width: 600px) {
  .footer-ext-links ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
  }
}
@media (min-width: 600px) {
  .footer-ext-links ul li {
    display: table-cell;
  }
}
.footer-ext-links ul li a {
  color: #fff;
  display: block;
  padding: 10px 4px;
}
.footer-ext-links ul li a:hover {
  text-decoration: underline;
}
.bottom-bar {
  margin: 100px 0 0;
}
@media (min-width: 600px) {
  .bottom-bar {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.bottom-bar > * {
  text-align: center;
}
@media (min-width: 600px) {
  .bottom-bar > * {
    display: table-cell;
    vertical-align: bottom;
  }
}
.copyright {
  font-size: 14px;
}
@media (min-width: 600px) {
  .copyright {
    text-align: left;
  }
}
@media (max-width: 599px) {
  .copyright {
    padding: 40px 0;
    display: block;
  }
}
.copyright a:hover {
  text-decoration: underline;
}
.to-the-top {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 899px) {
  .to-the-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
  }
}
.to-the-top .label {
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 899px) {
  .to-the-top .label {
    display: none;
  }
}
