/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */

.bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchspin .input-group-btn-vertical>.btn{display:block;float:none;width:100%;max-width:100%;padding:8px 10px;margin-left:-1px;position:relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{border-radius:0;border-top-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{margin-top:-2px;border-radius:0;border-bottom-right-radius:4px}.bootstrap-touchspin .input-group-btn-vertical i{position:absolute;top:3px;left:5px;font-size:9px;font-weight:400}@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, #home-slider .caption button > .caret, .atchconfigurator-img button > .caret,
  .dropup > .btn > .caret, #home-slider .caption
  .dropup > button > .caret, .atchconfigurator-img
  .dropup > button > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #373a3c;
  text-decoration: none; }
  a:focus, a:hover {
    color: #f18739;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #333; }

h1, .h1 {
  font-size: 1.7rem; }

h2, .h2 {
  font-size: 1.5rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.3rem; }

h5, .h5 {
  font-size: 1.2rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #888; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014"; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #888; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 760px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row, .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row, .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row, .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row, .products {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row, .products {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-xs-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #f18739;
    outline: none; }
  .form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, #home-slider .caption
  .input-group-sm > .input-group-btn > button.form-control-static, .atchconfigurator-img
  .input-group-sm > .input-group-btn > button.form-control-static, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, #home-slider .caption
  .input-group-lg > .input-group-btn > button.form-control-static, .atchconfigurator-img
  .input-group-lg > .input-group-btn > button.form-control-static {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, #home-slider .caption
.input-group-sm > .input-group-btn > button, .atchconfigurator-img
.input-group-sm > .input-group-btn > button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, #home-slider .caption
.input-group-lg > .input-group-btn > button, .atchconfigurator-img
.input-group-lg > .input-group-btn > button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #888;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    color: #888;
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn, #home-slider .caption button, .atchconfigurator-img button {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem; }
  .btn:focus, #home-slider .caption button:focus, .atchconfigurator-img button:focus, .btn.focus, #home-slider .caption button.focus, .atchconfigurator-img button.focus, .btn:active:focus, #home-slider .caption button:active:focus, .atchconfigurator-img button:active:focus, .btn:active.focus, #home-slider .caption button:active.focus, .atchconfigurator-img button:active.focus, .btn.active:focus, #home-slider .caption button.active:focus, .atchconfigurator-img button.active:focus, .btn.active.focus, #home-slider .caption button.active.focus, .atchconfigurator-img button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, #home-slider .caption button:focus, .atchconfigurator-img button:focus, .btn:hover, #home-slider .caption button:hover, .atchconfigurator-img button:hover {
    text-decoration: none; }
  .btn.focus, #home-slider .caption button.focus, .atchconfigurator-img button.focus {
    text-decoration: none; }
  .btn:active, #home-slider .caption button:active, .atchconfigurator-img button:active, .btn.active, #home-slider .caption button.active, .atchconfigurator-img button.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, #home-slider .caption button.disabled, .atchconfigurator-img button.disabled, .btn:disabled, #home-slider .caption button:disabled, .atchconfigurator-img button:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary, #home-slider .caption button.primary, .atchconfigurator-img button.primary {
  color: #fff;
  background-color: #333;
  border-color: #333; }
  .btn-primary:hover, #home-slider .caption button.primary:hover, .atchconfigurator-img button.primary:hover {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }
  .btn-primary:focus, #home-slider .caption button.primary:focus, .atchconfigurator-img button.primary:focus, .btn-primary.focus, #home-slider .caption button.focus.primary, .atchconfigurator-img button.focus.primary {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }
  .btn-primary:active, #home-slider .caption button.primary:active, .atchconfigurator-img button.primary:active, .btn-primary.active, #home-slider .caption button.active.primary, .atchconfigurator-img button.active.primary,
  .open > .btn-primary.dropdown-toggle, #home-slider .caption
  .open > button.dropdown-toggle.primary, .atchconfigurator-img
  .open > button.dropdown-toggle.primary {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414;
    background-image: none; }
    .btn-primary:active:hover, #home-slider .caption button.primary:active:hover, .atchconfigurator-img button.primary:active:hover, .btn-primary:active:focus, #home-slider .caption button.primary:active:focus, .atchconfigurator-img button.primary:active:focus, .btn-primary:active.focus, #home-slider .caption button.primary:active.focus, .atchconfigurator-img button.primary:active.focus, .btn-primary.active:hover, #home-slider .caption button.active.primary:hover, .atchconfigurator-img button.active.primary:hover, .btn-primary.active:focus, #home-slider .caption button.active.primary:focus, .atchconfigurator-img button.active.primary:focus, .btn-primary.active.focus, #home-slider .caption button.active.focus.primary, .atchconfigurator-img button.active.focus.primary,
    .open > .btn-primary.dropdown-toggle:hover, #home-slider .caption
    .open > button.dropdown-toggle.primary:hover, .atchconfigurator-img
    .open > button.dropdown-toggle.primary:hover,
    .open > .btn-primary.dropdown-toggle:focus, #home-slider .caption
    .open > button.dropdown-toggle.primary:focus, .atchconfigurator-img
    .open > button.dropdown-toggle.primary:focus,
    .open > .btn-primary.dropdown-toggle.focus, #home-slider .caption
    .open > button.dropdown-toggle.focus.primary, .atchconfigurator-img
    .open > button.dropdown-toggle.focus.primary {
      color: #fff;
      background-color: #080808;
      border-color: black; }
  .btn-primary.disabled:focus, #home-slider .caption button.disabled.primary:focus, .atchconfigurator-img button.disabled.primary:focus, .btn-primary.disabled.focus, #home-slider .caption button.disabled.focus.primary, .atchconfigurator-img button.disabled.focus.primary, .btn-primary:disabled:focus, #home-slider .caption button.primary:disabled:focus, .atchconfigurator-img button.primary:disabled:focus, .btn-primary:disabled.focus, #home-slider .caption button.primary:disabled.focus, .atchconfigurator-img button.primary:disabled.focus {
    background-color: #333;
    border-color: #333; }
  .btn-primary.disabled:hover, #home-slider .caption button.disabled.primary:hover, .atchconfigurator-img button.disabled.primary:hover, .btn-primary:disabled:hover, #home-slider .caption button.primary:disabled:hover, .atchconfigurator-img button.primary:disabled:hover {
    background-color: #333;
    border-color: #333; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.125); }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.125); }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.125); }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.125);
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: rgba(0, 0, 0, 0.125); }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.125); }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.125); }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #333;
  background-image: none;
  background-color: transparent;
  border-color: #333; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #333;
    border-color: #333; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #080808;
      border-color: black; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #666666; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #666666; }

.btn-outline-secondary {
  color: rgba(0, 0, 0, 0.125);
  background-image: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.125); }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125); }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125); }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125); }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.125);
      border-color: rgba(0, 0, 0, 0.125); }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0.125); }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0.125); }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #373a3c;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #f18739;
    text-decoration: none;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #888;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, #home-slider .caption .btn-group-lg > button, .atchconfigurator-img .btn-group-lg > button {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.btn-sm, .btn-group-sm > .btn, #home-slider .caption .btn-group-sm > button, .atchconfigurator-img .btn-group-sm > button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #333;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #888; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, #home-slider .caption .btn-group > button, .atchconfigurator-img .btn-group > button,
  .btn-group-vertical > .btn, #home-slider .caption
  .btn-group-vertical > button, .atchconfigurator-img
  .btn-group-vertical > button {
    position: relative;
    float: left;
    margin-bottom: 0; }
    .btn-group > .btn:focus, #home-slider .caption .btn-group > button:focus, .atchconfigurator-img .btn-group > button:focus, .btn-group > .btn:active, #home-slider .caption .btn-group > button:active, .atchconfigurator-img .btn-group > button:active, .btn-group > .btn.active, #home-slider .caption .btn-group > button.active, .atchconfigurator-img .btn-group > button.active,
    .btn-group-vertical > .btn:focus, #home-slider .caption
    .btn-group-vertical > button:focus, .atchconfigurator-img
    .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn:active, #home-slider .caption
    .btn-group-vertical > button:active, .atchconfigurator-img
    .btn-group-vertical > button:active,
    .btn-group-vertical > .btn.active, #home-slider .caption
    .btn-group-vertical > button.active, .atchconfigurator-img
    .btn-group-vertical > button.active {
      z-index: 2; }
    .btn-group > .btn:hover, #home-slider .caption .btn-group > button:hover, .atchconfigurator-img .btn-group > button:hover,
    .btn-group-vertical > .btn:hover, #home-slider .caption
    .btn-group-vertical > button:hover, .atchconfigurator-img
    .btn-group-vertical > button:hover {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group #home-slider .caption button + .btn, #home-slider .caption .btn-group button + .btn, .btn-group .atchconfigurator-img button + .btn, .atchconfigurator-img .btn-group button + .btn, .btn-group #home-slider .caption .btn + button, #home-slider .caption .btn-group .btn + button, .btn-group #home-slider .caption button + button, #home-slider .caption .btn-group button + button, .btn-group .atchconfigurator-img .btn + button, .atchconfigurator-img .btn-group .btn + button, .btn-group #home-slider .caption .atchconfigurator-img button + button, #home-slider .caption .btn-group .atchconfigurator-img button + button, .btn-group .atchconfigurator-img button + button, .atchconfigurator-img .btn-group button + button,
.btn-group .btn + .btn-group,
.btn-group #home-slider .caption button + .btn-group, #home-slider .caption
.btn-group button + .btn-group,
.btn-group .atchconfigurator-img button + .btn-group, .atchconfigurator-img
.btn-group button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group #home-slider .caption .btn-group + button, #home-slider .caption
.btn-group .btn-group + button,
.btn-group .atchconfigurator-img .btn-group + button, .atchconfigurator-img
.btn-group .btn-group + button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, #home-slider .caption .btn-toolbar > button, .atchconfigurator-img .btn-toolbar > button,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), #home-slider .caption .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .atchconfigurator-img .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, #home-slider .caption .btn-group > button:first-child, .atchconfigurator-img .btn-group > button:first-child {
  margin-left: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, #home-slider .caption .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .atchconfigurator-img .btn-group > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split, #home-slider .caption button + .dropdown-toggle-split, .atchconfigurator-img button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after, #home-slider .caption button + .dropdown-toggle-split::after, .atchconfigurator-img button + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, #home-slider .caption .btn-group-sm > button + .dropdown-toggle-split, .atchconfigurator-img .btn-group-sm > button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, #home-slider .caption .btn-group-lg > button + .dropdown-toggle-split, .atchconfigurator-img .btn-group-lg > button + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn .caret, #home-slider .caption button .caret, .atchconfigurator-img button .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, #home-slider .caption .btn-group-lg > button .caret, .atchconfigurator-img .btn-group-lg > button .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup #home-slider .caption .btn-group-lg > button .caret, #home-slider .caption .dropup .btn-group-lg > button .caret, .dropup .atchconfigurator-img .btn-group-lg > button .caret, .atchconfigurator-img .dropup .btn-group-lg > button .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn, #home-slider .caption .btn-group-vertical > button, .atchconfigurator-img .btn-group-vertical > button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, #home-slider .caption
.btn-group-vertical > .btn-group > button, .atchconfigurator-img
.btn-group-vertical > .btn-group > button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn, #home-slider .caption .btn-group-vertical > .btn-group > button, .atchconfigurator-img .btn-group-vertical > .btn-group > button {
  float: none; }

.btn-group-vertical > .btn + .btn, #home-slider .caption .btn-group-vertical > button + .btn, .atchconfigurator-img .btn-group-vertical > button + .btn, #home-slider .caption .btn-group-vertical > .btn + button, #home-slider .caption .btn-group-vertical > button + button, .atchconfigurator-img .btn-group-vertical > .btn + button, #home-slider .caption .atchconfigurator-img .btn-group-vertical > button + button, .atchconfigurator-img .btn-group-vertical > button + button,
.btn-group-vertical > .btn + .btn-group, #home-slider .caption
.btn-group-vertical > button + .btn-group, .atchconfigurator-img
.btn-group-vertical > button + .btn-group,
.btn-group-vertical > .btn-group + .btn, #home-slider .caption
.btn-group-vertical > .btn-group + button, .atchconfigurator-img
.btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), #home-slider .caption .btn-group-vertical > button:not(:first-child):not(:last-child), .atchconfigurator-img .btn-group-vertical > button:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, #home-slider .caption .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .atchconfigurator-img .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button {
  border-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"], #home-slider .caption [data-toggle="buttons"] > button input[type="radio"], .atchconfigurator-img [data-toggle="buttons"] > button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], #home-slider .caption
[data-toggle="buttons"] > button input[type="checkbox"], .atchconfigurator-img
[data-toggle="buttons"] > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], #home-slider .caption
[data-toggle="buttons"] > .btn-group > button input[type="radio"], .atchconfigurator-img
[data-toggle="buttons"] > .btn-group > button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], #home-slider .caption
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"], .atchconfigurator-img
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, #home-slider .caption
  .input-group-sm > .input-group-btn > button.input-group-addon, .atchconfigurator-img
  .input-group-sm > .input-group-btn > button.input-group-addon {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, #home-slider .caption
  .input-group-lg > .input-group-btn > button.input-group-addon, .atchconfigurator-img
  .input-group-lg > .input-group-btn > button.input-group-addon {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn, #home-slider .caption .input-group-btn > button, .atchconfigurator-img .input-group-btn > button {
    position: relative; }
    .input-group-btn > .btn + .btn, #home-slider .caption .input-group-btn > button + .btn, .atchconfigurator-img .input-group-btn > button + .btn, #home-slider .caption .input-group-btn > .btn + button, #home-slider .caption .input-group-btn > button + button, .atchconfigurator-img .input-group-btn > .btn + button, #home-slider .caption .atchconfigurator-img .input-group-btn > button + button, .atchconfigurator-img .input-group-btn > button + button {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, #home-slider .caption .input-group-btn > button:focus, .atchconfigurator-img .input-group-btn > button:focus, .input-group-btn > .btn:active, #home-slider .caption .input-group-btn > button:active, .atchconfigurator-img .input-group-btn > button:active, .input-group-btn > .btn:hover, #home-slider .caption .input-group-btn > button:hover, .atchconfigurator-img .input-group-btn > button:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn, #home-slider .caption .input-group-btn:not(:last-child) > button, .atchconfigurator-img .input-group-btn:not(:last-child) > button,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn, #home-slider .caption .input-group-btn:not(:first-child) > button, .atchconfigurator-img .input-group-btn:not(:first-child) > button,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, #home-slider .caption .input-group-btn:not(:first-child) > button:focus, .atchconfigurator-img .input-group-btn:not(:first-child) > button:focus, .input-group-btn:not(:first-child) > .btn:active, #home-slider .caption .input-group-btn:not(:first-child) > button:active, .atchconfigurator-img .input-group-btn:not(:first-child) > button:active, .input-group-btn:not(:first-child) > .btn:hover, #home-slider .caption .input-group-btn:not(:first-child) > button:hover, .atchconfigurator-img .input-group-btn:not(:first-child) > button:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  float: left;
  clear: left; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #55595c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #888;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #888; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #888;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #888;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #f18739;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #333; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }

.navbar-full {
  z-index: 1000; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\A0"; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block; } }

.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block; } }

.navbar-toggleable-xl {
  display: block; }
  .navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both; }
  .navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xl .navbar-nav .dropdown-menu {
      position: static;
      float: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
  .navbar-dark .navbar-toggler:focus,
  .navbar-dark .navbar-toggler:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f8f8;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #333;
  border-color: #333; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #333; }

.card-outline-secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.125); }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      margin-right: 0.625rem;
      margin-bottom: 0;
      margin-left: 0.625rem; } }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; } }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #888;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #aaa; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f18739;
    border-color: #f18739; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #888;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #373a3c;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #f18739;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
  .tag:empty {
    display: none; }

.btn .tag, #home-slider .caption button .tag, .atchconfigurator-img button .tag {
  position: relative;
  top: -1px; }

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.tag-default {
  background-color: #888; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #6f6f6f; }

.tag-primary {
  background-color: #333; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #1a1a1a; }

.tag-success {
  background-color: #5cb85c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44; }

.tag-info {
  background-color: #5bc0de; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5; }

.tag-warning {
  background-color: #f0ad4e; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ec971f; }

.tag-danger {
  background-color: #d9534f; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #c9302c; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #d0d5d8; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2.5rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee; }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

.progress-success[value]::-ms-fill {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

.progress-danger[value]::-ms-fill {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.media-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.media-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #888;
    cursor: not-allowed;
    background-color: #eceeef; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #888; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #333;
    border-color: #333; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #999999; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          -webkit-transform: translate3d(100%, 0, 0);
                  transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
                  transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203A"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption #home-slider .caption button, #home-slider .caption .carousel-caption button, .carousel-caption .atchconfigurator-img button, .atchconfigurator-img .carousel-caption button {
    text-shadow: none; }

@media (min-width: 576px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  background-color: #333 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #1a1a1a !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.rounded-circle {
  border-radius: 50%; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.flex-xs-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.flex-xs-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.flex-xs-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.flex-items-xs-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex-items-xs-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-items-xs-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-xs-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.flex-xs-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.flex-xs-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.flex-items-xs-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-items-xs-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-items-xs-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-items-xs-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-items-xs-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 576px) {
  .flex-items-sm-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-sm-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-sm-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 576px) {
  .flex-sm-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex-sm-middle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-sm-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 576px) {
  .flex-items-sm-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-sm-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-items-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 768px) {
  .flex-items-md-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-md-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-md-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 768px) {
  .flex-md-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex-md-middle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-md-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 768px) {
  .flex-items-md-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-md-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-items-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 992px) {
  .flex-items-lg-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-lg-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-lg-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .flex-lg-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex-lg-middle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-lg-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 992px) {
  .flex-items-lg-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-lg-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-items-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media (min-width: 1200px) {
  .flex-items-xl-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex-items-xl-middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex-items-xl-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 1200px) {
  .flex-xl-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex-xl-middle {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .flex-xl-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; } }

@media (min-width: 1200px) {
  .flex-items-xl-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .flex-items-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex-items-xl-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .flex-items-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex-items-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.float-xs-left {
  float: left !important; }

.float-xs-right {
  float: right !important; }

.float-xs-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 1rem 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-2 {
  margin: 1.5rem 1.5rem !important; }

.mt-2 {
  margin-top: 1.5rem !important; }

.mr-2 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.ml-2 {
  margin-left: 1.5rem !important; }

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-3 {
  margin: 3rem 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 1rem 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-2 {
  padding: 1.5rem 1.5rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pr-2 {
  padding-right: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.pl-2 {
  padding-left: 1.5rem !important; }

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-3 {
  padding: 3rem 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #888 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #6f6f6f !important; }

.text-primary {
  color: #333 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #1a1a1a !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #373a3c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-list .slick-loading {
  background: #fff url("/img/loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Material Icons";
    font-size: 30px;
    line-height: 1;
    color: #f18739;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\E5CB"; }
    [dir="rtl"] .slick-prev:before {
      content: "\E5CC"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\E5CC"; }
    [dir="rtl"] .slick-next:before {
      content: "\E5CB"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-family: "Material Icons";
        content: "\E061";
        font-size: 16px;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        color: #ccc;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ccc;
      opacity: 0.75; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: .6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "\D7";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all;
  position: relative; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url(../css/804037562eabaa5dbefa4a435206d017.eot);
  src: url(../css/804037562eabaa5dbefa4a435206d017.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../css/963eb32907744d9a0d6b98127162808f.woff) format("woff"), url(../css/ecb4572a5e478b107dfcb60c16a7eefa.ttf) format("truetype"), url(../css/d79f021974b1f6bc5c21f31689cde94f.svg#OpenSansBold) format("svg");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url(../css/a35546eef3ea0de0d4735f23b0a0873b.eot);
  src: url(../css/a35546eef3ea0de0d4735f23b0a0873b.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../css/ac327c4db6284ef64ebe872b6308f5da.woff) format("woff"), url(../css/cd7296352d159532b66c07d98efb1126.ttf) format("truetype"), url(../css/f641a7d4e80fd6321135b1a2b4ce8bb1.svg#OpenSansBold) format("svg");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url(../css/e487b7cb072550896dde6821d24de2be.eot);
  src: url(../css/e487b7cb072550896dde6821d24de2be.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../css/525074686dfb8aa36b1b92e29de467ac.woff) format("woff"), url(../css/9b30f13428e1b4a659aeeab4ac1fff35.ttf) format("truetype"), url(../css/d6671d41dde41d355619fe05b44f4aac.svg#OpenSansBold) format("svg");
  font-weight: normal;
  font-style: italic; }

/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url(../css/0ea04502930623aa3de110aac9f9e4fd.eot);
  src: url(../css/0ea04502930623aa3de110aac9f9e4fd.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../css/9f2144213fad53d4e0fdb26ecf93865f.woff) format("woff"), url(../css/33f225b8f5f7d6b34a0926f58f96c1e9.ttf) format("truetype"), url(../css/bb100c995f1d20b8a96462fe5f528bd4.svg#OpenSansBold) format("svg");
  font-weight: 600;
  font-style: normal; }

/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url(../css/7ae9b8ba7886341831bf7c85a0da40d0.eot);
  src: url(../css/7ae9b8ba7886341831bf7c85a0da40d0.eot?#iefix&v=1.1.0) format("embedded-opentype"), url(../css/892667349c5cff6fcf7e40439596b97c.woff) format("woff"), url(../css/5a100916f94b0babde0c92aaa8fb80d6.ttf) format("truetype"), url(../css/d6291f88056601e360ce6cea4bf676f4.svg#OpenSansBold) format("svg");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
/* BEGIN Extrabold
@font-face {
  font-family: 'Open Sans';
  src: url("~open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.eot?v=1.1.0");
  src: url("~open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("~open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.woff?v=1.1.0") format("woff"), url("~open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.ttf?v=1.1.0") format("truetype"), url("~open-sans-fontface/fonts/ExtraBold/OpenSans-ExtraBold.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 800;
  font-style: normal;
}
 END Extrabold */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  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. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

@font-face {
  font-family: 'icomoon';
  src: url(../css/e28611fa58e3fd1896adadb94fb974af.eot);
  src: url(../css/e28611fa58e3fd1896adadb94fb974af.eot#iefix) format("embedded-opentype"), url(../css/1c6d24c0056c5b89de03f80a274b5e61.ttf) format("truetype"), url(../css/8c37277e605ad0be2ac3b5b3aca1f51e.woff) format("woff"), url(../css/61de555e0440a02b3f61ed7c24047bcf.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url(../css/e28611fa58e3fd1896adadb94fb974af.eot);
  src: url(../css/e28611fa58e3fd1896adadb94fb974af.eot#iefix) format("embedded-opentype"), url(../css/1c6d24c0056c5b89de03f80a274b5e61.ttf) format("truetype"), url(../css/8c37277e605ad0be2ac3b5b3aca1f51e.woff) format("woff"), url(../css/61de555e0440a02b3f61ed7c24047bcf.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-basket:before {
  content: "\E901"; }

.icon-bag:before {
  content: "\E900"; }

.icon-magnifier:before {
  content: "\E905"; }

.icon-globe:before {
  content: "\E902"; }

.icon-facebook:before {
  content: "\E904"; }

.icon-user:before {
  content: "\E90E"; }

.icon-youtube:before {
  content: "\E907"; }

.icon-vimeo:before {
  content: "\E908"; }

.icon-rss:before {
  content: "\E909"; }

.icon-googleplus:before {
  content: "\E90A"; }

.icon-instagram:before {
  content: "\E90B"; }

.icon-pinterest:before {
  content: "\E90C"; }

.icon-twitter:before {
  content: "\E90D"; }

* {
  box-sizing: border-box; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

#page .breadcrumb-container[data-depth="1"] {
  display: none; }

#page b, #page strong {
  font-weight: 600; }

#page h1 {
  font-weight: 600;
  margin-bottom: 2rem; }

#page button:focus {
  outline: none; }

table th {
  font-weight: 600; }

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

.underline {
  text-decoration: underline; }

.bold {
  font-weight: 600; }

label, .label {
  font-weight: 600; }

/* Dropdown */
.dropdown-menu .selected .dropdown-item {
  position: relative; }
  .dropdown-menu .selected .dropdown-item::after {
    content: "\E876";
    font-family: "Material Icons";
    text-rendering: optimizelegibility;
    -webkit-font-feature-settings: "liga";
            font-feature-settings: "liga";
    font-style: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 5px; }

@media (min-width: 992px) {
  .dropdown-menu {
    min-width: 220px; } }

.dropdown-menu .dropdown-header {
  font-size: 1rem;
  font-weight: 600; }

/* Form */
@media (max-width: 991px) {
  .form-control {
    padding: 0.75rem 1.5rem; }
  select.form-control:not([size]):not([multiple]) {
    height: calc(3.16667rem - 2px); }
  .bootstrap-touchspin .input-group-btn-vertical > .btn, .bootstrap-touchspin #home-slider .caption .input-group-btn-vertical > button, #home-slider .caption .bootstrap-touchspin .input-group-btn-vertical > button, .bootstrap-touchspin .atchconfigurator-img .input-group-btn-vertical > button, .atchconfigurator-img .bootstrap-touchspin .input-group-btn-vertical > button {
    padding: 10px 10px; }
  .bootstrap-touchspin .input-group-btn-vertical i {
    top: 4px;
    left: 5px;
    font-size: 12px; } }

.input-group.bootstrap-touchspin input {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.input-group .form-control {
  min-width: 60px; }

.form-control-comment {
  display: inline-block;
  margin-top: 0.28571rem;
  font-size: 0.85714rem; }

/* Titles */
.products-section-title {
  color: #333; }

.products-section-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    .products-section-title {
      font-size: 1.42857rem; } }
  .products-section-title span {
    color: #f18739;
    font-weight: 700; }

/* price */
.price {
  font-weight: 600;
  color: #373a3c; }
  .price.discount {
    color: #d9534f; }

.regular-price {
  text-decoration: line-through;
  color: #888; }

.price-ecotax {
  color: #5cb85c; }

/* btn */
@media (max-width: 991px) {
  .btn, #home-slider .caption button, .atchconfigurator-img button {
    padding: 0.75rem 1.5rem;
    font-weight: 600; } }

.btn, #home-slider .caption button, .atchconfigurator-img button {
  font-weight: 600; }

.btn-default, #home-slider .caption button, .atchconfigurator-img button {
  color: #fff;
  background-color: #f18739;
  border-color: #f18739; }
  .btn-default:hover, #home-slider .caption button:hover, .atchconfigurator-img button:hover {
    color: #fff;
    background-color: #e76b10;
    border-color: #dd6710; }
  .btn-default:focus, #home-slider .caption button:focus, .atchconfigurator-img button:focus, .btn-default.focus, #home-slider .caption button.focus, .atchconfigurator-img button.focus {
    color: #fff;
    background-color: #e76b10;
    border-color: #dd6710; }
  .btn-default:active, #home-slider .caption button:active, .atchconfigurator-img button:active, .btn-default.active, #home-slider .caption button.active, .atchconfigurator-img button.active,
  .open > .btn-default.dropdown-toggle, #home-slider .caption
  .open > button.dropdown-toggle, .atchconfigurator-img
  .open > button.dropdown-toggle {
    color: #fff;
    background-color: #e76b10;
    border-color: #dd6710;
    background-image: none; }
    .btn-default:active:hover, #home-slider .caption button:active:hover, .atchconfigurator-img button:active:hover, .btn-default:active:focus, #home-slider .caption button:active:focus, .atchconfigurator-img button:active:focus, .btn-default:active.focus, #home-slider .caption button:active.focus, .atchconfigurator-img button:active.focus, .btn-default.active:hover, #home-slider .caption button.active:hover, .atchconfigurator-img button.active:hover, .btn-default.active:focus, #home-slider .caption button.active:focus, .atchconfigurator-img button.active:focus, .btn-default.active.focus, #home-slider .caption button.active.focus, .atchconfigurator-img button.active.focus,
    .open > .btn-default.dropdown-toggle:hover, #home-slider .caption
    .open > button.dropdown-toggle:hover, .atchconfigurator-img
    .open > button.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus, #home-slider .caption
    .open > button.dropdown-toggle:focus, .atchconfigurator-img
    .open > button.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus, #home-slider .caption
    .open > button.dropdown-toggle.focus, .atchconfigurator-img
    .open > button.dropdown-toggle.focus {
      color: #fff;
      background-color: #c55c0e;
      border-color: #9f4a0b; }
  .btn-default.disabled:focus, #home-slider .caption button.disabled:focus, .atchconfigurator-img button.disabled:focus, .btn-default.disabled.focus, #home-slider .caption button.disabled.focus, .atchconfigurator-img button.disabled.focus, .btn-default:disabled:focus, #home-slider .caption button:disabled:focus, .atchconfigurator-img button:disabled:focus, .btn-default:disabled.focus, #home-slider .caption button:disabled.focus, .atchconfigurator-img button:disabled.focus {
    background-color: #f18739;
    border-color: #f18739; }
  .btn-default.disabled:hover, #home-slider .caption button.disabled:hover, .atchconfigurator-img button.disabled:hover, .btn-default:disabled:hover, #home-slider .caption button:disabled:hover, .atchconfigurator-img button:disabled:hover {
    background-color: #f18739;
    border-color: #f18739; }

.btn-default i, #home-slider .caption button i, .atchconfigurator-img button i, .btn-primary i, #home-slider .caption button.primary i, .atchconfigurator-img button.primary i, .btn-secondary i, .btn-success i, .btn-danger i {
  margin-right: 0.71429rem;
  font-size: 1.3rem; }

.btn-default .sr-only + i, #home-slider .caption button .sr-only + i, .atchconfigurator-img button .sr-only + i, .btn-primary .sr-only + i, #home-slider .caption button.primary .sr-only + i, .atchconfigurator-img button.primary .sr-only + i, .btn-secondary .sr-only + i, .btn-success .sr-only + i, .btn-danger .sr-only + i {
  margin-right: 0; }

.btn-touchspin {
  padding: 0.5rem;
  border-color: #eceeef;
  color: #55595c;
  background-color: #eceeef; }
  .btn-touchspin .touchspin-up::after {
    content: "\E145"; }
  .btn-touchspin .touchspin-down::after {
    content: "\E15B"; }

/* Breadcrumb */
.breadcrumb {
  margin-left: 0.75rem;
  padding-top: 0; }

.breadcrumb-item a {
  color: #888; }
  .breadcrumb-item a:hover {
    color: #f18739; }

/* tag */
.tag.new {
  background-color: #f18739; }

.tag.discount {
  background-color: #d9534f; }

.tag.discount-percentage {
  background-color: #373a3c; }

.tag.online-only {
  background-color: #5bc0de; }

.tag.on-sale {
  background-color: #d9534f; }

/* Custom Radio et Checkbox */
.custom-radio {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: rgba(0, 0, 0, 0.125) 2px solid;
  background: white;
  margin-right: 1.42857rem; }
  .custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer; }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #333;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0.14286rem;
    top: 0.14286rem; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input[type="checkbox"] {
    margin-top: 0.28571rem;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
    .custom-checkbox input[type="checkbox"] + span {
      margin-right: 3px;
      display: inline-block;
      width: 1.07143rem;
      height: 1.07143rem;
      vertical-align: middle;
      cursor: pointer;
      border: 2px rgba(0, 0, 0, 0.125) solid; }
      .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        display: none;
        margin: -0.21429rem -0.14286rem;
        font-size: 1.1rem;
        color: #373a3c; }
    .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
      display: block; }
  .custom-checkbox label {
    text-align: left; }

.custom-checkbox input[type="checkbox"] + span.color, .input-color + span.color {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-size: contain;
  border: none medium;
  border-radius: 50%; }
  @media (min-width: 992px) {
    .custom-checkbox input[type="checkbox"] + span.color, .input-color + span.color {
      width: 24px;
      height: 24px; } }
  .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover, .input-color + span.color.active, .input-color + span.color:hover {
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4); }

.custom-checkbox input[type="checkbox"] + span.color {
  margin: 0 1.07143rem 0.71429rem 0; }
  @media (min-width: 992px) {
    .custom-checkbox input[type="checkbox"] + span.color {
      margin: 0.28571rem 0.14286rem 0 0; } }

@media (min-width: 992px) {
  .input-color + span.color {
    margin: 0.28571rem 0.14286rem 0 0; } }

.color-li label.active .custom-checkbox > span, .input-color[checked="checked"] + span {
  box-shadow: 0px 0px 0px 3px #f18739; }

/* Custom list */
.definition-list dl dt {
  font-weight: normal; }

.definition-list dl dd,
.definition-list dl dt {
  background: #eceeef;
  padding: 0.71429rem;
  margin: 0.14286rem; }
  .definition-list dl dd:nth-of-type(even),
  .definition-list dl dt:nth-of-type(even) {
    background: #f7f7f9; }

#header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0.71429rem; }
  @media (max-width: 767px) {
    #header {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      background-color: #fff;
      z-index: 4; } }
  @media (min-width: 992px) {
    #header {
      border-bottom: none;
      margin-bottom: 0;
      padding: 0; }
      #header .links-header {
        padding-top: 2.14286rem;
        padding-bottom: 1.42857rem; } }
  #header .navbar {
    font-size: 0.85714rem; }
    .full_header #header .navbar {
      padding-left: 0;
      padding-right: 0; }
  #header .row.mobile, #header .mobile.products {
    height: 60px; }

.header-banner.dark, .header-banner.colored, .header-nav.dark, .header-nav.colored {
  color: #fff; }
  .header-banner.dark a, .header-banner.dark h1, .header-banner.colored a, .header-banner.colored h1, .header-nav.dark a, .header-nav.dark h1, .header-nav.colored a, .header-nav.colored h1 {
    color: #fff; }

.header-banner.dark, .header-nav.dark {
  background-color: #373a3c; }
  .header-banner.dark a:hover, .header-nav.dark a:hover {
    color: #f18739; }
  @media (min-width: 992px) {
    .header-banner.dark, .header-nav.dark {
      background-color: transparent; }
      .header-banner.dark .bg, .header-nav.dark .bg {
        background-color: #373a3c; } }

.header-banner.light, .header-nav.light {
  background-color: #f8f8f8; }
  @media (min-width: 992px) {
    .header-banner.light, .header-nav.light {
      background-color: transparent; }
      .header-banner.light .bg, .header-nav.light .bg {
        background-color: #f8f8f8; } }

.header-banner.colored, .header-nav.colored {
  background-color: #f18739; }
  .header-banner.colored a:hover, .header-nav.colored a:hover {
    color: #333; }
  @media (min-width: 992px) {
    .header-banner.colored, .header-nav.colored {
      background-color: transparent; }
      .header-banner.colored .bg, .header-nav.colored .bg {
        background-color: #f18739; } }

.header-banner.white, .header-nav.white {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  @media (min-width: 992px) {
    .header-banner.white, .header-nav.white {
      border-bottom: none medium; }
      .header-banner.white .bg, .header-nav.white .bg {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); } }

.full_header .header-banner.dark, .full_header .header-nav.dark {
  background-color: #373a3c; }

.full_header .header-banner.light, .full_header .header-nav.light {
  background-color: #f8f8f8; }

.full_header .header-banner.colored, .full_header .header-nav.colored {
  background-color: #f18739; }

.full_header .header-banner.white, .full_header .header-nav.white {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .full_header .header-banner.white .bg, .full_header .header-nav.white .bg {
    border: none medium; }

.full_header.boxed .header-banner, .full_header.boxed .header-nav {
  margin-left: -15px;
  margin-right: -15px; }

#menu-icon button.btn, #menu-icon #home-slider .caption button, #home-slider .caption #menu-icon button, #menu-icon .atchconfigurator-img button, .atchconfigurator-img #menu-icon button {
  position: relative;
  height: 32px;
  width: 32px;
  background-color: transparent; }

#menu-icon button .ico-menu, #menu-icon button .ico-menu:before, #menu-icon button .ico-menu:after {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: #373a3c;
  cursor: pointer;
  left: 0; }

#menu-icon button .ico-menu {
  top: 15px; }
  #menu-icon button .ico-menu:before {
    top: -8px; }
  #menu-icon button .ico-menu:after {
    bottom: -8px; }

#menu-icon button .ico-menu, #menu-icon button .ico-menu:before, #menu-icon button .ico-menu:after {
  transition: all 300ms ease-in-out; }

#menu-icon button.active .ico-menu {
  background-color: transparent; }

#menu-icon button.active .ico-menu:before, #menu-icon button.active .ico-menu:after {
  top: 0; }

#menu-icon button.active .ico-menu:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#menu-icon button.active .ico-menu:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg); }

#_mobile_logo {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }

.top-header {
  float: right; }

.blockcart {
  text-align: right; }

.nav-item-options {
  display: none; }

.btn-header {
  position: relative;
  background: transparent;
  padding: 0.5rem 1rem;
  font-weight: normal; }
  .btn-header i {
    font-size: 2.28571rem; }
  .btn-header .badge {
    position: absolute;
    bottom: 6px;
    left: 50%;
    background-color: #f18739;
    color: #fff;
    font-size: 1rem;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%; }
  .btn-header:hover i, .btn-header:focus i {
    color: #f18739; }
  @media (min-width: 992px) {
    .btn-header i {
      font-size: 1.71429rem; }
    .btn-header span {
      display: block;
      font-size: 0.78571rem; }
    .btn-header .badge {
      bottom: 20px;
      font-size: 0.71429rem;
      min-width: 16px;
      height: 16px;
      line-height: 16px; } }

#page {
  background-color: #fff;
  padding-top: 75px; }
  @media (min-width: 768px) {
    #page {
      padding-top: 0; } }

#mobile-menu-tabs {
  margin-top: 0.71429rem; }
  #mobile-menu-tabs .nav-tabs .nav-link {
    padding: 0.5em 0.6em; }

.products {
  width: 100%; }

.products-sort-order .btn, .products-sort-order #home-slider .caption button, #home-slider .caption .products-sort-order button, .products-sort-order .atchconfigurator-img button, .atchconfigurator-img .products-sort-order button {
  overflow: hidden;
  text-overflow: ellipsis; }

@media (min-width: 768px) and (max-width: 991px) {
  #right-column .right-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 576px) {
    #right-column .right-row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    #right-column .right-row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    #right-column .right-row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    #right-column .right-row {
      margin-right: -15px;
      margin-left: -15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #right-column .featured-products, #right-column .contact-rich, #right-column .atch-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 576px) {
    #right-column .featured-products, #right-column .contact-rich, #right-column .atch-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    #right-column .featured-products, #right-column .contact-rich, #right-column .atch-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 992px) {
    #right-column .featured-products, #right-column .contact-rich, #right-column .atch-block {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 1200px) {
    #right-column .featured-products, #right-column .contact-rich, #right-column .atch-block {
      padding-right: 15px;
      padding-left: 15px; } }

@media (max-width: 767px) {
  #right-column .featured-products {
    display: none; } }

@media (min-width: 992px) {
  .boxed #page {
    width: 990px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
  #main {
    min-height: 380px; } }

@media (min-width: 1200px) {
  .boxed #page {
    width: 1170px; } }

/* Pagination */
.product-list-bottom {
  margin: 1.57143rem 0;
  text-align: center; }
  .product-list-bottom .item-count-box {
    text-align: left; }

.pagination {
  margin: 0; }
  .pagination .page-link i {
    font-size: 1.42857rem;
    vertical-align: middle; }

@media (min-width: 768px) {
  .pagination {
    display: block;
    float: right; } }

.page-cms img {
  max-width: 100%;
  height: auto; }

#contact #left-column {
  display: none; }
  @media (min-width: 992px) {
    #contact #left-column {
      display: block; } }

.copyright {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 992px) {
  footer.narrow-bg .bg > .row, footer.narrow-bg .bg > .products {
    margin-left: 0;
    margin-right: 0; } }

.footer-before.dark a, .footer-before.colored a, .footer-container.dark a, .footer-container.colored a {
  color: #fff; }
  .footer-before.dark a:hover, .footer-before.colored a:hover, .footer-container.dark a:hover, .footer-container.colored a:hover {
    color: #f18739; }

.footer-before.dark .h5, .footer-before.dark .h4, .footer-before.colored .h5, .footer-before.colored .h4, .footer-container.dark .h5, .footer-container.dark .h4, .footer-container.colored .h5, .footer-container.colored .h4 {
  color: #fff; }

.footer-before.dark, .footer-container.dark {
  background-color: #373a3c;
  color: #ccc; }
  .footer-before.dark .btn-link, .footer-container.dark .btn-link {
    color: #fff; }
    .footer-before.dark .btn-link:hover, .footer-container.dark .btn-link:hover {
      color: #f18739; }
  @media (min-width: 992px) {
    .footer-before.dark, .footer-container.dark {
      background-color: transparent; }
      .footer-before.dark .bg, .footer-container.dark .bg {
        background-color: #373a3c; } }

.footer-before.light, .footer-container.light {
  background-color: #f8f8f8; }
  @media (min-width: 992px) {
    .footer-before.light, .footer-container.light {
      background-color: transparent; }
      .footer-before.light .bg, .footer-container.light .bg {
        background-color: #f8f8f8; } }

.footer-before.colored, .footer-container.colored {
  background-color: #f18739;
  color: #fff; }
  .footer-before.colored a:hover, .footer-container.colored a:hover {
    color: #333; }
  .footer-before.colored .btn-link, .footer-container.colored .btn-link {
    color: #fff; }
    .footer-before.colored .btn-link:hover, .footer-container.colored .btn-link:hover {
      color: #333; }
  .footer-before.colored .btn-default, .footer-before.colored #home-slider .caption button, #home-slider .caption .footer-before.colored button, .footer-before.colored .atchconfigurator-img button, .atchconfigurator-img .footer-before.colored button, .footer-container.colored .btn-default, .footer-container.colored #home-slider .caption button, #home-slider .caption .footer-container.colored button, .footer-container.colored .atchconfigurator-img button, .atchconfigurator-img .footer-container.colored button {
    background-color: #333;
    border-color: #333; }
    .footer-before.colored .btn-default:hover, .footer-before.colored #home-slider .caption button:hover, #home-slider .caption .footer-before.colored button:hover, .footer-before.colored .atchconfigurator-img button:hover, .atchconfigurator-img .footer-before.colored button:hover, .footer-container.colored .btn-default:hover, .footer-container.colored #home-slider .caption button:hover, #home-slider .caption .footer-container.colored button:hover, .footer-container.colored .atchconfigurator-img button:hover, .atchconfigurator-img .footer-container.colored button:hover {
      background-color: #1a1a1a;
      border-color: #1a1a1a;
      color: #fff; }
  @media (min-width: 992px) {
    .footer-before.colored, .footer-container.colored {
      background-color: transparent; }
      .footer-before.colored .bg, .footer-container.colored .bg {
        background-color: #f18739; } }

.footer-before.white, .footer-container.white {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  @media (min-width: 992px) {
    .footer-before.white, .footer-container.white {
      border-bottom: none medium; }
      .footer-before.white .bg, .footer-container.white .bg {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); } }

@media (min-width: 768px) {
  .footer-before.dark + .footer-container.dark .bg,
  .footer-before.colored + .footer-container.colored .bg {
    border-top: 1px solid rgba(0, 0, 0, 0.1); } }

.footer-before.white {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.full_footer .footer-before.dark, .full_footer .footer-container.dark {
  background-color: #373a3c; }

.full_footer .footer-before.light, .full_footer .footer-container.light {
  background-color: #f8f8f8; }

.full_footer .footer-before.colored, .full_footer .footer-container.colored {
  background-color: #f18739; }

.full_footer .footer-before.white, .full_footer .footer-container.white {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .full_footer .footer-before.white .bg, .full_footer .footer-container.white .bg {
    border: none medium; }

.full_footer.boxed .footer-before, .full_footer.boxed .footer-container {
  margin-left: -15px;
  margin-right: -15px; }

#footer .dark .form-control, #footer .colored .form-control {
  border-color: #fff; }

.footer-container .links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .footer-container .links .collapse {
    padding-bottom: 1rem; }

.footer-container .title {
  padding: .71429rem 0;
  cursor: pointer; }
  .footer-container .title .collapse-icons .remove {
    display: none; }
  .footer-container .title[aria-expanded="true"] .collapse-icons .add {
    display: none; }
  .footer-container .title[aria-expanded="true"] .collapse-icons .remove {
    display: inline-block; }
  .footer-container .title .collapse {
    display: none; }
    .footer-container .title .collapse.in {
      display: block; }

.footer-container li > a {
  padding-top: 0.35714rem;
  padding-bottom: 0.35714rem;
  display: block; }

@media (min-width: 768px) {
  .footer-container .links {
    border-bottom: none medium;
    margin-top: 1.42857rem;
    margin-bottom: 1.42857rem; }
    .footer-container .links .collapse {
      display: inherit;
      padding-bottom: 0; }
  .footer-container li > a {
    padding-top: 0;
    padding-bottom: 0; } }

.copyright {
  text-align: center;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.85714rem; }

/* Product-list */
.border-list .products.row, .border-list .products {
  margin: 0; }

#main .product-miniature {
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.35714rem; }
  .border-list #main .product-miniature {
    padding: 0;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125); }
    .border-list #main .product-miniature:nth-child(-n+2) {
      border-top-width: 1px; }
    .border-list #main .product-miniature:nth-child(even), .border-list #main .product-miniature:last-child {
      border-right-width: 1px; }
    .border-list #main .product-miniature .product-description {
      padding-left: 0.71429rem;
      padding-right: 0.71429rem; }
  #main .product-miniature .content-overflow {
    overflow: hidden;
    position: relative; }
  #main .product-miniature .colors-avalaible {
    display: none; }
  #main .product-miniature .product-description {
    padding: 0.71429rem 0; }
  #main .product-miniature .product-title {
    font-size: 0.85714rem;
    margin-bottom: 0;
    line-height: 1; }
  #main .product-miniature .product-manufacturer {
    font-size: 0.85714rem;
    color: #888;
    line-height: 1;
    margin-bottom: 0; }
  #main .product-miniature .product-flags {
    margin-top: -0.35714rem;
    margin-bottom: 0.35714rem; }
    #main .product-miniature .product-flags .new {
      position: absolute;
      top: 0;
      right: 0; }
    #main .product-miniature .product-flags .discount {
      display: none; }
  #main .product-miniature .discount-percentage {
    position: absolute;
    left: 0;
    top: 0; }
  #main .product-miniature .left-block, #main .product-miniature right-block {
    opacity: 1; }
  #main .product-miniature .left-box {
    display: none; }
  #main .product-miniature .right-box {
    width: 100%;
    display: block;
    line-height: 1;
    margin-top: 0.35714rem;
    margin-bottom: 0.57143rem; }
  #main .product-miniature .regular-price {
    margin-top: 0.35714rem;
    display: inline-block; }
  #main .product-miniature .highlighted-informations {
    display: none; }

#main .quickview.in .thumb-list {
  display: none; }

#main .quickview.in .cover-display {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

#main .quickview.in .input-qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

#main .quickview.in #product-availability {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  margin-top: 0.5rem; }

#main .quickview.in .social-sharing {
  margin: 0; }

#main .all-product-link {
  display: none; }

#left-column .products, #right-column .products {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-right: 0;
  margin-left: 0; }
  #left-column .products .product-miniature, #right-column .products .product-miniature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem 0.71429rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #fff; }
    #left-column .products .product-miniature:last-child, #right-column .products .product-miniature:last-child {
      border-bottom: none medium; }
  #left-column .products .colors-avalaible, #left-column .products .product-flags, #left-column .products .product-availability, #left-column .products .highlighted-informations, #right-column .products .colors-avalaible, #right-column .products .product-flags, #right-column .products .product-availability, #right-column .products .highlighted-informations {
    display: none; }
  #left-column .products .thumbnail-container, #left-column .products .product-description, #right-column .products .thumbnail-container, #right-column .products .product-description {
    float: left; }
  #left-column .products .thumbnail-container, #right-column .products .thumbnail-container {
    width: 33%;
    padding-right: 0.71429rem; }
  #left-column .products .product-description, #right-column .products .product-description {
    width: 67%; }
  #left-column .products .product-title, #right-column .products .product-title {
    margin-bottom: 0;
    line-height: 1.1; }
  #left-column .products .product-manufacturer, #right-column .products .product-manufacturer {
    font-size: 0.85714rem;
    color: #888;
    line-height: 1; }
  #left-column .products .product-price-and-shipping, #right-column .products .product-price-and-shipping {
    text-align: right; }
  #left-column .products [class^="aeuc"], #right-column .products [class^="aeuc"] {
    display: none; }

#left-column .all-product-link, #right-column .all-product-link {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: rgba(0, 0, 0, 0.125);
  background-color: #f8f8f8;
  text-align: center;
  display: block;
  padding: 0.42857rem; }

@media (min-width: 576px) {
  #main .product-miniature {
    padding-bottom: 0.71429rem; }
    .border-list #main .product-miniature:nth-child(-n+3) {
      border-top-width: 1px; }
    .border-list #main .product-miniature:nth-child(even) {
      border-right-width: 0; }
    .border-list #main .product-miniature:nth-child(3n), .border-list #main .product-miniature:last-child {
      border-right-width: 1px; }
    #main .product-miniature .left-box {
      float: left;
      display: block;
      width: 100%;
      line-height: 1;
      margin-top: 0.35714rem; }
    #main .product-miniature .product-availability span {
      font-size: 0.85714rem;
      display: inline-block; }
    #main .product-miniature .right-box {
      float: right; }
      #main .product-miniature .right-box .price {
        font-size: 1.28571rem; }
        #main .product-miniature .right-box .price.discount {
          font-size: 1.42857rem;
          display: block; } }

/* tablet version */
@media (min-width: 768px) {
  .border-list #main .product-miniature .thumbnail-container {
    padding: 1.07143rem 1.07143rem 0.71429rem; }
  .border-list #main .product-miniature .product-description {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  #main .product-miniature .product-title {
    font-size: 1rem;
    margin-bottom: 5px; }
  #main .product-miniature .left-box, #main .product-miniature .right-box {
    margin-top: 1rem; }
  #main .product-miniature .left-box {
    width: 60%; }
  #main .product-miniature .right-box {
    width: auto;
    min-height: 40px; }
  #main .product-miniature .product-availability span {
    padding-top: 5px; }
  #main .product-miniature .discount-percentage {
    left: 10px;
    top: 10px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 50%; }
  #main .product-miniature .product-flags .new {
    background-color: #f18739;
    top: -20px;
    right: -40px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    width: 100px;
    font-size: 12px;
    font-weight: normal; } }

/* desktop version */
@media (min-width: 992px) {
  #main .product-miniature {
    padding-bottom: 1.07143rem; }
    .border-list.layout-full-width #main .product-miniature:nth-child(-n+4) {
      border-top-width: 1px; }
    .border-list.layout-full-width #main .product-miniature:nth-child(3n) {
      border-right-width: 0; }
    .border-list.layout-full-width #main .product-miniature:nth-child(4n), .border-list.layout-full-width #main .product-miniature:last-child {
      border-right-width: 1px; }
    .layout-full-width #main .product-miniature {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
    #main .product-miniature .thumbnail-container {
      position: relative;
      overflow: hidden; }
    #main .product-miniature .colors-avalaible {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(0, 150px);
              transform: translate(0, 150px);
      transition: all 0.2s ease-in;
      padding: 0.71429rem;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.7); }
      #main .product-miniature .colors-avalaible .color {
        display: inline-block;
        margin-left: 5px;
        width: 20px;
        height: 20px; }
    #main .product-miniature:hover .colors-avalaible {
      display: block;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      transition: all 0.2s ease-out; }
    /* .add_to_cart #main .product-miniature:hover .left-box, .add_to_cart #main .product-miniature:hover .right-box {
      opacity: 0; } */
    .add_to_cart #main .product-miniature:hover .highlighted-informations {
      display: block;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      text-align: center; }
    #product.add_to_cart #main .product-miniature:hover .left-box, #product.add_to_cart #main .product-miniature:hover .right-box {
      opacity: 1; }
    #product.add_to_cart #main .product-miniature:hover .highlighted-informations {
      display: none; } }

.h1-listing {
  margin-bottom: 1.42857rem; }

#product-list-top {
  margin-bottom: 1.14286rem;
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem; }
  @media (min-width: 768px) {
    #product-list-top {
      margin-bottom: 1.71429rem; } }

.category-cover {
  margin-bottom: 1.42857rem; }
  .category-cover img {
    display: none; }
  @media (min-width: 768px) {
    .category-cover {
      position: relative;
      width: 100%; }
      .category-cover h1 {
        margin-bottom: 0 !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 30%;
        background-color: #f18739;
        color: #fff;
        text-transform: uppercase;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        padding: 2.14286rem 1.42857rem;
        text-align: center; }
      .category-cover img {
        display: block; } }

.slider-nav {
  padding-top: 2.14286rem;
  padding-bottom: 2.5rem;
  position: relative; }
  .slider-nav .slick-prev {
    left: 50%;
    top: 5px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .slider-nav .slick-prev:before {
      content: "\E5CE"; }
  .slider-nav .slick-next {
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .slider-nav .slick-next:before {
      content: "\E5CF"; }
  .slider-nav .item {
    margin: 0.35714rem 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    opacity: 0.6; }
    .slider-nav .item.slick-current {
      border-color: #888;
      opacity: 1; }
  @media (min-width: 992px) {
    .slider-nav .slick-list {
      min-height: 360px; } }
  @media (min-width: 1200px) {
    .slider-nav .slick-list {
      min-height: 438px; } }

.cover-display a {
  cursor: zoom-in; }

#product .product-flags {
  margin-bottom: 0; }

.product-column {
  margin-bottom: 1.07143rem; }
  @media (min-width: 768px) {
    .product-column {
      margin-bottom: 1.42857rem; } }

#page .product-h1 {
  margin-bottom: 1.42857rem; }

.product-description-short {
  margin-bottom: 1.42857rem; }

.product-prices {
  margin-bottom: 1.42857rem; }
  .product-prices .current-price .price {
    font-size: 1.71429rem;
    font-weight: bold;
    line-height: 1.42857rem; }
  .product-prices .product-unit-price, .product-prices .price-ecotax {
    font-size: 0.85714rem; }
  .product-prices .discount-block, .product-prices .price-show {
    float: left; }
  .product-prices .discount-block .discount {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 1.28571rem;
    text-align: center;
    color: #fff;
    background-color: #373a3c;
    margin-right: 1rem;
    border-radius: 50%; }

.product-variants {
  margin-bottom: 0.85714rem; }
  .product-variants ul {
    margin-bottom: 0; }

.product-variants-item {
  margin-bottom: 1rem; }
  .product-variants-item > ul {
    margin-bottom: 0; }

.input-container {
  position: relative;
  display: inline-block;
  margin: 0 0.28571rem 0.28571rem 0; }

.input-color, .input-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%; }

.btn-input {
  color: #55595c;
  background-color: #eceeef;
  border-color: rgba(0, 0, 0, 0.125); }
  .btn-input:hover {
    background-color: #d0d5d8; }

.input-radio[checked="checked"] + .btn-input, .input-radio[checked="checked"] + .btn-input:hover {
  color: #fff;
  background-color: #f18739;
  border-color: #f18739; }

.product-quantity {
  margin-bottom: 1.42857rem; }
  .product-quantity .input-group {
    max-width: 50px; }

.product-add-to-cart {
  margin-bottom: 2.14286rem; }
  .product-add-to-cart #product-availability {
    text-align: right;
    font-size: 0.85714rem; }
    .product-add-to-cart #product-availability i {
      font-size: 0.71429rem; }
  .product-add-to-cart .add-to-cart {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px; }

.product-additional-info {
  margin-bottom: 2.14286rem; }

#information-section {
  margin-bottom: 1.42857rem; }
  #information-section .without-margin {
    margin-left: 0;
    margin-right: 0; }
  #information-section .tabs {
    padding-left: 0;
    padding-right: 0; }
  #information-section .nav-tabs {
    display: none; }
    @media (min-width: 768px) {
      #information-section .nav-tabs {
        display: block; } }
  #information-section .tab-content .nav-link {
    display: block;
    padding: 0.57143rem 0.71429rem;
    text-transform: uppercase;
    font-weight: bold;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125);
    background-color: #f8f8f8;
    position: relative; }
    #information-section .tab-content .nav-link.last {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
      #information-section .tab-content .nav-link.last + .tab-pane.active {
        border-top: none; }
    #information-section .tab-content .nav-link::after {
      content: "\E5C5";
      font-family: "Material Icons";
      position: absolute;
      right: 5px;
      top: 0;
      display: block;
      font-size: 1.85714rem; }
    #information-section .tab-content .nav-link.active::after {
      content: "\E5C7"; }
    @media (min-width: 768px) {
      #information-section .tab-content .nav-link {
        display: none; } }
  #information-section .tab-content .tab-pane.active {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      #information-section .tab-content .tab-pane.active {
        border-top: none medium;
        padding-top: 1.57143rem; } }
  #information-section .active.fade {
    opacity: 1; }
  #information-section .nav-tabs {
    text-align: center;
    border-bottom: none medium; }
    #information-section .nav-tabs > li {
      float: none;
      display: inline-block; }
    #information-section .nav-tabs .nav-link {
      text-transform: uppercase;
      font-weight: bold;
      border: none medium;
      background-color: transparent; }
      #information-section .nav-tabs .nav-link.active {
        border-bottom: 1px solid #f18739; }
  #information-section .img-manufacturer img {
    margin-bottom: 1rem;
    margin-right: 1rem;
    float: left;
    max-width: 40%; }
  #information-section .button-manufacture a {
    display: block; }
  @media (min-width: 768px) {
    #information-section .button-manufacture {
      text-align: center; }
      #information-section .button-manufacture a {
        display: inline-block; } }
  #information-section label {
    margin-bottom: 0.21429rem; }
  #information-section .data-sheet td {
    padding: 0.3rem 0.75rem; }
  #information-section .data-sheet .name {
    font-weight: bold; }
  #information-section .product-features {
    margin-top: 0.85714rem; }
    #information-section .product-features .title-detail {
      font-weight: bold;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    #information-section {
      background-color: #f8f8f8;
      padding-top: 1.42857rem;
      padding-bottom: 1.42857rem; } }

.product-customization .card {
  background-color: #f8f8f8; }

.product-customization .card-title {
  font-weight: bold; }

.product-customization ul {
  margin-bottom: 0.71429rem; }

.product-customization .product-customization-item label {
  vertical-align: top;
  margin-right: 0.71429rem; }

.product-accessories {
  margin-bottom: 1.42857rem; }

.border-list .js-products-slide .slick-track {
  border: 1px solid rgba(0, 0, 0, 0.125); }

@media (max-width: 991px) {
  .border-list .js-products-slide .slick-list {
    border-right: 1px solid rgba(0, 0, 0, 0.125); } }

@media (min-width: 992px) {
  .border-list .js-products-slide .slick-prev + .slick-list {
    border-right: 1px solid rgba(0, 0, 0, 0.125); } }

.border-list .js-products-slide .product-miniature {
  border: none medium !important; }
  .border-list .js-products-slide .product-miniature::after {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 500px; }
  .border-list .js-products-slide .product-miniature:last-child::after {
    border-right: none; }

.js-products-slide .product-miniature.slick-slide {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  max-width: none !important; }

#product .page-content, #product .page-footer {
  margin-bottom: 0.71429rem; }

@media (min-width: 992px) {
  #product .page-content {
    margin-bottom: 2.14286rem; }
  #product .product-accessories .products-section-title {
    margin-bottom: 2rem;
    margin-top: 2rem; }
  #product .product-accessories .page-footer {
    margin-bottom: 4.28571rem; }
    #product .product-accessories .page-footer .products-section-title {
      margin-bottom: 2rem;
      margin-top: 2rem; } }

/* modal quick view */
.modal.quickview .thumb-list {
  display: none; }

.modal.quickview .cover-display {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.store-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 2.14286rem; }
  .store-item .store-item-container {
    margin: 0; }
    .store-item .store-item-container > div {
      padding-top: 1.07143rem;
      padding-bottom: 1.07143rem; }
  .store-item .divide-left {
    background-color: #f7f7f9;
    padding-left: 2.14286rem; }
    .store-item .divide-left ul {
      margin-bottom: 0; }
  .store-item .store-note, .store-item .store-contact {
    padding: 2.14286rem 1.07143rem;
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .store-item .store-note {
    background-color: #f7f7f9; }
  .store-item .store-contact i {
    color: #f18739;
    margin-right: 0.35714rem;
    vertical-align: middle; }

#manufacturer .brand {
  margin-bottom: 2.14286rem; }
  #manufacturer .brand h2 {
    margin-top: 1.07143rem; }

#manufacturer .brand-img {
  text-align: center; }

#manufacturer .brand-products .btn, #manufacturer .brand-products #home-slider .caption button, #home-slider .caption #manufacturer .brand-products button, #manufacturer .brand-products .atchconfigurator-img button, .atchconfigurator-img #manufacturer .brand-products button {
  float: right; }

#manufacturer-short_description, #manufacturer-description {
  margin-bottom: 2.85714rem; }

/* modules brand-list*/
#brands-list {
  margin-bottom: 2.14286rem; }
  #brands-list .products-section-title {
    padding-bottom: 0.71429rem;
    margin-bottom: 0.71429rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.cart-grid {
  margin-bottom: 1rem; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .cart-item:last-child {
    border-bottom: none medium; }

.cart-summary-line {
  clear: both; }
  .cart-summary-line::after {
    content: "";
    display: table;
    clear: both; }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: normal;
    white-space: inherit;
    font-weight: normal; }
  .cart-summary-line .value {
    float: right; }

/** CART BODY **/
.cart-container {
  margin-bottom: 1.42857rem; }

.cart-grid-body {
  margin-bottom: 0.75rem; }
  .cart-grid-body .label {
    font-weight: normal; }

/** CART RIGHT **/
.cart-grid-right .promo-discounts {
  margin-bottom: 0; }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #55595c; }
    .cart-grid-right .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer; }

.cart-summary {
  background-color: #f8f8f8;
  margin-bottom: 1.42857rem; }
  .cart-summary .value {
    font-weight: 600;
    font-size: 1.1rem; }
  .cart-summary small.value {
    font-size: 0.85714rem; }
  .cart-summary.cart-total .label {
    font-weight: 600;
    text-transform: uppercase; }
  .cart-summary.cart-total .value {
    font-size: 1.3rem; }

.block-promo .promo-code {
  padding: 1.60rem;
  background: #f0f0f0;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #d9534f;
    color: white;
    display: none; }
    .block-promo .promo-code .alert-danger::after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #d9534f;
      border-width: 10px;
      margin-left: -10px; }

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #d9534f;
  font-weight: 600; }
  .block-promo .cart-summary-line .label a,
  .block-promo .promo-name a {
    font-weight: normal;
    color: #888;
    display: inline-block; }
    .block-promo .cart-summary-line .label a i,
    .block-promo .promo-name a i {
      font-size: 1rem; }

@media (min-width: 768px) and (max-width: 991px) {
  .block-promo #promo-code .input-group {
    width: 60%; }
  .block-promo #promo-code .form-control {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none; } }

.block-promo .promo-code-button {
  padding-left: 1.25rem;
  display: inline-block;
  text-decoration: underline; }

.block-promo.promo-highlighted {
  padding: 1.25rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.block-promo + hr {
  margin-top: 0; }

.cart-detailed-actions .btn-lg, .cart-detailed-actions .btn-group-lg > .btn, .cart-detailed-actions #home-slider .caption .btn-group-lg > button, #home-slider .caption .cart-detailed-actions .btn-group-lg > button, .cart-detailed-actions .atchconfigurator-img .btn-group-lg > button, .atchconfigurator-img .cart-detailed-actions .btn-group-lg > button {
  display: block; }

/** CONTENT LEFT **/
/** CONTENT BODY **/
.product-line-grid-body .product-line-info.name {
  line-height: 1.2;
  margin-bottom: 0.71429rem; }

.product-line-grid-body .unit-price-cart {
  font-size: 0.9rem;
  color: #888; }

.product-line-grid-body .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit; }

.product-line-grid-body .out-of-stock {
  color: red; }

.product-line-grid-body .available {
  color: #5cb85c; }

.product-line-grid-body .unit-price-cart {
  font-size: 0.875rem;
  color: #55595c; }

/** CONTENT RIGHT **/
.product-line-grid-right {
  margin-top: 10px; }
  .product-line-grid-right .qty .input-group {
    width: 50px; }
  .product-line-grid-right .cart-line-product-actions,
  .product-line-grid-right .product-price {
    font-size: 1.28571rem; }
    .product-line-grid-right .cart-line-product-actions .remove-from-cart,
    .product-line-grid-right .product-price .remove-from-cart {
      display: inline-block;
      color: #888; }

/* Login page */
#authentication .form-footer {
  margin-top: 30px; }

#authentication .title-account {
  margin-bottom: 1.42857rem; }
  @media (min-width: 768px) {
    #authentication .title-account {
      margin-bottom: 2.85714rem; } }

#authentication .no-account {
  margin-top: 2.14286rem; }
  #authentication .no-account > div {
    background-color: #f8f8f8;
    padding: 2.14286rem; }
  #authentication .no-account .title-account {
    margin-bottom: 1.42857rem; }

@media (min-width: 576px) {
  #authentication .no-account {
    margin-top: 0; }
  #authentication .login-form {
    margin-top: 1.42857rem; } }

@media (min-width: 768px) {
  #authentication #login-form .col-md-6 {
    width: 75%; } }

.links-account {
  margin-top: 2.14286rem;
  margin-bottom: 2.14286rem; }
  .links-account a {
    display: block; }
  .links-account .link-item {
    padding: 0.71429rem 0;
    display: inline-block; }
    .links-account .link-item i {
      display: inline-block;
      color: #f18739;
      margin-right: 0.35714rem;
      font-size: 1.57143rem; }
  @media (min-width: 576px) {
    .links-account a {
      text-align: center;
      margin-bottom: 2.14286rem; }
      .links-account a:hover .link-item {
        background-color: #f18739;
        color: #fff; }
        .links-account a:hover .link-item i {
          color: #fff; }
    .links-account .link-item {
      transition: all 0.4s ease-in-out;
      font-size: 1.28571rem;
      font-weight: 600;
      text-transform: uppercase;
      padding: 3.57143rem 10px;
      background-color: #f8f8f8;
      color: #373a3c;
      display: block;
      min-height: 210px; }
      .links-account .link-item i {
        display: block;
        font-size: 4.28571rem;
        transition: all 0.4s ease-in-out;
        margin: 0 auto; } }

.page-content, .page-footer {
  margin-bottom: 2.85714rem; }

@media (min-width: 768px) {
  .form-footer {
    display: inline-block;
    width: 75%; } }

/* Personnal info */
#customer-form .radio-inline {
  margin-right: 2.14286rem; }

#customer-form .custom-radio {
  margin-right: 2.14286rem; }

#customer-form .custom-checkbox label {
  display: inline;
  font-weight: normal; }
  #customer-form .custom-checkbox label em {
    display: block;
    font-size: 0.85rem;
    margin-top: 0.35714rem; }

/* Order History */
.box {
  margin-bottom: 2.14286rem; }

.addresses .box {
  background-color: #f8f8f8;
  padding: 1.07143rem; }

.row.message, .message.products {
  padding: 1.07143rem 0;
  margin-left: 0;
  margin-right: 0; }
  .row.message.odd, .message.odd.products {
    background-color: #f8f8f8; }

.order-items {
  margin-bottom: 0; }
  .order-items .order-item {
    margin-bottom: 0.71429rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 0.71429rem; }

/* History */
.order-actions .btn, .order-actions #home-slider .caption button, #home-slider .caption .order-actions button, .order-actions .atchconfigurator-img button, .atchconfigurator-img .order-actions button {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1200px) {
    .order-actions .btn, .order-actions #home-slider .caption button, #home-slider .caption .order-actions button, .order-actions .atchconfigurator-img button, .atchconfigurator-img .order-actions button {
      margin-bottom: 0; } }

/*credit-slips & cart-rules */
.credit-slips, .cart-rules {
  margin-bottom: 1rem; }
  .credit-slips .btn-slip, .cart-rules .btn-slip {
    margin-top: 1rem; }

#order-summary-content.page-content {
  margin-bottom: 1rem; }

#content-hook_order_confirmation + .page-content {
  margin-bottom: 1rem; }

.check-out-block {
  margin-bottom: 2.14286rem; }

.checkout-step {
  background-color: #f8f8f8;
  border-width: 0 1px 1px;
  border-color: rgba(0, 0, 0, 0.125);
  border-style: solid;
  padding: 0.71429rem 1.07143rem; }
  .checkout-step.-current {
    background-color: #fff;
    padding: 1.07143rem; }
  .checkout-step#checkout-personal-information-step {
    border-top-width: 1px; }
  .checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    opacity: 0.6;
    font-weight: 600; }
  .checkout-step .help-block {
    margin-top: 0.71429rem; }
  .checkout-step .content {
    padding: 1.42857rem 0 0; }
  .checkout-step.checkout-personal-information-step .content {
    padding: 1.42857rem 0.71429rem 0; }
    @media (min-width: 768px) {
      .checkout-step.checkout-personal-information-step .content {
        padding: 1.42857rem 2.14286rem 0; } }
  .checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 0.85714rem; }
    .checkout-step .step-edit .edit {
      font-size: 1rem; }
  .checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5; }
  .checkout-step .content,
  .checkout-step .done,
  .checkout-step .step-edit {
    display: none; }
  .checkout-step.-current .step-title {
    opacity: 1; }
  .checkout-step.-current .content {
    display: block; }
  .checkout-step.-current.-reachable.-complete .done,
  .checkout-step.-current.-reachable.-complete .step-edit {
    display: none; }
  .checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block; }
  .checkout-step.-current.-reachable.-complete .content {
    display: block; }
  .checkout-step.-reachable.-complete .step-title .done {
    display: inline-block;
    color: #5cb85c;
    vertical-align: middle; }
  .checkout-step.-reachable.-complete .step-title .step-number {
    display: none; }
  .checkout-step.-reachable.-complete .step-title .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.14286rem;
    margin-top: 0.35714rem; }
  .checkout-step.-reachable.-complete .content {
    display: none; }
  .checkout-step .radio-inline {
    margin-right: 0.71429rem;
    font-weight: normal; }
  .checkout-step .default-input {
    min-width: 40%; }
    .checkout-step .default-input[name=address1], .checkout-step .default-input[name=address2] {
      min-width: 60%; }
  .checkout-step .radio-field {
    margin-top: 2.14286rem; }
    .checkout-step .radio-field label {
      display: inline; }
  .checkout-step .custom-checkbox label {
    font-weight: normal;
    display: inline; }
  .checkout-step .checkbox-field div {
    margin-top: 4.28571rem; }
  .checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0; }
  .checkout-step .select-field div {
    background: #f7f7f9;
    padding: 0.71429rem 3.57143rem; }
  .checkout-step .form-footer {
    text-align: center; }
  .checkout-step #conditions-to-approve {
    padding: 1rem 0;
    margin-bottom: 1.07143rem; }
    .checkout-step #conditions-to-approve .custom-checkbox {
      margin-right: 1.07143rem; }
  .checkout-step .payment-options label {
    display: table-cell; }
  .checkout-step .payment-options .custom-radio {
    margin-right: 1.07143rem; }
  .checkout-step .payment-options .payment-option {
    margin-bottom: 2.14286rem; }
  .checkout-step .step-number {
    display: inline-block;
    padding: 0 0.71429rem; }
  .checkout-step .js-address-form {
    width: 100%; }
  .checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.71429rem;
    vertical-align: top; }
  .checkout-step .address {
    margin-left: 1.78571rem;
    font-weight: normal; }
  .checkout-step .custom-radio {
    margin-right: 0; }
    .checkout-step .custom-radio input[type="radio"] {
      height: 1.42857rem;
      width: 1.42857rem; }
  .checkout-step .delete-address,
  .checkout-step .edit-address {
    margin: 0 0.35714rem; }
  .checkout-step .cancel-address {
    margin-left: 1.42857rem; }
  .checkout-step #delivery-addresses,
  .checkout-step #invoice-addresses {
    margin-top: 1.42857rem; }
  .checkout-step .add-address {
    margin-bottom: 1.07143rem; }
  .checkout-step .change-address a {
    white-space: normal;
    text-align: left; }
  .checkout-step .delivery-option {
    background: #f7f7f9;
    padding: 1.07143rem 0;
    margin: 0 0 1.07143rem; }
    .checkout-step .delivery-option label {
      text-align: inherit; }
  .checkout-step .carrier-delay,
  .checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left; }
  .checkout-step #customer-form,
  .checkout-step #delivery-address,
  .checkout-step #invoice-address,
  .checkout-step #login-form {
    margin: 1.78571rem 0; }
    .checkout-step #customer-form .form-control-label,
    .checkout-step #delivery-address .form-control-label,
    .checkout-step #invoice-address .form-control-label,
    .checkout-step #login-form .form-control-label {
      text-align: left; }
    .checkout-step #customer-form .radio-inline,
    .checkout-step #delivery-address .radio-inline,
    .checkout-step #invoice-address .radio-inline,
    .checkout-step #login-form .radio-inline {
      padding: 0; }
  .checkout-step .sign-in {
    font-size: 0.875rem; }
  .checkout-step .forgot-password {
    margin-left: 16.42857rem; }
  .checkout-step .modal-content {
    padding: 2.14286rem;
    background-color: #fff; }
  .checkout-step .continue, .checkout-step .btn-order {
    display: block;
    margin-top: 1.07143rem;
    width: 100%; }
    @media (min-width: 992px) {
      .checkout-step .continue, .checkout-step .btn-order {
        float: right;
        display: inline-block;
        width: auto; } }

.address-item {
  margin-bottom: 1.07143rem; }
  .address-item .radio-block {
    width: 100%; }
  .address-item .address-body, .address-item .address-footer {
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.125); }
  .address-item .address-body {
    border-width: 2px 2px 0;
    margin-bottom: 0; }
    .address-item .address-body .address-padding {
      padding: 1.07143rem;
      text-align: left; }
  .address-item .address-footer {
    border-width: 0 2px 2px;
    text-align: center;
    padding-top: 0.71429rem; }
    .address-item .address-footer .btn, .address-item .address-footer #home-slider .caption button, #home-slider .caption .address-item .address-footer button, .address-item .address-footer .atchconfigurator-img button, .atchconfigurator-img .address-item .address-footer button {
      margin-bottom: 0.71429rem; }
  .address-item.selected .address-body, .address-item.selected .address-footer {
    border-color: #333; }
  .address-item address {
    margin-bottom: 0; }

#cart-summary-product-list {
  margin-bottom: 0.85714rem;
  font-size: 0.875rem;
  border: rgba(0, 0, 0, 0.125) 1px solid; }
  #cart-summary-product-list .media {
    background-color: #fff;
    padding: 0.35714rem;
    border-bottom: rgba(0, 0, 0, 0.125) 1px solid; }
    #cart-summary-product-list .media:last-child {
      border-bottom: none medium; }
  #cart-summary-product-list img {
    width: 3.57143rem; }
  #cart-summary-product-list .media-body, #cart-summary-product-list .media-right {
    vertical-align: middle; }
    #cart-summary-product-list .media-body p, #cart-summary-product-list .media-right p {
      margin-bottom: 0; }

#content-hook_order_confirmation .alert-title {
  font-weight: bold;
  font-size: 1.42857rem; }
  #content-hook_order_confirmation .alert-title i {
    margin-right: 0.35714rem;
    font-size: 1.78571rem;
    vertical-align: middle; }

.page-order-confirmation .order-confirmation-table table {
  width: 100%; }

.page-order-confirmation .order-confirmation-table tr::after {
  content: "";
  display: table;
  clear: both; }

.page-order-confirmation .order-confirmation-table td {
  padding: 0 0.71429rem; }

.page-order-confirmation .order-confirmation-table .value {
  float: right; }

.page-order-confirmation #registration-form {
  margin-top: 2.14286rem; }

.page-order-confirmation #order-items {
  margin-bottom: 2.14286rem; }

.page-order-confirmation .order-items-table {
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .page-order-confirmation .order-items-table .order-items-title {
    padding: 1rem 1.07143rem;
    margin-bottom: 0;
    background-color: #f7f7f9; }
  .page-order-confirmation .order-items-table .order-line {
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px 0; }
  .page-order-confirmation .order-items-table .table {
    margin-bottom: 0; }

.page-order-confirmation #order-details > div, .page-order-confirmation .content-hook_payment_return-bg > div {
  background-color: #f7f7f9;
  padding: 1.07143rem; }

.page-order-confirmation #order-details li, .page-order-confirmation .content-hook_payment_return-bg li {
  margin-bottom: 0.71429rem; }

.condition-label label {
  display: inline; }

.page-order-confirmation .alert-payment {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2.14286rem; }

.page-order-confirmation .step-edit {
  display: inline-block;
  float: right;
  color: #888; }

.page-order-confirmation #order-items {
  margin-bottom: 0; }

.page-order-confirmation #content-wrapper .h5 {
  color: #55595c; }
  .page-order-confirmation #content-wrapper .h5.addresshead {
    color: #f18739; }

.control-before-order, .row-adresses, .row-carrier {
  margin-bottom: 2.14286rem; }

.order-confirmation-table {
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .order-confirmation-table .order-line {
    padding-top: 1.07143rem;
    padding-bottom: 1.07143rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0; }
  .order-confirmation-table .table td {
    border-top: none medium; }

#payment-confirmation .btn, #payment-confirmation #home-slider .caption button, #home-slider .caption #payment-confirmation button, #payment-confirmation .atchconfigurator-img button, .atchconfigurator-img #payment-confirmation button {
  white-space: normal; }

#payment-confirmation .alert a {
  color: #a94442;
  font-weight: 600; }

#content-hook_payment_return {
  margin-bottom: 2rem; }

.page-order-confirmation #order-items .card-title {
  display: none; }

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 2rem 0 3rem; }

#products #main .page-content,
#pagenotfound #main .page-content {
  margin-bottom: 10rem; }

#top-menu a[data-depth="0"] {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase; }

#full-menu {
  margin-bottom: 1.42857rem; }
  .full_header.full_menu #full-menu.dark {
    background-color: #373a3c; }
  .full_header.full_menu #full-menu.light {
    background-color: #f8f8f8; }
  .full_header.full_menu #full-menu.colored {
    background-color: #f18739; }
  .full_header.full_menu #full-menu.white {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
    .full_header.full_menu #full-menu.white .bg {
      border: none medium; }
  #full-menu.dark .bg {
    background-color: #373a3c; }
  #full-menu.light .bg {
    background-color: #f8f8f8; }
  #full-menu.colored .bg {
    background-color: #f18739; }
  #full-menu.white .bg {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.full_header.boxed #full-menu {
  margin-left: -15px;
  margin-right: -15px; }

#_desktop_top_menu #top-menu {
  position: relative; }
  #_desktop_top_menu #top-menu > li {
    float: left;
    position: relative; }
    #_desktop_top_menu #top-menu > li.rich {
      position: static; }
  .white #_desktop_top_menu #top-menu a[data-depth="0"], .light #_desktop_top_menu #top-menu a[data-depth="0"] {
    padding: 0.71429rem 1.07143rem; }
    .white #_desktop_top_menu #top-menu a[data-depth="0"]:hover, .white #_desktop_top_menu #top-menu a[data-depth="0"]:focus, .light #_desktop_top_menu #top-menu a[data-depth="0"]:hover, .light #_desktop_top_menu #top-menu a[data-depth="0"]:focus {
      color: #f18739;
      background: transparent; }
  .white #_desktop_top_menu #top-menu .current > a[data-depth="0"], .white #_desktop_top_menu #top-menu li.open > a, .light #_desktop_top_menu #top-menu .current > a[data-depth="0"], .light #_desktop_top_menu #top-menu li.open > a {
    color: #f18739;
    background-color: transparent; }
  .colored #_desktop_top_menu #top-menu a[data-depth="0"] {
    padding: 0.85714rem 1.07143rem;
    color: #fff; }
    .colored #_desktop_top_menu #top-menu a[data-depth="0"]:hover, .colored #_desktop_top_menu #top-menu a[data-depth="0"]:focus {
      color: #fff;
      background: #333; }
  .colored #_desktop_top_menu #top-menu .current > a[data-depth="0"], .colored #_desktop_top_menu #top-menu li.open > a {
    color: #fff;
    background-color: #333; }
  .dark #_desktop_top_menu #top-menu a[data-depth="0"] {
    padding: 0.85714rem 1.07143rem;
    color: #fff; }
    .dark #_desktop_top_menu #top-menu a[data-depth="0"]:hover, .dark #_desktop_top_menu #top-menu a[data-depth="0"]:focus {
      color: #fff;
      background: #f18739; }
  .dark #_desktop_top_menu #top-menu .current > a[data-depth="0"], .dark #_desktop_top_menu #top-menu li.open > a {
    color: #fff;
    background-color: #f18739; }
  #_desktop_top_menu #top-menu .dropdown-item {
    white-space: normal; }
  #_desktop_top_menu #top-menu a:not([data-depth="0"]):not([data-depth="1"]) {
    display: block;
    padding: 0.21429rem 0.57143rem;
    color: #55595c;
    font-weight: 400; }
    #_desktop_top_menu #top-menu a:not([data-depth="0"]):not([data-depth="1"]):hover {
      color: #f18739;
      background-color: transparent; }
  #_desktop_top_menu #top-menu .rich a[data-depth="1"] {
    color: #373a3c;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.57143rem;
    white-space: normal; }
    #_desktop_top_menu #top-menu .rich a[data-depth="1"]:hover {
      color: #f18739;
      background-color: transparent; }
  #_desktop_top_menu #top-menu .collapse {
    display: inherit; }
  #_desktop_top_menu #top-menu .sub-menu {
    top: 100%;
    left: -13px;
    right: 0;
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    padding-top: 1.07143rem;
    padding-bottom: 1.07143rem;
    border: none;
    margin-left: 0.9375rem;
    width: 100%;
    min-width: 100%;
    z-index: 18;
    border-top: 3px solid #f18739;
    display: none; }
    #_desktop_top_menu #top-menu .sub-menu.collapse {
      display: none; }
    #_desktop_top_menu #top-menu .sub-menu a:hover {
      color: #f18739;
      background-color: transparent; }
    #_desktop_top_menu #top-menu .sub-menu.classic {
      width: auto;
      min-width: 220px; }
  #_desktop_top_menu #top-menu > .rich .top-menu[data-depth="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    #_desktop_top_menu #top-menu > .rich .top-menu[data-depth="1"] > li {
      padding-right: 15px;
      padding-left: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  #_desktop_top_menu #top-menu > .classic a + div {
    display: none; }

#mobile_top_menu_wrapper {
  padding-bottom: 4.28571rem;
  background: white; }
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem; }
  #mobile_top_menu_wrapper .top-menu {
    width: 100%;
    margin: 0;
    padding-left: 0; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons {
      float: right;
      width: 40px;
      display: block;
      text-align: center; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
      display: inline-block; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .navbar-toggler {
      display: block;
      padding: 0; }
    #mobile_top_menu_wrapper .top-menu a {
      padding: 0.71429rem 0 0.71429rem 0.71429rem; }
      #mobile_top_menu_wrapper .top-menu a:not([data-depth="0"]) {
        padding-left: 1.42857rem; }
    #mobile_top_menu_wrapper .top-menu .current > a {
      color: #f18739; }
    #mobile_top_menu_wrapper .top-menu .collapse {
      display: none; }
      #mobile_top_menu_wrapper .top-menu .collapse.in {
        display: block; }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
      z-index: inherit;
      display: block;
      position: static;
      overflow: hidden;
      margin-left: 0;
      width: 100%;
      max-width: 100%;
      border: none; }
      #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
        display: none; }
        #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
          display: block; }
      #mobile_top_menu_wrapper .top-menu .sub-menu li {
        width: 100%; }
      #mobile_top_menu_wrapper .top-menu .sub-menu .container {
        padding: 0; }

#_mobile_user_info .dropdown-account {
  display: block; }

.dropdown-account {
  padding: 1.07143rem 0; }
  @media (min-width: 992px) {
    .dropdown-account {
      padding: 1.07143rem; } }
  .dropdown-account .title {
    font-weight: 600; }
  .dropdown-account .btn, .dropdown-account #home-slider .caption button, #home-slider .caption .dropdown-account button, .dropdown-account .atchconfigurator-img button, .atchconfigurator-img .dropdown-account button {
    margin: 0 auto; }
  .dropdown-account .link-lost {
    font-size: 0.85714rem; }
  .dropdown-account .dropdown-divider {
    margin: 1.07143rem 0; }

#_mobile_language_selector.dropdown-menu {
  display: block;
  border: none;
  padding: 1.07143rem 0;
  width: 100%;
  position: inherit; }

.blockcart .dropdown-menu {
  width: 290px;
  padding-top: 0;
  padding-bottom: 0; }
  .blockcart .dropdown-menu .dropdown-item {
    white-space: normal;
    padding-top: 0.42857rem;
    padding-bottom: 0.42857rem; }
  .blockcart .dropdown-menu .col-xs-3, .blockcart .dropdown-menu .col-xs-1 {
    padding: 0; }
  .blockcart .dropdown-menu .remove-from-cart {
    text-align: right;
    padding: 0; }
    .blockcart .dropdown-menu .remove-from-cart i {
      font-size: 1rem; }

.blockcart .dropdown-divider {
  margin: 0; }

.blockcart .footer-cart {
  padding: 1rem; }

#blockcart-modal .modal-header {
  background: #5cb85c; }

#blockcart-modal .product-image {
  display: none; }

#blockcart-modal .modal-title {
  color: white;
  font-size: 1rem;
  line-height: 1; }
  #blockcart-modal .modal-title i.material-icons {
    margin-right: 1rem;
    display: none; }

#blockcart-modal .product-name {
  font-weight: bold; }

#blockcart-modal .cart-content p {
  margin-bottom: 0.14286rem; }
  #blockcart-modal .cart-content p.cart-products-count {
    margin-bottom: 0.71429rem; }

#blockcart-modal .cart-content .btn, #blockcart-modal .cart-content #home-slider .caption button, #home-slider .caption #blockcart-modal .cart-content button, #blockcart-modal .cart-content .atchconfigurator-img button, .atchconfigurator-img #blockcart-modal .cart-content button {
  display: block;
  margin-top: 0.71429rem;
  width: 100%; }

@media (min-width: 576px) {
  #blockcart-modal .product-name {
    font-size: 1.14286rem;
    font-weight: bold; }
  #blockcart-modal .modal-title {
    font-size: 1.28571rem; }
    #blockcart-modal .modal-title i.material-icons {
      display: inline-block; }
  #blockcart-modal .modal-body {
    padding: 3.57143rem 2.14286rem; }
    #blockcart-modal .modal-body .divide-right span {
      display: inline-block;
      margin-bottom: 0.35714rem; }
  #blockcart-modal .product-image {
    text-align: center;
    display: block; }
  #blockcart-modal .cart-content {
    padding-left: 1.42857rem; }
    #blockcart-modal .cart-content .btn, #blockcart-modal .cart-content #home-slider .caption button, #home-slider .caption #blockcart-modal .cart-content button, #blockcart-modal .cart-content .atchconfigurator-img button, .atchconfigurator-img #blockcart-modal .cart-content button {
      margin-right: 0.35714rem;
      display: inline-block;
      width: auto; }
  #blockcart-modal .divide-right {
    border-right: rgba(0, 0, 0, 0.125) 1px solid; } }

.block-categories {
  margin-bottom: 2.14286rem;
  /*a {
  color: $gray-darker;
}*/ }
  .block-categories .category-top-menu {
    margin-bottom: 0; }
  .block-categories .category-sub-menu {
    margin-top: 0.35714rem; }
    .block-categories .category-sub-menu li {
      position: relative; }
      .block-categories .category-sub-menu li[data-depth="1"] {
        margin-bottom: 0.35714rem; }
    .block-categories .category-sub-menu li[data-depth="0"] > a {
      font-weight: 600;
      /*border-bottom: $gray-light 2px solid;*/
      width: 100%;
      display: inline-block;
      margin: 0.3125rem 0 0;
      padding-bottom: 0.21429rem; }
    .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
      padding-left: 0.35714rem; }
      .block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
        content: "-";
        margin-right: 0.35714rem; }
  .block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    text-align: right; }
    .block-categories .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    .block-categories .collapse-icons[aria-expanded="true"] .remove {
      display: inline-block; }
    .block-categories .collapse-icons .remove {
      display: none; }
  .block-categories .arrows .arrow-right,
  .block-categories .arrows .arrow-down {
    font-size: 0.875rem;
    cursor: pointer;
    margin-left: 2px;
    /*&:hover {
      color: $brand-primary;
    }*/ }
  .block-categories .arrows .arrow-down {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block; }

.filter_controls {
  margin: 1.42857rem 0; }
  @media (min-width: 992px) {
    .filter_controls {
      margin: 0.71429rem 0; } }

#search_filters {
  /* Only moobile portait*/
  /* Only all mobile + tablet */ }
  #search_filters label {
    font-weight: normal; }
  #search_filters .facet {
    padding-top: 0.35714rem; }
    #search_filters .facet .collapse {
      display: block; }
    #search_filters .facet .facet-title {
      margin-bottom: 0; }
    #search_filters .facet .facet-label {
      margin-bottom: 0; }
      #search_filters .facet .facet-label a {
        margin-bottom: 0.5rem;
        display: inline-block; }
    #search_filters .facet .color-li {
      display: inline-block;
      margin: 0 0.28571rem 0.28571rem 0; }
    #search_filters .facet .facet-list {
      margin-top: 0.71429rem; }
  @media (max-width: 575px) {
    #search_filters {
      margin-bottom: 0;
      box-shadow: none; }
      #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
        #search_filters .facet .title {
          cursor: pointer; }
          #search_filters .facet .title .collapse-icons .remove {
            display: none; }
        #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
          display: none; }
        #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
          display: inline-block; }
        #search_filters .facet .facet-title {
          color: #373a3c;
          text-transform: uppercase; }
        #search_filters .facet .h6 {
          margin-bottom: 0;
          padding: 0.71429rem 0;
          display: inline-block; }
        #search_filters .facet .navbar-toggler {
          display: inline-block;
          padding: 0.71429rem 0 0;
          text-align: right; }
        #search_filters .facet .collapse {
          display: none; }
          #search_filters .facet .collapse.in {
            display: block;
            clear: both; }
        #search_filters .facet .facet-label a {
          margin: 0.21429rem 0; }
        #search_filters .facet ul {
          margin-bottom: 1.14286rem; } }
  @media (max-width: 1199px) {
    #search_filters .facet {
      padding-left: 0;
      padding-right: 0; }
    #search_filters.card {
      border: none medium; }
    #search_filters .card-block {
      padding: 0;
      border: none medium; } }

.social-sharing {
  text-align: center;
  margin: 1rem 0; }

.btn-share {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: inline-block;
  margin: 0 0.21429rem;
  border-radius: 100%;
  color: #55595c;
  font-size: 1.71429rem; }
  .btn-share:hover {
    background-color: rgba(0, 0, 0, 0.125);
    color: #55595c; }

.block-social {
  text-align: center; }
  .block-social .title-block {
    text-transform: uppercase;
    display: block;
    line-height: 1.42857rem;
    font-weight: normal;
    margin-top: 1rem; }
  .block-social ul {
    display: inline; }
  .block-social .list-inline-item a {
    font-size: 1.42857rem;
    display: inline-block;
    padding: 0.35714rem; }

@media (max-width: 767px) {
  .block-social {
    position: relative; }
    .block-social::after {
      position: absolute;
      bottom: 0;
      left: 20%;
      right: 20%;
      content: "";
      border-bottom: 1px solid rgba(0, 0, 0, 0.125); } }

@media (min-width: 576px) {
  .block-social .title-block {
    display: inline-block;
    margin-right: 1.42857rem;
    margin-bottom: 1rem; } }

@media (min-width: 768px) {
  .block-social .title-block {
    display: block;
    margin-right: 0;
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .block-social {
    text-align: left; }
    .block-social .title-block {
      display: inline-block;
      margin-right: 1.42857rem;
      margin-bottom: 1rem; } }

.block_newsletter .btn-conditions {
  padding: 0.21429rem; }
  .block_newsletter .btn-conditions i {
    font-size: 1.57143rem; }

.block_newsletter .input-group {
  margin: 0.42857rem 0 1.28571rem; }

.block_newsletter #block-newsletter-label {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 1rem; }
  .block_newsletter #block-newsletter-label span {
    vertical-align: middle; }

@media (min-width: 992px) {
  .block_newsletter #block-newsletter-label {
    margin-bottom: 1rem;
    text-align: right; }
  .block_newsletter .input-group {
    margin: 1.42857rem 0 1.28571rem; } }

#home-slider .slide-item {
  z-index: 4;
  position: relative; }

#home-slider figure {
  margin-bottom: 0; }

#home-slider .caption {
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem;
  z-index: 5;
  text-align: center;
  color: #373a3c; }
  #home-slider .caption .title {
    font-size: 1.14286rem;
    font-weight: bold;
    color: #f18739; }

#home-slider .slick-prev, #home-slider .slick-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  #home-slider .slick-prev::before, #home-slider .slick-next::before {
    font-size: 2.85714rem;
    color: #fff; }

#home-slider .slick-prev {
  -webkit-transform: translate(30px, -50%);
          transform: translate(30px, -50%);
  padding-right: 0.28571rem; }

#home-slider .slick-next {
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  padding-left: 0.28571rem; }

@media (min-width: 768px) {
  #home-slider {
    margin-bottom: 15px; }
    #home-slider .caption {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      z-index: 5; }
      #home-slider .caption > div {
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: inherit;
        background-color: rgba(255, 255, 255, 0.9);
        width: 250px;
        padding: 0.71429rem; }
        #home-slider .caption > div.left {
          left: 20%; }
        #home-slider .caption > div.right {
          right: 20%;
          left: 80%; } }

@media (min-width: 992px) {
  #home-slider .caption > div {
    width: 360px;
    padding: 1.42857rem;
    font-size: 1.14286rem; }
    #home-slider .caption > div.left {
      left: 20%; }
    #home-slider .caption > div.right {
      right: 20%;
      left: 80%; } }

#custom-text {
  background: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px 15px 15px;
  margin-bottom: 30px; }
  #custom-text .img {
    display: none; }
  #custom-text b, #custom-text strong {
    font-weight: 700;
    color: #f18739; }
  #custom-text h1 {
    font-size: 1.28571rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1.42857rem; }
  #custom-text h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  #custom-text .img {
    float: left;
    max-width: 25%;
    margin-right: 1.07143rem;
    margin-bottom: 1.07143rem;
    display: block; }
    #custom-text .img.w20 {
      max-width: 20%; }
    #custom-text .img.w33 {
      max-width: 33%; }
    #custom-text .img.w50 {
      max-width: 50%; }
    #custom-text .img.w100 {
      max-width: 100%;
      margin-right: 0; }
    #custom-text .img.right {
      float: right;
      margin-left: 1.07143rem;
      margin-right: 0; }
  #custom-text img {
    max-width: 100%;
    height: auto; } }

.featured-products {
  margin-bottom: 30px; }

.contact-rich .card {
  text-align: center;
  margin-bottom: 30px; }

.contact-rich .card-title {
  font-weight: bold; }
  .contact-rich .card-title i {
    font-size: 1.28571rem; }

.contact-rich hr {
  width: 50%; }

.navbar2 #_desktop_contact_link {
  text-align: right; }

#right-column #_desktop_contact_link {
  display: none; }

#_mobile_contact_link {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  padding: 0 15px;
  text-align: center; }
  #_mobile_contact_link a {
    color: #fff;
    padding: 0.71429rem 1.07143rem;
    display: inline-block; }
    #_mobile_contact_link a i {
      font-size: 1.71429rem; }

.header-banner {
  text-align: center;
  font-size: 0.85714rem; }
  .header-banner .banner-top span {
    display: inline-block;
    padding-top: 0.42857rem;
    padding-bottom: 0.42857rem; }
  @media (min-width: 992px) {
    .header-banner {
      font-size: 1rem; } }

#page #header .h1-banner {
  font-weight: 600;
  font-size: 0.85714rem;
  margin-bottom: 0;
  line-height: 1.5; }

#_mobile_search_widget {
  padding-top: 0.71429rem;
  padding-bottom: 0.71429rem; }

@media (min-width: 992px) {
  .search-widget {
    padding-top: 0.5rem; }
    .search-widget .form-control, .search-widget .btn, .search-widget #home-slider .caption button, #home-slider .caption .search-widget button, .search-widget .atchconfigurator-img button, .atchconfigurator-img .search-widget button {
      padding-top: 0.7rem;
      padding-bottom: 0.7rem; } }

.atchconfigurator-img .item {
  margin-bottom: 15px;
  text-align: center; }

.atchconfigurator-img figure {
  margin-bottom: 0; }

.atchconfigurator-img .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.57143rem; }

.atchconfigurator-img .light {
  position: relative; }
  .atchconfigurator-img .light figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .atchconfigurator-img .light figcaption > div {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 0.71429rem 1.07143rem;
      width: 80%;
      margin: 0 auto; }
  .atchconfigurator-img .light .title {
    margin-bottom: 0; }

.atchconfigurator-img .rich figcaption {
  padding: 1rem 0.57143rem; }

@media (min-width: 992px) {
  .atchconfigurator-img figure {
    overflow: hidden;
    position: relative; }
    .atchconfigurator-img figure > div::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease 0s; }
    .atchconfigurator-img figure > div img {
      position: relative;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      transition: all 0.5s ease 0s; }
  .atchconfigurator-img a:hover figure > div::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%; }
  .atchconfigurator-img a:hover figure > div img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

#reassurance-home {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1.42857rem;
  padding-bottom: 1.42857rem; }
  #reassurance-home .reassurance-item {
    text-align: center; }
    #reassurance-home .reassurance-item i {
      font-size: 2.28571rem;
      margin-bottom: 0.28571rem; }
  #reassurance-home .caption-reassurance {
    padding-left: 0.71429rem;
    padding-right: 0.71429rem; }
  #reassurance-home .title {
    line-height: 1.1; }
  @media (min-width: 992px) {
    #reassurance-home .title {
      font-size: 1.14286rem; } }

.reassurance-item {
  margin-bottom: 0.71429rem; }
  .reassurance-item i {
    color: #f18739; }
  .reassurance-item img {
    max-width: 48px; }
  .reassurance-item .title {
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .reassurance-item span {
    color: #888;
    line-height: 1.1;
    display: block; }

#reassurance-product {
  padding-top: 0.71429rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 1.07143rem; }
  #reassurance-product .row, #reassurance-product .products {
    margin-right: -5px;
    margin-left: -5px; }
  #reassurance-product .reassurance-product-item {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0.71429rem; }
    #reassurance-product .reassurance-product-item i {
      font-size: 1.57143rem; }
    #reassurance-product .reassurance-product-item .visuel, #reassurance-product .reassurance-product-item .caption-reassurance {
      display: block;
      text-align: center; }
    #reassurance-product .reassurance-product-item .visuel {
      margin-bottom: 0.35714rem; }
      #reassurance-product .reassurance-product-item .visuel img {
        max-width: 22px; }
    #reassurance-product .reassurance-product-item .caption-reassurance {
      line-height: 1; }
    #reassurance-product .reassurance-product-item .title {
      margin-bottom: 0; }
    #reassurance-product .reassurance-product-item span {
      color: #888; }
    @media (min-width: 992px) {
      #reassurance-product .reassurance-product-item .visuel, #reassurance-product .reassurance-product-item .caption-reassurance {
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
      #reassurance-product .reassurance-product-item .visuel {
        margin-bottom: 0;
        margin-right: 0.21429rem; } }

#reassurance-left .card-block {
  padding: 1rem;
  background-color: #f8f8f8; }

#reassurance-left .reassurance-item {
  margin-bottom: 1.07143rem; }
  #reassurance-left .reassurance-item:last-child {
    margin-bottom: 0.35714rem; }

#reassurance-left i, #reassurance-left img {
  display: inline-block;
  max-width: 22px;
  vertical-align: middle;
  margin-right: 10px; }

#reassurance-left i {
  font-size: 1.57143rem; }

#reassurance-left .title {
  margin-bottom: 0.35714rem; }

#paiement-logo {
  display: inline-block;
  vertical-align: middle; }
  #paiement-logo .content {
    display: inline-block;
    margin-left: 1.42857rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    #paiement-logo .content:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

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

/* msvacinka - added styles for cart btns 10.11.2024
// @TODO manage assets systematicaly
*/
@media (max-width: 768px) {
  .add-to-cart-form .btn {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    justify-content: center;
    white-space: normal;
  }
  .product-miniature .icon-bag {
    display: none;
  }
}
.modal-dialog  .add-to-cart-form .btn {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    justify-content: center;
    white-space: normal;
  }
.modal-dialog .icon-bag {
    display: none;
}

