@charset "UTF-8";
/* IMPORTS */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
}

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

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:focus {
  color: #9D9791;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  padding: 30px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0x;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #F5F5F5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #EDEBE8;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 13px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}

small,
.small {
  font-size: 73%;
}

mark,
.mark {
  background-color: #f0ad4e;
  padding: .2em;
}

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #EDEBE8;
}

.text-primary {
  color: #000;
}

a.text-primary:hover,
a.text-primary:focus {
  color: black;
}

.text-success {
  color: #fff;
}

a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}

.text-info {
  color: #fff;
}

a.text-info:hover,
a.text-info:focus {
  color: #e6e6e6;
}

.text-warning {
  color: #fff;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #e6e6e6;
}

.text-danger {
  color: #fff;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e6e6e6;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #000;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black;
}

.bg-success {
  background-color: #08C571;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #069455;
}

.bg-info {
  background-color: #EDEBE8;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #d7d2cb;
}

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

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

.bg-danger {
  background-color: #C50808;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #940606;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #F5F5F5;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #F5F5F5;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #EDEBE8;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F5F5F5;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0x;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 14px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #B6AFA8;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0x;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #EDEBE8;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #EDEBE8;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #EDEBE8;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #EDEBE8;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #EDEBE8;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EDEBE8;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #08C571;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #07ac63;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #EDEBE8;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #f0ad4e;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #C50808;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #EDEBE8;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #B6AFA8;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857;
  color: #000;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #000;
  background-color: #EDEBE8;
  background-image: none;
  border: 1px solid #EDEBE8;
  border-radius: 0x;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #EDEBE8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 235, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 235, 232, 0.6);
}

.form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F5F5F5;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 66px;
  }
}

.form-group {
  margin-bottom: 20px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}

.form-control-static.input-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, .form-control-static.input-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 {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 28px;
  line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}

.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 10px 16px;
  font-size: 33px;
  line-height: 1.33333;
  border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 66px;
  line-height: 66px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 66px;
  padding: 10px 16px;
  font-size: 33px;
  line-height: 1.33333;
  border-radius: 0px;
}

.form-group-lg select.form-control {
  height: 66px;
  line-height: 66px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 66px;
  min-height: 54px;
  padding: 11px 16px;
  font-size: 33px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #fff;
}

.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #08C571;
}

.has-success .form-control-feedback {
  color: #fff;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #fff;
}

.has-warning .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

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

.has-warning .form-control-feedback {
  color: #fff;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #fff;
}

.has-error .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}

.has-error .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #C50808;
}

.has-error .form-control-feedback {
  color: #fff;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .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;
    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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 33px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-default:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #000;
  border-color: #000;
}

.btn-default .badge {
  color: #000;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #9D9791;
  border-color: #918a84;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #857e76;
  border-color: #4f4b46;
}

.btn-primary:hover {
  color: #fff;
  background-color: #857e76;
  border-color: #726c65;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #857e76;
  border-color: #726c65;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #726c65;
  border-color: #4f4b46;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #9D9791;
  border-color: #918a84;
}

.btn-primary .badge {
  color: #9D9791;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #08C571;
  border-color: #07ac63;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #069455;
  border-color: #02321d;
}

.btn-success:hover {
  color: #fff;
  background-color: #069455;
  border-color: #057241;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #069455;
  border-color: #057241;
}

.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: #057241;
  border-color: #02321d;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #08C571;
  border-color: #07ac63;
}

.btn-success .badge {
  color: #08C571;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #EDEBE8;
  border-color: #e2dfda;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #d7d2cb;
  border-color: #aaa092;
}

.btn-info:hover {
  color: #fff;
  background-color: #d7d2cb;
  border-color: #c7c1b7;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #d7d2cb;
  border-color: #c7c1b7;
}

.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: #c7c1b7;
  border-color: #aaa092;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #EDEBE8;
  border-color: #e2dfda;
}

.btn-info .badge {
  color: #EDEBE8;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.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: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #C50808;
  border-color: #ac0707;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #940606;
  border-color: #320202;
}

.btn-danger:hover {
  color: #fff;
  background-color: #940606;
  border-color: #720505;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #940606;
  border-color: #720505;
}

.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: #720505;
  border-color: #320202;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #C50808;
  border-color: #ac0707;
}

.btn-danger .badge {
  color: #C50808;
  background-color: #fff;
}

.btn-link {
  color: #000;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #9D9791;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #EDEBE8;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 33px;
  line-height: 1.33333;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0px;
}

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0x;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #B6AFA8;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #aaa29a;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #000;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #EDEBE8;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857;
  color: #EDEBE8;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

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

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #F5F5F5;
  border: 1px solid #EDEBE8;
  border-radius: 0x;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 0px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 33px;
  border-radius: 0px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 25px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}

.nav > li.disabled > a {
  color: #EDEBE8;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #EDEBE8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff;
  border-color: #000;
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0x 0x 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #F5F5F5 #F5F5F5 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #D8D5D2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0x;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #000;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0x;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0x 0x 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 10px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar {
    border-radius: 0x;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 992px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: -5.5px 20px;
  font-size: 33px;
  line-height: 21px;
  height: 10px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: -12px;
  margin-bottom: -12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0x;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: -2.75px -20px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}

@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: -5.5px;
    padding-bottom: -5.5px;
  }
}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 992px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0x;
  border-top-left-radius: 0x;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: -9px;
  margin-bottom: -9px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: -6px;
  margin-bottom: -6px;
}

.navbar-text {
  margin-top: -5.5px;
  margin-bottom: -5.5px;
}

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #EDEBE8;
}

.navbar-default .navbar-brand {
  color: #000;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: black;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #000;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #9D9791;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #9D9791;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #EDEBE8;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #9D9791;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #EDEBE8;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #9D9791;
}

@media (max-width: 992px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9D9791;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #9D9791;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #EDEBE8;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #000;
}

.navbar-default .navbar-link:hover {
  color: #9D9791;
}

.navbar-default .btn-link {
  color: #000;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #9D9791;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #EDEBE8;
}

.navbar-inverse {
  background-color: #000;
  border-color: #000;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #9D9791;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #9D9791;
  background-color: white;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #D8D5D2;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: black;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: white;
  color: #9D9791;
}

@media (max-width: 992px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #9D9791;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #9D9791;
    background-color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #D8D5D2;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #fff;
}

.navbar-inverse .navbar-link:hover {
  color: #9D9791;
}

.navbar-inverse .btn-link {
  color: #fff;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #9D9791;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #D8D5D2;
}

.breadcrumb {
  padding: 8px 10px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #EDEBE8;
  border-radius: 0x;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #9D9791;
}

.breadcrumb > .active {
  color: #9D9791;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0x;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0x;
  border-top-left-radius: 0x;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0x;
  border-top-right-radius: 0x;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #9D9791;
  background-color: #fff;
  border-color: #fff;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #9D9791;
  border-color: #9D9791;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #EDEBE8;
  background-color: #fff;
  border-color: #fff;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 33px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #EDEBE8;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #000;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: black;
}

.label-primary {
  background-color: #000;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: black;
}

.label-success {
  background-color: #08C571;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #069455;
}

.label-info {
  background-color: #B6AFA8;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #9f968c;
}

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #C50808;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #940606;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #08C571;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #000;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #F5F5F5;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: gainsboro;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 68px;
  }
}

.thumbnail {
  display: block;
  padding: 30px;
  margin-bottom: 21px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0x;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 30px;
  color: #000;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000;
}

.alert {
  padding: 20px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0x;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 40px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #08C571;
  border-color: #08C571;
  color: #fff;
}

.alert-success hr {
  border-top-color: #07ac63;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #EDEBE8;
  border-color: #EDEBE8;
  color: #fff;
}

.alert-info hr {
  border-top-color: #e2dfda;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

.alert-warning hr {
  border-top-color: #eea236;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #C50808;
  border-color: #C50808;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #ac0707;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 0x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -o-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-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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #08C571;
}

.progress-striped .progress-bar-success {
  background-image: -o-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-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);
}

.progress-bar-info {
  background-color: #EDEBE8;
}

.progress-striped .progress-bar-info {
  background-image: -o-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-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);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -o-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-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);
}

.progress-bar-danger {
  background-color: #C50808;
}

.progress-striped .progress-bar-danger {
  background-image: -o-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-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);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0x;
  border-top-left-radius: 0x;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0x;
  border-bottom-left-radius: 0x;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #F5F5F5;
  color: #EDEBE8;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #EDEBE8;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.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: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, .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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #666666;
}

.list-group-item-success {
  color: #fff;
  background-color: #08C571;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}

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:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #07ac63;
}

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

.list-group-item-info {
  color: #fff;
  background-color: #EDEBE8;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #fff;
}

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:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #fff;
  background-color: #e2dfda;
}

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

.list-group-item-warning {
  color: #fff;
  background-color: #f0ad4e;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff;
}

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:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #fff;
  background-color: #eea236;
}

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

.list-group-item-danger {
  color: #fff;
  background-color: #C50808;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff;
}

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:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #fff;
  background-color: #ac0707;
}

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

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

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

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0x;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 20px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1x;
  border-top-left-radius: -1x;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #9D9791;
  border-bottom-right-radius: -1x;
  border-bottom-left-radius: -1x;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1x;
  border-top-left-radius: -1x;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1x;
  border-bottom-left-radius: -1x;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px;
  padding-right: 20px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1x;
  border-top-left-radius: -1x;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1x;
  border-top-right-radius: -1x;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1x;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1x;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1x;
  border-bottom-left-radius: -1x;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1x;
  border-bottom-right-radius: -1x;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1x;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1x;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #EDEBE8;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0x;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #9D9791;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #9D9791;
}

.panel-default {
  border-color: #9D9791;
}

.panel-default > .panel-heading {
  color: #9D9791;
  background-color: #fff;
  border-color: #9D9791;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9D9791;
}

.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #9D9791;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9D9791;
}

.panel-primary {
  border-color: #000;
}

.panel-primary > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000;
}

.panel-primary > .panel-heading .badge {
  color: #fff;
  background-color: #000;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000;
}

.panel-success {
  border-color: #08C571;
}

.panel-success > .panel-heading {
  color: #08C571;
  background-color: #fff;
  border-color: #08C571;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #08C571;
}

.panel-success > .panel-heading .badge {
  color: #fff;
  background-color: #08C571;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #08C571;
}

.panel-info {
  border-color: #EDEBE8;
}

.panel-info > .panel-heading {
  color: #EDEBE8;
  background-color: #fff;
  border-color: #EDEBE8;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EDEBE8;
}

.panel-info > .panel-heading .badge {
  color: #fff;
  background-color: #EDEBE8;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EDEBE8;
}

.panel-warning {
  border-color: #f0ad4e;
}

.panel-warning > .panel-heading {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #f0ad4e;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0ad4e;
}

.panel-warning > .panel-heading .badge {
  color: #fff;
  background-color: #f0ad4e;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0ad4e;
}

.panel-danger {
  border-color: #C50808;
}

.panel-danger > .panel-heading {
  color: #C50808;
  background-color: #fff;
  border-color: #C50808;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #C50808;
}

.panel-danger > .panel-heading .badge {
  color: #fff;
  background-color: #C50808;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #C50808;
}

.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;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0x;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 22.5px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  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;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0x;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

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

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

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

.popover > .arrow {
  border-width: 11px;
}

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

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

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

/* Caption */
.slick-caption {
  position: absolute;
  bottom: 50%;
  left: 20%;
  right: 20%;
  padding-bottom: 18px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 10;
  color: #000;
  text-align: center;
  text-shadow: 0;
}

.slick-caption .btn {
  text-shadow: none;
}

@media screen and (max-width: 991px) {
  .slick-caption {
    left: 15%;
    right: 15%;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -16px;
  border: none;
  outline: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev span,
.slick-next span {
  display: block;
  width: 8px;
  height: 14px;
}

.slick-prev {
  padding: 15px 19px 15px 17px;
  left: 25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}

.slick-next {
  padding: 15px 17px 15px 19px;
  right: 25px;
}

[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
}

.slick-dots li button {
  border: 0;
  display: block;
  height: 8px;
  width: 8px;
  background-color: #000;
  border-radius: 100%;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  outline: none;
  padding: 4px;
  margin: 0 2.5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:focus {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 15px;
  }
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider {
  height: 3px;
  background-color: #F5F5F5;
  border-radius: 3px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 20px;
}

.ui-slider .ui-slider-range {
  background: #000;
}

.ui-slider .ui-slider-handle {
  border-radius: 100%;
  top: -6px;
  width: 15px;
  height: 15px;
  border: 3px solid #000;
  background-color: #fff;
  cursor: pointer;
}

.ui-slider .ui-slider-handle:active, .ui-slider .ui-slider-handle:focus {
  outline: none;
}

.ui-slider .ui-slider-handle:active {
  border-width: 4px;
}

/*! jQuery UI - v1.11.4 - 2016-05-27
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  background-color: #EDEBE8;
  border: 1px solid #EDEBE8;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8em;
  height: 1.8em;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  content: url("../img/svg/caret.svg");
  position: absolute;
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker .ui-datepicker-prev::before {
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-next {
  right: 10px;
}

.ui-datepicker .ui-datepicker-next::before {
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td.ui-datepicker-today {
  background-color: #EDEBE8;
  color: #fff;
  font-weight: 700;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #F5F5F5;
  background-color: rgba(245, 245, 245, 0.8);
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline-block;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 40px);
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  text-align: center;
  line-height: 1.5;
  white-space: normal;
  color: #D8D5D2;
  background-color: #fff;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  padding: 40px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  #baguetteBox-overlay .full-image figcaption {
    font-size: 1.8rem;
  }
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  -o-transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
          animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
          animation: bounceFromLeft .4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: transparent;
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.baguetteBox-button polyline,
.baguetteBox-button line {
  stroke: #000;
  stroke-width: 2px;
  stroke-linecap: round;
}

.baguetteBox-button:hover {
  background-color: transparent;
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
          animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/**
 * Float Labels
 *
 * @version: 3.3.3
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://geminilabs.github.io/float-labels.js
 * @license: MIT
 * @note: Edited to match Bootstrap 3.x
 */
/* @TODO: Extend for large and small form elements */
.fl-form .fl-wrap {
  position: relative;
}

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.fl-form select.fl-select {
  position: relative;
}

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
  color: #B6AFA8;
}

.fl-form label.fl-label {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 11px;
  line-height: 1;
  color: #000;
  text-align: left;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  z-index: 1;
}

.fl-form .fl-is-active label.fl-label {
  opacity: 1;
  visibility: visible;
}

.fl-form .fl-has-focus label.fl-label {
  color: #000;
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
  padding: 12px 24px;
}

.fl-form.fl-style-1 select.fl-select {
  height: 61px;
}

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
  padding: 12px 24px;
}

.fl-form.fl-style-1 label.fl-label {
  top: 1px;
  left: 19px;
  background-color: #fff;
  padding: 24px 6px;
}

.fl-form.fl-style-1 label.fl-label:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label {
  top: -11.5px;
  padding: 6px;
}

.fl-form.fl-style-1 .fl-is-active label.fl-label:before {
  top: 11.5px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 45px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select {
  height: 35px;
}

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 15px 15px 6px;
}

.fl-form.fl-style-2 label.fl-label {
  top: 1px;
  left: 16px;
  padding: 4.2px 6px 6px 0;
}

.fl-form.fl-style-2 .fl-is-required:before {
  padding-top: 18px;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: transparent;
  opacity: 1;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #000;
  border-radius: 0;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 1px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #000;
  border-radius: 0;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 1px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #000;
  height: 1px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #000;
  width: 1px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
    -ms-overflow-style: auto !important;
    height: 65% !important;
  }
}

@media screen and (max-width: 992px) {
  .offcanvas-stop-scrolling {
    height: 100vh;
    overflow: hidden;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #fff;
  }
  .navbar-inverse .navbar-offcanvas {
    background-color: #000;
  }
  .navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 250px;
    left: -250px;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 10000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
  }
  .navbar-offcanvas.in {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    min-height: 100vh;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height: fill-available;
  }
  .navbar-offcanvas.navbar-offcanvas-fade {
    opacity: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-fade.in {
    opacity: 1;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px);
  }
  .navbar-offcanvas.offcanvas-position.in {
    left: 0;
  }
  .navbar-offcanvas.navbar-offcanvas-right {
    left: auto;
    right: -250px;
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
  .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
    left: auto;
    right: 0;
  }
  .navbar-offcanvas.offcanvas-fs {
    max-width: none;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .navbar-offcanvas.offcanvas-fs.in {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .navbar-offcanvas .dropdown.active .caret {
    border-top: 0;
    border-bottom: 4px solid;
  }
  .navbar-offcanvas .dropdown-menu {
    position: relative;
    width: 100%;
    border: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: height 0.15s ease-in;
    -o-transition: height 0.15s ease-in;
    transition: height 0.15s ease-in;
  }
  .navbar-offcanvas .dropdown-menu.shown {
    display: block;
    margin-bottom: 10px;
  }
  .navbar-offcanvas-inner {
    padding-top: 70px;
    padding-bottom: 10px;
  }
  .close-sidebar {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #C50808;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .close-sidebar:focus, .close-sidebar:active:focus {
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    outline: 0;
  }
  .close-sidebar span {
    font-weight: 700;
  }
  .close-sidebar svg {
    margin-left: 14px;
    stroke-width: 1.5;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

.flex-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

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

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

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

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

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

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

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

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

.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

.align-content-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

.align-content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.align-content-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

.align-content-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}

.align-content-stretch {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.align-self-auto {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
          align-self: auto;
}

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

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

.align-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.align-self-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

/**
* Calculates font size in rem
* Parameter ($size): font size in pixels
*/
/**
* Returns a map of operations to apply to the first color ($a) to obtain the second color ($b)
* Parameter $a will be your base color e.g. $brand-primary
* Parameter $b will be your target color which is not defined e.g. #14212a
*
* Log the return value: @debug color-diff($brand-primary, #14212a);
* This will return a map of operations needed to apply to your base color
*
* Apply the values: background-color: adjust_hue(saturate(darken($brand-primary, 7.84314%), 13.91524%), 0deg);
*/
/*!
 * Bootstrap grid XL
 *
 * Extra large grid for Bootstrap (SCSS version)
 *
 * Extends Bootstrap v3.0.0 by adding an "XL" size for the grid system
 * used for screen widths of 1600px or more
 *
 * Copyright 2013 Anim Yeboah
 * Licensed under the MIT License
 * http://opensource.org/licenses/MIT
 */
.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;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .col-lg-12 {
    float: left;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
  .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 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .visible-xs.visible-xl {
    display: block !important;
  }
  table.visible-xs.visible-xl {
    display: table !important;
  }
  tr.visible-xs.visible-xl {
    display: table-row !important;
  }
  th.visible-xs.visible-xl,
  td.visible-xs.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1600px) {
  .visible-sm.visible-xl {
    display: block !important;
  }
  table.visible-sm.visible-xl {
    display: table !important;
  }
  tr.visible-sm.visible-xl {
    display: table-row !important;
  }
  th.visible-sm.visible-xl,
  td.visible-sm.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1600px) {
  .visible-md.visible-xl {
    display: block !important;
  }
  table.visible-md.visible-xl {
    display: table !important;
  }
  tr.visible-md.visible-xl {
    display: table-row !important;
  }
  th.visible-md.visible-xl,
  td.visible-md.visible-xl {
    display: table-cell !important;
  }
}

@media (min-width: 1600px) {
  .visible-lg.visible-xl {
    display: block !important;
  }
  table.visible-lg.visible-xl {
    display: table !important;
  }
  tr.visible-lg.visible-xl {
    display: table-row !important;
  }
  th.visible-lg.visible-xl,
  td.visible-lg.visible-xl {
    display: table-cell !important;
  }
}

.visible-xl {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xl.visible-xs {
    display: block !important;
  }
  table.visible-xl.visible-xs {
    display: table !important;
  }
  tr.visible-xl.visible-xs {
    display: table-row !important;
  }
  th.visible-xl.visible-xs,
  td.visible-xl.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xl.visible-sm {
    display: block !important;
  }
  table.visible-xl.visible-sm {
    display: table !important;
  }
  tr.visible-xl.visible-sm {
    display: table-row !important;
  }
  th.visible-xl.visible-sm,
  td.visible-xl.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xl.visible-md {
    display: block !important;
  }
  table.visible-xl.visible-md {
    display: table !important;
  }
  tr.visible-xl.visible-md {
    display: table-row !important;
  }
  th.visible-xl.visible-md,
  td.visible-xl.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .visible-xl.visible-lg {
    display: block !important;
  }
  table.visible-xl.visible-lg {
    display: table !important;
  }
  tr.visible-xl.visible-lg {
    display: table-row !important;
  }
  th.visible-xl.visible-lg,
  td.visible-xl.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}

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

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

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

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

.hidden-xl {
  display: block !important;
}

table.hidden-xl {
  display: table !important;
}

tr.hidden-xl {
  display: table-row !important;
}

th.hidden-xl,
td.hidden-xl {
  display: table-cell !important;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xl.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xl.hidden-md {
    display: none !important;
  }
}

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

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

/*
* Common CSS rules can be defined here
*/
.no-overflow {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden !important;
}

.no-float {
  float: none;
}

.no-border {
  border: 0 !important;
}

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

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

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

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

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

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

.no-padding-bottom {
  padding-bottom: 0;
}

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

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

@media screen and (min-width: 1200px) {
  .shrink-left {
    padding-left: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .shrink-right {
    padding-right: 20px;
  }
}

.section-lg {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .section-lg {
    margin-top: 100px;
  }
}

@media screen and (min-width: 992px) {
  .section-lg {
    margin-top: 120px;
  }
}

.section {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .section {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .section {
    margin-top: 80px;
  }
}

.section-sm {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .section-sm {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .section-sm {
    margin-top: 40px;
  }
}

.section-xs {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .section-xs {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .u-two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}

@media screen and (min-width: 992px) {
  .u-three-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.d-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.d-flex-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.d-flex-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.d-flex-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

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

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

.p-relative {
  position: relative;
}

@media screen and (max-width: 767px) {
  .d-block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .d-block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 1600px) {
  display: block;
}

/*
* Set a rem font size with pixel fallback
* @Usage @include font-size(14px);
*/
/*
* Turn font anti aliasing on or off in Chrome / FF
* @Usage @include font-smoothing(on);
* @Usage on black / dark backgrounds @include font-smoothing(off);
*/
/*
* Outputs vendor-prefixed placeholders for styling. Must be nested in a rule-set.
* @usage:
    input {
      @include placeholder {
        color: red;
      }
    }
*/
/*
* Sets selection colors
* @Usage @include selection(#fff, #000);
*/
/**
* Maintain aspect ratio or fit to content
* <div><p>Test</p></div>
* @Usage div { @include aspect-ratio(16,9); }
*/
/**
* Create css triangles
* @param {Direction} $direction - Triangle direction, either `top`, `right`, `bottom` or `left`
* @param {Color} $color [currentcolor] - Triangle color
* @param {Length} $size [1em] - Triangle size
* @usage
	.foo::before {
	  @include triangle(bottom);
	  position: absolute;
	  left: 50%;
	  bottom: 100%;
	}
*/
/*
* Creates a checkbox
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Creates a radio
* @usage @include checkbox-variant('.checkbox-primary', $brand-primary);
* @usage @include checkbox-variant('.checkbox-danger', $brand-danger);
* @usage @include checkbox-variant('.checkbox-info', $brand-info);
* @usage @include checkbox-variant('.checkbox-warning', $brand-warning);
* @usage @include checkbox-variant('.checkbox-success', $brand-success);
*/
/*
* Vendor-prefixing the CSS3 calc function. It accepts a property and a value.
* @Usage @include calc(width, "100% - 80px");
*/
/*
* Sets base for pseudo
* @Usage @extend %pseudo-base;
*/
#sidebar .checkbox-color label, main[data-page="cart-register"] #wrapper {
  position: relative;
}

#sidebar .checkbox-color label::before, main[data-page="cart-register"] #wrapper::before, #sidebar .checkbox-color label::after, main[data-page="cart-register"] #wrapper::after {
  position: absolute;
  display: block;
  content: '';
}

/*
* Covers an entire block
* @Usage @extend %coverer;
*/
main[data-page="shops-overview"] #shops-grid .shop-item .img-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* Centers block vertically and horizontally
* It works even when: You don't know know how big it is, You don't know how big the container is, either
* @Usage @extend %centerer;
*/
.js .placeholder-product img, .image-checkbox .svg-wrapper .icon, #loader .centerer, main.page-cart #cart-steps li .svg-wrapper .icon,
main.page-cart #cart-steps li .step-number .icon, main[data-page="look-detail"] #looks-navigation .look-navigation .svg-wrapper .icon, main[data-page="personal-shopping"] .shopping-form-gender .wrapper .svg-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
* Vertical align a block
* @Usage @extend %vertical-align;
*/
/*
* Reflect horizontal
* @Usage @extend %flip-horizontal;
*/
/*
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block
* @Usage @extend %text-truncate;
*/
/*
* Provides an easy way for break-word
* @Usage @extend %word-wrap;
*/
.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 10px !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.mt-9,
.my-9 {
  margin-top: 90px !important;
}

.mr-9,
.mx-9 {
  margin-right: 90px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 90px !important;
}

.ml-9,
.mx-9 {
  margin-left: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mt-10,
.my-10 {
  margin-top: 100px !important;
}

.mr-10,
.mx-10 {
  margin-right: 100px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 100px !important;
}

.ml-10,
.mx-10 {
  margin-left: 100px !important;
}

.m-11 {
  margin: 110px !important;
}

.mt-11,
.my-11 {
  margin-top: 110px !important;
}

.mr-11,
.mx-11 {
  margin-right: 110px !important;
}

.mb-11,
.my-11 {
  margin-bottom: 110px !important;
}

.ml-11,
.mx-11 {
  margin-left: 110px !important;
}

.m-12 {
  margin: 120px !important;
}

.mt-12,
.my-12 {
  margin-top: 120px !important;
}

.mr-12,
.mx-12 {
  margin-right: 120px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 120px !important;
}

.ml-12,
.mx-12 {
  margin-left: 120px !important;
}

.m-13 {
  margin: 130px !important;
}

.mt-13,
.my-13 {
  margin-top: 130px !important;
}

.mr-13,
.mx-13 {
  margin-right: 130px !important;
}

.mb-13,
.my-13 {
  margin-bottom: 130px !important;
}

.ml-13,
.mx-13 {
  margin-left: 130px !important;
}

.m-14 {
  margin: 140px !important;
}

.mt-14,
.my-14 {
  margin-top: 140px !important;
}

.mr-14,
.mx-14 {
  margin-right: 140px !important;
}

.mb-14,
.my-14 {
  margin-bottom: 140px !important;
}

.ml-14,
.mx-14 {
  margin-left: 140px !important;
}

.m-15 {
  margin: 150px !important;
}

.mt-15,
.my-15 {
  margin-top: 150px !important;
}

.mr-15,
.mx-15 {
  margin-right: 150px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 150px !important;
}

.ml-15,
.mx-15 {
  margin-left: 150px !important;
}

.m-20 {
  margin: 200px !important;
}

.mt-20,
.my-20 {
  margin-top: 200px !important;
}

.mr-20,
.mx-20 {
  margin-right: 200px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 200px !important;
}

.ml-20,
.mx-20 {
  margin-left: 200px !important;
}

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

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

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

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

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

.p-1 {
  padding: 10px !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
}

.pr-1,
.px-1 {
  padding-right: 10px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}

.pl-1,
.px-1 {
  padding-left: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
}

.pr-2,
.px-2 {
  padding-right: 20px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}

.pl-2,
.px-2 {
  padding-left: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

.pr-3,
.px-3 {
  padding-right: 30px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

.pl-3,
.px-3 {
  padding-left: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
}

.pr-4,
.px-4 {
  padding-right: 40px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
}

.pl-4,
.px-4 {
  padding-left: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
}

.pr-5,
.px-5 {
  padding-right: 50px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
}

.pl-5,
.px-5 {
  padding-left: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
}

.pr-6,
.px-6 {
  padding-right: 60px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
}

.pl-6,
.px-6 {
  padding-left: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
}

.pr-7,
.px-7 {
  padding-right: 70px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
}

.pl-7,
.px-7 {
  padding-left: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
}

.pr-8,
.px-8 {
  padding-right: 80px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
}

.pl-8,
.px-8 {
  padding-left: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.pt-9,
.py-9 {
  padding-top: 90px !important;
}

.pr-9,
.px-9 {
  padding-right: 90px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 90px !important;
}

.pl-9,
.px-9 {
  padding-left: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.pt-10,
.py-10 {
  padding-top: 100px !important;
}

.pr-10,
.px-10 {
  padding-right: 100px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 100px !important;
}

.pl-10,
.px-10 {
  padding-left: 100px !important;
}

.p-11 {
  padding: 110px !important;
}

.pt-11,
.py-11 {
  padding-top: 110px !important;
}

.pr-11,
.px-11 {
  padding-right: 110px !important;
}

.pb-11,
.py-11 {
  padding-bottom: 110px !important;
}

.pl-11,
.px-11 {
  padding-left: 110px !important;
}

.p-12 {
  padding: 120px !important;
}

.pt-12,
.py-12 {
  padding-top: 120px !important;
}

.pr-12,
.px-12 {
  padding-right: 120px !important;
}

.pb-12,
.py-12 {
  padding-bottom: 120px !important;
}

.pl-12,
.px-12 {
  padding-left: 120px !important;
}

.p-13 {
  padding: 130px !important;
}

.pt-13,
.py-13 {
  padding-top: 130px !important;
}

.pr-13,
.px-13 {
  padding-right: 130px !important;
}

.pb-13,
.py-13 {
  padding-bottom: 130px !important;
}

.pl-13,
.px-13 {
  padding-left: 130px !important;
}

.p-14 {
  padding: 140px !important;
}

.pt-14,
.py-14 {
  padding-top: 140px !important;
}

.pr-14,
.px-14 {
  padding-right: 140px !important;
}

.pb-14,
.py-14 {
  padding-bottom: 140px !important;
}

.pl-14,
.px-14 {
  padding-left: 140px !important;
}

.p-15 {
  padding: 150px !important;
}

.pt-15,
.py-15 {
  padding-top: 150px !important;
}

.pr-15,
.px-15 {
  padding-right: 150px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 150px !important;
}

.pl-15,
.px-15 {
  padding-left: 150px !important;
}

.p-20 {
  padding: 200px !important;
}

.pt-20,
.py-20 {
  padding-top: 200px !important;
}

.pr-20,
.px-20 {
  padding-right: 200px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 200px !important;
}

.pl-20,
.px-20 {
  padding-left: 200px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .m-0-sm {
    margin: 0 !important;
  }
  .mt-0-sm,
  .my-0-sm {
    margin-top: 0 !important;
  }
  .mr-0-sm,
  .mx-0-sm {
    margin-right: 0 !important;
  }
  .mb-0-sm,
  .my-0-sm {
    margin-bottom: 0 !important;
  }
  .ml-0-sm,
  .mx-0-sm {
    margin-left: 0 !important;
  }
  .m-1-sm {
    margin: 10px !important;
  }
  .mt-1-sm,
  .my-1-sm {
    margin-top: 10px !important;
  }
  .mr-1-sm,
  .mx-1-sm {
    margin-right: 10px !important;
  }
  .mb-1-sm,
  .my-1-sm {
    margin-bottom: 10px !important;
  }
  .ml-1-sm,
  .mx-1-sm {
    margin-left: 10px !important;
  }
  .m-2-sm {
    margin: 20px !important;
  }
  .mt-2-sm,
  .my-2-sm {
    margin-top: 20px !important;
  }
  .mr-2-sm,
  .mx-2-sm {
    margin-right: 20px !important;
  }
  .mb-2-sm,
  .my-2-sm {
    margin-bottom: 20px !important;
  }
  .ml-2-sm,
  .mx-2-sm {
    margin-left: 20px !important;
  }
  .m-3-sm {
    margin: 30px !important;
  }
  .mt-3-sm,
  .my-3-sm {
    margin-top: 30px !important;
  }
  .mr-3-sm,
  .mx-3-sm {
    margin-right: 30px !important;
  }
  .mb-3-sm,
  .my-3-sm {
    margin-bottom: 30px !important;
  }
  .ml-3-sm,
  .mx-3-sm {
    margin-left: 30px !important;
  }
  .m-4-sm {
    margin: 40px !important;
  }
  .mt-4-sm,
  .my-4-sm {
    margin-top: 40px !important;
  }
  .mr-4-sm,
  .mx-4-sm {
    margin-right: 40px !important;
  }
  .mb-4-sm,
  .my-4-sm {
    margin-bottom: 40px !important;
  }
  .ml-4-sm,
  .mx-4-sm {
    margin-left: 40px !important;
  }
  .m-5-sm {
    margin: 50px !important;
  }
  .mt-5-sm,
  .my-5-sm {
    margin-top: 50px !important;
  }
  .mr-5-sm,
  .mx-5-sm {
    margin-right: 50px !important;
  }
  .mb-5-sm,
  .my-5-sm {
    margin-bottom: 50px !important;
  }
  .ml-5-sm,
  .mx-5-sm {
    margin-left: 50px !important;
  }
  .m-6-sm {
    margin: 60px !important;
  }
  .mt-6-sm,
  .my-6-sm {
    margin-top: 60px !important;
  }
  .mr-6-sm,
  .mx-6-sm {
    margin-right: 60px !important;
  }
  .mb-6-sm,
  .my-6-sm {
    margin-bottom: 60px !important;
  }
  .ml-6-sm,
  .mx-6-sm {
    margin-left: 60px !important;
  }
  .m-7-sm {
    margin: 70px !important;
  }
  .mt-7-sm,
  .my-7-sm {
    margin-top: 70px !important;
  }
  .mr-7-sm,
  .mx-7-sm {
    margin-right: 70px !important;
  }
  .mb-7-sm,
  .my-7-sm {
    margin-bottom: 70px !important;
  }
  .ml-7-sm,
  .mx-7-sm {
    margin-left: 70px !important;
  }
  .m-8-sm {
    margin: 80px !important;
  }
  .mt-8-sm,
  .my-8-sm {
    margin-top: 80px !important;
  }
  .mr-8-sm,
  .mx-8-sm {
    margin-right: 80px !important;
  }
  .mb-8-sm,
  .my-8-sm {
    margin-bottom: 80px !important;
  }
  .ml-8-sm,
  .mx-8-sm {
    margin-left: 80px !important;
  }
  .m-9-sm {
    margin: 90px !important;
  }
  .mt-9-sm,
  .my-9-sm {
    margin-top: 90px !important;
  }
  .mr-9-sm,
  .mx-9-sm {
    margin-right: 90px !important;
  }
  .mb-9-sm,
  .my-9-sm {
    margin-bottom: 90px !important;
  }
  .ml-9-sm,
  .mx-9-sm {
    margin-left: 90px !important;
  }
  .m-10-sm {
    margin: 100px !important;
  }
  .mt-10-sm,
  .my-10-sm {
    margin-top: 100px !important;
  }
  .mr-10-sm,
  .mx-10-sm {
    margin-right: 100px !important;
  }
  .mb-10-sm,
  .my-10-sm {
    margin-bottom: 100px !important;
  }
  .ml-10-sm,
  .mx-10-sm {
    margin-left: 100px !important;
  }
  .m-11-sm {
    margin: 110px !important;
  }
  .mt-11-sm,
  .my-11-sm {
    margin-top: 110px !important;
  }
  .mr-11-sm,
  .mx-11-sm {
    margin-right: 110px !important;
  }
  .mb-11-sm,
  .my-11-sm {
    margin-bottom: 110px !important;
  }
  .ml-11-sm,
  .mx-11-sm {
    margin-left: 110px !important;
  }
  .m-12-sm {
    margin: 120px !important;
  }
  .mt-12-sm,
  .my-12-sm {
    margin-top: 120px !important;
  }
  .mr-12-sm,
  .mx-12-sm {
    margin-right: 120px !important;
  }
  .mb-12-sm,
  .my-12-sm {
    margin-bottom: 120px !important;
  }
  .ml-12-sm,
  .mx-12-sm {
    margin-left: 120px !important;
  }
  .m-13-sm {
    margin: 130px !important;
  }
  .mt-13-sm,
  .my-13-sm {
    margin-top: 130px !important;
  }
  .mr-13-sm,
  .mx-13-sm {
    margin-right: 130px !important;
  }
  .mb-13-sm,
  .my-13-sm {
    margin-bottom: 130px !important;
  }
  .ml-13-sm,
  .mx-13-sm {
    margin-left: 130px !important;
  }
  .m-14-sm {
    margin: 140px !important;
  }
  .mt-14-sm,
  .my-14-sm {
    margin-top: 140px !important;
  }
  .mr-14-sm,
  .mx-14-sm {
    margin-right: 140px !important;
  }
  .mb-14-sm,
  .my-14-sm {
    margin-bottom: 140px !important;
  }
  .ml-14-sm,
  .mx-14-sm {
    margin-left: 140px !important;
  }
  .m-15-sm {
    margin: 150px !important;
  }
  .mt-15-sm,
  .my-15-sm {
    margin-top: 150px !important;
  }
  .mr-15-sm,
  .mx-15-sm {
    margin-right: 150px !important;
  }
  .mb-15-sm,
  .my-15-sm {
    margin-bottom: 150px !important;
  }
  .ml-15-sm,
  .mx-15-sm {
    margin-left: 150px !important;
  }
  .m-20-sm {
    margin: 200px !important;
  }
  .mt-20-sm,
  .my-20-sm {
    margin-top: 200px !important;
  }
  .mr-20-sm,
  .mx-20-sm {
    margin-right: 200px !important;
  }
  .mb-20-sm,
  .my-20-sm {
    margin-bottom: 200px !important;
  }
  .ml-20-sm,
  .mx-20-sm {
    margin-left: 200px !important;
  }
  .p-0-sm {
    padding: 0 !important;
  }
  .pt-0-sm,
  .py-0-sm {
    padding-top: 0 !important;
  }
  .pr-0-sm,
  .px-0-sm {
    padding-right: 0 !important;
  }
  .pb-0-sm,
  .py-0-sm {
    padding-bottom: 0 !important;
  }
  .pl-0-sm,
  .px-0-sm {
    padding-left: 0 !important;
  }
  .p-1-sm {
    padding: 10px !important;
  }
  .pt-1-sm,
  .py-1-sm {
    padding-top: 10px !important;
  }
  .pr-1-sm,
  .px-1-sm {
    padding-right: 10px !important;
  }
  .pb-1-sm,
  .py-1-sm {
    padding-bottom: 10px !important;
  }
  .pl-1-sm,
  .px-1-sm {
    padding-left: 10px !important;
  }
  .p-2-sm {
    padding: 20px !important;
  }
  .pt-2-sm,
  .py-2-sm {
    padding-top: 20px !important;
  }
  .pr-2-sm,
  .px-2-sm {
    padding-right: 20px !important;
  }
  .pb-2-sm,
  .py-2-sm {
    padding-bottom: 20px !important;
  }
  .pl-2-sm,
  .px-2-sm {
    padding-left: 20px !important;
  }
  .p-3-sm {
    padding: 30px !important;
  }
  .pt-3-sm,
  .py-3-sm {
    padding-top: 30px !important;
  }
  .pr-3-sm,
  .px-3-sm {
    padding-right: 30px !important;
  }
  .pb-3-sm,
  .py-3-sm {
    padding-bottom: 30px !important;
  }
  .pl-3-sm,
  .px-3-sm {
    padding-left: 30px !important;
  }
  .p-4-sm {
    padding: 40px !important;
  }
  .pt-4-sm,
  .py-4-sm {
    padding-top: 40px !important;
  }
  .pr-4-sm,
  .px-4-sm {
    padding-right: 40px !important;
  }
  .pb-4-sm,
  .py-4-sm {
    padding-bottom: 40px !important;
  }
  .pl-4-sm,
  .px-4-sm {
    padding-left: 40px !important;
  }
  .p-5-sm {
    padding: 50px !important;
  }
  .pt-5-sm,
  .py-5-sm {
    padding-top: 50px !important;
  }
  .pr-5-sm,
  .px-5-sm {
    padding-right: 50px !important;
  }
  .pb-5-sm,
  .py-5-sm {
    padding-bottom: 50px !important;
  }
  .pl-5-sm,
  .px-5-sm {
    padding-left: 50px !important;
  }
  .p-6-sm {
    padding: 60px !important;
  }
  .pt-6-sm,
  .py-6-sm {
    padding-top: 60px !important;
  }
  .pr-6-sm,
  .px-6-sm {
    padding-right: 60px !important;
  }
  .pb-6-sm,
  .py-6-sm {
    padding-bottom: 60px !important;
  }
  .pl-6-sm,
  .px-6-sm {
    padding-left: 60px !important;
  }
  .p-7-sm {
    padding: 70px !important;
  }
  .pt-7-sm,
  .py-7-sm {
    padding-top: 70px !important;
  }
  .pr-7-sm,
  .px-7-sm {
    padding-right: 70px !important;
  }
  .pb-7-sm,
  .py-7-sm {
    padding-bottom: 70px !important;
  }
  .pl-7-sm,
  .px-7-sm {
    padding-left: 70px !important;
  }
  .p-8-sm {
    padding: 80px !important;
  }
  .pt-8-sm,
  .py-8-sm {
    padding-top: 80px !important;
  }
  .pr-8-sm,
  .px-8-sm {
    padding-right: 80px !important;
  }
  .pb-8-sm,
  .py-8-sm {
    padding-bottom: 80px !important;
  }
  .pl-8-sm,
  .px-8-sm {
    padding-left: 80px !important;
  }
  .p-9-sm {
    padding: 90px !important;
  }
  .pt-9-sm,
  .py-9-sm {
    padding-top: 90px !important;
  }
  .pr-9-sm,
  .px-9-sm {
    padding-right: 90px !important;
  }
  .pb-9-sm,
  .py-9-sm {
    padding-bottom: 90px !important;
  }
  .pl-9-sm,
  .px-9-sm {
    padding-left: 90px !important;
  }
  .p-10-sm {
    padding: 100px !important;
  }
  .pt-10-sm,
  .py-10-sm {
    padding-top: 100px !important;
  }
  .pr-10-sm,
  .px-10-sm {
    padding-right: 100px !important;
  }
  .pb-10-sm,
  .py-10-sm {
    padding-bottom: 100px !important;
  }
  .pl-10-sm,
  .px-10-sm {
    padding-left: 100px !important;
  }
  .p-11-sm {
    padding: 110px !important;
  }
  .pt-11-sm,
  .py-11-sm {
    padding-top: 110px !important;
  }
  .pr-11-sm,
  .px-11-sm {
    padding-right: 110px !important;
  }
  .pb-11-sm,
  .py-11-sm {
    padding-bottom: 110px !important;
  }
  .pl-11-sm,
  .px-11-sm {
    padding-left: 110px !important;
  }
  .p-12-sm {
    padding: 120px !important;
  }
  .pt-12-sm,
  .py-12-sm {
    padding-top: 120px !important;
  }
  .pr-12-sm,
  .px-12-sm {
    padding-right: 120px !important;
  }
  .pb-12-sm,
  .py-12-sm {
    padding-bottom: 120px !important;
  }
  .pl-12-sm,
  .px-12-sm {
    padding-left: 120px !important;
  }
  .p-13-sm {
    padding: 130px !important;
  }
  .pt-13-sm,
  .py-13-sm {
    padding-top: 130px !important;
  }
  .pr-13-sm,
  .px-13-sm {
    padding-right: 130px !important;
  }
  .pb-13-sm,
  .py-13-sm {
    padding-bottom: 130px !important;
  }
  .pl-13-sm,
  .px-13-sm {
    padding-left: 130px !important;
  }
  .p-14-sm {
    padding: 140px !important;
  }
  .pt-14-sm,
  .py-14-sm {
    padding-top: 140px !important;
  }
  .pr-14-sm,
  .px-14-sm {
    padding-right: 140px !important;
  }
  .pb-14-sm,
  .py-14-sm {
    padding-bottom: 140px !important;
  }
  .pl-14-sm,
  .px-14-sm {
    padding-left: 140px !important;
  }
  .p-15-sm {
    padding: 150px !important;
  }
  .pt-15-sm,
  .py-15-sm {
    padding-top: 150px !important;
  }
  .pr-15-sm,
  .px-15-sm {
    padding-right: 150px !important;
  }
  .pb-15-sm,
  .py-15-sm {
    padding-bottom: 150px !important;
  }
  .pl-15-sm,
  .px-15-sm {
    padding-left: 150px !important;
  }
  .p-20-sm {
    padding: 200px !important;
  }
  .pt-20-sm,
  .py-20-sm {
    padding-top: 200px !important;
  }
  .pr-20-sm,
  .px-20-sm {
    padding-right: 200px !important;
  }
  .pb-20-sm,
  .py-20-sm {
    padding-bottom: 200px !important;
  }
  .pl-20-sm,
  .px-20-sm {
    padding-left: 200px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .m-0-md {
    margin: 0 !important;
  }
  .mt-0-md,
  .my-0-md {
    margin-top: 0 !important;
  }
  .mr-0-md,
  .mx-0-md {
    margin-right: 0 !important;
  }
  .mb-0-md,
  .my-0-md {
    margin-bottom: 0 !important;
  }
  .ml-0-md,
  .mx-0-md {
    margin-left: 0 !important;
  }
  .m-1-md {
    margin: 10px !important;
  }
  .mt-1-md,
  .my-1-md {
    margin-top: 10px !important;
  }
  .mr-1-md,
  .mx-1-md {
    margin-right: 10px !important;
  }
  .mb-1-md,
  .my-1-md {
    margin-bottom: 10px !important;
  }
  .ml-1-md,
  .mx-1-md {
    margin-left: 10px !important;
  }
  .m-2-md {
    margin: 20px !important;
  }
  .mt-2-md,
  .my-2-md {
    margin-top: 20px !important;
  }
  .mr-2-md,
  .mx-2-md {
    margin-right: 20px !important;
  }
  .mb-2-md,
  .my-2-md {
    margin-bottom: 20px !important;
  }
  .ml-2-md,
  .mx-2-md {
    margin-left: 20px !important;
  }
  .m-3-md {
    margin: 30px !important;
  }
  .mt-3-md,
  .my-3-md {
    margin-top: 30px !important;
  }
  .mr-3-md,
  .mx-3-md {
    margin-right: 30px !important;
  }
  .mb-3-md,
  .my-3-md {
    margin-bottom: 30px !important;
  }
  .ml-3-md,
  .mx-3-md {
    margin-left: 30px !important;
  }
  .m-4-md {
    margin: 40px !important;
  }
  .mt-4-md,
  .my-4-md {
    margin-top: 40px !important;
  }
  .mr-4-md,
  .mx-4-md {
    margin-right: 40px !important;
  }
  .mb-4-md,
  .my-4-md {
    margin-bottom: 40px !important;
  }
  .ml-4-md,
  .mx-4-md {
    margin-left: 40px !important;
  }
  .m-5-md {
    margin: 50px !important;
  }
  .mt-5-md,
  .my-5-md {
    margin-top: 50px !important;
  }
  .mr-5-md,
  .mx-5-md {
    margin-right: 50px !important;
  }
  .mb-5-md,
  .my-5-md {
    margin-bottom: 50px !important;
  }
  .ml-5-md,
  .mx-5-md {
    margin-left: 50px !important;
  }
  .m-6-md {
    margin: 60px !important;
  }
  .mt-6-md,
  .my-6-md {
    margin-top: 60px !important;
  }
  .mr-6-md,
  .mx-6-md {
    margin-right: 60px !important;
  }
  .mb-6-md,
  .my-6-md {
    margin-bottom: 60px !important;
  }
  .ml-6-md,
  .mx-6-md {
    margin-left: 60px !important;
  }
  .m-7-md {
    margin: 70px !important;
  }
  .mt-7-md,
  .my-7-md {
    margin-top: 70px !important;
  }
  .mr-7-md,
  .mx-7-md {
    margin-right: 70px !important;
  }
  .mb-7-md,
  .my-7-md {
    margin-bottom: 70px !important;
  }
  .ml-7-md,
  .mx-7-md {
    margin-left: 70px !important;
  }
  .m-8-md {
    margin: 80px !important;
  }
  .mt-8-md,
  .my-8-md {
    margin-top: 80px !important;
  }
  .mr-8-md,
  .mx-8-md {
    margin-right: 80px !important;
  }
  .mb-8-md,
  .my-8-md {
    margin-bottom: 80px !important;
  }
  .ml-8-md,
  .mx-8-md {
    margin-left: 80px !important;
  }
  .m-9-md {
    margin: 90px !important;
  }
  .mt-9-md,
  .my-9-md {
    margin-top: 90px !important;
  }
  .mr-9-md,
  .mx-9-md {
    margin-right: 90px !important;
  }
  .mb-9-md,
  .my-9-md {
    margin-bottom: 90px !important;
  }
  .ml-9-md,
  .mx-9-md {
    margin-left: 90px !important;
  }
  .m-10-md {
    margin: 100px !important;
  }
  .mt-10-md,
  .my-10-md {
    margin-top: 100px !important;
  }
  .mr-10-md,
  .mx-10-md {
    margin-right: 100px !important;
  }
  .mb-10-md,
  .my-10-md {
    margin-bottom: 100px !important;
  }
  .ml-10-md,
  .mx-10-md {
    margin-left: 100px !important;
  }
  .m-11-md {
    margin: 110px !important;
  }
  .mt-11-md,
  .my-11-md {
    margin-top: 110px !important;
  }
  .mr-11-md,
  .mx-11-md {
    margin-right: 110px !important;
  }
  .mb-11-md,
  .my-11-md {
    margin-bottom: 110px !important;
  }
  .ml-11-md,
  .mx-11-md {
    margin-left: 110px !important;
  }
  .m-12-md {
    margin: 120px !important;
  }
  .mt-12-md,
  .my-12-md {
    margin-top: 120px !important;
  }
  .mr-12-md,
  .mx-12-md {
    margin-right: 120px !important;
  }
  .mb-12-md,
  .my-12-md {
    margin-bottom: 120px !important;
  }
  .ml-12-md,
  .mx-12-md {
    margin-left: 120px !important;
  }
  .m-13-md {
    margin: 130px !important;
  }
  .mt-13-md,
  .my-13-md {
    margin-top: 130px !important;
  }
  .mr-13-md,
  .mx-13-md {
    margin-right: 130px !important;
  }
  .mb-13-md,
  .my-13-md {
    margin-bottom: 130px !important;
  }
  .ml-13-md,
  .mx-13-md {
    margin-left: 130px !important;
  }
  .m-14-md {
    margin: 140px !important;
  }
  .mt-14-md,
  .my-14-md {
    margin-top: 140px !important;
  }
  .mr-14-md,
  .mx-14-md {
    margin-right: 140px !important;
  }
  .mb-14-md,
  .my-14-md {
    margin-bottom: 140px !important;
  }
  .ml-14-md,
  .mx-14-md {
    margin-left: 140px !important;
  }
  .m-15-md {
    margin: 150px !important;
  }
  .mt-15-md,
  .my-15-md {
    margin-top: 150px !important;
  }
  .mr-15-md,
  .mx-15-md {
    margin-right: 150px !important;
  }
  .mb-15-md,
  .my-15-md {
    margin-bottom: 150px !important;
  }
  .ml-15-md,
  .mx-15-md {
    margin-left: 150px !important;
  }
  .m-20-md {
    margin: 200px !important;
  }
  .mt-20-md,
  .my-20-md {
    margin-top: 200px !important;
  }
  .mr-20-md,
  .mx-20-md {
    margin-right: 200px !important;
  }
  .mb-20-md,
  .my-20-md {
    margin-bottom: 200px !important;
  }
  .ml-20-md,
  .mx-20-md {
    margin-left: 200px !important;
  }
  .p-0-md {
    padding: 0 !important;
  }
  .pt-0-md,
  .py-0-md {
    padding-top: 0 !important;
  }
  .pr-0-md,
  .px-0-md {
    padding-right: 0 !important;
  }
  .pb-0-md,
  .py-0-md {
    padding-bottom: 0 !important;
  }
  .pl-0-md,
  .px-0-md {
    padding-left: 0 !important;
  }
  .p-1-md {
    padding: 10px !important;
  }
  .pt-1-md,
  .py-1-md {
    padding-top: 10px !important;
  }
  .pr-1-md,
  .px-1-md {
    padding-right: 10px !important;
  }
  .pb-1-md,
  .py-1-md {
    padding-bottom: 10px !important;
  }
  .pl-1-md,
  .px-1-md {
    padding-left: 10px !important;
  }
  .p-2-md {
    padding: 20px !important;
  }
  .pt-2-md,
  .py-2-md {
    padding-top: 20px !important;
  }
  .pr-2-md,
  .px-2-md {
    padding-right: 20px !important;
  }
  .pb-2-md,
  .py-2-md {
    padding-bottom: 20px !important;
  }
  .pl-2-md,
  .px-2-md {
    padding-left: 20px !important;
  }
  .p-3-md {
    padding: 30px !important;
  }
  .pt-3-md,
  .py-3-md {
    padding-top: 30px !important;
  }
  .pr-3-md,
  .px-3-md {
    padding-right: 30px !important;
  }
  .pb-3-md,
  .py-3-md {
    padding-bottom: 30px !important;
  }
  .pl-3-md,
  .px-3-md {
    padding-left: 30px !important;
  }
  .p-4-md {
    padding: 40px !important;
  }
  .pt-4-md,
  .py-4-md {
    padding-top: 40px !important;
  }
  .pr-4-md,
  .px-4-md {
    padding-right: 40px !important;
  }
  .pb-4-md,
  .py-4-md {
    padding-bottom: 40px !important;
  }
  .pl-4-md,
  .px-4-md {
    padding-left: 40px !important;
  }
  .p-5-md {
    padding: 50px !important;
  }
  .pt-5-md,
  .py-5-md {
    padding-top: 50px !important;
  }
  .pr-5-md,
  .px-5-md {
    padding-right: 50px !important;
  }
  .pb-5-md,
  .py-5-md {
    padding-bottom: 50px !important;
  }
  .pl-5-md,
  .px-5-md {
    padding-left: 50px !important;
  }
  .p-6-md {
    padding: 60px !important;
  }
  .pt-6-md,
  .py-6-md {
    padding-top: 60px !important;
  }
  .pr-6-md,
  .px-6-md {
    padding-right: 60px !important;
  }
  .pb-6-md,
  .py-6-md {
    padding-bottom: 60px !important;
  }
  .pl-6-md,
  .px-6-md {
    padding-left: 60px !important;
  }
  .p-7-md {
    padding: 70px !important;
  }
  .pt-7-md,
  .py-7-md {
    padding-top: 70px !important;
  }
  .pr-7-md,
  .px-7-md {
    padding-right: 70px !important;
  }
  .pb-7-md,
  .py-7-md {
    padding-bottom: 70px !important;
  }
  .pl-7-md,
  .px-7-md {
    padding-left: 70px !important;
  }
  .p-8-md {
    padding: 80px !important;
  }
  .pt-8-md,
  .py-8-md {
    padding-top: 80px !important;
  }
  .pr-8-md,
  .px-8-md {
    padding-right: 80px !important;
  }
  .pb-8-md,
  .py-8-md {
    padding-bottom: 80px !important;
  }
  .pl-8-md,
  .px-8-md {
    padding-left: 80px !important;
  }
  .p-9-md {
    padding: 90px !important;
  }
  .pt-9-md,
  .py-9-md {
    padding-top: 90px !important;
  }
  .pr-9-md,
  .px-9-md {
    padding-right: 90px !important;
  }
  .pb-9-md,
  .py-9-md {
    padding-bottom: 90px !important;
  }
  .pl-9-md,
  .px-9-md {
    padding-left: 90px !important;
  }
  .p-10-md {
    padding: 100px !important;
  }
  .pt-10-md,
  .py-10-md {
    padding-top: 100px !important;
  }
  .pr-10-md,
  .px-10-md {
    padding-right: 100px !important;
  }
  .pb-10-md,
  .py-10-md {
    padding-bottom: 100px !important;
  }
  .pl-10-md,
  .px-10-md {
    padding-left: 100px !important;
  }
  .p-11-md {
    padding: 110px !important;
  }
  .pt-11-md,
  .py-11-md {
    padding-top: 110px !important;
  }
  .pr-11-md,
  .px-11-md {
    padding-right: 110px !important;
  }
  .pb-11-md,
  .py-11-md {
    padding-bottom: 110px !important;
  }
  .pl-11-md,
  .px-11-md {
    padding-left: 110px !important;
  }
  .p-12-md {
    padding: 120px !important;
  }
  .pt-12-md,
  .py-12-md {
    padding-top: 120px !important;
  }
  .pr-12-md,
  .px-12-md {
    padding-right: 120px !important;
  }
  .pb-12-md,
  .py-12-md {
    padding-bottom: 120px !important;
  }
  .pl-12-md,
  .px-12-md {
    padding-left: 120px !important;
  }
  .p-13-md {
    padding: 130px !important;
  }
  .pt-13-md,
  .py-13-md {
    padding-top: 130px !important;
  }
  .pr-13-md,
  .px-13-md {
    padding-right: 130px !important;
  }
  .pb-13-md,
  .py-13-md {
    padding-bottom: 130px !important;
  }
  .pl-13-md,
  .px-13-md {
    padding-left: 130px !important;
  }
  .p-14-md {
    padding: 140px !important;
  }
  .pt-14-md,
  .py-14-md {
    padding-top: 140px !important;
  }
  .pr-14-md,
  .px-14-md {
    padding-right: 140px !important;
  }
  .pb-14-md,
  .py-14-md {
    padding-bottom: 140px !important;
  }
  .pl-14-md,
  .px-14-md {
    padding-left: 140px !important;
  }
  .p-15-md {
    padding: 150px !important;
  }
  .pt-15-md,
  .py-15-md {
    padding-top: 150px !important;
  }
  .pr-15-md,
  .px-15-md {
    padding-right: 150px !important;
  }
  .pb-15-md,
  .py-15-md {
    padding-bottom: 150px !important;
  }
  .pl-15-md,
  .px-15-md {
    padding-left: 150px !important;
  }
  .p-20-md {
    padding: 200px !important;
  }
  .pt-20-md,
  .py-20-md {
    padding-top: 200px !important;
  }
  .pr-20-md,
  .px-20-md {
    padding-right: 200px !important;
  }
  .pb-20-md,
  .py-20-md {
    padding-bottom: 200px !important;
  }
  .pl-20-md,
  .px-20-md {
    padding-left: 200px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .m-0-lg {
    margin: 0 !important;
  }
  .mt-0-lg,
  .my-0-lg {
    margin-top: 0 !important;
  }
  .mr-0-lg,
  .mx-0-lg {
    margin-right: 0 !important;
  }
  .mb-0-lg,
  .my-0-lg {
    margin-bottom: 0 !important;
  }
  .ml-0-lg,
  .mx-0-lg {
    margin-left: 0 !important;
  }
  .m-1-lg {
    margin: 10px !important;
  }
  .mt-1-lg,
  .my-1-lg {
    margin-top: 10px !important;
  }
  .mr-1-lg,
  .mx-1-lg {
    margin-right: 10px !important;
  }
  .mb-1-lg,
  .my-1-lg {
    margin-bottom: 10px !important;
  }
  .ml-1-lg,
  .mx-1-lg {
    margin-left: 10px !important;
  }
  .m-2-lg {
    margin: 20px !important;
  }
  .mt-2-lg,
  .my-2-lg {
    margin-top: 20px !important;
  }
  .mr-2-lg,
  .mx-2-lg {
    margin-right: 20px !important;
  }
  .mb-2-lg,
  .my-2-lg {
    margin-bottom: 20px !important;
  }
  .ml-2-lg,
  .mx-2-lg {
    margin-left: 20px !important;
  }
  .m-3-lg {
    margin: 30px !important;
  }
  .mt-3-lg,
  .my-3-lg {
    margin-top: 30px !important;
  }
  .mr-3-lg,
  .mx-3-lg {
    margin-right: 30px !important;
  }
  .mb-3-lg,
  .my-3-lg {
    margin-bottom: 30px !important;
  }
  .ml-3-lg,
  .mx-3-lg {
    margin-left: 30px !important;
  }
  .m-4-lg {
    margin: 40px !important;
  }
  .mt-4-lg,
  .my-4-lg {
    margin-top: 40px !important;
  }
  .mr-4-lg,
  .mx-4-lg {
    margin-right: 40px !important;
  }
  .mb-4-lg,
  .my-4-lg {
    margin-bottom: 40px !important;
  }
  .ml-4-lg,
  .mx-4-lg {
    margin-left: 40px !important;
  }
  .m-5-lg {
    margin: 50px !important;
  }
  .mt-5-lg,
  .my-5-lg {
    margin-top: 50px !important;
  }
  .mr-5-lg,
  .mx-5-lg {
    margin-right: 50px !important;
  }
  .mb-5-lg,
  .my-5-lg {
    margin-bottom: 50px !important;
  }
  .ml-5-lg,
  .mx-5-lg {
    margin-left: 50px !important;
  }
  .m-6-lg {
    margin: 60px !important;
  }
  .mt-6-lg,
  .my-6-lg {
    margin-top: 60px !important;
  }
  .mr-6-lg,
  .mx-6-lg {
    margin-right: 60px !important;
  }
  .mb-6-lg,
  .my-6-lg {
    margin-bottom: 60px !important;
  }
  .ml-6-lg,
  .mx-6-lg {
    margin-left: 60px !important;
  }
  .m-7-lg {
    margin: 70px !important;
  }
  .mt-7-lg,
  .my-7-lg {
    margin-top: 70px !important;
  }
  .mr-7-lg,
  .mx-7-lg {
    margin-right: 70px !important;
  }
  .mb-7-lg,
  .my-7-lg {
    margin-bottom: 70px !important;
  }
  .ml-7-lg,
  .mx-7-lg {
    margin-left: 70px !important;
  }
  .m-8-lg {
    margin: 80px !important;
  }
  .mt-8-lg,
  .my-8-lg {
    margin-top: 80px !important;
  }
  .mr-8-lg,
  .mx-8-lg {
    margin-right: 80px !important;
  }
  .mb-8-lg,
  .my-8-lg {
    margin-bottom: 80px !important;
  }
  .ml-8-lg,
  .mx-8-lg {
    margin-left: 80px !important;
  }
  .m-9-lg {
    margin: 90px !important;
  }
  .mt-9-lg,
  .my-9-lg {
    margin-top: 90px !important;
  }
  .mr-9-lg,
  .mx-9-lg {
    margin-right: 90px !important;
  }
  .mb-9-lg,
  .my-9-lg {
    margin-bottom: 90px !important;
  }
  .ml-9-lg,
  .mx-9-lg {
    margin-left: 90px !important;
  }
  .m-10-lg {
    margin: 100px !important;
  }
  .mt-10-lg,
  .my-10-lg {
    margin-top: 100px !important;
  }
  .mr-10-lg,
  .mx-10-lg {
    margin-right: 100px !important;
  }
  .mb-10-lg,
  .my-10-lg {
    margin-bottom: 100px !important;
  }
  .ml-10-lg,
  .mx-10-lg {
    margin-left: 100px !important;
  }
  .m-11-lg {
    margin: 110px !important;
  }
  .mt-11-lg,
  .my-11-lg {
    margin-top: 110px !important;
  }
  .mr-11-lg,
  .mx-11-lg {
    margin-right: 110px !important;
  }
  .mb-11-lg,
  .my-11-lg {
    margin-bottom: 110px !important;
  }
  .ml-11-lg,
  .mx-11-lg {
    margin-left: 110px !important;
  }
  .m-12-lg {
    margin: 120px !important;
  }
  .mt-12-lg,
  .my-12-lg {
    margin-top: 120px !important;
  }
  .mr-12-lg,
  .mx-12-lg {
    margin-right: 120px !important;
  }
  .mb-12-lg,
  .my-12-lg {
    margin-bottom: 120px !important;
  }
  .ml-12-lg,
  .mx-12-lg {
    margin-left: 120px !important;
  }
  .m-13-lg {
    margin: 130px !important;
  }
  .mt-13-lg,
  .my-13-lg {
    margin-top: 130px !important;
  }
  .mr-13-lg,
  .mx-13-lg {
    margin-right: 130px !important;
  }
  .mb-13-lg,
  .my-13-lg {
    margin-bottom: 130px !important;
  }
  .ml-13-lg,
  .mx-13-lg {
    margin-left: 130px !important;
  }
  .m-14-lg {
    margin: 140px !important;
  }
  .mt-14-lg,
  .my-14-lg {
    margin-top: 140px !important;
  }
  .mr-14-lg,
  .mx-14-lg {
    margin-right: 140px !important;
  }
  .mb-14-lg,
  .my-14-lg {
    margin-bottom: 140px !important;
  }
  .ml-14-lg,
  .mx-14-lg {
    margin-left: 140px !important;
  }
  .m-15-lg {
    margin: 150px !important;
  }
  .mt-15-lg,
  .my-15-lg {
    margin-top: 150px !important;
  }
  .mr-15-lg,
  .mx-15-lg {
    margin-right: 150px !important;
  }
  .mb-15-lg,
  .my-15-lg {
    margin-bottom: 150px !important;
  }
  .ml-15-lg,
  .mx-15-lg {
    margin-left: 150px !important;
  }
  .m-20-lg {
    margin: 200px !important;
  }
  .mt-20-lg,
  .my-20-lg {
    margin-top: 200px !important;
  }
  .mr-20-lg,
  .mx-20-lg {
    margin-right: 200px !important;
  }
  .mb-20-lg,
  .my-20-lg {
    margin-bottom: 200px !important;
  }
  .ml-20-lg,
  .mx-20-lg {
    margin-left: 200px !important;
  }
  .p-0-lg {
    padding: 0 !important;
  }
  .pt-0-lg,
  .py-0-lg {
    padding-top: 0 !important;
  }
  .pr-0-lg,
  .px-0-lg {
    padding-right: 0 !important;
  }
  .pb-0-lg,
  .py-0-lg {
    padding-bottom: 0 !important;
  }
  .pl-0-lg,
  .px-0-lg {
    padding-left: 0 !important;
  }
  .p-1-lg {
    padding: 10px !important;
  }
  .pt-1-lg,
  .py-1-lg {
    padding-top: 10px !important;
  }
  .pr-1-lg,
  .px-1-lg {
    padding-right: 10px !important;
  }
  .pb-1-lg,
  .py-1-lg {
    padding-bottom: 10px !important;
  }
  .pl-1-lg,
  .px-1-lg {
    padding-left: 10px !important;
  }
  .p-2-lg {
    padding: 20px !important;
  }
  .pt-2-lg,
  .py-2-lg {
    padding-top: 20px !important;
  }
  .pr-2-lg,
  .px-2-lg {
    padding-right: 20px !important;
  }
  .pb-2-lg,
  .py-2-lg {
    padding-bottom: 20px !important;
  }
  .pl-2-lg,
  .px-2-lg {
    padding-left: 20px !important;
  }
  .p-3-lg {
    padding: 30px !important;
  }
  .pt-3-lg,
  .py-3-lg {
    padding-top: 30px !important;
  }
  .pr-3-lg,
  .px-3-lg {
    padding-right: 30px !important;
  }
  .pb-3-lg,
  .py-3-lg {
    padding-bottom: 30px !important;
  }
  .pl-3-lg,
  .px-3-lg {
    padding-left: 30px !important;
  }
  .p-4-lg {
    padding: 40px !important;
  }
  .pt-4-lg,
  .py-4-lg {
    padding-top: 40px !important;
  }
  .pr-4-lg,
  .px-4-lg {
    padding-right: 40px !important;
  }
  .pb-4-lg,
  .py-4-lg {
    padding-bottom: 40px !important;
  }
  .pl-4-lg,
  .px-4-lg {
    padding-left: 40px !important;
  }
  .p-5-lg {
    padding: 50px !important;
  }
  .pt-5-lg,
  .py-5-lg {
    padding-top: 50px !important;
  }
  .pr-5-lg,
  .px-5-lg {
    padding-right: 50px !important;
  }
  .pb-5-lg,
  .py-5-lg {
    padding-bottom: 50px !important;
  }
  .pl-5-lg,
  .px-5-lg {
    padding-left: 50px !important;
  }
  .p-6-lg {
    padding: 60px !important;
  }
  .pt-6-lg,
  .py-6-lg {
    padding-top: 60px !important;
  }
  .pr-6-lg,
  .px-6-lg {
    padding-right: 60px !important;
  }
  .pb-6-lg,
  .py-6-lg {
    padding-bottom: 60px !important;
  }
  .pl-6-lg,
  .px-6-lg {
    padding-left: 60px !important;
  }
  .p-7-lg {
    padding: 70px !important;
  }
  .pt-7-lg,
  .py-7-lg {
    padding-top: 70px !important;
  }
  .pr-7-lg,
  .px-7-lg {
    padding-right: 70px !important;
  }
  .pb-7-lg,
  .py-7-lg {
    padding-bottom: 70px !important;
  }
  .pl-7-lg,
  .px-7-lg {
    padding-left: 70px !important;
  }
  .p-8-lg {
    padding: 80px !important;
  }
  .pt-8-lg,
  .py-8-lg {
    padding-top: 80px !important;
  }
  .pr-8-lg,
  .px-8-lg {
    padding-right: 80px !important;
  }
  .pb-8-lg,
  .py-8-lg {
    padding-bottom: 80px !important;
  }
  .pl-8-lg,
  .px-8-lg {
    padding-left: 80px !important;
  }
  .p-9-lg {
    padding: 90px !important;
  }
  .pt-9-lg,
  .py-9-lg {
    padding-top: 90px !important;
  }
  .pr-9-lg,
  .px-9-lg {
    padding-right: 90px !important;
  }
  .pb-9-lg,
  .py-9-lg {
    padding-bottom: 90px !important;
  }
  .pl-9-lg,
  .px-9-lg {
    padding-left: 90px !important;
  }
  .p-10-lg {
    padding: 100px !important;
  }
  .pt-10-lg,
  .py-10-lg {
    padding-top: 100px !important;
  }
  .pr-10-lg,
  .px-10-lg {
    padding-right: 100px !important;
  }
  .pb-10-lg,
  .py-10-lg {
    padding-bottom: 100px !important;
  }
  .pl-10-lg,
  .px-10-lg {
    padding-left: 100px !important;
  }
  .p-11-lg {
    padding: 110px !important;
  }
  .pt-11-lg,
  .py-11-lg {
    padding-top: 110px !important;
  }
  .pr-11-lg,
  .px-11-lg {
    padding-right: 110px !important;
  }
  .pb-11-lg,
  .py-11-lg {
    padding-bottom: 110px !important;
  }
  .pl-11-lg,
  .px-11-lg {
    padding-left: 110px !important;
  }
  .p-12-lg {
    padding: 120px !important;
  }
  .pt-12-lg,
  .py-12-lg {
    padding-top: 120px !important;
  }
  .pr-12-lg,
  .px-12-lg {
    padding-right: 120px !important;
  }
  .pb-12-lg,
  .py-12-lg {
    padding-bottom: 120px !important;
  }
  .pl-12-lg,
  .px-12-lg {
    padding-left: 120px !important;
  }
  .p-13-lg {
    padding: 130px !important;
  }
  .pt-13-lg,
  .py-13-lg {
    padding-top: 130px !important;
  }
  .pr-13-lg,
  .px-13-lg {
    padding-right: 130px !important;
  }
  .pb-13-lg,
  .py-13-lg {
    padding-bottom: 130px !important;
  }
  .pl-13-lg,
  .px-13-lg {
    padding-left: 130px !important;
  }
  .p-14-lg {
    padding: 140px !important;
  }
  .pt-14-lg,
  .py-14-lg {
    padding-top: 140px !important;
  }
  .pr-14-lg,
  .px-14-lg {
    padding-right: 140px !important;
  }
  .pb-14-lg,
  .py-14-lg {
    padding-bottom: 140px !important;
  }
  .pl-14-lg,
  .px-14-lg {
    padding-left: 140px !important;
  }
  .p-15-lg {
    padding: 150px !important;
  }
  .pt-15-lg,
  .py-15-lg {
    padding-top: 150px !important;
  }
  .pr-15-lg,
  .px-15-lg {
    padding-right: 150px !important;
  }
  .pb-15-lg,
  .py-15-lg {
    padding-bottom: 150px !important;
  }
  .pl-15-lg,
  .px-15-lg {
    padding-left: 150px !important;
  }
  .p-20-lg {
    padding: 200px !important;
  }
  .pt-20-lg,
  .py-20-lg {
    padding-top: 200px !important;
  }
  .pr-20-lg,
  .px-20-lg {
    padding-right: 200px !important;
  }
  .pb-20-lg,
  .py-20-lg {
    padding-bottom: 200px !important;
  }
  .pl-20-lg,
  .px-20-lg {
    padding-left: 200px !important;
  }
}

@media screen and (min-width: 1600px) {
  .m-0-xl {
    margin: 0 !important;
  }
  .mt-0-xl,
  .my-0-xl {
    margin-top: 0 !important;
  }
  .mr-0-xl,
  .mx-0-xl {
    margin-right: 0 !important;
  }
  .mb-0-xl,
  .my-0-xl {
    margin-bottom: 0 !important;
  }
  .ml-0-xl,
  .mx-0-xl {
    margin-left: 0 !important;
  }
  .m-1-xl {
    margin: 10px !important;
  }
  .mt-1-xl,
  .my-1-xl {
    margin-top: 10px !important;
  }
  .mr-1-xl,
  .mx-1-xl {
    margin-right: 10px !important;
  }
  .mb-1-xl,
  .my-1-xl {
    margin-bottom: 10px !important;
  }
  .ml-1-xl,
  .mx-1-xl {
    margin-left: 10px !important;
  }
  .m-2-xl {
    margin: 20px !important;
  }
  .mt-2-xl,
  .my-2-xl {
    margin-top: 20px !important;
  }
  .mr-2-xl,
  .mx-2-xl {
    margin-right: 20px !important;
  }
  .mb-2-xl,
  .my-2-xl {
    margin-bottom: 20px !important;
  }
  .ml-2-xl,
  .mx-2-xl {
    margin-left: 20px !important;
  }
  .m-3-xl {
    margin: 30px !important;
  }
  .mt-3-xl,
  .my-3-xl {
    margin-top: 30px !important;
  }
  .mr-3-xl,
  .mx-3-xl {
    margin-right: 30px !important;
  }
  .mb-3-xl,
  .my-3-xl {
    margin-bottom: 30px !important;
  }
  .ml-3-xl,
  .mx-3-xl {
    margin-left: 30px !important;
  }
  .m-4-xl {
    margin: 40px !important;
  }
  .mt-4-xl,
  .my-4-xl {
    margin-top: 40px !important;
  }
  .mr-4-xl,
  .mx-4-xl {
    margin-right: 40px !important;
  }
  .mb-4-xl,
  .my-4-xl {
    margin-bottom: 40px !important;
  }
  .ml-4-xl,
  .mx-4-xl {
    margin-left: 40px !important;
  }
  .m-5-xl {
    margin: 50px !important;
  }
  .mt-5-xl,
  .my-5-xl {
    margin-top: 50px !important;
  }
  .mr-5-xl,
  .mx-5-xl {
    margin-right: 50px !important;
  }
  .mb-5-xl,
  .my-5-xl {
    margin-bottom: 50px !important;
  }
  .ml-5-xl,
  .mx-5-xl {
    margin-left: 50px !important;
  }
  .m-6-xl {
    margin: 60px !important;
  }
  .mt-6-xl,
  .my-6-xl {
    margin-top: 60px !important;
  }
  .mr-6-xl,
  .mx-6-xl {
    margin-right: 60px !important;
  }
  .mb-6-xl,
  .my-6-xl {
    margin-bottom: 60px !important;
  }
  .ml-6-xl,
  .mx-6-xl {
    margin-left: 60px !important;
  }
  .m-7-xl {
    margin: 70px !important;
  }
  .mt-7-xl,
  .my-7-xl {
    margin-top: 70px !important;
  }
  .mr-7-xl,
  .mx-7-xl {
    margin-right: 70px !important;
  }
  .mb-7-xl,
  .my-7-xl {
    margin-bottom: 70px !important;
  }
  .ml-7-xl,
  .mx-7-xl {
    margin-left: 70px !important;
  }
  .m-8-xl {
    margin: 80px !important;
  }
  .mt-8-xl,
  .my-8-xl {
    margin-top: 80px !important;
  }
  .mr-8-xl,
  .mx-8-xl {
    margin-right: 80px !important;
  }
  .mb-8-xl,
  .my-8-xl {
    margin-bottom: 80px !important;
  }
  .ml-8-xl,
  .mx-8-xl {
    margin-left: 80px !important;
  }
  .m-9-xl {
    margin: 90px !important;
  }
  .mt-9-xl,
  .my-9-xl {
    margin-top: 90px !important;
  }
  .mr-9-xl,
  .mx-9-xl {
    margin-right: 90px !important;
  }
  .mb-9-xl,
  .my-9-xl {
    margin-bottom: 90px !important;
  }
  .ml-9-xl,
  .mx-9-xl {
    margin-left: 90px !important;
  }
  .m-10-xl {
    margin: 100px !important;
  }
  .mt-10-xl,
  .my-10-xl {
    margin-top: 100px !important;
  }
  .mr-10-xl,
  .mx-10-xl {
    margin-right: 100px !important;
  }
  .mb-10-xl,
  .my-10-xl {
    margin-bottom: 100px !important;
  }
  .ml-10-xl,
  .mx-10-xl {
    margin-left: 100px !important;
  }
  .m-11-xl {
    margin: 110px !important;
  }
  .mt-11-xl,
  .my-11-xl {
    margin-top: 110px !important;
  }
  .mr-11-xl,
  .mx-11-xl {
    margin-right: 110px !important;
  }
  .mb-11-xl,
  .my-11-xl {
    margin-bottom: 110px !important;
  }
  .ml-11-xl,
  .mx-11-xl {
    margin-left: 110px !important;
  }
  .m-12-xl {
    margin: 120px !important;
  }
  .mt-12-xl,
  .my-12-xl {
    margin-top: 120px !important;
  }
  .mr-12-xl,
  .mx-12-xl {
    margin-right: 120px !important;
  }
  .mb-12-xl,
  .my-12-xl {
    margin-bottom: 120px !important;
  }
  .ml-12-xl,
  .mx-12-xl {
    margin-left: 120px !important;
  }
  .m-13-xl {
    margin: 130px !important;
  }
  .mt-13-xl,
  .my-13-xl {
    margin-top: 130px !important;
  }
  .mr-13-xl,
  .mx-13-xl {
    margin-right: 130px !important;
  }
  .mb-13-xl,
  .my-13-xl {
    margin-bottom: 130px !important;
  }
  .ml-13-xl,
  .mx-13-xl {
    margin-left: 130px !important;
  }
  .m-14-xl {
    margin: 140px !important;
  }
  .mt-14-xl,
  .my-14-xl {
    margin-top: 140px !important;
  }
  .mr-14-xl,
  .mx-14-xl {
    margin-right: 140px !important;
  }
  .mb-14-xl,
  .my-14-xl {
    margin-bottom: 140px !important;
  }
  .ml-14-xl,
  .mx-14-xl {
    margin-left: 140px !important;
  }
  .m-15-xl {
    margin: 150px !important;
  }
  .mt-15-xl,
  .my-15-xl {
    margin-top: 150px !important;
  }
  .mr-15-xl,
  .mx-15-xl {
    margin-right: 150px !important;
  }
  .mb-15-xl,
  .my-15-xl {
    margin-bottom: 150px !important;
  }
  .ml-15-xl,
  .mx-15-xl {
    margin-left: 150px !important;
  }
  .m-20-xl {
    margin: 200px !important;
  }
  .mt-20-xl,
  .my-20-xl {
    margin-top: 200px !important;
  }
  .mr-20-xl,
  .mx-20-xl {
    margin-right: 200px !important;
  }
  .mb-20-xl,
  .my-20-xl {
    margin-bottom: 200px !important;
  }
  .ml-20-xl,
  .mx-20-xl {
    margin-left: 200px !important;
  }
  .p-0-xl {
    padding: 0 !important;
  }
  .pt-0-xl,
  .py-0-xl {
    padding-top: 0 !important;
  }
  .pr-0-xl,
  .px-0-xl {
    padding-right: 0 !important;
  }
  .pb-0-xl,
  .py-0-xl {
    padding-bottom: 0 !important;
  }
  .pl-0-xl,
  .px-0-xl {
    padding-left: 0 !important;
  }
  .p-1-xl {
    padding: 10px !important;
  }
  .pt-1-xl,
  .py-1-xl {
    padding-top: 10px !important;
  }
  .pr-1-xl,
  .px-1-xl {
    padding-right: 10px !important;
  }
  .pb-1-xl,
  .py-1-xl {
    padding-bottom: 10px !important;
  }
  .pl-1-xl,
  .px-1-xl {
    padding-left: 10px !important;
  }
  .p-2-xl {
    padding: 20px !important;
  }
  .pt-2-xl,
  .py-2-xl {
    padding-top: 20px !important;
  }
  .pr-2-xl,
  .px-2-xl {
    padding-right: 20px !important;
  }
  .pb-2-xl,
  .py-2-xl {
    padding-bottom: 20px !important;
  }
  .pl-2-xl,
  .px-2-xl {
    padding-left: 20px !important;
  }
  .p-3-xl {
    padding: 30px !important;
  }
  .pt-3-xl,
  .py-3-xl {
    padding-top: 30px !important;
  }
  .pr-3-xl,
  .px-3-xl {
    padding-right: 30px !important;
  }
  .pb-3-xl,
  .py-3-xl {
    padding-bottom: 30px !important;
  }
  .pl-3-xl,
  .px-3-xl {
    padding-left: 30px !important;
  }
  .p-4-xl {
    padding: 40px !important;
  }
  .pt-4-xl,
  .py-4-xl {
    padding-top: 40px !important;
  }
  .pr-4-xl,
  .px-4-xl {
    padding-right: 40px !important;
  }
  .pb-4-xl,
  .py-4-xl {
    padding-bottom: 40px !important;
  }
  .pl-4-xl,
  .px-4-xl {
    padding-left: 40px !important;
  }
  .p-5-xl {
    padding: 50px !important;
  }
  .pt-5-xl,
  .py-5-xl {
    padding-top: 50px !important;
  }
  .pr-5-xl,
  .px-5-xl {
    padding-right: 50px !important;
  }
  .pb-5-xl,
  .py-5-xl {
    padding-bottom: 50px !important;
  }
  .pl-5-xl,
  .px-5-xl {
    padding-left: 50px !important;
  }
  .p-6-xl {
    padding: 60px !important;
  }
  .pt-6-xl,
  .py-6-xl {
    padding-top: 60px !important;
  }
  .pr-6-xl,
  .px-6-xl {
    padding-right: 60px !important;
  }
  .pb-6-xl,
  .py-6-xl {
    padding-bottom: 60px !important;
  }
  .pl-6-xl,
  .px-6-xl {
    padding-left: 60px !important;
  }
  .p-7-xl {
    padding: 70px !important;
  }
  .pt-7-xl,
  .py-7-xl {
    padding-top: 70px !important;
  }
  .pr-7-xl,
  .px-7-xl {
    padding-right: 70px !important;
  }
  .pb-7-xl,
  .py-7-xl {
    padding-bottom: 70px !important;
  }
  .pl-7-xl,
  .px-7-xl {
    padding-left: 70px !important;
  }
  .p-8-xl {
    padding: 80px !important;
  }
  .pt-8-xl,
  .py-8-xl {
    padding-top: 80px !important;
  }
  .pr-8-xl,
  .px-8-xl {
    padding-right: 80px !important;
  }
  .pb-8-xl,
  .py-8-xl {
    padding-bottom: 80px !important;
  }
  .pl-8-xl,
  .px-8-xl {
    padding-left: 80px !important;
  }
  .p-9-xl {
    padding: 90px !important;
  }
  .pt-9-xl,
  .py-9-xl {
    padding-top: 90px !important;
  }
  .pr-9-xl,
  .px-9-xl {
    padding-right: 90px !important;
  }
  .pb-9-xl,
  .py-9-xl {
    padding-bottom: 90px !important;
  }
  .pl-9-xl,
  .px-9-xl {
    padding-left: 90px !important;
  }
  .p-10-xl {
    padding: 100px !important;
  }
  .pt-10-xl,
  .py-10-xl {
    padding-top: 100px !important;
  }
  .pr-10-xl,
  .px-10-xl {
    padding-right: 100px !important;
  }
  .pb-10-xl,
  .py-10-xl {
    padding-bottom: 100px !important;
  }
  .pl-10-xl,
  .px-10-xl {
    padding-left: 100px !important;
  }
  .p-11-xl {
    padding: 110px !important;
  }
  .pt-11-xl,
  .py-11-xl {
    padding-top: 110px !important;
  }
  .pr-11-xl,
  .px-11-xl {
    padding-right: 110px !important;
  }
  .pb-11-xl,
  .py-11-xl {
    padding-bottom: 110px !important;
  }
  .pl-11-xl,
  .px-11-xl {
    padding-left: 110px !important;
  }
  .p-12-xl {
    padding: 120px !important;
  }
  .pt-12-xl,
  .py-12-xl {
    padding-top: 120px !important;
  }
  .pr-12-xl,
  .px-12-xl {
    padding-right: 120px !important;
  }
  .pb-12-xl,
  .py-12-xl {
    padding-bottom: 120px !important;
  }
  .pl-12-xl,
  .px-12-xl {
    padding-left: 120px !important;
  }
  .p-13-xl {
    padding: 130px !important;
  }
  .pt-13-xl,
  .py-13-xl {
    padding-top: 130px !important;
  }
  .pr-13-xl,
  .px-13-xl {
    padding-right: 130px !important;
  }
  .pb-13-xl,
  .py-13-xl {
    padding-bottom: 130px !important;
  }
  .pl-13-xl,
  .px-13-xl {
    padding-left: 130px !important;
  }
  .p-14-xl {
    padding: 140px !important;
  }
  .pt-14-xl,
  .py-14-xl {
    padding-top: 140px !important;
  }
  .pr-14-xl,
  .px-14-xl {
    padding-right: 140px !important;
  }
  .pb-14-xl,
  .py-14-xl {
    padding-bottom: 140px !important;
  }
  .pl-14-xl,
  .px-14-xl {
    padding-left: 140px !important;
  }
  .p-15-xl {
    padding: 150px !important;
  }
  .pt-15-xl,
  .py-15-xl {
    padding-top: 150px !important;
  }
  .pr-15-xl,
  .px-15-xl {
    padding-right: 150px !important;
  }
  .pb-15-xl,
  .py-15-xl {
    padding-bottom: 150px !important;
  }
  .pl-15-xl,
  .px-15-xl {
    padding-left: 150px !important;
  }
  .p-20-xl {
    padding: 200px !important;
  }
  .pt-20-xl,
  .py-20-xl {
    padding-top: 200px !important;
  }
  .pr-20-xl,
  .px-20-xl {
    padding-right: 200px !important;
  }
  .pb-20-xl,
  .py-20-xl {
    padding-bottom: 200px !important;
  }
  .pl-20-xl,
  .px-20-xl {
    padding-left: 200px !important;
  }
}

.m-n1 {
  margin: -10px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -10px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -10px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -10px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -10px !important;
}

.m-n2 {
  margin: -20px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -20px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -20px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -20px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -20px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -40px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -40px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -40px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -40px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -40px !important;
}

.m-n5 {
  margin: -50px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -50px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -50px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -50px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -50px !important;
}

.m-n6 {
  margin: -60px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -60px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -60px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -60px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -60px !important;
}

.m-n7 {
  margin: -70px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -70px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -70px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -70px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -70px !important;
}

.m-n8 {
  margin: -80px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -80px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -80px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -80px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -80px !important;
}

.m-n9 {
  margin: -90px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -90px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -90px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -90px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -90px !important;
}

.m-n10 {
  margin: -100px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -100px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -100px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -100px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -100px !important;
}

.m-n11 {
  margin: -110px !important;
}

.mt-n11,
.my-n11 {
  margin-top: -110px !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -110px !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -110px !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -110px !important;
}

.m-n12 {
  margin: -120px !important;
}

.mt-n12,
.my-n12 {
  margin-top: -120px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -120px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -120px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -120px !important;
}

.m-n13 {
  margin: -130px !important;
}

.mt-n13,
.my-n13 {
  margin-top: -130px !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -130px !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -130px !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -130px !important;
}

.m-n14 {
  margin: -140px !important;
}

.mt-n14,
.my-n14 {
  margin-top: -140px !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -140px !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -140px !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -140px !important;
}

.m-n15 {
  margin: -150px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -150px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -150px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -150px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -150px !important;
}

.m-n20 {
  margin: -200px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -200px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -200px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -200px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -200px !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

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

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

.mw-1000 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px !important;
}

.mw-1100 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px !important;
}

.mw-1200 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px !important;
}

.mw-1300 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px !important;
}

.mw-1400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px !important;
}

.mw-1600 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px !important;
}

.mw-1800 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px !important;
}

.mw-1880 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1880px !important;
}

.mw-2000 {
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px !important;
}

.mw-2600 {
  margin-left: auto;
  margin-right: auto;
  max-width: 2600px !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* ::-webkit-selection {
  color: #fff;
  background: #9D9791;
}

* ::-moz-selection {
  color: #fff;
  background: #9D9791;
}

* ::-o-selection {
  color: #fff;
  background: #9D9791;
}

* ::selection {
  color: #fff;
  background: #9D9791;
}

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

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /* apply a natural box layout model to all elements, but allowing components to change */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 100%;
}

@media screen and (max-width: 992px) {
  body {
    margin-bottom: 0 !important;
  }
}

main {
  overflow: hidden;
}

a,
.btn {
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

a abbr,
.btn abbr {
  text-decoration: none;
}

time {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
}

picture {
  display: block;
}

.container,
.row {
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1600px) {
  .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.row-custom {
  margin-left: -10px;
  margin-right: -10px;
}

.col-custom {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-responsive {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.svg-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

hr {
  border-top: 0;
  border-bottom: solid 1px #000;
}

hr.hr-gray-light {
  border-bottom-color: #EDEBE8;
}

.svg-text {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
}

abbr[title],
abbr[data-original-title] {
  border: 0;
  text-decoration: none;
}

.tooltip .tooltip-inner {
  padding: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}

.fill-primary {
  fill: #000;
}

.stroke-primary {
  stroke: #000;
  fill: none;
}

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

.color-primary {
  color: #000 !important;
}

.fill-success {
  fill: #08C571;
}

.stroke-success {
  stroke: #08C571;
  fill: none;
}

.bg-success {
  background-color: #08C571 !important;
}

.color-success {
  color: #08C571 !important;
}

.fill-info {
  fill: #EDEBE8;
}

.stroke-info {
  stroke: #EDEBE8;
  fill: none;
}

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

.color-info {
  color: #EDEBE8 !important;
}

.fill-warning {
  fill: #f0ad4e;
}

.stroke-warning {
  stroke: #f0ad4e;
  fill: none;
}

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

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

.fill-danger {
  fill: #C50808;
}

.stroke-danger {
  stroke: #C50808;
  fill: none;
}

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

.color-danger {
  color: #C50808 !important;
}

.fill-gray-base {
  fill: #000;
}

.stroke-gray-base {
  stroke: #000;
  fill: none;
}

.bg-gray-base {
  background-color: #000 !important;
}

.color-gray-base {
  color: #000 !important;
}

.fill-gray-darker {
  fill: #9D9791;
}

.stroke-gray-darker {
  stroke: #9D9791;
  fill: none;
}

.bg-gray-darker {
  background-color: #9D9791 !important;
}

.color-gray-darker {
  color: #9D9791 !important;
}

.fill-gray-dark {
  fill: #B6AFA8;
}

.stroke-gray-dark {
  stroke: #B6AFA8;
  fill: none;
}

.bg-gray-dark {
  background-color: #B6AFA8 !important;
}

.color-gray-dark {
  color: #B6AFA8 !important;
}

.fill-gray {
  fill: #D8D5D2;
}

.stroke-gray {
  stroke: #D8D5D2;
  fill: none;
}

.bg-gray {
  background-color: #D8D5D2 !important;
}

.color-gray {
  color: #D8D5D2 !important;
}

.fill-gray-light {
  fill: #EDEBE8;
}

.stroke-gray-light {
  stroke: #EDEBE8;
  fill: none;
}

.bg-gray-light {
  background-color: #EDEBE8 !important;
}

.color-gray-light {
  color: #EDEBE8 !important;
}

.fill-gray-lighter {
  fill: #F5F5F5;
}

.stroke-gray-lighter {
  stroke: #F5F5F5;
  fill: none;
}

.bg-gray-lighter {
  background-color: #F5F5F5 !important;
}

.color-gray-lighter {
  color: #F5F5F5 !important;
}

.fill-body-bg {
  fill: #fff;
}

.stroke-body-bg {
  stroke: #fff;
  fill: none;
}

.bg-body-bg {
  background-color: #fff !important;
}

.color-body-bg {
  color: #fff !important;
}

/**
* fontname - fontweight
*/
/*
@font-face {
    font-family: 'fontname';
    src: url('../fonts/fontfamily/fontweight/fontname-webfont.eot');
    src: url('../fonts/fontfamily/fontweight/fontname-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.woff2') format('woff2'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.woff') format('woff'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.ttf') format('truetype'),
         url('../fonts/fontfamily/fontweight/fontname-webfont.svg#fontname') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
h1,
.h1,
h2,
.h2 {
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  font-size: calc(22.5px + 7.5 * ((100vw - 768px) / 432));
  font-weight: 700;
  font-family: "linotype-didot", "Times New Roman", Times, serif;
}

@media screen and (min-width: 1200px){
  h1, .h1{
    font-size: 30px;
  }
}

@media screen and (max-width: 768px){
  h1, .h1{
    font-size: 22.5px;
  }
}

h2, .h2 {
  font-family: "linotype-didot", "Times New Roman", Times, serif;
  font-size: calc(20.25px + 6.75 * ((100vw - 768px) / 432));
  font-weight: 600;
}

@media screen and (min-width: 1200px){
  h2, .h2{
    font-size: 27px;
  }
}

@media screen and (max-width: 768px){
  h2, .h2{
    font-size: 20.25px;
  }
}

h2.h2-sans-serif,
.h2.h2-sans-serif {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}

h3, .h3 {
  font-size: calc(16.8px + 7.199999999999999 * ((100vw - 768px) / 432));
  line-height: 1.3;
  font-family: "linotype-didot", "Times New Roman", Times, serif;
  font-weight: 700;
}

@media screen and (min-width: 1200px){
  h3, .h3{
    font-size: 24px;
  }
}

@media screen and (max-width: 768px){
  h3, .h3{
    font-size: 16.8px;
  }
}

@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 19.2px;
    font-size: 1.92rem;
  }
}

h5, .h5 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #B6AFA8;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}

.text-lg {
  font-size: 33px;
  font-size: 3.3rem;
}

.text-sm {
  font-size: 11px;
  font-size: 1.1rem;
}

.lead-large {
  font-size: calc(24.75px + 8.25 * ((100vw - 768px) / 832));
  font-family: "linotype-didot", "Times New Roman", Times, serif;
  font-weight: 700;
}

@media screen and (min-width: 1600px){
  .lead-large{
    font-size: 33px;
  }
}

@media screen and (max-width: 768px){
  .lead-large{
    font-size: 24.75px;
  }
}

.subtitle {
  color: #9D9791;
  letter-spacing: 0.1rem;
  margin: 5px 0 0 0;
  font-weight: 500;
}

.cms-text {
  letter-spacing: 0.1rem;
}

.cms-text h1,
.cms-text h2,
.cms-text h3,
.cms-text h4,
.cms-text h5,
.cms-text ul,
.cms-text ol,
.cms-text p {
  margin-bottom: 30px;
}

.cms-text h1:last-child,
.cms-text h2:last-child,
.cms-text h3:last-child,
.cms-text h4:last-child,
.cms-text h5:last-child,
.cms-text ul:last-child,
.cms-text ol:last-child,
.cms-text p:last-child {
  margin-bottom: 0;
}

.cms-text a,
.cms-text a strong {
  font-weight: 600;
  color: #000;
}

.cms-text a:hover,
.cms-text a strong:hover {
  text-decoration: underline;
}

.cms-text strong,
.cms-text b {
  font-weight: 600;
  color: #9D9791;
}

.cms-text p {
  line-height: 1.8;
  color: #000;
}

.cms-text ol,
.cms-text ul {
  list-style: none;
}

.cms-text ol li + li,
.cms-text ul li + li {
  margin-top: 6px;
}

.cms-text ul {
  padding-left: 0;
}

.cms-text ul li {
  position: relative;
  padding-left: 20px;
}

.cms-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #9D9791;
  border-radius: 50%;
  top: 8px;
}

.cms-text ol {
  list-style: none;
  padding-left: 1em;
}

.cms-text ol li {
  counter-increment: li;
}

.cms-text ol li:before {
  content: counter(li);
  color: #9D9791;
  display: inline-block;
  font-weight: 500;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.cms-text.cms-text-inverted p,
.cms-text.cms-text-inverted a {
  color: #fff;
}

.cms-text.cms-text-inverted a:hover {
  color: #9D9791;
}

.js .carousel {
  opacity: 0;
}

.js [data-calculate-child] {
  visibility: hidden;
}

.image-fade-in-parent .image-fade-in-child {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.image-fade-in-parent:hover .image-fade-in-child {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (min-width: 1200px) {
  [data-fade-in] {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
    -o-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
    transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  }
  [data-fade-in].anim {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.browsehappy {
  background-color: #fff;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

.browsehappy button.close {
  background: transparent;
  font-size: 30px;
  font-size: 3rem;
  line-height: 0;
  top: 3px;
  right: -34px;
  padding: 10px;
}

.browsehappy a {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}

.browsehappy a:hover {
  color: #fff;
}

input,
textarea {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
}

textarea {
  resize: vertical;
}

.form-section-title {
  color: #9D9791;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
}

.form-control {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus, .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  .form-controlinput, .form-controlselect, .form-controltextarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.form-group {
  position: relative;
}

.form-group:before {
  content: attr(data-placeholder);
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #B6AFA8;
  z-index: 3;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.has-error .form-control,
.has-error .form-control:focus {
  border: 1px solid #C50808;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.has-error.checkbox label::before,
.has-error.radio label::before {
  border-color: #C50808;
}

.has-error.checkbox label {
  color: #000;
}

.has-error label {
  color: #C50808;
}

.js form[data-floating-labels] label:not(.fl-label):not(.no-label) {
  display: none;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
  min-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  border-radius: 0;
}

.fl-form.fl-style-2 textarea.fl-textarea {
  padding: 20px;
  min-height: 160px;
}

.fl-form.fl-style-2 label.fl-label {
  text-transform: uppercase;
  color: #9D9791;
  padding: 14px 0;
  font-weight: 600;
  font-size: 10px;
  left: 20px;
  letter-spacing: 0.1rem;
}

.fl-form.fl-style-2 select.fl-select {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.fl-form.fl-style-2 .custom-select {
  background: #EDEBE8 url("../img/svg/caret.svg") no-repeat right 22px center;
  background-size: 16px 6px;
}

.fl-form.fl-style-2 .fl-is-active input.fl-input {
  padding: 24px 20px 4px 20px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-size: 1.4rem;
}

.fl-form.fl-style-2 .fl-is-active input[type='password'].fl-input {
  font-family: helvetica, arial, sans-serif;
  letter-spacing: 0.4rem;
}

.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
  padding: 20px;
  padding-top: 30px;
  min-height: 160px;
}

.fl-form.fl-style-2 .fl-is-active select.fl-select {
  padding: 20px 15px 6px 18px;
}

.form-inverted .form-control {
  background-color: #fff;
}

header[aria-label="header-main"] {
  position: relative;
}

header[aria-label="header-main"] nav {
  margin-bottom: 0;
}

header[aria-label="header-main"] nav li.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header[aria-label="header-main"] nav[aria-label="navbar-top"] a {
  padding: 12px 10px;
}

header[aria-label="header-main"] nav[aria-label="navbar-top"] .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header[aria-label="header-main"] nav[aria-label="navbar-top"] .usp-wrapper {
  margin-left: -20px;
}

header[aria-label="header-main"] nav[aria-label="navbar-top"] .usp-wrapper .usp-item {
  padding-left: 5px;
  padding-right: 5px;
}

header[aria-label="header-main"] nav[aria-label="navbar-top"] .usp-wrapper .usp-item .icon {
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  header[aria-label="header-main"] nav[aria-label="navbar-top"] .usp-wrapper .usp-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form {
  margin: 0 -20px 0 40px;
  border-left: solid 1px #EDEBE8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .form-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .form-control {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  background-color: #fff;
  border: 0;
  color: #000;
  letter-spacing: 0.1rem;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .form-control::-webkit-input-placeholder {
  text-transform: uppercase;
  font-style: normal;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .form-control::-moz-placeholder {
  text-transform: uppercase;
  font-style: normal;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .form-control:-moz-placeholder {
  text-transform: uppercase;
  font-style: normal;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .form-control:-ms-input-placeholder {
  text-transform: uppercase;
  font-style: normal;
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .form-control {
    padding: 10px 20px;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .btn {
  width: auto;
  background-color: #fff;
  padding: 20px 30px;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .btn:hover .icon {
  stroke: #9D9791;
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form .btn {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 991px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-form {
    width: 100%;
    margin: 0;
    border-top: 0;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-brand {
  font-size: 0;
  line-height: 0;
  height: auto;
  margin: 0;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-brand img {
  width: 20vw;
  height: 20vw;
  max-width: 60px;
  max-height: 60px;
}

@media screen and (min-width: 768px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-brand img {
    width: 30vw;
    max-width: 350px;
    max-height: 80px;
  }
}

@media screen and (min-width: 768px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .svg-text {
    margin-top: 10px;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .badge-circle {
  position: relative;
  top: 3px;
  width: 24px;
  height: 24px;
  display: block;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .badge-circle:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #08C571;
  border-radius: 50%;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .badge-circle span {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -5px;
  text-align: center;
  color: #fff;
  position: relative;
  letter-spacing: 0.1rem;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .badge-circle {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .badge-circle {
    position: relative;
    top: auto;
    right: auto;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right {
    margin-right: -30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li a {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li a {
    padding: 10px 30px;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li a .icon {
  margin: 0;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li a .icon + .badge-circle {
  margin-left: 10px;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li.active a .icon,
header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li a:hover .icon {
  stroke: #9D9791;
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li:last-child {
  padding-left: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li:last-child {
    padding-left: 20px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li:last-child {
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 992px) {
  header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right li:last-child {
    border-left: solid 1px #EDEBE8;
  }
}

header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right:before, header[aria-label="header-main"] nav[aria-label="navbar-bottom"] .navbar-right:after {
  display: block;
}

header[aria-label="header-main"] .navbar-toggle {
  float: none;
  margin: 0;
  padding: 10px;
}

header[aria-label="header-main"] .navbar-toggle .icon-bar {
  border-radius: 0;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

header[aria-label="header-main"] .navbar-toggle.is-open .icon-bar:nth-child(2),
header[aria-label="header-main"] .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
      -ms-transform: rotate(45deg) translateY(4px) translateX(4px);
          transform: rotate(45deg) translateY(4px) translateX(4px);
}

header[aria-label="header-main"] .navbar-toggle.is-open .icon-bar:nth-child(3),
header[aria-label="header-main"] .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  opacity: 0;
}

header[aria-label="header-main"] .navbar-toggle.is-open .icon-bar:nth-child(4),
header[aria-label="header-main"] .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
      -ms-transform: rotate(-45deg) translateY(-4px) translateX(4px);
          transform: rotate(-45deg) translateY(-4px) translateX(4px);
}

header[aria-label="header-main"] #offcanvas-menu {
  padding-left: 0;
  padding-right: 0;
  background-color: #EDEBE8;
}

header[aria-label="header-main"] #offcanvas-menu .navbar-left {
  margin: 0;
  padding: 20px 0;
}

header[aria-label="header-main"] #offcanvas-menu .navbar-left li a,
header[aria-label="header-main"] #offcanvas-menu .navbar-left li p {
  display: block;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 11px;
  font-size: 1.1rem;
}

header[aria-label="header-main"] #offcanvas-menu .navbar-left li.active a,
header[aria-label="header-main"] #offcanvas-menu .navbar-left li a:hover {
  color: #9D9791;
}

header[aria-label="header-main"] #offcanvas-menu .navbar-left li p {
  color: #B6AFA8;
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] #offcanvas-menu .navbar-left {
    margin: 0 0 0 -15px;
    padding: 0;
  }
  header[aria-label="header-main"] #offcanvas-menu .navbar-left li a {
    padding: 24px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 992px) {
  header[aria-label="header-main"] #offcanvas-menu {
    background-color: #fff;
  }
}

footer[aria-label="footer-main"] {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  footer[aria-label="footer-main"] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 993px) {
  footer[aria-label="footer-main"].sticky {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

footer[aria-label="footer-main"] a:not(.navbar-brand) {
  color: #fff;
}

footer[aria-label="footer-main"] a:not(.navbar-brand):hover {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

footer[aria-label="footer-main"] a:not(.navbar-brand):disabled {
  color: #D8D5D2;
}

footer[aria-label="footer-main"] li.active > a {
  color: #9D9791;
}

footer[aria-label="footer-main"] h1 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

footer[aria-label="footer-main"] ul,
footer[aria-label="footer-main"] address {
  margin-bottom: 0;
}

footer[aria-label="footer-main"] address > span,
footer[aria-label="footer-main"] ul > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
  font-weight: 500;
}

footer[aria-label="footer-main"] .footer-title {
  color: #9D9791;
  margin: 0 0 30px 0;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 17px;
  font-size: 1.7rem;
}

footer[aria-label="footer-main"] .navbar-brand {
  font-size: 0;
  line-height: 0;
  height: auto;
  margin: 0 !important;
}

footer[aria-label="footer-main"] .navbar-brand img {
  width: 100%;
  max-width: 250px;
  max-height: 60px;
}

footer[aria-label="footer-main"] .footer-meta {
  font-weight: 400;
}

footer[aria-label="footer-main"] .footer-meta * {
  color: #9D9791;
}

@media screen and (min-width: 768px) {
  footer[aria-label="footer-main"] .footer-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 992px) {
  footer[aria-label="footer-main"] .footer-meta {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer[aria-label="footer-main"] .footer-meta p {
  margin-bottom: 0;
}

footer[aria-label="footer-main"] .footer-meta a {
  color: #9D9791;
}

footer[aria-label="footer-main"] .footer-meta-first {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  footer[aria-label="footer-main"] .footer-meta-first {
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  footer[aria-label="footer-main"] .footer-meta-last {
    margin-top: 0;
  }
}

footer[aria-label="footer-main"] .footer-meta-last span {
  margin-right: 4px;
}

.nav-wizard > li {
  float: left;
}

.nav-wizard > li > a {
  position: relative;
}

.nav-wizard > li > a, .nav-wizard > li > a:focus {
  background-color: #fff;
}

.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #fff;
  background-color: #000;
}

.nav-wizard > li:not(:first-child) > span,
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}

.nav-wizard > li:not(:first-child) > span:before,
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.nav-wizard > li:not(:last-child) > span,
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}

.nav-wizard > li:not(:last-child) > span:after,
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.nav-wizard > li:first-child > span,
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-wizard > li:last-child > span,
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-wizard > li.complete > a {
  background-color: #737373;
}

.nav-wizard > li.complete > a::before {
  border-right-color: #737373;
}

.nav-wizard > li.complete > a::after {
  border-left-color: #737373;
}

.nav-wizard > li.complete:hover > a,
.nav-wizard > li:hover > a {
  background-color: #000;
  color: #fff;
}

.nav-wizard > li.complete:hover > a:before, .nav-wizard > li:hover > a:before {
  border-right-color: #000;
}

.nav-wizard > li.complete:hover > a:after, .nav-wizard > li:hover > a:after {
  border-left-color: #000;
}

.nav-wizard > li.active > a {
  color: #fff;
  background-color: #000;
}

.nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
  color: #fff;
  background-color: #000;
}

.nav-wizard > li.active > a:after {
  border-left-color: #000;
}

.nav-wizard > li.active > a .badge {
  color: #000;
  background-color: #fff;
}

.nav-wizard > li.disabled {
  color: #EDEBE8;
  background-color: #fff;
  text-align: center;
}

.nav-wizard > li.disabled > span {
  display: inline-block;
}

.nav-wizard > li.disabled > span:hover, .nav-wizard > li.disabled > span:focus {
  color: #EDEBE8;
  text-decoration: none;
  background-color: #fff;
  cursor: default;
}

.nav-wizard > li.disabled > span:before {
  border-right-color: #fff;
}

.nav-wizard > li.disabled > span:after {
  border-left-color: #fff;
}

.nav-wizard.nav-justified > li {
  float: none;
}

.nav-wizard.nav-justified > li > a {
  padding: 10px 15px 10px 36px;
}

@media screen and (max-width: 767px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before, .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}

.news-article {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
}

.news-article .caption {
  padding: 40px;
}

.news-article .caption h3 + p {
  margin: 20px 0 0 0;
}

.news-article .caption .intro {
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #000;
}

.news-article .caption .btn {
  margin-top: 40px;
}

.product {
  border: 0;
  padding: 0;
  margin: 0;
}

.product a:focus,
.product a:active,
.product a:visited {
  outline: 0;
}

.product .brand a,
.product .categorie a {
  color: #000;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

.product .categorie a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #9D9791;
  text-transform: uppercase;
}

.product .price {
  margin: 0;
}

.product .price span {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: right;
  display: block;
}

.product .price span.old {
  color: #000;
  text-decoration: line-through;
  font-size: 15px;
  font-size: 1.5rem;
}

.product .price span.regular {
  color: #000;
}

.product .price span.new {
  color: #C50808;
}

.product .img-container {
  background-color: #EDEBE8;
}

.product .img-container img {
  width: 100%;
  mix-blend-mode: multiply;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product .img-container {
    background-color: #fff;
  }
}

.product .colors-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.product .colors-wrapper .list-inline {
  background-color: rgba(237, 235, 232, 0.8);
  margin: 0;
  padding: 10px;
  line-height: 0;
}

@media screen and (min-width: 1200px) {
  .product .colors-wrapper .list-inline {
    padding: 20px;
  }
}

.product .colors-wrapper .list-inline li {
  padding: 5px 0 0 5px;
}

.product .colors-wrapper .list-inline li a {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #fff;
}

.product .product-top {
  overflow: hidden;
  position: relative;
}

.product .product-bottom {
  margin-top: 20px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product .product-bottom .d-flex-col {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.product .product-bottom .d-flex-col + .d-flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product:hover .colors-wrapper {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.placeholder-product {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
}

.placeholder-product img {
  padding: 30px;
}

#sidebar .panel-group .panel + .panel {
  margin-top: 20px;
}

#sidebar .panel ul > li.disabled a {
  color: #EDEBE8;
}

#sidebar .panel ul > li > ul {
  margin-top: 5px;
  margin-bottom: 10px;
}

#sidebar .panel ul > li:last-child > ul:last-of-type {
  margin-bottom: 0;
}

#sidebar .panel-checkboxes .checkbox:first-of-type {
  margin-top: 0;
}

#sidebar .panel-checkboxes .checkbox:last-of-type {
  margin-bottom: 0;
}

#sidebar .list-sizes > li {
  width: 25%;
}

#sidebar .checkbox-color {
  padding-left: 0;
}

#sidebar .checkbox-color input[type="checkbox"]:checked + label,
#sidebar .checkbox-color label:hover {
  border-color: #000;
}

#sidebar .checkbox-color input[type="checkbox"]:checked + label.light::after,
#sidebar .checkbox-color input[type="checkbox"]:checked + label.dark::after {
  -webkit-transform: translateX(12px) translateY(-50%) scale(1);
      -ms-transform: translateX(12px) translateY(-50%) scale(1);
          transform: translateX(12px) translateY(-50%) scale(1);
}

#sidebar .checkbox-color input[type="checkbox"]:checked + label.light::after {
  content: url(../img/svg/check_primary.svg);
}

#sidebar .checkbox-color label {
  width: 32px;
  height: 32px;
  border: 1px solid #EDEBE8;
  background: #fff;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: border 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: border 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: border 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

#sidebar .checkbox-color label::before {
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 50%;
}

#sidebar .checkbox-color label::after {
  content: url(../img/svg/check_white.svg);
  z-index: 2000;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateX(12px) translateY(-50%) scale(0);
      -ms-transform: translateX(12px) translateY(-50%) scale(0);
          transform: translateX(12px) translateY(-50%) scale(0);
  background: transparent;
  margin-top: -1px;
}

#sidebar .checkbox-color label span {
  margin-top: -1px;
  margin-left: 44px;
}

.social-media .list-inline {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-media .list-inline li {
  padding: 0;
}

.social-media .list-inline li a,
.social-media .list-inline li button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  background-color: transparent;
  border: 0;
}

.social-media .list-inline li a .icon,
.social-media .list-inline li button .icon {
  margin: 0;
  -webkit-transition: fill cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: fill cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: fill cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.social-media .list-inline li a:hover .icon,
.social-media .list-inline li button:hover .icon {
  fill: #9D9791;
}

.social-media .list-inline li a:focus, .social-media .list-inline li a:active, .social-media .list-inline li a:visited,
.social-media .list-inline li button:focus,
.social-media .list-inline li button:active,
.social-media .list-inline li button:visited {
  outline: 0;
  background-color: transparent;
  border: 0;
}

.cta.cta-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #000;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .cta.cta-text {
    padding: 40px;
  }
}

@media screen and (min-width: 992px) {
  .cta.cta-text {
    padding: 60px;
  }
}

.cta.cta-text .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .cta.cta-text .d-flex-row .d-flex-1 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-text .d-flex-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta.cta-text .lead {
  max-width: 90%;
}

@media screen and (max-width: 767px) {
  .cta.cta-text .lead {
    max-width: none;
    text-align: center;
  }
}

.cta.cta-text .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}

.cta.cta-text .button-group .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto auto;
      -ms-flex: 1 auto auto;
          flex: 1 auto auto;
  margin-left: 10px;
  margin-right: 10px;
  /*@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
					width: 100px;
					height: 100px;
					align-items: center;
					justify-content: center;
				}*/
}

.cta.cta-text .button-group .btn:before, .cta.cta-text .button-group .btn:after {
  /*@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
						display: none;
					}*/
}

@media screen and (min-width: 768px) {
  .cta.cta-text .button-group .btn + .btn {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-text .button-group .btn {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cta.cta-text .button-group .btn.btn-circle {
    border-radius: 4px;
  }
  .cta.cta-text .button-group .btn.btn-circle:before {
    display: none;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-text .button-group {
    margin-left: 0;
    margin-right: 0;
  }
}

.cta.cta-image {
  background-color: #EDEBE8;
}

.cta.cta-image h2 {
  color: #000;
}

@media screen and (min-width: 768px) {
  .cta.cta-image .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta.cta-image .patch-image,
.cta.cta-image .patch-content {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .cta.cta-image .patch-image,
  .cta.cta-image .patch-content {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1200px) {
  .cta.cta-image .patch-image,
  .cta.cta-image .patch-content {
    padding: 8vh 0 8vh 40px;
  }
}

@media screen and (max-width: 767px) {
  .cta.cta-image .patch-image {
    padding: 0;
  }
}

.cta.cta-image .patch-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .cta.cta-image .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cta.cta-image .d-flex-row:before, .cta.cta-image .d-flex-row:after {
    display: block;
  }
}

.cta.cta-image .patch-gradient-left,
.cta.cta-image .patch-gradient-right {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 160px;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.cta.cta-image .patch-gradient-right {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cta.cta-image.light {
  background-color: #000;
}

.cta.cta-image.light h2 {
  color: #fff;
}

.cta.cta-border {
  display: block;
  border: solid 1px #EDEBE8;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  .cta.cta-border {
    padding: 60px 0;
  }
}

.cta.cta-border h3,
.cta.cta-border .h3 {
  display: block;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .cta.cta-border h3,
  .cta.cta-border .h3 {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .cta.cta-border h3,
  .cta.cta-border .h3 {
    padding-right: 120px;
  }
}

.cta.cta-border .btn {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cta.cta-border .btn {
    margin-top: 0;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-border .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cta.cta-contact .d-flex-row {
  display: block;
}

@media screen and (min-width: 768px) {
  .cta.cta-contact .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-contact .d-flex-row {
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1200px) {
  .cta.cta-contact .d-flex-row {
    margin: 0 -40px;
  }
}

@media screen and (min-width: 1600px) {
  .cta.cta-contact .d-flex-row {
    margin: 0 -80px;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-contact .d-flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-contact .d-flex-col {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  .cta.cta-contact .d-flex-col {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1600px) {
  .cta.cta-contact .d-flex-col {
    padding: 0 80px;
  }
}

@media screen and (min-width: 768px) {
  .cta.cta-contact .d-flex-col + .d-flex-col {
    border-left: solid 1px #000;
  }
}

#webshop-contact {
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  #webshop-contact {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #webshop-contact .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #webshop-contact .d-flex-row:before, #webshop-contact .d-flex-row:after {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #webshop-contact .content-block-left,
  #webshop-contact .content-block-right {
    height: 100%;
  }
}

#webshop-contact .content-block-right {
  border-top: solid 1px #fff;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  #webshop-contact .content-block-right {
    padding-top: 0;
    border-top: 0;
    border-left: solid 1px #fff;
  }
}

#topbar {
  background-color: #EDEBE8;
}

@media screen and (min-width: 992px) {
  #topbar .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #topbar .d-flex-row .d-flex-col + .d-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  #topbar .breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .webshop-categorie .webshop-categorie-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .webshop-categorie .webshop-categorie-heading .d-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.webshop-categorie + .webshop-categorie {
  border-top: solid 1px #EDEBE8;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .webshop-categorie + .webshop-categorie {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .webshop-categorie + .webshop-categorie {
    padding-top: 100px;
  }
}

#page-description {
  background-color: #F5F5F5;
  padding: 40px 0;
}

#page-description .caption {
  background-color: #fff;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  #page-description .caption {
    padding: 60px;
  }
}

@media screen and (min-width: 992px) {
  #page-description .caption {
    padding: 80px 100px;
  }
}

@media screen and (min-width: 768px) {
  #page-description {
    padding: 60px 0;
  }
}

.widget {
  margin-bottom: 40px;
}

.widget .cms-text {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .widget .cms-text {
    margin-top: 40px;
  }
}

.widget.widget-image-title, .widget.widget-image-title-link {
  position: relative;
}

.widget.widget-image-title .widget-caption, .widget.widget-image-title-link .widget-caption {
  text-align: center;
  background-color: #000;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  .widget.widget-image-title .widget-caption, .widget.widget-image-title-link .widget-caption {
    padding: 60px;
  }
}

@media screen and (min-width: 768px) {
  .widget.widget-image-title .widget-caption-wrapper, .widget.widget-image-title-link .widget-caption-wrapper {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .widget.widget-image-title .widget-caption-wrapper:before, .widget.widget-image-title-link .widget-caption-wrapper:before {
    content: '';
    display: block;
    background-color: #F5F5F5;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.widget.widget-image-title-link .widget-caption h1,
.widget.widget-image-title-link .widget-caption .h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .widget.widget-image-title-link .widget-caption h1,
  .widget.widget-image-title-link .widget-caption .h2 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .widget.widget-image-title-link .btn {
    background-color: transparent;
    border: solid 1px #9D9791;
  }
  .widget.widget-image-title-link .btn span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .widget.widget-image-title-link .btn:hover, .widget.widget-image-title-link .btn:focus {
    border-color: #EDEBE8;
  }
  .widget.widget-image-title-link .btn:hover span, .widget.widget-image-title-link .btn:focus span {
    color: #fff;
  }
}

.widget.widget-text {
  background-color: #fff;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  .widget.widget-text {
    padding: 60px 0;
  }
}

@media screen and (min-width: 992px) {
  .widget.widget-text {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1200px) {
  .widget.widget-text {
    padding: 100px 0;
  }
}

.widget.widget-two-images .thumbnail {
  display: block;
  border: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .widget.widget-two-images .row-custom {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 768px) {
  .widget.widget-two-images .row-custom .col-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 768px) {
  .widget.widget-image-first .d-flex-row, .widget.widget-text-first .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .widget.widget-image-first .d-flex-row:before, .widget.widget-image-first .d-flex-row:after, .widget.widget-text-first .d-flex-row:before, .widget.widget-text-first .d-flex-row:after {
    display: block;
  }
}

.widget.widget-image-first .widget-caption, .widget.widget-text-first .widget-caption {
  background-color: #fff;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  .widget.widget-image-first .widget-caption, .widget.widget-text-first .widget-caption {
    padding: 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .widget.widget-image-first .widget-caption, .widget.widget-text-first .widget-caption {
    padding: 7vw;
  }
}

.widget.widget-call-to-action {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .widget.widget-call-to-action .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .widget.widget-call-to-action .d-flex-row .d-flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .widget.widget-call-to-action .bg-responsive {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .widget.widget-call-to-action .bg-gradient {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.widget.widget-call-to-action .widget-caption {
  padding: 40px;
}

@media screen and (min-width: 768px) {
  .widget.widget-call-to-action .widget-caption {
    padding: 60px;
  }
}

@media screen and (min-width: 992px) {
  .widget.widget-call-to-action .widget-caption {
    padding: 9vw 7vw;
  }
}

@media screen and (min-width: 1200px) {
  .widget.widget-call-to-action .widget-caption {
    padding: 8vw 7vw;
  }
}

@media screen and (min-width: 1600px) {
  .widget.widget-call-to-action .widget-caption {
    padding: 7vw 7vw;
  }
}

.widget.widget-call-to-action .btn.btn-default {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .widget.widget-call-to-action .btn.btn-default {
    width: auto;
  }
}

.widget.widget-call-to-action.light h2 {
  color: #000;
}

.widget.widget-call-to-action.light .btn.btn-default {
  background-color: #000;
  color: #fff;
}

.widget.widget-call-to-action.light .btn.btn-default:hover {
  background-color: #D8D5D2;
}

.widget.widget-call-to-action.dark h2 {
  color: #fff;
}

.widget.widget-call-to-action.dark .btn.btn-default {
  background-color: #fff;
  color: #000;
}

.widget.widget-call-to-action.dark .btn.btn-default:hover {
  background-color: #D8D5D2;
}

@media screen and (min-width: 768px) {
  .widget.widget-text + .widget-image-title,
  .widget.widget-text + .widget-image-title-link {
    margin-bottom: 0;
  }
  .widget.widget-text + .widget-image-title .widget-caption-wrapper:before,
  .widget.widget-text + .widget-image-title-link .widget-caption-wrapper:before {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .widget {
    margin-bottom: 60px;
  }
}

.social-share {
  color: #9D9791;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.social-share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.social-share ul li {
  padding: 0;
}

.social-share ul li a {
  display: block;
}

.social-share ul li a .icon {
  width: 16px;
  height: 16px;
}

.social-share ul li a:hover .icon {
  fill: #D8D5D2;
}

.social-share ul li + li {
  margin-left: 5px;
}

.look-item {
  margin: 0;
  height: 100%;
  padding: 0;
  border: 0;
}

.look-item .caption {
  padding: 0;
}

.look-item .caption h2 {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  -webkit-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.look-item:hover .caption h2 {
  color: #9D9791;
}

.dropdown-custom {
  position: absolute;
  top: 100%;
  z-index: 10000;
  width: 100%;
  right: 0;
  left: 0;
  background-color: #EDEBE8;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: max-height cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: max-height cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.dropdown-custom ul {
  margin: 20px -10px 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.dropdown-custom ul li a,
.dropdown-custom ul li span {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9D9791;
}

@media screen and (min-width: 1200px) {
  .dropdown-custom ul li a,
  .dropdown-custom ul li span {
    padding: 10px;
  }
}

.dropdown-custom ul li.active a,
.dropdown-custom ul li:not(.active) a:hover {
  color: #000;
}

.dropdown-custom .dropdown-title {
  font-family: "linotype-didot", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}

.dropdown-custom [class*="col-"] + [class*="col-"]:before {
  content: '';
  display: block;
  background-color: #D8D5D2;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  bottom: 0;
}

@media screen and (min-width: 1200px) {
  .dropdown-custom [class*="col-"] + [class*="col-"]:before {
    left: -30px;
  }
}

.dropdown-custom.open {
  max-height: 1000px;
}

#cookies-notice {
  background-color: #B6AFA8;
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  z-index: 100000;
}

@media screen and (min-width: 768px) {
  #cookies-notice {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  #cookies-notice {
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2000000000;
  }
}

#cookies-notice p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

#cookies-notice p a {
  color: #fff;
  text-decoration: underline;
}

#cookies-notice .d-flex-row {
  display: block;
}

@media screen and (min-width: 768px) {
  #cookies-notice .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cookies-notice .d-flex-row .d-flex-col {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  #cookies-notice .d-flex-row .d-flex-col + .d-flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  #cookies-notice .button-wrapper {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  #cookies-notice {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
}

#cookie-customizer-modal .modal-body {
  padding: 25px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #cookie-customizer-modal .modal-body {
    max-height: 400px;
    overflow: scroll;
  }
}

#cookie-customizer-modal .h2 {
  margin-top: 0;
}

#cookie-customizer-modal .h2 + p {
  margin-bottom: 0;
}

#cookie-customizer-modal .close {
  margin: 10px 15px;
  position: relative;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  #cookie-customizer-modal .close {
    position: absolute;
  }
}

#cookie-customizer-modal .cookie-group {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#cookie-customizer-modal .cookie-group .checkbox {
  margin-bottom: 0;
}

#cookie-customizer-modal .cookie-group .checkbox label:before {
  top: -2px;
}

#cookie-customizer-modal .cookie-group .checkbox label:after {
  top: 1px;
}

#cookie-customizer-modal .cookie-group .checkbox strong {
  margin-top: -2px;
  display: block;
}

#cookie-customizer-modal .cookie-group.disabled {
  padding-left: 25px;
}

#cookie-customizer-modal .cookie-group.disabled p {
  padding-left: 0;
}

#cookie-customizer-modal .cookie-group p {
  padding: 5px 5px 5px 25px;
}

#cookie-customizer-modal .cookie-group p.h6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 0;
}

#cookie-customizer-modal .cookie-group:last-child {
  border-bottom: none;
}

.alert.alert-info {
  background-color: #EDEBE8;
  color: #000;
}

.alert a {
  color: #fff;
}

.alert .underline {
  text-decoration: underline;
}

.alert.alert-icon {
  background-color: #EDEBE8;
  color: #000;
}

.alert.alert-icon .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert.alert-icon .d-flex .svg-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
}

.alert.alert-icon .d-flex .cms-text {
  margin: 0;
  padding: 0 0 0 20px;
}

.alert.alert-icon .d-flex .cms-text p {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.alert.alert-message {
  background-color: #000;
  color: #fff;
}

.alert.alert-message p,
.alert.alert-message a {
  text-align: center;
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

.alert.alert-message p span span,
.alert.alert-message a span span {
  display: inline-block;
  padding: 0 10px;
}

.alert.alert-message .cms-text a {
  text-decoration: underline;
}

.alert.alert-message a:hover {
  color: #fff;
}

.alert.alert-message .d-flex-row {
  margin: 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert.alert-message .btn {
  background-color: transparent;
  border-radius: 0;
  padding: 10px;
  border: 0;
}

.alert.alert-message .btn .icon {
  stroke: #fff;
  stroke-width: 1.2;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.alert.alert-message .btn:hover .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.breadcrumb {
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb li a,
.breadcrumb li {
  color: #9D9791;
  font-weight: 500;
  line-height: 1;
}

.breadcrumb li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li:after {
  content: '/';
  display: inline-block;
  font-size: 8px;
  font-size: 0.8rem;
  padding: 0 12px;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb li.breadcrumb-return {
  margin-right: 24px;
}

.breadcrumb li.breadcrumb-return:before, .breadcrumb li.breadcrumb-return:after {
  display: none;
}

.btn:focus, .btn:active, .btn:focus:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.bg-gray-base:hover {
  background-color: #9D9791 !important;
}

.btn.bg-gray-darker:hover {
  background-color: #B6AFA8 !important;
  color: #000;
}

.btn.btn-default,
.btn.btn-default span,
.btn.btn-default-border span {
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  -webkit-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.btn.btn-default {
  padding: 12px;
}

.btn.btn-default-border {
  position: relative;
  border: solid 1px #9D9791;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.btn.btn-default-border span {
  position: relative;
  z-index: 3;
  color: #9D9791;
}

.btn.btn-default-border:before {
  content: '';
  display: block;
  background-color: #D8D5D2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.btn.btn-default-border:hover {
  border-color: #D8D5D2;
}

.btn.btn-default-border:hover span {
  color: #fff;
}

.btn.btn-default-border:hover:before {
  width: 100%;
}

.btn.btn-square, .btn.btn-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  background-color: #9D9791;
  height: 100%;
  border-radius: 0;
  width: 100px;
  -webkit-transition: background-color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: background-color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: background-color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.btn.btn-square:before, .btn.btn-circle:before {
  content: '';
  display: block;
  padding-top: 100%;
  font-size: 10px;
}

.btn.btn-square span, .btn.btn-circle span {
  width: 100%;
  white-space: normal;
  padding: 10px;
}

.btn.btn-square:hover, .btn.btn-circle:hover {
  background-color: #B6AFA8;
}

.btn.btn-square:hover span, .btn.btn-circle:hover span {
  color: #000;
}

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

.btn.btn-filter-toggler {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  width: 50px;
  height: 50px;
  z-index: 1000;
  border-radius: 50%;
}

.btn.btn-filter-toggler .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.btn.btn-primary-border {
  position: relative;
  color: #000;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  -webkit-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  background-color: #fff;
}

.btn.btn-primary-border:before, .btn.btn-primary-border:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #9D9791;
}

.btn.btn-primary-border:after {
  background-color: #000;
  -webkit-transition: width cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: width cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: width cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.btn.btn-primary-border:hover {
  color: #9D9791;
}

.btn.btn-primary-border:hover:after {
  width: 0;
}

.btn.btn-primary-border:hover, .btn.btn-primary-border:focus, .btn.btn-primary-border:active, .btn.btn-primary-border:visited {
  background-color: #fff;
}

.btn.btn-primary-border.color-gray-darker {
  color: #9D9791;
}

.btn.btn-primary-border.color-gray-darker:after {
  background-color: #9D9791;
}

.btn.btn-icon {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 0;
}

.btn.btn-icon .icon {
  width: 18px;
  height: 18px;
}

.btn.btn-icon.active .icon {
  stroke: #9D9791;
  fill: #9D9791;
}

.btn.btn-icon.active .icon.shape-heart {
  stroke: #C50808;
  fill: #C50808;
}

.btn.btn-sm, .btn-group-sm > .btn {
  padding: 20px;
}

.btn.btn-lg, .btn-group-lg > .btn {
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .btn {
    white-space: normal;
  }
  .btn[type=submit] {
    width: 100%;
  }
}

#btn-cart-offcanvas {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 7000;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

#btn-cart-offcanvas .icon {
  width: 20px;
  height: 20px;
}

.checkbox {
  padding-left: 20px;
  margin-bottom: 20px;
}

.checkbox label,
.checkbox .label {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  min-height: 20px;
}

.checkbox label::before, .checkbox label::after,
.checkbox .label::before,
.checkbox .label::after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.checkbox label::before,
.checkbox .label::before {
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #9D9791;
  background-color: #fff;
}

.checkbox label::after,
.checkbox .label::after {
  background: url(../img/svg/check_primary.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
  width: 12px;
  height: 12px;
  left: 4px;
  top: 3px;
  margin-left: -20px;
  color: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label::before {
  border-color: #9D9791;
}

.checkbox input[type="checkbox"]:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #F5F5F5;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before, .checkbox.checkbox-circle label::after {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.image-checkbox {
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-size: 0;
  line-height: 0;
}

.image-checkbox img {
  border: solid 1px #D8D5D2;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.image-checkbox label {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.image-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.image-checkbox input[type=checkbox] + img {
  cursor: pointer;
}

.image-checkbox input[type=checkbox]:checked + img + .svg-wrapper {
  bottom: 10px;
}

.image-checkbox input[type=checkbox]:checked + img + .wrapper .svg-wrapper {
  bottom: auto;
  right: 0;
}

.image-checkbox .svg-wrapper {
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #08C571;
  border-radius: 50%;
  z-index: 2;
}

.image-checkbox .svg-wrapper .icon {
  fill: #fff;
}

.image-checkbox .wrapper {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.42857;
}

.image-checkbox .wrapper .svg-wrapper {
  position: relative;
  bottom: auto;
  right: -20px;
}

.image-checkbox:hover img {
  border-color: #9D9791;
}

.color-checkbox {
  line-height: 0;
  position: relative;
}

.color-checkbox label {
  position: relative;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #D8D5D2;
  background: #fff;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: border cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: border cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.color-checkbox label span {
  margin-top: -1px;
  margin-left: 44px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.color-checkbox label:before, .color-checkbox label:after {
  position: absolute;
  display: block;
}

.color-checkbox label:before {
  content: '';
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid #fff;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
}

@media screen and (min-width: 1200px) {
  .color-checkbox label:before {
    border-width: 6px;
  }
}

.color-checkbox label:after {
  content: url(../img/svg/check_white.svg);
  z-index: 2000;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(8px) translateY(-50%) scale(0);
      -ms-transform: translateX(8px) translateY(-50%) scale(0);
          transform: translateX(8px) translateY(-50%) scale(0);
  background: transparent;
  margin-top: 0;
}

.color-checkbox input[type='checkbox'] {
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  margin-left: -20px;
}

.color-checkbox input[type='checkbox']:checked + label:after {
  -webkit-transform: translateX(8px) translateY(-50%) scale(0.7);
      -ms-transform: translateX(8px) translateY(-50%) scale(0.7);
          transform: translateX(8px) translateY(-50%) scale(0.7);
}

.c-card-product {
  display: block;
  position: relative;
}

.c-card-product:hover, .c-card-product:focus {
  text-decoration: none;
}

.c-card-product .caption {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-card-product .caption p:not(:last-of-type) {
  margin-bottom: 4px;
}

.c-card-product .caption p:last-of-type {
  margin-bottom: 0;
}

.c-card-product .meta {
  padding-right: 15px;
}

.c-card-product .price {
  padding-left: 15px;
  text-align: right;
}

.c-card-product .price--new {
  font-weight: 700;
  color: #C50808;
}

.c-card-product .price--old {
  text-decoration: line-through;
}

.c-card-product .brand {
  font-weight: 700;
}

.c-card-product .list-labels {
  position: absolute;
  margin-bottom: 0;
  top: 5px;
  left: 10px;
  z-index: 2000;
}

.c-card-product .list-labels .label {
  background: #000;
}

.c-card-product .list-labels .label--sale {
  background: #C50808;
}

@media screen and (min-width: 992px) {
  .dropdown.dropdown-panel + .dropdown.dropdown-panel {
    margin-top: 40px;
  }
}

.dropdown.dropdown-panel .dropdown-toggle {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .dropdown.dropdown-panel .dropdown-toggle {
    padding: 10px 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #9D9791;
    text-align: left;
    background: #fff;
  }
}

.dropdown.dropdown-panel .dropdown-toggle .caret {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .dropdown.dropdown-panel .dropdown-menu {
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .dropdown.dropdown-panel .dropdown-menu {
    display: block;
    position: static;
    margin-top: 0;
    padding: 20px;
    float: none;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #9D9791;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown.dropdown-panel .dropdown-menu li > a {
    color: #000;
  }
  .dropdown.dropdown-panel .dropdown-menu li.active > a {
    color: #fff;
  }
}

.icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.icon.shape-heart, .icon.shape-basket, .icon.shape-account, .icon.shape-search {
  stroke: #000;
  fill: transparent;
  width: 20px;
  height: 20px;
  stroke-width: 1.4;
}

@media screen and (min-width: 768px) {
  .icon.shape-heart, .icon.shape-basket, .icon.shape-account, .icon.shape-search {
    width: 16px;
    height: 16px;
    stroke-width: 1.8;
  }
}

.icon.shape-basket, .icon.shape-account {
  width: 20px;
}

@media screen and (min-width: 768px) {
  .icon.shape-basket, .icon.shape-account {
    width: 13px;
  }
}

.icon.shape-close {
  width: 12px;
  height: 12px;
  stroke-width: 1.5;
  position: relative;
  top: -1px;
}

.icon.shape-pencil {
  width: 14px;
  height: 14px;
  position: relative;
  top: -1px;
}

.icon.shape-grid {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
}

.icon.shape-check {
  width: 14px;
  height: 11px;
  position: relative;
  top: -1px;
}

.icon.shape-chevron {
  width: 13px;
  height: 7px;
  stroke-width: 1.5;
}

.icon.shape-chevron.chevron-top {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon.shape-chevron.chevron-right {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon.shape-chevron.chevron-left {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon.shape-arrow {
  width: 16px;
  height: 12px;
  stroke-width: 2.8;
}

.icon.shape-arrow.arrow-top {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon.shape-arrow.arrow-down {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon.shape-arrow.arrow-left {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.icon.shape-discount, .icon.shape-giftcard {
  width: 60px;
  height: 60px;
}

.icon.shape-webatvantage {
  width: 106px;
  height: 20px;
}

.icon.shape-social-facebook, .icon.shape-social-twitter, .icon.shape-social-youtube, .icon.shape-social-linkedin, .icon.shape-social-pinterest, .icon.shape-social-whatsapp, .icon.shape-social-instagram {
  width: 14px;
  height: 14px;
}

.icon.shape-social-facebook {
  width: 8px;
}

.labels-wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
}

.labels-wrapper .label {
  margin: 10px 0 0 10px;
  display: inline-block;
  padding: 10px;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1200px) {
  .labels-wrapper .label {
    margin: 0 10px 10px 0;
  }
}

@media screen and (min-width: 1200px) {
  .labels-wrapper {
    top: 20px;
    left: 20px;
  }
}

.list-chevron {
  padding-left: 0;
  list-style: none;
  border-bottom: solid 1px #EDEBE8;
}

.list-chevron > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  background: none;
}

.list-chevron > li > a .svg-wrapper {
  padding-left: 5px;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.list-chevron > li > a .svg-wrapper .icon {
  stroke-width: 2.8;
  width: 14px;
  height: 10px;
}

.list-chevron > li > a:focus, .list-chevron > li > a:hover {
  border-color: #000;
}

.list-chevron > li > a:focus .svg-wrapper, .list-chevron > li > a:hover .svg-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.list-chevron > li:nth-child(odd) a {
  background-color: #F5F5F5;
}

.list-border {
  padding-left: 0;
  list-style: none;
  margin: -10px -5px 0 -5px;
}

.list-border > li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px 0 5px;
}

.list-border > li > a {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #EDEBE8;
  text-decoration: none;
}

.list-border > li > a:hover {
  border-color: #000;
}

.list-border > li.active > a {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.list-flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-flex,
.list-flex > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-flex > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-group-check .list-group-item {
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: opacity 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.list-group-check .list-group-item:hover {
  background: rgba(0, 0, 0, 0.1) url(../img/svg/check_primary_hover.svg) no-repeat right 18px top 22px;
}

.list-group-check .list-group-item.active {
  color: #000;
  border-color: #000;
  background: transparent url(../img/svg/check_primary.svg) no-repeat right 18px top 22px;
}

.list-group-check .list-group-item.active:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.list-group {
  border-top: solid 1px #EDEBE8;
}

.list-group .list-group-item {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0;
  border-bottom: solid 1px #EDEBE8;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
}

.list-group .list-group-item .icon {
  width: 10px;
  height: 10px;
  fill: #9D9791;
  stroke: #9D9791;
  stroke-width: 0.6;
}

.list-group .list-group-item.active {
  background-color: #fff;
  border-color: #EDEBE8;
  color: #9D9791;
}

.list-group .list-group-item:hover {
  padding: 20px;
}

#loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background-color: rgba(255, 255, 255, 0.75);
}

#loader .circles {
  width: 75px;
  height: 75px;
  position: relative;
}

#loader .circles .circle-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#loader .circles .circle-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: circleBounceDelay 1.2s infinite ease-in-out both;
          animation: circleBounceDelay 1.2s infinite ease-in-out both;
}

#loader .circles .circle1 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

#loader .circles .circle1::before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

#loader .circles .circle2 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}

#loader .circles .circle2::before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

#loader .circles .circle3 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#loader .circles .circle3::before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

#loader .circles .circle4 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}

#loader .circles .circle4::before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

#loader .circles .circle5 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

#loader .circles .circle5::before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

#loader .circles .circle6 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#loader .circles .circle6::before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

#loader .circles .circle7 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}

#loader .circles .circle7::before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

#loader .circles .circle8 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}

#loader .circles .circle8::before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

#loader .circles .circle9 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

#loader .circles .circle9::before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

#loader .circles .circle10 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}

#loader .circles .circle10::before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

#loader .circles .circle11 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

#loader .circles .circle11::before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

#loader .circles .circle12 {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#loader .circles .circle12::before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.modal {
  z-index: 3000;
}

@media screen and (min-width: 1200px) {
  .modal .modal-dialog {
    margin: 10vh auto 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .modal .modal-dialog {
    width: 90%;
    margin: 40px auto 0;
  }
}

.modal .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-color: #B6AFA8;
  border-radius: 0;
}

.modal .modal-title {
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 20px;
}

.modal .modal-title span {
  display: block;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #9D9791;
}

.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 40px;
}

.modal .modal-header + .modal-body,
.modal .modal-body + .modal-body,
.modal .modal-footer + .modal-body {
  padding-top: 0;
}

.modal .modal-header {
  border-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .close {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal .close .icon {
  stroke: #9D9791;
  stroke-width: 0.8;
  width: 16px;
  height: 16px;
}

.modal .table {
  border: solid 1px #B6AFA8;
}

.modal .table th,
.modal .table td {
  padding: 10px;
}

.modal .table thead th {
  font-weight: 500;
  text-transform: uppercase;
  background-color: #B6AFA8;
  color: #fff;
  border-bottom: 0;
}

.modal .table tbody tr td {
  border-top: 0;
  border-bottom: solid 1px #B6AFA8;
  vertical-align: middle;
}

.modal .table tbody tr td.td-size {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .modal .table tbody tr td.td-size {
    text-align: center;
  }
}

.modal .table tbody tr td.td-check {
  border-right: solid 1px #B6AFA8;
}

.modal .table tbody tr td.td-check .icon.shape-check {
  fill: #08C571;
  width: 16px;
  height: 16px;
}

.modal .table tbody tr td.td-check .icon.shape-close {
  stroke: #C50808;
  stroke-width: 1.4;
  fill: transparent;
}

.modal .shop-item address,
.modal .shop-item table {
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 13px;
  font-size: 1.3rem;
}

.modal .shop-item table {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.modal .shop-item table th {
  text-align: left;
}

.modal .shop-item table th abbr {
  font-weight: 500;
}

.modal .shop-item table td {
  text-align: right;
}

.modal .shop-item table tr.open {
  color: #08C571;
  font-weight: 600;
}

.modal form .checkbox {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .modal form .checkbox {
    margin: 0;
  }
}

.modal form .d-flex {
  display: block;
}

@media screen and (min-width: 768px) {
  .modal form .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.modal-backdrop {
  background-color: #F5F5F5;
}

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

body.modal-open {
  padding-right: 0 !important;
}

.pagination {
  margin-bottom: 0;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pagination li {
    margin: 0 5px;
  }
}

.pagination > li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}

.pagination > li a {
  border: 0;
  float: none;
  display: none;
  margin: 0;
}

.pagination > li a.previous-page, .pagination > li a.next-page {
  padding: 0;
  border-radius: 50%;
  background-color: #EDEBE8;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.pagination > li a.previous-page .icon, .pagination > li a.next-page .icon {
  width: 14px;
  height: 10px;
}

@media screen and (min-width: 768px) {
  .pagination > li a.previous-page, .pagination > li a.next-page {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .pagination > li a {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pagination {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .pagination {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .pagination {
    padding-bottom: 100px;
  }
}

.placeholder-product img {
  width: 100%;
}

.radio {
  padding-left: 20px;
  margin-bottom: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.radio label::before, .radio label::after {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.radio label::before {
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #EDEBE8;
  border-radius: 50%;
  background-color: #fff;
}

.radio label::after {
  width: 12px;
  height: 12px;
  left: 4px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:checked + label::before {
  border-color: #000;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  background-color: #F5F5F5;
  cursor: not-allowed;
}

.radio.radio-check label {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.radio.radio-check label:before {
  border-color: #9D9791;
}

.radio.radio-check label:after {
  background: #fff url("../img/svg/check_primary.svg") no-repeat center center;
  background-size: 10px 10px;
}

.radio.radio-check input[type="radio"]:checked + label:before {
  border-color: #9D9791;
}

.radio-inline {
  margin: 10px 10px 0 0;
}

.radio-inline + .radio-inline {
  margin: 10px 10px 0 0;
}

.size-radio {
  position: relative;
  padding: 0;
  border: solid 1px #9D9791;
  min-width: 40px;
  height: 40px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.size-radio label {
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

.size-radio span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.size-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.size-radio input[type=radio]:checked + span {
  background-color: #9D9791;
  color: #fff;
}

.size-radio:hover {
  color: #9D9791;
}

/*
@include radio-variant('.radio-primary', $brand-primary);
@include radio-variant('.radio-danger', $brand-danger);
@include radio-variant('.radio-info', $brand-info);
@include radio-variant('.radio-warning', $brand-warning);
@include radio-variant('.radio-success', $brand-success);
*/
/* Container used for styling the custom select, the buttom class below adds the bg gradient, corners, etc. */
.custom-select {
  display: inline-block;
  position: relative;
  padding: 0 !important;
  width: 100%;
  background: #fff url("../img/svg/caret.svg") no-repeat right 12px center;
  background-size: 16px 6px;
  -webkit-overflow-scrolling: touch;
  /* This is the native select, we're making everything but the text invisible so we can see the button styles in the wrapper */
  /* Set options to normal weight */
}

.custom-select:hover, .custom-select:focus, .custom-select:active {
  border-color: #EDEBE8;
}

.custom-select select {
  width: 100%;
  margin: 0;
  padding: 6px 36px 6px 12px;
  background: none;
  border: 1px solid #EDEBE8;
  border-radius: 0x;
  outline: none;
  cursor: pointer;
  color: #000;
  /* Remove select styling */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch;
  font-size: 15px;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  /*@media screen and (max-width: $screen-sm-max) {
			font-size: 16px !important;
		}*/
  /* Focus style */
}

.custom-select select:focus {
  outline: none;
  background-color: transparent;
}

.custom-select select:hover, .custom-select select:focus, .custom-select select:active {
  border: 1px solid #EDEBE8;
}

.custom-select option {
  font-weight: normal;
  text-shadow: none;
  color: #000;
  padding: 6px 16px;
}

/* ------------------------------------  */
/* UGLY BROWSER-SPECIFIC HACKS */
/* ----------------------------------  */
/* OPERA - Pre-Blink nix the custom arrow, go with a native select button to keep it simple. Targeted via this hack http://browserhacks.com/#hack-a3f166304aafed524566bc6814e1d5c7 */
x:-o-prefocus,
.custom-select::after {
  display: none;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222;
  }
}

/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select select {
    /*width: 120%;
		width: -moz-calc(100% + 3em);
		width: calc(100% + em);*/
    /* https://gist.github.com/joaocunha/6273016 */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.table.table-responsive {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .table.table-responsive {
    border: none;
  }
}

.table.table-responsive tr + tr td {
  border-top: 1px solid #EDEBE8;
}

.table.table-responsive td,
.table.table-responsive th {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table.table-responsive td,
  .table.table-responsive th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table.table-responsive td:before,
  .table.table-responsive th:before {
    content: attr(data-th);
    display: table-cell;
    font-weight: bold;
    padding: 6px 12px 6px 0;
    text-align: right;
  }
  .table.table-responsive td:last-child:after,
  .table.table-responsive th:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .table.table-responsive thead {
    display: none;
  }
  .table.table-responsive tr {
    display: block;
    position: relative;
    border: 1px solid #EDEBE8;
  }
  .table.table-responsive tr + tr {
    margin-top: 60px;
  }
}

.table.table-cart {
  border-bottom: 3px double #EDEBE8;
}

.table.table-cart thead > tr > th {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .table.table-cart thead > tr > th:first-child,
  .table.table-cart tbody > tr > td:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .table.table-cart thead > tr > th:last-child,
  .table.table-cart tbody > tr > td:last-child {
    padding-right: 0;
  }
}

.table.table-cart .thumb,
.table.table-cart .td-thumb,
.table.table-cart .custom-select {
  width: 80px;
}

.table.table-cart .td-thumb {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .table.table-cart .td-thumb {
    border-top: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.table.table-cart .td-thumba img:hover {
  opacity: 0.5;
}

.table.table-cart .td-thumba svg:hover {
  opacity: 0.5;
}

.table.table-cart .td-thumb svg {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .table.table-cart .td-thumb::before,
  .table.table-cart .td-product::before {
    display: none;
  }
}

.table.table-cart .btn-cart-remove {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #EDEBE8;
}

@media screen and (max-width: 767px) {
  .table.table-cart .btn-cart-remove {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .table.table-cart .btn-cart-remove {
    margin-top: 20px;
  }
}

.table.table-cart .no-wrap {
  white-space: nowrap;
}

.tooltip {
  font-size: 11px;
  font-size: 1.1rem;
}

.tooltip .tooltip-inner {
  padding: 6px 12px;
}

.usp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.usp-wrapper .usp-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.usp-wrapper .usp-item .svg-wrapper .icon {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.usp-wrapper .usp-item .usp-label {
  color: #000;
  letter-spacing: 0.1rem;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.usp-wrapper .usp-item.usp-inverted .usp-label {
  color: #fff;
}

.usp-wrapper .usp-item.usp-inverted:hover .icon {
  fill: #9D9791;
}

.usp-wrapper .usp-item.usp-inverted:hover .usp-label {
  color: #9D9791;
}

.carousel .slick-dots li button {
  margin: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 12px;
  height: 12px;
}

.carousel .slick-dots li.slick-active button {
  background-color: #000;
}

.carousel .slick-arrow {
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #D8D5D2;
  border-radius: 50%;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.carousel .slick-arrow .icon {
  width: 24px;
  height: 16px;
  fill: transparent;
  stroke: #000;
  stroke-width: 1.4;
}

.carousel .slick-arrow.slick-prev {
  left: 20px;
}

@media screen and (min-width: 992px) {
  .carousel .slick-arrow.slick-prev {
    left: 40px;
  }
}

.carousel .slick-arrow.slick-next {
  right: 20px;
}

@media screen and (min-width: 992px) {
  .carousel .slick-arrow.slick-next {
    right: 40px;
  }
}

.carousel .slick-arrow:hover {
  background-color: #B6AFA8;
}

.carousel .slide:focus, .carousel .slide:active {
  outline: 0;
}

.panel.panel-secondary {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #EDEBE8;
  background-color: #EDEBE8;
}

.panel.panel-secondary .panel-heading {
  padding: 0;
  background-color: #EDEBE8;
}

.panel.panel-secondary .panel-heading .panel-title a {
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #9D9791;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.panel.panel-secondary .panel-heading .panel-title .icon {
  fill: transparent;
  width: 14px;
  height: 14px;
  stroke: #9D9791;
  stroke-width: 2;
}

.panel.panel-secondary .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 !important;
}

.panel.panel-secondary .panel-body {
  padding: 10px 30px 30px 30px;
}

.scrollbar-container {
  position: relative;
}

.scrollbar-container .ps__rail-y:before {
  content: '';
  display: block;
  background-color: #F5F5F5;
  width: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.scrollbar-container .ps__rail-y .ps__thumb-y {
  background-color: #D8D5D2;
  width: 2px;
}

@media screen and (min-width: 767px) {
  .c-filters-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .c-filters-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
    height: -webkit-fill-available;
    height: -moz-available;
    height: stretch;
    overflow: auto;
    margin: 0;
    background: #EDEBE8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  .c-filters-wrapper > div:nth-last-child(2) {
    margin-bottom: auto;
  }
  .c-filters-wrapper:not(.open) {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition-timing-function: ease-in;
         -o-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }
  .c-filters-wrapper:not(.open) .btn-show-results {
    opacity: 0;
  }
}

.c-filters-wrapper__header {
  background: #f6f6f6;
}

@media screen and (min-width: 767px) {
  .c-filters-wrapper__header {
    display: none !important;
  }
}

.c-filters-wrapper__header .title {
  padding: 20px;
  margin: 0;
  text-transform: none;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-filters-wrapper__content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 212px;
  }
}

@media screen and (max-width: 767px) {
  .c-filters-wrapper__footer {
    /*display: flex;
			align-items: center;
			justify-content: center;*/
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .c-filters-wrapper__footer .btn {
    display: block;
    height: 54px;
    border-radius: 0;
    padding: 0 15px;
    width: 100%;
    text-transform: uppercase;
  }
  .c-filters-wrapper__footer .btn:not(.btn-reset) {
    font-weight: 600;
  }
  .c-filters-wrapper__footer .btn.btn-filter-toggler {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    letter-spacing: 0.1rem;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .c-filters-wrapper__footer .btn,
  .c-filters-wrapper__footer .btn:focus,
  .c-filters-wrapper__footer .btn:hover {
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 767px) {
  .c-filters-wrapper__footer--hidden {
    display: none;
  }
}

.c-dropdown-filter {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter {
    padding: 0;
  }
  .c-dropdown-filter[data-active]::after {
    content: attr(data-active);
    display: block;
    position: absolute;
    margin-left: auto;
    text-align: right;
    color: #a5a5a5;
    overflow: hidden;
    font-size: 13px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 35px;
    max-width: 45%;
    pointer-events: none;
    tab-index: -1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -ms-touch-action: none;
        touch-action: none;
  }
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 30px;
  }
  .c-dropdown-filter .scrollbar-container {
    position: relative;
    max-height: 238px;
    overflow: hidden;
  }
  .c-dropdown-filter .scrollbar-container > ul.mh {
    overflow: hidden;
    max-height: unset;
  }
}

.c-dropdown-filter input::-webkit-input-placeholder {
  font-style: normal;
  color: #9D9791;
}

.c-dropdown-filter input::-moz-placeholder {
  font-style: normal;
  color: #9D9791;
}

.c-dropdown-filter input:-moz-placeholder {
  font-style: normal;
  color: #9D9791;
}

.c-dropdown-filter input:-ms-input-placeholder {
  font-style: normal;
  color: #9D9791;
}

.c-dropdown-filter .checkbox {
  margin: 0;
}

.c-dropdown-filter li > a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  -webkit-transition: font-weight 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  -o-transition: font-weight 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  transition: font-weight 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.c-dropdown-filter li > a:not(.c-btn-filter-toggle):not(.c-btn-filter-checkbox):not(.c-btn-filter-check):not(.js-submit-filter) {
  display: block;
  padding: 15px;
  font-size: 11px;
  background: #fff;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter li > a:not(.c-btn-filter-toggle):not(.c-btn-filter-checkbox):not(.c-btn-filter-check):not(.js-submit-filter) {
    padding: 0;
  }
}

.c-dropdown-filter li > a:not(.c-btn-filter-toggle):not(.c-btn-filter-checkbox):not(.c-btn-filter-check):not(.js-submit-filter), .c-dropdown-filter li > a:not(.c-btn-filter-toggle):not(.c-btn-filter-checkbox):not(.c-btn-filter-check):not(.js-submit-filter):hover, .c-dropdown-filter li > a:not(.c-btn-filter-toggle):not(.c-btn-filter-checkbox):not(.c-btn-filter-check):not(.js-submit-filter):focus {
  text-decoration: none;
  color: #000;
}

.c-dropdown-filter li > a:not(.c-btn-filter-toggle):not(.c-btn-filter-checkbox):not(.c-btn-filter-check):not(.js-submit-filter):hover {
  background-color: #f6f6f6;
}

.c-dropdown-filter li.active > a {
  font-weight: 500;
  color: #B6AFA8;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter li.active > a {
    color: #000;
  }
  .c-dropdown-filter li.active > a:not(.c-btn-filter-toggle) {
    padding-right: 46px;
    background: #fff escape-svg(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='#000' viewBox='0 0 16 12'%3E%3Cpath d='M6,12 C5.735,12 5.48,11.895 5.293,11.707 L0.293,6.707 C-0.098,6.316 -0.098,5.684 0.293,5.293 C0.684,4.902 1.316,4.902 1.707,5.293 L5.962,9.548 L14.257,0.331 C14.627,-0.078 15.259,-0.113 15.669,0.257 C16.079,0.626 16.112,1.258 15.743,1.669 L6.743,11.669 C6.56,11.873 6.3,11.992 6.026,12 L6,12 Z'/%3E%3C/svg%3E%0A")) no-repeat right 15px center;
  }
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter li:last-child > .c-btn-filter-toggle {
    border-bottom: 1px solid #EDEBE8;
  }
}

.c-dropdown-filter .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f6f6f6;
  z-index: 10000;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.35s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu {
    margin-top: -1px;
    border: 1px solid #EDEBE8;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 5000;
    width: 230px;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .dropdown-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    border-radius: 0;
  }
}

.c-dropdown-filter .dropdown-menu ul {
  margin-bottom: 0;
  overflow: auto;
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .dropdown-menu ul {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
    padding-top: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu .mh {
    max-height: 40vh;
  }
}

.c-dropdown-filter .dropdown-menu .color {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 52px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu .color {
    width: 32px;
  }
}

.c-dropdown-filter .dropdown-menu .form-search {
  position: relative;
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .dropdown-menu .form-search {
    background: transparent;
  }
}

.c-dropdown-filter .dropdown-menu .form-search input {
  padding: 0 40px 0 20px;
  height: 40px;
  border-radius: 0;
  border: 0;
  background: #f6f6f6;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 13px;
  font-size: 1.3rem;
}

.c-dropdown-filter .dropdown-menu .form-search input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.c-dropdown-filter .dropdown-menu .form-search input::-moz-placeholder {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.c-dropdown-filter .dropdown-menu .form-search input:-moz-placeholder {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.c-dropdown-filter .dropdown-menu .form-search input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .dropdown-menu .form-search input {
    border: solid 1px #9D9791;
    height: 50px;
  }
}

.c-dropdown-filter .dropdown-menu .form-search button {
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: 40px;
  background-color: transparent;
}

.c-dropdown-filter .dropdown-menu .form-search button .icon {
  width: 12px;
  height: 12px;
  stroke: #9D9791;
  stroke-width: 1;
}

.c-dropdown-filter .dropdown-menu .form-search ~ ul {
  padding-top: 0;
}

.c-dropdown-filter .dropdown-menu .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-dropdown-filter .dropdown-menu .btn-wrapper.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu .btn-wrapper {
    padding: 20px 20px;
    padding-top: 0;
    display: block;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-dropdown-filter .dropdown-menu .btn-reset,
.c-dropdown-filter .dropdown-menu .btn-submit {
  padding: 10px 12px;
  font-weight: 600;
  border: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.c-dropdown-filter .dropdown-menu .btn-reset {
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .dropdown-menu .btn-reset {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: auto;
    min-width: 33.33%;
    background-color: #B6AFA8;
    color: #fff;
  }
  .c-dropdown-filter .dropdown-menu .btn-reset.btn-primary-border:before, .c-dropdown-filter .dropdown-menu .btn-reset.btn-primary-border:after {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu .btn-reset {
    width: auto;
    padding: 16px 0 2px 0;
    text-transform: uppercase;
    color: #9D9791;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-dropdown-filter .dropdown-menu .btn-reset:after {
    background-color: #9D9791;
  }
}

.c-dropdown-filter .dropdown-menu .btn-reset:not(.btn-reset--is-visible) {
  display: none;
}

.c-dropdown-filter .dropdown-menu .btn-submit {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu .btn-submit {
    width: 100%;
  }
}

.c-dropdown-filter .dropdown-menu .btn-submit.disabled {
  pointer-events: none;
  color: #9D9791;
  background: #D8D5D2;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .dropdown-menu .btn-submit.disabled {
    display: none;
  }
}

.c-dropdown-filter .dropdown-menu .btn-submit:not(.disabled) {
  background: #000;
}

.c-dropdown-filter .dropdown-menu .btn-submit:not(.disabled) ~ .btn-return {
  display: none;
}

.c-dropdown-filter .dropdown-menu .btn-return {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu .btn-return {
    display: none !important;
  }
}

.c-dropdown-filter .dropdown-menu .btn-return .icon {
  width: 12px;
  height: 8px;
  stroke-width: 3;
  position: relative;
  top: -1px;
  margin-right: 10px;
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu--multiple ul {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .dropdown-menu--multiple li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .dropdown-menu--size {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-dropdown-filter .dropdown-menu--size ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
    min-height: 0;
  }
  .c-dropdown-filter .dropdown-menu--size ul > li {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    margin: 0;
  }
  .c-dropdown-filter .dropdown-menu--size .c-btn-filter-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 58px;
    height: 58px;
    padding: 2.5px;
    font-weight: 700;
    border: 2px solid #000 !important;
    background: #fff;
    color: #000;
  }
  .c-dropdown-filter .dropdown-menu--size .c-btn-filter-toggle.active {
    border-color: #fff;
    background: #000;
    color: #fff;
    font-weight: 700;
  }
}

.c-dropdown-filter .price-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-dropdown-filter .price-wrapper::before {
  content: '';
  display: none;
  position: absolute;
  height: 1px;
  width: 5%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ddd;
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .price-wrapper::before {
    width: 10%;
  }
}

.c-dropdown-filter .price-wrapper > div {
  border-color: #9D9791;
  position: relative;
  -webkit-flex-basis: calc(50% - 10px);
      -ms-flex-preferred-size: calc(50% - 10px);
          flex-basis: calc(50% - 10px);
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter .price-wrapper > div {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}

.c-dropdown-filter .price-wrapper > div::before {
  content: attr(data-currency);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #9D9791;
  font-weight: 500;
}

.c-dropdown-filter .price-wrapper > div::before,
.c-dropdown-filter .price-wrapper input {
  font-size: 13px;
  background-color: #fff;
}

.c-dropdown-filter .price-wrapper input:not([type="checkbox"]) {
  text-align: right;
  height: 40px;
  padding-right: 10px;
  padding-left: 30px;
}

.c-dropdown-filter .price-wrapper input[type=number]::-webkit-inner-spin-button,
.c-dropdown-filter .price-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-dropdown-filter .price-wrapper input[type=number] {
  -moz-appearance: textfield;
}

.c-dropdown-filter .price-wrapper ~ .checkbox {
  margin-top: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter .js-filter-form {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter.open {
    border-top: solid 1px #B6AFA8;
  }
}

.c-dropdown-filter.open .dropdown-menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter--is-active .btn-filter {
    font-weight: 700;
  }
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter--is-active .btn-filter:not([aria-expanded="true"]) {
    border-color: transparent;
  }
}

@media screen and (min-width: 767px) {
  .c-dropdown-filter li.active a.js-submit-filter {
    color: #9D9791;
  }
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter li.active a.js-submit-filter {
    color: #9D9791;
  }
}

@media screen and (max-width: 767px) {
  .c-dropdown-filter a.js-submit-filter {
    background-color: #fff;
    display: block;
    padding: 20px;
    color: #000;
    margin-top: 1px;
  }
}

/**
Button which triggers the dropdown menu
 */
.btn-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #EDEBE8;
  margin: 0;
  padding: 18px 15px;
  width: 100%;
  color: #000;
  font-size: 11px;
  outline: none;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid #EDEBE8;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 767px) {
  .btn-filter {
    border-radius: 4px;
    border: 1px solid #EDEBE8;
    padding: 0;
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn-filter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    border-bottom: solid 1px #B6AFA8;
  }
}

.btn-filter[aria-expanded="true"] {
  background-color: #EDEBE8;
}

@media screen and (min-width: 767px) {
  .btn-filter[aria-expanded="true"] .caret {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
}

.btn-filter .btn-filter__text {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 11px;
  font-size: 1.1rem;
}

.btn-filter .caret {
  border: 0;
  margin-left: 12px;
  width: auto;
  height: auto;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

.btn-filter .caret .icon {
  width: 12px;
  height: 12px;
  stroke-width: 2;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 767px) {
  .btn-filter .caret {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.btn-filter:hover:not([aria-expanded="true"]) {
  background-color: transparent;
}

/**
Button which toggles the active / inactive state
 */
.c-btn-filter-toggle {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 11px;
  line-height: 20px;
  border-top: 1px solid #EDEBE8;
  text-transform: uppercase;
}

@media screen and (min-width: 767px) {
  .c-btn-filter-toggle {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-btn-filter-toggle {
    background: #fff;
    padding: 15px 42px 15px 15px;
  }
}

.c-btn-filter-toggle.active {
  font-weight: 500;
  color: #B6AFA8;
  background: #fff escape-svg(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='#000' viewBox='0 0 16 12'%3E%3Cpath d='M6,12 C5.735,12 5.48,11.895 5.293,11.707 L0.293,6.707 C-0.098,6.316 -0.098,5.684 0.293,5.293 C0.684,4.902 1.316,4.902 1.707,5.293 L5.962,9.548 L14.257,0.331 C14.627,-0.078 15.259,-0.113 15.669,0.257 C16.079,0.626 16.112,1.258 15.743,1.669 L6.743,11.669 C6.56,11.873 6.3,11.992 6.026,12 L6,12 Z'/%3E%3C/svg%3E%0A")) no-repeat right 15px center;
  background-size: 12px;
}

@media screen and (min-width: 767px) {
  .c-btn-filter-toggle.active {
    border-color: #000;
    background: escape-svg(url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='#000' viewBox='0 0 16 12'%3E%3Cpath d='M6,12 C5.735,12 5.48,11.895 5.293,11.707 L0.293,6.707 C-0.098,6.316 -0.098,5.684 0.293,5.293 C0.684,4.902 1.316,4.902 1.707,5.293 L5.962,9.548 L14.257,0.331 C14.627,-0.078 15.259,-0.113 15.669,0.257 C16.079,0.626 16.112,1.258 15.743,1.669 L6.743,11.669 C6.56,11.873 6.3,11.992 6.026,12 L6,12 Z'/%3E%3C/svg%3E%0A")) no-repeat right 8px center;
  }
}

.c-btn-filter-toggle--color {
  padding-left: 47px !important;
}

@media screen and (min-width: 767px) {
  .c-btn-filter-toggle--color {
    padding-left: 28px !important;
  }
}

.c-btn-filter-toggle, .c-btn-filter-toggle:hover, .c-btn-filter-toggle:focus {
  text-decoration: none;
}

.c-btn-filter-toggle:not(.active), .c-btn-filter-toggle:hover:not(.active), .c-btn-filter-toggle:focus:not(.active) {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.c-btn-filter-toggle:hover {
  background-color: transparent;
}

.btn-filter-checkbox {
  line-height: 0;
}

.btn-filter-checkbox label {
  margin: 0 0 0 -3px;
}

.btn-filter-checkbox .custom-control-input {
  width: 0;
  height: 0;
  border: 0;
}

.btn-filter-checkbox .custom-control-input:checked + label .c-btn-filter-toggle {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  background-image: none;
}

.btn-filter-checkbox .custom-control-input:checked + label .c-btn-filter-toggle:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn-filter-checkbox .c-btn-filter-toggle {
  padding: 0;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.btn-filter-checkbox .c-btn-filter-toggle:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 21px;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  left: 0;
  border: 1px solid #9D9791;
  background-color: transparent;
}

.btn-filter-checkbox .c-btn-filter-toggle:after {
  content: '';
  display: block;
  background-color: transparent;
  background-image: url(../img/svg/check_primary.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 10px;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.btn-filter-checkbox .c-btn-filter-toggle.active {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  background-image: none;
}

.btn-filter-checkbox .c-btn-filter-toggle.active:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 767px) {
  .btn-filter-checkbox .c-btn-filter-toggle:hover, .btn-filter-checkbox .c-btn-filter-toggle:focus {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    background-color: transparent;
  }
}

.btn-filter-checkbox .c-btn-filter-toggle .value {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .btn-filter-checkbox {
    background-color: #fff;
    padding: 15px;
    border-bottom: solid 1px #EDEBE8;
  }
}

.c-btn-filter-check {
  position: relative;
  display: block;
  -webkit-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: color cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  font-size: 11px;
  font-weight: 500;
}

.c-btn-filter-check::before {
  content: '';
  display: inline-block;
  position: absolute;
  -webkit-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  -o-transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
  transition: 0.25s cubic-bezier(0.455, 0, 0.515, 1);
}

.c-btn-filter-check::before {
  background: url(../img/svg/check_primary_hover.svg) 50% 50% no-repeat;
  background-size: 9px 9px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 3px;
  margin-left: 0;
  color: #000;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.c-btn-filter-check:hover {
  background-color: #fff;
  color: #9D9791;
}

.c-btn-filter-check.active {
  color: #B6AFA8;
  padding-left: 28px;
}

.c-btn-filter-check.active:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 767px) {
  .c-btn-filter-check.active:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn-filter-check.active {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn-filter-check {
    background-color: #fff;
    padding: 15px 42px 15px 15px;
    border-bottom: solid 1px #EDEBE8;
  }
}

@media screen and (min-width: 768px) {
  #all-filters:not(.open) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #all-filters.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

main[data-page="account"] h1 {
  margin: 0;
}

main[data-page="account"] table img {
  mix-blend-mode: multiply;
}

main[data-page="account"] table td.td-product > a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

main[data-page="account"] table .custom-select select {
  height: 50px;
  border-radius: 0;
  border-color: #000;
}

@media screen and (min-width: 768px) {
  main[data-page="account"] table {
    border: solid 1px #EDEBE8;
  }
  main[data-page="account"] table thead {
    background-color: #EDEBE8;
  }
  main[data-page="account"] table thead tr > th {
    border: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  main[data-page="account"] table thead tr > th,
  main[data-page="account"] table thead tr > td,
  main[data-page="account"] table tbody tr > th,
  main[data-page="account"] table tbody tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main[data-page="account"] table thead tr > th:first-of-type,
  main[data-page="account"] table thead tr > td:first-of-type,
  main[data-page="account"] table tbody tr > th:first-of-type,
  main[data-page="account"] table tbody tr > td:first-of-type {
    padding-left: 8px;
  }
  main[data-page="account"] table thead tr > th:last-of-type,
  main[data-page="account"] table thead tr > td:last-of-type,
  main[data-page="account"] table tbody tr > th:last-of-type,
  main[data-page="account"] table tbody tr > td:last-of-type {
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="account"] table {
    border: 0;
  }
  main[data-page="account"] table tr > td {
    border-top: 0;
    padding: 10px 15px;
  }
  main[data-page="account"] table .custom-select {
    width: 50%;
  }
  main[data-page="account"] table .btn-cart-remove {
    color: #C50808;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="account"] table.table-striped > tbody > tr:nth-of-type(odd),
  main[data-page="account"] table.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
  }
}

main[data-page="account"] .nav-stacked {
  border: solid 1px #EDEBE8;
}

main[data-page="account"] .nav-stacked a {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

main[data-page="account"] .nav-stacked > li.active a,
main[data-page="account"] .nav-stacked > li a:hover {
  background-color: #EDEBE8;
}

main[data-page="account"] .nav-stacked li + li {
  margin: 0;
  border-top: solid 1px #EDEBE8;
}

main[data-page="account"] .table-summary td {
  padding: 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}

main[data-page="account"] .table-summary tr + tr td {
  border-top: solid 1px #EDEBE8;
}

main[data-page="account"] .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

main[data-page="account"] .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  main[data-page="account"] .table-responsive tr td.td-cta:before {
    display: none;
  }
  main[data-page="account"] .table-responsive tr + tr {
    margin-top: 20px;
  }
}

main[data-page="account"] #order-detail .thumbnail {
  padding: 40px;
  border: solid 1px #EDEBE8;
  height: 100%;
}

@media screen and (min-width: 992px) {
  main[data-page="account"] #order-detail .row.d-flex:before, main[data-page="account"] #order-detail .row.d-flex:after {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="account"] #order-detail .table-responsive tr td.td-thumb, main[data-page="account"] #order-detail .table-responsive tr td.td-product {
    text-align: center;
  }
  main[data-page="account"] #order-detail .table-responsive tr td.td-thumb:before, main[data-page="account"] #order-detail .table-responsive tr td.td-product:before {
    display: none;
  }
  main[data-page="account"] #order-detail .table-responsive tr td.td-thumb img {
    margin: 0 auto;
  }
}

main[data-page="account"] #order-detail table.summary {
  border-top: solid 1px #EDEBE8;
}

main[data-page="error"] form .btn {
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

main[data-page="error"] .button-list .btn {
  margin-top: 10px;
}

main.page-cart h1 span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #9D9791;
  margin-bottom: 3px;
  display: none;
}

@media screen and (max-width: 992px) {
  main.page-cart h1 span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  main.page-cart form .btn + .btn {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  main.page-cart form .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

main.page-cart table {
  margin-bottom: 0;
}

main.page-cart .text-lg {
  font-size: 17px;
  font-size: 1.7rem;
}

main.page-cart .col-custom .list-group-item {
  margin-top: 20px;
}

main.page-cart .table-summary td {
  border: none;
}

main.page-cart .cart-pager-top {
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

main.page-cart .cart-pager-top h1 {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  main.page-cart .cart-pager-top {
    display: none;
  }
}

main.page-cart .cart-pager-bottom {
  margin-top: 40px;
  border-top: 1px solid #fff;
}

main.page-cart .cart-pager .next > a,
main.page-cart .cart-pager .previous > a {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

main.page-cart .cart-pager .next > a {
  color: #fff;
  background-color: #08C571;
  border-color: #08C571;
}

main.page-cart .cart-pager .next > a:focus, main.page-cart .cart-pager .next > a:hover {
  background-color: #069455;
  border-color: #069455;
}

main.page-cart .cart-pager .previous > a {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

main.page-cart .cart-pager .previous > a:focus, main.page-cart .cart-pager .previous > a:hover {
  background-color: #000;
  border-color: #000;
  color: #000;
}

main.page-cart .pager {
  margin: 0;
}

main.page-cart .address-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  padding-right: 20px;
}

main.page-cart .img-payment {
  height: 20px;
  width: auto;
}

main.page-cart .list-group .row.d-flex-row {
  display: block;
}

@media screen and (min-width: 768px) {
  main.page-cart .list-group .row.d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main.page-cart .list-group .row.d-flex-row:before, main.page-cart .list-group .row.d-flex-row:after {
    display: block;
  }
  main.page-cart .list-group .row.d-flex-row .list-group-item {
    height: 100%;
  }
}

@media screen and (max-width: 992px) {
  main.page-cart .list-group {
    border-top: 0;
  }
}

main.page-cart .list-group-item {
  padding: 20px;
  margin-top: 40px;
  background-color: #fff;
  background-size: 18px 13px;
  border: solid 1px #EDEBE8;
}

main.page-cart .list-group-item address {
  margin: 0;
}

main.page-cart .list-group-item .btn-wrapper {
  margin: 0 -6px;
  text-align: right;
}

main.page-cart .list-group-item .btn-wrapper .btn {
  background-color: #9D9791;
  color: #fff;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 12px;
  font-size: 1.2rem;
}

main.page-cart .list-group-item .btn-wrapper .btn:before, main.page-cart .list-group-item .btn-wrapper .btn:after {
  display: none;
}

main.page-cart .list-group-item .btn-wrapper .btn.btn-danger-border {
  color: #C50808;
  background-color: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-size: 1.1rem;
}

main.page-cart .list-group-item:hover {
  background-color: #EDEBE8;
}

main.page-cart .list-group-item.active {
  padding: 20px;
  color: #000;
  border-color: #EDEBE8;
  background-color: #EDEBE8;
}

main.page-cart .list-group-item.active:hover {
  background-color: #EDEBE8;
}

main.page-cart .btn.btn-link {
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  main.page-cart .btn.btn-cart-remove {
    color: #9D9791;
    padding: 0;
    margin: 10px 0 0 0;
  }
}

main.page-cart .table-cart img {
  mix-blend-mode: multiply;
}

main.page-cart .table-cart td.td-product > a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

main.page-cart .table-cart .custom-select select {
  height: 50px;
  border-radius: 0;
  border-color: #000;
}

@media screen and (min-width: 768px) {
  main.page-cart .table-cart {
    border: solid 1px #EDEBE8;
  }
  main.page-cart .table-cart thead {
    background-color: #EDEBE8;
  }
  main.page-cart .table-cart thead tr > th {
    border: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  main.page-cart .table-cart thead tr > th,
  main.page-cart .table-cart thead tr > td,
  main.page-cart .table-cart tbody tr > th,
  main.page-cart .table-cart tbody tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main.page-cart .table-cart thead tr > th:first-of-type,
  main.page-cart .table-cart thead tr > td:first-of-type,
  main.page-cart .table-cart tbody tr > th:first-of-type,
  main.page-cart .table-cart tbody tr > td:first-of-type {
    padding-left: 8px;
  }
  main.page-cart .table-cart thead tr > th:last-of-type,
  main.page-cart .table-cart thead tr > td:last-of-type,
  main.page-cart .table-cart tbody tr > th:last-of-type,
  main.page-cart .table-cart tbody tr > td:last-of-type {
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  main.page-cart .table-cart {
    border: 0;
  }
  main.page-cart .table-cart tr > td {
    border-top: 0;
    padding: 10px 15px;
  }
  main.page-cart .table-cart .custom-select {
    width: 50%;
  }
  main.page-cart .table-cart .btn-cart-remove {
    color: #C50808;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  main.page-cart .table-cart.table-striped > tbody > tr:nth-of-type(odd),
  main.page-cart .table-cart.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
  }
}

main.page-cart .table-summary td {
  padding: 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}

main.page-cart .table-summary tr + tr td {
  border-top: solid 1px #EDEBE8;
}

main.page-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

main.page-cart .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  main.page-cart .table-responsive tr + tr {
    margin-top: 40px;
  }
}

main.page-cart .panel .panel-title {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.1rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}

main.page-cart .panel .panel-heading,
main.page-cart .panel .panel-body {
  padding: 15px;
}

main.page-cart .panel-secondary .panel-heading {
  padding: 5px 20px;
  background-color: #F5F5F5;
}

main.page-cart .panel-secondary .panel-body {
  background-color: #fff;
  padding: 20px;
}

main.page-cart .panel-secondary .panel-body {
  font-size: 14px;
  font-size: 1.4rem;
}

main.page-cart .radio label {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 11px;
  font-size: 1.1rem;
}

main.page-cart .notification .cms-text p {
  line-height: 1.5;
}

main.page-cart .notification .cms-text a {
  color: #9D9791;
  font-weight: 500;
  text-decoration: underline;
}

main.page-cart .notification .cms-text h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}

main.page-cart #cart-steps {
  margin: 0 -5px 40px -5px;
  display: none;
}

main.page-cart #cart-steps li {
  vertical-align: top;
  padding: 0;
}

main.page-cart #cart-steps li > a,
main.page-cart #cart-steps li > span:not(.svg-wrapper):not(.step-title) {
  text-align: left;
  padding: 20px;
  border-radius: 0;
  background-color: #EDEBE8;
  border: solid 1px #EDEBE8;
  color: #000;
  margin: 0 5px;
}

main.page-cart #cart-steps li > a .step-title,
main.page-cart #cart-steps li > span:not(.svg-wrapper):not(.step-title) .step-title {
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
}

main.page-cart #cart-steps li .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

main.page-cart #cart-steps li .svg-wrapper,
main.page-cart #cart-steps li .step-number {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  margin: 0 20px 0 0;
}

main.page-cart #cart-steps li .svg-wrapper .icon,
main.page-cart #cart-steps li .step-number .icon {
  width: 12px;
  height: 12px;
}

main.page-cart #cart-steps li .step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  line-height: 1;
}

main.page-cart #cart-steps li .svg-wrapper,
main.page-cart #cart-steps li .step-number {
  border: solid 1px #F5F5F5;
}

main.page-cart #cart-steps li a:before,
main.page-cart #cart-steps li a:after {
  display: none !important;
}

main.page-cart #cart-steps li.complete .svg-wrapper {
  border-color: #08C571;
  background-color: #fff;
}

main.page-cart #cart-steps li.complete .svg-wrapper .icon {
  fill: #08C571;
}

main.page-cart #cart-steps li.complete .step-title {
  color: #000;
}

main.page-cart #cart-steps li.active .step-number {
  background-color: #08C571;
  color: #fff;
  border-color: #08C571;
}

main.page-cart #cart-steps li.active .step-title {
  color: #000;
}

main.page-cart #cart-steps li.disabled > span:before,
main.page-cart #cart-steps li.disabled > span:after {
  display: none;
}

main.page-cart #cart-steps li.disabled > span:not(.svg-wrapper):not(.step-title) {
  background-color: #EDEBE8;
  border-color: #EDEBE8;
  cursor: not-allowed;
}

main.page-cart #cart-steps li.disabled .svg-wrapper {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  main.page-cart #cart-steps {
    display: block;
  }
}

main.page-cart #cart-sidebar-summary img {
  margin-right: 10px;
  width: 32px;
  height: 24px;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  main.page-cart #cart-sidebar-summary .panel-heading {
    display: block;
    padding: 0;
  }
}

main.page-cart #cart-sidebar-summary .panel-heading a {
  padding-right: 0;
  border: none;
}

@media screen and (max-width: 992px) {
  main.page-cart #cart-sidebar-summary .panel-heading a {
    padding: 5px 15px 15px 15px;
    font-size: 10px;
    font-size: 1rem;
    text-decoration: underline;
  }
}

main.page-cart #cart-sidebar-summary .panel-title {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  main.page-cart #cart-sidebar-summary .panel-title {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 15px 0 15px;
  }
}

@media screen and (max-width: 992px) {
  main.page-cart #cart-sidebar-summary .panel-body {
    padding: 15px;
  }
}

main.page-cart #cart-sidebar-summary .shape-pencil {
  margin-right: 10px;
}

main.page-cart #cart-sidebar-summary .meta-title {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9D9791;
  text-transform: uppercase;
  margin-bottom: 5px;
}

main.page-cart #cart-sidebar-summary .meta-value {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

main.page-cart #cart-sidebar-summary .checkbox-invoice {
  margin-bottom: 0;
}

main.page-cart #cart-sidebar-summary #invoice-address .btn {
  margin-top: 20px;
  border: none;
}

main[data-page="cart-overview"] #discount-wrapper .input-group-btn {
  width: 1%;
}

main[data-page="cart-overview"] #discount-wrapper button {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  main[data-page="cart-overview"] #discount-wrapper .input-group {
    display: block;
  }
  main[data-page="cart-overview"] #discount-wrapper .input-group button {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="cart-overview"] #custom-discount-wrapper button[type='submit'] {
    min-height: 60px;
  }
}

main[data-page="cart-overview"] #custom-discount-wrapper .d-flex {
  display: block;
}

@media screen and (min-width: 768px) {
  main[data-page="cart-overview"] #custom-discount-wrapper .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main[data-page="cart-overview"] #custom-discount-wrapper .d-flex .d-flex-col:first-of-type {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main[data-page="cart-overview"] #custom-discount-wrapper .d-flex .d-flex-col:first-of-type > div {
    width: 100%;
  }
}

main[data-page="cart-profile"] #profile-form .checkbox label {
  display: block;
}

main[data-page="cart-register"] h1 {
  background-color: #F5F5F5;
  margin: 0;
  padding: 30px 20px;
}

main[data-page="cart-register"] h4 {
  margin: 0;
  font-weight: 700;
  font-family: "linotype-didot", "Times New Roman", Times, serif;
  font-size: 24px;
  font-size: 2.4rem;
}

main[data-page="cart-register"] .btn-link {
  padding-left: 0;
  padding-right: 0;
}

main[data-page="cart-register"] .btn-link, main[data-page="cart-register"] .btn-link:focus, main[data-page="cart-register"] .btn-link:hover {
  border: none;
}

main[data-page="cart-register"] #wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  main[data-page="cart-register"] #wrapper {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="cart-register"] #login-block {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1600px) {
  main[data-page="cart-register"] #register-block {
    padding-left: 120px;
    border-left: solid 1px #EDEBE8;
  }
}

main[data-page="cart-register"] #no-account {
  border: solid 1px #EDEBE8;
  margin-top: 40px;
  padding: 40px;
  text-align: center;
}

main[data-page="cart-register"] #no-account strong {
  text-transform: uppercase;
  color: #9D9791;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
}

main[data-page="cart-register"] #login-form .checkbox {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  main[data-page="cart-register"].returns-login #register-block {
    margin-top: 80px;
    padding-left: 0;
  }
  main[data-page="cart-register"].returns-login #register-block .btn {
    width: 100%;
  }
}

main[data-page="cart-delivery"] .row.d-flex-row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main[data-page="cart-delivery"] h4,
main[data-page="cart-delivery"] .h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
}

main[data-page="cart-delivery"] #map {
  margin-top: 20px;
  height: 30vh;
  min-height: 300px;
}

main[data-page="cart-invoice"] #invoice-address-form .business-toggle-control {
  margin-top: 20px;
}

main[data-page="cart-invoice"] #invoice-address-form .radio {
  display: inline-block;
  margin-left: 40px;
}

main[data-page="cart-payment"] .list-group-item {
  background-position: right 18px top 22px;
}

main[data-page="cart-payment"] .list-group-item img {
  width: 36px;
  height: 26px;
}

main[data-page="cart-payment"] .list-group-item.active,
main[data-page="cart-payment"] .list-group-item:hover {
  background: #EDEBE8 url(../img/svg/check_primary.svg) no-repeat right 18px top 22px;
  background-size: 14px 14px;
}

main[data-page="cart-confirm"] #form-terms {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #F5F5F5;
}

@media screen and (max-width: 767px) {
  main[data-page="cart-confirm"] #form-terms .checkbox-wrapper {
    text-align: left;
  }
}

main[data-page="cart-confirm"] #form-terms .checkbox {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  main[data-page="cart-confirm"] .btn-lg, main[data-page="cart-confirm"] .btn-group-lg > .btn {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="cart-confirm"] .collapse-xs,
  main[data-page="cart-confirm"] .collapse-sm {
    display: block;
  }
}

main[data-page="contact"] address {
  line-height: 1.8;
}

main[data-page="home"] #hero {
  position: relative;
  background-color: #000;
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #hero .cta.cta-text {
    padding: 40px 60px;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="home"] #hero .cta.cta-text {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="home"] #hero .cta.cta-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

main[data-page="home"] #hero .jumbotron.carousel {
  padding: 0;
  margin-bottom: 0;
}

main[data-page="home"] #hero .carousel .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

main[data-page="home"] #hero .carousel .slick-slide {
  height: inherit !important;
}

main[data-page="home"] #hero .slick-slide img {
  width: 100%;
}

main[data-page="home"] #hero .slick-dots {
  display: block;
  margin: 0;
  -webkit-transform: rotate(90deg) translateX(-50%);
      -ms-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  width: auto;
  bottom: auto;
  right: 20px;
  top: 50%;
}

main[data-page="home"] #hero .slick-dots li:not(.slick-active) button {
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media screen and (min-width: 768px) {
  main[data-page="home"] #hero #hero-caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main[data-page="home"] #hero #hero-caption:before, main[data-page="home"] #hero #hero-caption:after {
    content: '';
    display: block;
    width: 50vw;
    position: absolute;
    top: 50%;
    left: auto;
    right: 50vw;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
  }
  main[data-page="home"] #hero #hero-caption:after {
    right: auto;
    left: 50vw;
    background-color: #EDEBE8;
    z-index: 2;
  }
  main[data-page="home"] #hero #hero-caption .container {
    position: relative;
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="home"] #hero #hero-caption .lead-large {
    text-align: center;
  }
  main[data-page="home"] #hero #hero-caption .btn {
    background-color: transparent;
    border: solid 1px #9D9791;
  }
  main[data-page="home"] #hero #hero-caption .btn span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  main[data-page="home"] #hero #hero-caption .btn:hover, main[data-page="home"] #hero #hero-caption .btn:focus {
    border-color: #EDEBE8;
  }
  main[data-page="home"] #hero #hero-caption .btn:hover span, main[data-page="home"] #hero #hero-caption .btn:focus span {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="home"] #hero {
    background-color: transparent;
  }
}

main[data-page="home"] #webshop {
  position: relative;
}

main[data-page="home"] #webshop .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main[data-page="home"] #webshop .d-flex-row,
main[data-page="home"] #webshop .d-flex-col {
  height: 100%;
}

main[data-page="home"] #webshop .thumbnail {
  position: relative;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  z-index: 10;
}

main[data-page="home"] #webshop .thumbnail h2 {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  main[data-page="home"] #webshop .thumbnail h2 {
    padding: 40px 0;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #webshop .thumbnail h2 {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="home"] #webshop .thumbnail h2 {
    padding: 80px 0;
  }
}

main[data-page="home"] #webshop .thumbnail .img-wrapper {
  position: relative;
}

main[data-page="home"] #webshop .thumbnail .btn {
  bottom: 0;
  position: absolute;
  right: 0;
  height: auto;
}

main[data-page="home"] #webshop:after {
  content: '';
  display: block;
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50%;
  left: 50vw;
  background-color: #EDEBE8;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  main[data-page="home"] #webshop:after {
    bottom: 70%;
  }
}

main[data-page="home"] #latest-news .caption {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  main[data-page="home"] #latest-news .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main[data-page="home"] #latest-news .d-flex-row:before, main[data-page="home"] #latest-news .d-flex-row:after {
    display: block;
  }
}

main[data-page="home"] #link-map {
  margin: 0;
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #link-map.masonry {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="home"] #link-map.masonry {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
}

@media screen and (min-width: 1600px) {
  main[data-page="home"] #link-map.masonry {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
}

main[data-page="home"] #link-map .panel {
  margin: 0 0 20px 0;
  border: 0;
  border-bottom: solid 1px #D8D5D2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

main[data-page="home"] #link-map .panel .panel-heading {
  border: 0;
  padding: 0;
}

main[data-page="home"] #link-map .panel .panel-heading .panel-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 10px 0;
}

main[data-page="home"] #link-map .panel .panel-heading .panel-title a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main[data-page="home"] #link-map .panel .panel-heading .panel-title a .icon {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #link-map .panel .panel-heading .panel-title a .icon {
    display: none;
  }
}

main[data-page="home"] #link-map .panel .panel-heading .panel-title a[aria-expanded='true'] .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

main[data-page="home"] #link-map .panel .panel-body {
  padding: 20px 0;
  border-top: solid 1px #D8D5D2;
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #link-map .panel .panel-body {
    padding: 0;
    border: 0;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #link-map .panel .panel-collapse {
    display: block !important;
    height: auto !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #link-map .panel {
    border: 0;
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #link-map .masonry-item {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid;
  }
}

main[data-page="home"] #link-map .h3 {
  margin: 0;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #B6AFA8;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 992px) {
  main[data-page="home"] #link-map .h3 {
    text-transform: none;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

main[data-page="home"] #link-map ul {
  margin: 0;
}

main[data-page="home"] #link-map ul li a {
  display: block;
  padding: 4px 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 15px;
  font-size: 1.5rem;
}

main[data-page="home"] #link-map ul li.active a,
main[data-page="home"] #link-map ul li a:hover {
  color: #9D9791;
}

@media screen and (min-width: 768px) {
  main[data-page="news-overview"] #topbar .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main[data-page="news-overview"] #topbar .d-flex-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

main[data-page="news-overview"] #top-article time {
  color: #9D9791;
}

main[data-page="news-overview"] #top-article img {
  border: solid 1px #B6AFA8;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  main[data-page="news-overview"] #top-article img {
    border: 0;
  }
}

main[data-page="news-overview"] #top-article .cms-text p {
  line-height: 1.8;
}

@media screen and (min-width: 1200px) {
  main[data-page="news-overview"] #top-article .d-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main[data-page="news-overview"] #top-article .caption {
  padding: 40px;
  border: solid 1px #B6AFA8;
  border-top: 0;
}

@media screen and (min-width: 768px) {
  main[data-page="news-overview"] #top-article .caption {
    padding: 0;
    border: 0;
  }
}

main[data-page="news-overview"] #article-overview {
  background-color: #F5F5F5;
}

@media screen and (min-width: 768px) {
  main[data-page="news-overview"] #article-overview .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main[data-page="news-overview"] #article-overview .d-flex-row:before, main[data-page="news-overview"] #article-overview .d-flex-row:after {
    display: block;
  }
}

main[data-page="news-overview"] #article-overview .news-article {
  background-color: #fff;
  height: 100%;
  width: calc(100% - 20px);
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  main[data-page="news-overview"] #article-overview .news-article {
    width: auto;
  }
}

main[data-page="news-detail"] time {
  color: #9D9791;
}

main[data-page="news-detail"] #article {
  background-color: #fff;
}

main[data-page="news-detail"] #article .intro {
  font-weight: 500;
  color: #9D9791;
}

main[data-page="news-detail"] #article .news-cta .btn {
  margin-top: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  main[data-page="news-detail"] #article .news-cta .btn {
    margin-top: 0;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="news-detail"] #article .news-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main[data-page="news-detail"] #article .content {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="news-detail"] #article .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="news-detail"] #article .content {
    padding-left: 0;
    padding-right: 0;
  }
}

main[data-page="news-detail"] #news-products .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main[data-page="news-detail"] #news-products .d-flex-row:before, main[data-page="news-detail"] #news-products .d-flex-row:after {
  display: block;
}

@media screen and (min-width: 1200px), screen and (max-width: 1199px) {
  main[data-page="seo"] #col-title {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="seo"] #col-title {
    float: none;
  }
}

main[data-page="shops-detail"] #shops-detail {
  background-color: #F5F5F5;
}

main[data-page="shops-detail"] #shops-detail address {
  line-height: 2;
  letter-spacing: 0.1rem;
}

main[data-page="shops-detail"] #shops-detail .cms-exception p {
  line-height: 1.5;
}

main[data-page="shops-detail"] #shops-detail .cms-exception p,
main[data-page="shops-detail"] #shops-detail .cms-exception ul,
main[data-page="shops-detail"] #shops-detail .cms-exception ol,
main[data-page="shops-detail"] #shops-detail .cms-exception h2,
main[data-page="shops-detail"] #shops-detail .cms-exception h3,
main[data-page="shops-detail"] #shops-detail .cms-exception h4 {
  margin-bottom: 20px;
}

main[data-page="shops-detail"] #shops-detail .cms-exception p:last-child,
main[data-page="shops-detail"] #shops-detail .cms-exception ul:last-child,
main[data-page="shops-detail"] #shops-detail .cms-exception ol:last-child,
main[data-page="shops-detail"] #shops-detail .cms-exception h2:last-child,
main[data-page="shops-detail"] #shops-detail .cms-exception h3:last-child,
main[data-page="shops-detail"] #shops-detail .cms-exception h4:last-child {
  margin-bottom: 0;
}

main[data-page="shops-detail"] #shops-detail .cms-exception img {
  display: none;
}

main[data-page="shops-detail"] #shops-detail .shop-social-media {
  margin-left: 0;
  margin-right: 0;
}

main[data-page="shops-detail"] #shops-detail .shop-social-media li {
  padding: 0;
  margin: 0 10px 0 0;
}

main[data-page="shops-detail"] #shops-detail .shop-social-media li a {
  display: block;
}

main[data-page="shops-detail"] #shops-detail .shop-social-media li a .icon {
  width: 16px;
  height: 16px;
}

main[data-page="shops-detail"] #shops-detail .shop-social-media li a .icon.shape-social-facebook {
  width: 8px;
}

main[data-page="shops-detail"] #shops-detail .shop-social-media li a:hover .icon {
  fill: #9D9791;
}

main[data-page="shops-detail"] #shops-detail .social-share {
  border-top: solid 1px #D8D5D2;
  padding-top: 20px;
}

main[data-page="shops-detail"] #shops-detail .shop-info-wrapper {
  background-color: #fff;
  padding: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="shops-detail"] #shops-detail .shop-info-wrapper {
    padding: 80px 60px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="shops-detail"] #shops-detail .shop-info-wrapper {
    padding: 80px 80px;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="shops-detail"] #shops-detail .shop-info-wrapper {
    padding: 80px 100px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="shops-detail"] #shop-brands .h3 {
    max-width: 65%;
  }
}

main[data-page="shops-detail"] #shop-brands .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
}

main[data-page="shops-detail"] #shop-brands .shop-brand {
  display: block;
  padding: 10px 20px;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

@media screen and (min-width: 768px) {
  main[data-page="shops-detail"] #shop-brands .shop-brand {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="shops-detail"] #shop-brands .shop-brand {
    -webkit-flex-basis: 16.66%;
        -ms-flex-preferred-size: 16.66%;
            flex-basis: 16.66%;
  }
}

main[data-page="shops-detail"] #shop-brands .shop-brand:hover {
  color: #9D9791;
  text-decoration: underline;
}

main[data-page="shops-detail"] #shop-brands + #shop-gallery {
  border-top: solid 1px #EDEBE8;
}

@media screen and (min-width: 768px) {
  main[data-page="shops-overview"] #topbar .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main[data-page="shops-overview"] #topbar .d-flex-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

main[data-page="shops-overview"] #shops-grid {
  background-color: #F5F5F5;
}

main[data-page="shops-overview"] #shops-grid .shop-item {
  margin: 0;
  border: solid 1px #D8D5D2;
  padding: 0;
}

main[data-page="shops-overview"] #shops-grid .shop-item address {
  line-height: 1.8;
  color: #000;
}

main[data-page="shops-overview"] #shops-grid .shop-item .img-container {
  position: relative;
}

main[data-page="shops-overview"] #shops-grid .shop-item .img-container:before {
  content: '';
  display: block;
  background-color: #EDEBE8;
  z-index: 2;
  mix-blend-mode: multiply;
  pointer-events: none;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="shops-overview"] #shops-grid .shop-item .img-container:before {
    display: none;
  }
}

main[data-page="shops-overview"] #shops-grid .shop-item .caption {
  padding: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="shops-overview"] #shops-grid .shop-item {
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="shops-overview"] #shops-grid .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  main[data-page="shops-overview"] #shops-grid .d-flex-row:before, main[data-page="shops-overview"] #shops-grid .d-flex-row:after {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="shops-overview"] #shops-grid {
    background-color: #fff;
  }
}

main[data-page="looks-overview"] #topbar .d-flex-row {
  display: block;
}

@media screen and (min-width: 768px) {
  main[data-page="looks-overview"] #topbar .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="looks-overview"] #topbar .d-flex-row .d-flex-col + .d-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="looks-overview"] #FilterForm {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="looks-overview"] #looks .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  main[data-page="looks-overview"] #looks .d-flex-row:before, main[data-page="looks-overview"] #looks .d-flex-row:after {
    display: block;
  }
}

main[data-page="look-detail"] .look-product {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  main[data-page="look-detail"] .look-product {
    padding-bottom: 40px;
  }
}

main[data-page="look-detail"] .look-product h2 {
  font-size: 17px;
  font-size: 1.7rem;
}

main[data-page="look-detail"] .look-product h2 a {
  text-decoration: none;
}

main[data-page="look-detail"] .look-product > .d-flex-row {
  display: block;
}

@media screen and (min-width: 768px) {
  main[data-page="look-detail"] .look-product > .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  main[data-page="look-detail"] .look-product > .d-flex-row > .d-flex-col {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  main[data-page="look-detail"] .look-product > .d-flex-row > .d-flex-col + .d-flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 15%;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
  }
}

main[data-page="look-detail"] .look-product + .look-product {
  padding-top: 20px;
  border-top: solid 1px #EDEBE8;
}

@media screen and (min-width: 768px) {
  main[data-page="look-detail"] .look-product + .look-product {
    padding-top: 40px;
  }
}

main[data-page="look-detail"] .look-product .price {
  margin-top: 20px;
}

main[data-page="look-detail"] .look-product .price .new,
main[data-page="look-detail"] .look-product .price .regular {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #000;
}

main[data-page="look-detail"] .look-product .price .discount-percentage,
main[data-page="look-detail"] .look-product .price .old {
  font-weight: 500;
}

main[data-page="look-detail"] .look-product .price .discount-percentage span,
main[data-page="look-detail"] .look-product .price .old span {
  font-weight: 700;
}

main[data-page="look-detail"] .look-product .price .old {
  text-decoration: line-through;
}

main[data-page="look-detail"] .look-product .price .new,
main[data-page="look-detail"] .look-product .price .discount-percentage {
  color: #C50808;
}

main[data-page="look-detail"] .look-product .price .discount-percentage {
  margin-right: 10px;
}

main[data-page="look-detail"] .look-product .product-specifications li,
main[data-page="look-detail"] .look-product .product-specifications li a {
  color: #9D9791;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
}

main[data-page="look-detail"] .look-product .product-specifications li > a,
main[data-page="look-detail"] .look-product .product-specifications li:before {
  text-decoration: none;
}

main[data-page="look-detail"] .look-product .product-specifications li > a:hover {
  text-decoration: underline;
}

main[data-page="look-detail"] .look-product .product-specifications li {
  padding: 0;
  margin-top: 5px;
}

main[data-page="look-detail"] .look-product .product-specifications li + li:before {
  content: '-';
  display: inline-block;
  padding: 0 6px;
}

main[data-page="look-detail"] .look-product .look-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main[data-page="look-detail"] .look-product .look-product-info > .d-flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main[data-page="look-detail"] .look-product .look-product-info > .d-flex-col + .d-flex-col {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main[data-page="look-detail"] .look-product .look-product-purchase .form-group.d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main[data-page="look-detail"] .look-product .look-product-purchase .form-group.d-flex-row button[type='submit'] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

main[data-page="look-detail"] .look-product .img-wrapper {
  background-color: #EDEBE8;
}

main[data-page="look-detail"] .look-product .img-wrapper img {
  mix-blend-mode: multiply;
}

main[data-page="look-detail"] .look-product .labels-wrapper {
  position: relative;
  top: auto;
  left: auto;
  text-align: right;
}

@media screen and (min-width: 1200px) {
  main[data-page="look-detail"] .look-product .labels-wrapper {
    position: relative;
    top: auto;
    left: auto;
  }
}

main[data-page="look-detail"] .look-product:last-of-type {
  padding-bottom: 0;
}

main[data-page="look-detail"] #topbar, main[data-page="look-detail"] #topbar * {
  background-color: #fff;
}

main[data-page="look-detail"] #topbar .social-share li {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  main[data-page="look-detail"] #look-info .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="look-detail"] #look-info-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  main[data-page="look-detail"] #look-info-section {
    display: block;
    height: auto;
  }
}

main[data-page="look-detail"] #social-wrapper .social-share {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

main[data-page="look-detail"] #look-large-carousel .slide,
main[data-page="look-detail"] #look-small-carousel .slide {
  background-color: #EDEBE8;
  border: solid 1px #EDEBE8;
}

main[data-page="look-detail"] #look-large-carousel .slide img,
main[data-page="look-detail"] #look-small-carousel .slide img {
  mix-blend-mode: multiply;
  margin: 0 auto;
  width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="look-detail"] #look-large-carousel .slide,
  main[data-page="look-detail"] #look-small-carousel .slide {
    background-color: #fff;
  }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="look-detail"] #look-large-carousel .slide {
    border-bottom: 0;
  }
}

main[data-page="look-detail"] #look-small-carousel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: 30%;
}

main[data-page="look-detail"] #look-small-carousel .slide {
  background-color: transparent;
  border: 0;
  padding: 5px;
}

main[data-page="look-detail"] #look-small-carousel .slide .img-container {
  background-color: #EDEBE8;
  border: solid 2px #fff;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="look-detail"] #look-small-carousel .slide .img-container {
    border-color: #EDEBE8;
  }
}

main[data-page="look-detail"] #looks-navigation {
  background-color: #F5F5F5;
}

main[data-page="look-detail"] #looks-navigation .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main[data-page="look-detail"] #looks-navigation .d-flex-row .d-flex-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

main[data-page="look-detail"] #looks-navigation .look-navigation {
  display: block;
  position: relative;
}

main[data-page="look-detail"] #looks-navigation .look-navigation img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding-left: 20px;
  -webkit-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-navigation .look-navigation img {
    padding-left: 80px;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="look-detail"] #looks-navigation .look-navigation img {
    padding-left: 120px;
  }
}

main[data-page="look-detail"] #looks-navigation .look-navigation .wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

main[data-page="look-detail"] #looks-navigation .look-navigation .title span {
  display: block;
  color: #9D9791;
  font-weight: 600;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-size: 1.4rem;
}

main[data-page="look-detail"] #looks-navigation .look-navigation .title h3 {
  margin-top: 10px;
}

main[data-page="look-detail"] #looks-navigation .look-navigation .svg-wrapper {
  position: relative;
  background-color: #D8D5D2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-navigation .look-navigation .svg-wrapper {
    width: 60px;
    height: 60px;
    margin: 40px 0 0 auto;
  }
}

main[data-page="look-detail"] #looks-navigation .look-navigation .svg-wrapper .icon {
  width: 20px;
  height: 12px;
  stroke-width: 1.4;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-navigation .look-navigation .svg-wrapper .icon {
    width: 24px;
    height: 16px;
  }
}

main[data-page="look-detail"] #looks-navigation .look-navigation.look-navigation-prev .svg-wrapper {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

main[data-page="look-detail"] #looks-navigation .look-navigation.look-navigation-next {
  text-align: right;
}

main[data-page="look-detail"] #looks-navigation .look-navigation.look-navigation-next img {
  padding-left: 0;
  padding-right: 20px;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-navigation .look-navigation.look-navigation-next img {
    padding-right: 80px;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="look-detail"] #looks-navigation .look-navigation.look-navigation-next img {
    padding-right: 120px;
  }
}

main[data-page="look-detail"] #looks-navigation .look-navigation.look-navigation-next .title {
  text-align: right;
}

main[data-page="look-detail"] #looks-navigation .look-navigation.look-navigation-next .svg-wrapper {
  margin-right: 0;
  margin-left: auto;
}

main[data-page="look-detail"] #looks-navigation .look-navigation:hover img {
  opacity: 0.15;
  filter: alpha(opacity=15);
}

main[data-page="look-detail"] #looks-related {
  overflow: hidden;
}

main[data-page="look-detail"] #looks-related .slide-wrapper {
  padding: 0 20px;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-related .slick-list {
    right: -5vw;
  }
}

main[data-page="look-detail"] #looks-related .h2 {
  text-align: center;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-related .h2 {
    text-align: left;
  }
}

main[data-page="look-detail"] #looks-related .carousel {
  padding: 0 20px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-related .carousel .slick-arrow.slick-prev {
    left: 5vw;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-related .carousel .slick-arrow.slick-next {
    right: 30px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-related .carousel {
    padding: 0;
    margin-top: 0;
  }
}

main[data-page="look-detail"] #looks-related .d-flex-row {
  display: block;
}

@media screen and (min-width: 992px) {
  main[data-page="look-detail"] #looks-related .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main[data-page="look-detail"] #looks-related .d-flex-row > .d-flex-col {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  main[data-page="look-detail"] #looks-related .d-flex-row > .d-flex-col + .d-flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
  main[data-page="look-detail"] #looks-related .d-flex-row > .d-flex-col + .d-flex-col:before {
    content: '';
    display: block;
    height: 100%;
    width: 25px;
    left: calc(5vw - 4px);
    top: 0;
    position: absolute;
    background-color: #fff;
  }
}

main[data-page="webshop-categories"] #quick-navigation select {
  height: 60px;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-categories"] #quick-navigation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -5px 20px -5px;
  }
  main[data-page="webshop-categories"] #quick-navigation ul li {
    padding: 0 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  main[data-page="webshop-categories"] #quick-navigation ul li h3 {
    margin: 0 0 10px 0;
    font-family: "futura-pt", Helvetica, Arial, sans-serif;
  }
  main[data-page="webshop-categories"] #quick-navigation ul li .btn {
    background-color: #EDEBE8;
    border-color: #EDEBE8;
    text-transform: uppercase;
    padding: 14px;
    color: #9D9791;
    width: 100%;
    margin: 0;
  }
  main[data-page="webshop-categories"] #quick-navigation ul li.active .btn,
  main[data-page="webshop-categories"] #quick-navigation ul li:not(.active) .btn:hover {
    background-color: #9D9791;
    border-color: #9D9791;
    color: #fff;
  }
  main[data-page="webshop-categories"] #quick-navigation hr {
    margin: 0;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-categories"] #quick-navigation ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66%;
        -ms-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}

@media screen and (min-width: 1600px) {
  main[data-page="webshop-categories"] #quick-navigation ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28%;
        -ms-flex: 0 0 14.28%;
            flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}

main[data-page="webshop-brands-overview"] .custom-select {
  width: auto;
}

main[data-page="webshop-brands-overview"] .thumbnail {
  background-color: #fff;
  margin: 0;
  border: solid 1px #EDEBE8;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 10px;
}

main[data-page="webshop-brands-overview"] .thumbnail .h3 {
  font-size: 18px;
  font-size: 1.8rem;
  word-break: initial;
  margin: 0;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-brands-overview"] .thumbnail {
    padding: 60px 10px;
  }
}

main[data-page="webshop-brands-overview"] .thumbnail:hover {
  background-color: #EDEBE8;
}

main[data-page="webshop-brands-overview"] .row.d-flex:before, main[data-page="webshop-brands-overview"] .row.d-flex:after {
  display: block;
}

main[data-page="webshop-brands-overview"] #topbar .d-flex-row {
  display: block;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-brands-overview"] #topbar .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-brands-overview"] #topbar .d-flex-row .d-flex-col + .d-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-brands-overview"] #topbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2999;
  }
}

main[data-page="webshop-brands-overview"] #filters .d-flex {
  display: block;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-brands-overview"] #filters .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

main[data-page="webshop-detail"] .tooltip {
  z-index: 2;
}

main[data-page="webshop-detail"] #topbar, main[data-page="webshop-detail"] #topbar * {
  background-color: #fff;
}

main[data-page="webshop-detail"] #topbar .social-share li {
  margin-left: 10px;
}

main[data-page="webshop-detail"] #product-specifications-list {
  margin-left: 0;
  margin-right: 0;
}

main[data-page="webshop-detail"] #product-specifications-list li {
  padding: 0;
  color: #9D9791;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin: 5px 5px 0 0;
}

main[data-page="webshop-detail"] #product-specifications-list li a {
  color: #9D9791;
}

main[data-page="webshop-detail"] #product-specifications-list li a:hover {
  color: #000;
  text-decoration: none;
}

main[data-page="webshop-detail"] #product-specifications-list li + li:before {
  content: '-';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px 5px 0 0;
}

main[data-page="webshop-detail"] #product-variants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main[data-page="webshop-detail"] #product-variants .product-variant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  border: solid 1px #EDEBE8;
  background-color: #EDEBE8;
}

main[data-page="webshop-detail"] #product-variants .product-variant img {
  mix-blend-mode: multiply;
  width: 100%;
  height: auto;
}

main[data-page="webshop-detail"] #product-variants .product-variant + .product-variant {
  margin-left: 10px;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="webshop-detail"] #product-variants .product-variant {
    background-color: #fff;
    border-color: #9D9791;
  }
}

main[data-page="webshop-detail"] #product-variants .product-variant:hover {
  border-color: #9D9791;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-detail"] #webshop-product-info .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

main[data-page="webshop-detail"] #product-info-section .price .new,
main[data-page="webshop-detail"] #product-info-section .price .regular {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #000;
}

main[data-page="webshop-detail"] #product-info-section .price .discount-percentage,
main[data-page="webshop-detail"] #product-info-section .price .old {
  font-weight: 500;
}

main[data-page="webshop-detail"] #product-info-section .price .discount-percentage span,
main[data-page="webshop-detail"] #product-info-section .price .old span {
  font-weight: 700;
}

main[data-page="webshop-detail"] #product-info-section .price .old {
  text-decoration: line-through;
}

main[data-page="webshop-detail"] #product-info-section .price .new,
main[data-page="webshop-detail"] #product-info-section .price .discount-percentage {
  color: #C50808;
}

main[data-page="webshop-detail"] #product-info-section .price .discount-percentage {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-detail"] #product-info-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-info-section {
    padding: 0 0 60px 0;
  }
}

main[data-page="webshop-detail"] #product-info-section .btn-group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-detail"] #product-info-section .btn-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1199px) {
  main[data-page="webshop-detail"] #product-info-section .btn-group .button-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
  main[data-page="webshop-detail"] #product-info-section .btn-group .button-wrapper + .button-wrapper button {
    text-align: center;
  }
  main[data-page="webshop-detail"] #product-info-section .btn-group .button-wrapper:last-of-type button {
    text-align: right;
  }
  main[data-page="webshop-detail"] #product-info-section .btn-group button {
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 20px 0;
    text-align: left;
    color: #9D9791;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 1.1rem;
    text-decoration: underline;
  }
  main[data-page="webshop-detail"] #product-info-section .btn-group button:before, main[data-page="webshop-detail"] #product-info-section .btn-group button:after {
    display: none;
  }
}

main[data-page="webshop-detail"] #product-info-section #purchase-block .btn-icon .icon {
  width: 20px;
  height: 20px;
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;
}

main[data-page="webshop-detail"] #product-info-section #productInfo {
  background-color: #F5F5F5;
  padding: 20px;
}

main[data-page="webshop-detail"] #product-sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

main[data-page="webshop-detail"] #product-sizes a {
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 10px 0 0;
  padding: 2px 8px;
  border: solid 1px #9D9791;
  background-color: #fff;
  height: 40px;
  min-width: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

main[data-page="webshop-detail"] #product-sizes a.active {
  background-color: #9D9791;
  color: #fff;
}

main[data-page="webshop-detail"] #product-sizes a:hover:not(.active):not(.disabled) {
  border-color: #D8D5D2;
  background-color: #D8D5D2;
  color: #000;
}

main[data-page="webshop-detail"] #product-sizes a.disabled, main[data-page="webshop-detail"] #product-sizes a.no-stock {
  border-color: #D8D5D2;
  background-color: #fff;
  color: #D8D5D2;
  cursor: not-allowed;
}

main[data-page="webshop-detail"] #product-sizes a.disabled:before, main[data-page="webshop-detail"] #product-sizes a.no-stock:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  border-bottom: 1px solid #D8D5D2;
  -webkit-transform: translateY(-29px) translateX(42px) rotate(45deg);
      -ms-transform: translateY(-29px) translateX(42px) rotate(45deg);
          transform: translateY(-29px) translateX(42px) rotate(45deg);
  position: absolute;
}

main[data-page="webshop-detail"] #product-sizes a.no-stock {
  cursor: pointer;
}

main[data-page="webshop-detail"] #product-sizes a.no-stock.active, main[data-page="webshop-detail"] #product-sizes a.no-stock:not(.active):hover {
  background-color: #9D9791;
  color: #fff;
  border-color: #9D9791;
}

main[data-page="webshop-detail"] #product-sizes a.no-stock.active:before, main[data-page="webshop-detail"] #product-sizes a.no-stock:not(.active):hover:before {
  display: none;
}

main[data-page="webshop-detail"] #product-size-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

main[data-page="webshop-detail"] #product-large-carousel .slide,
main[data-page="webshop-detail"] #product-small-carousel .slide {
  background-color: #EDEBE8;
  border: solid 1px #EDEBE8;
}

main[data-page="webshop-detail"] #product-large-carousel .slide img,
main[data-page="webshop-detail"] #product-small-carousel .slide img {
  mix-blend-mode: multiply;
  margin: 0 auto;
  width: 100%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="webshop-detail"] #product-large-carousel .slide,
  main[data-page="webshop-detail"] #product-small-carousel .slide {
    background-color: #fff;
  }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="webshop-detail"] #product-large-carousel .slide {
    border-bottom: 0;
  }
}

main[data-page="webshop-detail"] #product-small-carousel {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: 30%;
}

main[data-page="webshop-detail"] #product-small-carousel .slide {
  background-color: transparent;
  border: 0;
  padding: 5px;
}

main[data-page="webshop-detail"] #product-small-carousel .slide .img-container {
  background-color: #EDEBE8;
  border: solid 2px #fff;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main[data-page="webshop-detail"] #product-small-carousel .slide .img-container {
    border-color: #EDEBE8;
  }
}

main[data-page="webshop-detail"] #btn-product-reservation {
  position: relative;
  border: solid 1px #D8D5D2;
  width: 100%;
  padding: 0;
  border-radius: 0;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.1rem;
  font-size: 13px;
  font-size: 1.3rem;
}

main[data-page="webshop-detail"] #btn-product-reservation .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
}

main[data-page="webshop-detail"] #btn-product-reservation .d-flex-row:before {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #D8D5D2;
  -webkit-transition: left cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: left cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: left cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

main[data-page="webshop-detail"] #btn-product-reservation .d-flex-col {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  white-space: normal;
  padding: 20px;
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-detail"] #btn-product-reservation .d-flex-col {
    padding: 40px;
  }
}

main[data-page="webshop-detail"] #btn-product-reservation:hover {
  color: #000;
}

main[data-page="webshop-detail"] #btn-product-reservation:hover .d-flex-row:before {
  left: 0;
}

main[data-page="webshop-detail"] #btn-product-reservation:focus, main[data-page="webshop-detail"] #btn-product-reservation:active, main[data-page="webshop-detail"] #btn-product-reservation:visited {
  color: #000;
}

main[data-page="webshop-detail"] #webshop-usp {
  border-top: solid 1px #F5F5F5;
  border-bottom: solid 1px #F5F5F5;
  padding: 40px 0;
}

main[data-page="webshop-detail"] #product-look {
  background-color: #F5F5F5;
}

main[data-page="webshop-detail"] #product-look img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-detail"] #product-look img {
    width: auto;
    margin: 0 0 0 auto;
  }
}

main[data-page="webshop-detail"] #product-look .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
}

main[data-page="webshop-detail"] #product-look .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-detail"] #product-look .d-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 3000px;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-detail"] #product-look .d-flex-row .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65%;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-detail"] #product-look .d-flex-row .d-flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-detail"] #product-look .d-flex-row .d-flex-col + .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-detail"] #product-look .d-flex-row .d-flex-col + .d-flex-col {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

main[data-page="webshop-detail"] #product-look .caption {
  padding: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-detail"] #product-look .caption {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-look .caption {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-detail"] #product-look .caption {
    width: 30vw;
  }
}

main[data-page="webshop-detail"] #product-related {
  overflow: hidden;
}

main[data-page="webshop-detail"] #product-related .slide-wrapper {
  padding: 0 20px;
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-related .slick-list {
    right: -5vw;
  }
}

main[data-page="webshop-detail"] #product-related .h2 {
  text-align: center;
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-related .h2 {
    text-align: left;
  }
}

main[data-page="webshop-detail"] #product-related .carousel {
  padding: 0 20px;
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-related .carousel .slick-arrow.slick-prev {
    left: 5vw;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-related .carousel .slick-arrow.slick-next {
    right: 30px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-related .carousel {
    padding: 0;
    margin-top: 0;
  }
}

main[data-page="webshop-detail"] #product-related .d-flex-row {
  display: block;
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-detail"] #product-related .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main[data-page="webshop-detail"] #product-related .d-flex-row > .d-flex-col {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  main[data-page="webshop-detail"] #product-related .d-flex-row > .d-flex-col + .d-flex-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
  main[data-page="webshop-detail"] #product-related .d-flex-row > .d-flex-col + .d-flex-col:before {
    content: '';
    display: block;
    height: 100%;
    width: 25px;
    left: calc(5vw - 4px);
    top: 0;
    position: absolute;
    background-color: #fff;
  }
}

main[data-page="webshop-detail"] #product-history {
  border-top: solid 1px #EDEBE8;
}

main[data-page="webshop-detail"] #product-history .d-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main[data-page="webshop-detail"] #product-history .d-flex-row:before, main[data-page="webshop-detail"] #product-history .d-flex-row:after {
  display: block;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  main[data-page="webshop-detail"] #product-history .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}

main[data-page="webshop-giftcard"] table.table-striped {
  border: solid 1px #EDEBE8;
}

main[data-page="webshop-giftcard"] table.table-striped tbody tr td,
main[data-page="webshop-giftcard"] table.table-striped tbody th td {
  padding: 10px 20px;
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-giftcard"] table.table-striped tbody tr td,
  main[data-page="webshop-giftcard"] table.table-striped tbody th td {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-giftcard"] table.table-striped .btn-cart-remove {
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: #C50808;
    border-radius: 12px;
  }
  main[data-page="webshop-giftcard"] table.table-striped .btn-cart-remove .icon {
    stroke-width: 2;
    stroke: #fff;
  }
}

@media screen and (max-width: 992px) {
  main[data-page="webshop-giftcard"] table.table-responsive {
    border: none;
  }
  main[data-page="webshop-giftcard"] table.table-responsive th,
  main[data-page="webshop-giftcard"] table.table-responsive td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main[data-page="webshop-giftcard"] table.table-responsive th:before,
  main[data-page="webshop-giftcard"] table.table-responsive td:before {
    content: attr(data-th);
    display: table-cell;
    font-weight: bold;
    padding: 6px 12px 6px 0;
    text-align: right;
  }
  main[data-page="webshop-giftcard"] table.table-responsive th:last-child:after,
  main[data-page="webshop-giftcard"] table.table-responsive td:last-child:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  main[data-page="webshop-giftcard"] table.table-responsive thead {
    display: none;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr {
    display: block;
    position: relative;
    border: 1px solid #EDEBE8;
    padding: 10px 0;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr td {
    border: 0;
    text-align: right;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr + tr {
    margin-top: 40px;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr:nth-of-type(odd) {
    background-color: #fff;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr.tr-remove-mobile {
    border: 0;
    padding: 0;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr.tr-remove-mobile td {
    text-align: center;
    padding: 0;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr.tr-remove-mobile td:before {
    display: none;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr.tr-remove-mobile td button {
    background: #fff;
    height: auto;
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr.tr-remove-mobile td button, main[data-page="webshop-giftcard"] table.table-responsive tbody tr.tr-remove-mobile td button:focus:active {
    padding: 20px;
    padding-bottom: 0;
  }
  main[data-page="webshop-giftcard"] table.table-responsive tbody tr.tr-remove-mobile td button:hover {
    color: #C50808;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-overview"] .row-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  main[data-page="webshop-overview"] .row-products::before, main[data-page="webshop-overview"] .row-products::after {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-overview"] .row-products > div {
    float: none;
  }
}

main[data-page="webshop-overview"] #topbar .d-flex-row {
  display: block;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-overview"] #topbar .d-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-overview"] #topbar .d-flex-row .d-flex-col + .d-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-overview"] #topbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2999;
  }
}

main[data-page="webshop-overview"] #filters .d-flex {
  display: block;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-overview"] #filters .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

main[data-page="webshop-overview"] #no-results {
  text-align: center;
  float: none;
  width: 100%;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-overview"] #no-results {
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="webshop-overview"] #no-results {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="webshop-overview"] #no-results {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="webshop-overview"] {
    overflow: unset;
  }
}

main[data-page="wishlist"] #cart-table > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

main[data-page="wishlist"] #cart-table > tbody > tr:nth-of-type(even) {
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  main[data-page="wishlist"] #cart-table.table-striped > tbody > tr:nth-of-type(odd),
  main[data-page="wishlist"] #cart-table.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="wishlist"] #cart-table {
    border: solid 1px #EDEBE8;
  }
  main[data-page="wishlist"] #cart-table thead {
    background-color: #EDEBE8;
  }
  main[data-page="wishlist"] #cart-table thead tr > th {
    border: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  main[data-page="wishlist"] #cart-table thead tr > th,
  main[data-page="wishlist"] #cart-table thead tr > td,
  main[data-page="wishlist"] #cart-table tbody tr > th,
  main[data-page="wishlist"] #cart-table tbody tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main[data-page="wishlist"] #cart-table thead tr > th:first-of-type,
  main[data-page="wishlist"] #cart-table thead tr > td:first-of-type,
  main[data-page="wishlist"] #cart-table tbody tr > th:first-of-type,
  main[data-page="wishlist"] #cart-table tbody tr > td:first-of-type {
    padding-left: 8px;
  }
  main[data-page="wishlist"] #cart-table thead tr > th:last-of-type,
  main[data-page="wishlist"] #cart-table thead tr > td:last-of-type,
  main[data-page="wishlist"] #cart-table tbody tr > th:last-of-type,
  main[data-page="wishlist"] #cart-table tbody tr > td:last-of-type {
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="wishlist"] #cart-table body + body {
    border: 0;
  }
  main[data-page="wishlist"] #cart-table tr + tr {
    margin-top: 0;
  }
  main[data-page="wishlist"] #cart-table tr td {
    border: 0;
    display: block;
    padding: 10px;
  }
  main[data-page="wishlist"] #cart-table tr td:before {
    display: none;
  }
  main[data-page="wishlist"] #cart-table tr td:nth-child(2) {
    font-weight: 600;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  main[data-page="wishlist"] #cart-table tr td:nth-child(2) {
    text-align: left;
    width: 70%;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  main[data-page="wishlist"] #cart-table tr td + td {
    width: 30%;
    text-align: right;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  main[data-page="wishlist"] #cart-table tr td {
    display: inline-block;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  main[data-page="wishlist"] #cart-table tr td {
    text-align: center;
  }
  main[data-page="wishlist"] #cart-table tr td img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  main[data-page="wishlist"] #cart-table tr.spacer,
  main[data-page="wishlist"] #cart-table tr.spacer td {
    border: 0;
  }
  main[data-page="wishlist"] #cart-table .tr-remove-mobile {
    border: 0;
    margin-top: 20px;
  }
  main[data-page="wishlist"] #cart-table .tr-remove-mobile tr + tr {
    border: 0;
  }
  main[data-page="wishlist"] #cart-table .tr-remove-mobile td {
    padding: 20px 0 0 0;
  }
  main[data-page="wishlist"] #cart-table .tr-remove-mobile td:first-child {
    width: 30%;
    display: inline-block;
    text-align: left;
  }
  main[data-page="wishlist"] #cart-table .tr-remove-mobile td + td {
    padding: 20px 0 0 0;
    display: inline-block;
    width: 70%;
    text-align: right;
  }
  main[data-page="wishlist"] #cart-table .tr-remove-mobile td + td .btn {
    border-radius: 0;
    padding: 12px 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 11px;
    font-size: 1.1rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  main[data-page="wishlist"] #cart-table .tr-remove-mobile td + td .btn {
    width: auto;
  }
}

main[data-page="wishlist"] #empty-wishlist .svg-wrapper .icon {
  fill: #EDEBE8;
  width: 40px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  main[data-page="wishlist"] #empty-wishlist .svg-wrapper .icon {
    width: 80px;
    height: 100px;
  }
}

main[data-page="wishlist"] #empty-wishlist .list-inline {
  margin-left: 0;
  margin-right: 0;
}

main[data-page="wishlist"] #empty-wishlist .list-inline li {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  main[data-page="wishlist"] #empty-wishlist .list-inline li {
    width: auto;
  }
}

main[data-page="wishlist"] #empty-wishlist .list-inline .btn {
  margin: 10px 0 0 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  main[data-page="wishlist"] #empty-wishlist .list-inline .btn {
    margin: 10px 5px 0 5px;
    width: auto;
  }
}

main[data-page="personal-shopping"] form .image-checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 768px) {
  main[data-page="personal-shopping"] form .image-checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

main[data-page="personal-shopping"] form .checkbox-wrapper:hover .image-checkbox img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

main[data-page="personal-shopping"] form .checkbox-wrapper .image-checkbox:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

main[data-page="personal-shopping"] form .form-footer {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  main[data-page="personal-shopping"] form .form-footer {
    padding-top: 60px;
  }
}

main[data-page="personal-shopping"] form .form-footer:before {
  content: '';
  display: block;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 200vw;
  left: -50vw;
}

main[data-page="personal-shopping"] form .form-footer .checkbox,
main[data-page="personal-shopping"] form .form-footer .btn {
  position: relative;
  z-index: 3;
}

main[data-page="personal-shopping"] form .panel-colors .d-flex-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 768px) {
  main[data-page="personal-shopping"] form .panel-colors .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="personal-shopping"] form .panel-colors .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="personal-shopping"] form .panel-personal-style .radio-check label {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="personal-shopping"] form .panel-personal-style .radio-check label {
    max-width: 75%;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="personal-shopping"] form .panel-personal-style .d-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="personal-shopping"] form .panel-personal-style .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="personal-shopping"] form .panel-prints .radio-check label {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="personal-shopping"] form .panel-prints .radio-check label {
    max-width: 85%;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="personal-shopping"] form .panel-prints .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (min-width: 768px) {
  main[data-page="personal-shopping"] form .panel-look-description .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media screen and (min-width: 992px) {
  main[data-page="personal-shopping"] form .panel-look-description .d-flex-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

main[data-page="personal-shopping"] .widget {
  margin: 0;
}

main[data-page="personal-shopping"] .widget.widget-image-title-link .widget-caption-wrapper:before {
  background-color: #fff;
}

main[data-page="personal-shopping"] .shopping-form-gender {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
}

main[data-page="personal-shopping"] .shopping-form-gender img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: opacity cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

@media screen and (min-width: 992px) {
  main[data-page="personal-shopping"] .shopping-form-gender img {
    padding-right: 100px;
  }
}

@media screen and (min-width: 1200px) {
  main[data-page="personal-shopping"] .shopping-form-gender img {
    padding-right: 160px;
  }
}

main[data-page="personal-shopping"] .shopping-form-gender .wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  main[data-page="personal-shopping"] .shopping-form-gender .wrapper {
    display: block;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

main[data-page="personal-shopping"] .shopping-form-gender .wrapper .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 20px;
  margin: 0;
}

main[data-page="personal-shopping"] .shopping-form-gender .wrapper .title span {
  display: block;
  color: #9D9791;
  font-weight: 600;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  main[data-page="personal-shopping"] .shopping-form-gender .wrapper .title {
    padding-right: 0;
    text-align: right;
  }
}

main[data-page="personal-shopping"] .shopping-form-gender .wrapper .svg-wrapper {
  position: relative;
  background-color: #D8D5D2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  -o-transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
  transition: all cubic-bezier(0.455, 0, 0.515, 1) 0.25s;
}

@media screen and (min-width: 992px) {
  main[data-page="personal-shopping"] .shopping-form-gender .wrapper .svg-wrapper {
    width: 60px;
    height: 60px;
    margin: 40px 0 0 auto;
  }
}

main[data-page="personal-shopping"] .shopping-form-gender .wrapper .svg-wrapper .icon {
  width: 20px;
  height: 12px;
  stroke-width: 1.4;
}

@media screen and (min-width: 992px) {
  main[data-page="personal-shopping"] .shopping-form-gender .wrapper .svg-wrapper .icon {
    width: 24px;
    height: 16px;
  }
}

main[data-page="personal-shopping"] .shopping-form-gender:hover img {
  opacity: 0.15;
  filter: alpha(opacity=15);
}

main[data-page="personal-shopping"] .shopping-form-gender:hover .wrapper .svg-wrapper {
  margin-right: 40px;
}

main[data-page="personal-shopping"] .panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

main[data-page="personal-shopping"] .panel-group .panel .panel-heading {
  padding: 0;
}

main[data-page="personal-shopping"] .panel-group .panel .panel-heading a {
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #9D9791;
}

main[data-page="personal-shopping"] .panel-group .panel .panel-heading a .panel-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  font-size: 1.7rem;
  padding-right: 20px;
}

main[data-page="personal-shopping"] .panel-group .panel .panel-heading a .svg-wrapper {
  margin-left: 10px;
}

main[data-page="personal-shopping"] .panel-group .panel .panel-heading a .svg-wrapper .icon {
  width: 16px;
  height: 30px;
  stroke-width: 1.6;
}

main[data-page="personal-shopping"] .panel-group .panel .panel-heading a .label {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #fff;
  border-radius: 0;
  padding: 8px;
  margin: 0 5px 0 0;
}

main[data-page="personal-shopping"] .panel-group .panel .panel-heading a[aria-expanded='true'] .svg-wrapper .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

main[data-page="personal-shopping"] .panel-group .panel .panel-body {
  border: 0;
  padding: 40px 0 0 0;
}

main[data-page="personal-shopping"] .panel-group .panel + .panel {
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  main[data-page="personal-shopping"] .panel-group .panel + .panel {
    margin-top: 60px;
  }
}

/**
*
* This file should only contain imports and comments
* http://sass-guidelin.es/#main-file
*
**/
