@charset "UTF-8";

/* MANDATOR */

/* PATHVARIABLES TO RESOURCES */

/* FONTS */

/* FONT SIZES */

/* FONT WEIGHTS */

/* real colors */

/* ALL GREY COLORS FOR FONTS AND BORDERS*/

/* all grey color's for text and background */

/* borders */

/* MAIN COLORS */

/* alert colors */

/* header colors */

/* product / price */

/* product tile */

/* Product Badge */

/* search */

/* backgrounds */

/* Listing Colors */

/* Footer Colors */

/* navi */

/* Lists all the category specific color - must be in rgba style for use in gradients*/

/* screen limits */

/* Buttons */

/* DRAFT                                : button Design for help icons */

/* collapse */

/* Z-index 
$zindex-navbar:            1000 !default;
$zindex-dropdown:          1000 !default;
$zindex-popover:           1060 !default;
$zindex-tooltip:           1070 !default;
$zindex-navbar-fixed:      1030 !default;
$zindex-modal-background:  1040 !default;
$zindex-modal:             1050 !default;

add new values below */

/* Icons Override for multimandant */

/* Product detail page */

/* Modal layer animation */

/* Product list page */

/* trust icon */

/* flyouts */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
  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"] {
  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;
  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 {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  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,
  .boxInnerHeight193 .doubleCol .control a > .caret,
  .dropup > .btn > .caret,
  .boxInnerHeight193 .doubleCol .control
  .dropup > a > .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;
  }

  .header-top,
  .header-additional-area,
  #js-main-nav,
  .sliderNext,
  .sliderPrev,
  .cmsDynamicNewsletterComponent,
  .slick-arrow {
    display: none !important;
  }

  .HeaderLogo img {
    width: 200px;
  }
}

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

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

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #4f4b43;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

a {
  color: #4f4b43;
  outline: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px 0 4px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-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 white;
}

.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: 500;
  line-height: 1.1;
  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: #c5c2bb;
}

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: 39px;
}

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

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

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

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: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  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: #c5c2bb;
}

.text-primary {
  color: #F2BD29;
}

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

.text-success {
  color: #3c763d;
}

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

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #BD0025;
}

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

.bg-primary {
  color: #fff;
}

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

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

.bg-success {
  background-color: #dff0d8;
}

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

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

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

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

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

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

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

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

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

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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

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

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: #c5c2bb;
}

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 white;
  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: 4px 0 4px 0;
}

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  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: #867f72;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px 0 4px 0;
}

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;
}

html,
body {
  min-width: 320px;
  -ms-overflow-style: scrollbar;
}

@media (max-width: 767px) {
  html,
  body {
    padding-bottom: 25px;
  }
}

.container,
#Content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1400px;
}

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

.container:after,
#Content:after {
  clear: both;
}

@media (min-width: 1600px) {
  .container.xl-container,
  .xl-container#Content {
    width: 100%;
    max-width: 1600px;
  }
}

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

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

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

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

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

.row:after {
  clear: both;
}

.ie9 .row {
  width: 100%;
}

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

.col-xsp-1,
.col-xsp-2,
.col-xsp-3,
.col-xsp-4,
.col-xsp-5,
.col-xsp-6,
.col-xsp-7,
.col-xsp-8,
.col-xsp-9,
.col-xsp-10,
.col-xsp-11,
.col-xsp-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 501px) {
  .col-xsl-1,
  .col-xsl-2,
  .col-xsl-3,
  .col-xsl-4,
  .col-xsl-5,
  .col-xsl-6,
  .col-xsl-7,
  .col-xsl-8,
  .col-xsl-9,
  .col-xsl-10,
  .col-xsl-11,
  .col-xsl-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xsl-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: 1024px) {
  .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: 1280px) {
  .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%;
  }
}

@media (min-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,
  .col-xl-12 {
    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-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-pull-12 {
    right: 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-push-12 {
    left: 100%;
  }

  .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%;
  }

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #c5c2bb;
  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 #ddd;
}

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

.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: 0;
}

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

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

.table th {
  font-weight: 500;
}

.table thead th {
  font-weight: 700;
}

.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 #ddd;
}

.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 #ddd;
}

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

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

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

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

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

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

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

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

.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 #ddd;
  }

  .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: #7d7d7d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 15px;
  line-height: 1.42857;
  color: #4f4b43;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-size: 15px;
  line-height: 1.42857;
  color: #4f4b43;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ece9e2;
  border-radius: 4px 0 4px 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #ece9e2;
  outline: 0;
}

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

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

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

@media (min-width: 768px) {
  .form-control {
    padding: 9px 12px;
  }
}

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: 39px;
  }

  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 40px;
  }

  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}

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

.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: 9px 12px;
  margin-bottom: 0;
  height: 40px;
}

.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,
.boxInnerHeight193 .doubleCol .control
.input-group-lg > .input-group-btn > a.form-control-static,
.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,
.boxInnerHeight193 .doubleCol .control
.input-group-sm > .input-group-btn > a.form-control-static {
  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,
.boxInnerHeight193 .doubleCol .control
.input-group-sm > .input-group-btn > a {
  height: 40px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0;
}

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: 40px;
  line-height: 40px;
}

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}

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

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

.form-group-sm .form-control-static {
  height: 40px;
  min-height: 34px;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.boxInnerHeight193 .doubleCol .control
.input-group-lg > .input-group-btn > a {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 0;
}

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: 48px;
  line-height: 48px;
}

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

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

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

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

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  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,
.boxInnerHeight193 .doubleCol .control
.input-group-lg > .input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.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,
.boxInnerHeight193 .doubleCol .control
.input-group-sm > .input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.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: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
}

.has-success .form-control:focus {
  border-color: #F2BD29;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

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

.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: #8a6d3b;
}

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

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

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

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

.has-error .form-control {
  border-color: #BD0025;
}

.has-error .form-control:focus {
  border-color: #F2BD29;
}

.has-error .input-group-addon {
  color: #BD0025;
  border-color: #BD0025;
  background-color: #f2dede;
}

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

.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: #928c7f;
}

@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: 9px;
}

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

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

.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: 10px;
  }

  .form-horizontal .control-label.text-left {
    text-align: left;
  }
}

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-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;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-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 #ece9e2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 0 4px 0;
  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: #4f4b43;
  white-space: nowrap;
}

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

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

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

.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: 13px;
  line-height: 1.42857;
  color: #ece9e2;
  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: 768px) {
  .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,
.boxInnerHeight193 .doubleCol .control .btn-group > a,
.btn-group-vertical > .btn,
.boxInnerHeight193 .doubleCol .control
.btn-group-vertical > a {
  position: relative;
  float: left;
}

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

.btn-group .btn + .btn,
.btn-group .boxInnerHeight193 .doubleCol .control a + .btn,
.boxInnerHeight193 .doubleCol .control .btn-group a + .btn,
.btn-group .boxInnerHeight193 .doubleCol .control .btn + a,
.boxInnerHeight193 .doubleCol .control .btn-group .btn + a,
.btn-group .boxInnerHeight193 .doubleCol .control a + a,
.boxInnerHeight193 .doubleCol .control .btn-group a + a,
.btn-group .btn + .btn-group,
.btn-group .boxInnerHeight193 .doubleCol .control a + .btn-group,
.boxInnerHeight193 .doubleCol .control
.btn-group a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .boxInnerHeight193 .doubleCol .control .btn-group + a,
.boxInnerHeight193 .doubleCol .control
.btn-group .btn-group + a,
.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 .boxInnerHeight193 .doubleCol .control a,
.boxInnerHeight193 .doubleCol .control .btn-toolbar a,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

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

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

.btn-group > .btn:first-child,
.boxInnerHeight193 .doubleCol .control .btn-group > a:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.boxInnerHeight193 .doubleCol .control .btn-group > a: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),
.boxInnerHeight193 .doubleCol .control .btn-group > a: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,
.boxInnerHeight193 .doubleCol .control .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.boxInnerHeight193 .doubleCol .control .btn-group > .btn-group:first-child:not(:last-child) > a: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,
.boxInnerHeight193 .doubleCol .control .btn-group > .btn-group:last-child:not(:first-child) > a: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,
.boxInnerHeight193 .doubleCol .control .btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

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

.btn .caret,
.boxInnerHeight193 .doubleCol .control a .caret {
  margin-left: 0;
}

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

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

.btn-group-vertical > .btn,
.boxInnerHeight193 .doubleCol .control .btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.boxInnerHeight193 .doubleCol .control
.btn-group-vertical > .btn-group > a {
  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,
.boxInnerHeight193 .doubleCol .control .btn-group-vertical > .btn-group > a {
  float: none;
}

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

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.boxInnerHeight193 .doubleCol .control .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.boxInnerHeight193 .doubleCol .control .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.boxInnerHeight193 .doubleCol .control .btn-group-vertical > .btn-group:first-child:not(:last-child) > a: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,
.boxInnerHeight193 .doubleCol .control .btn-group-vertical > .btn-group:last-child:not(:first-child) > a: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,
.boxInnerHeight193 .doubleCol .control .btn-group-justified > a,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn,
.btn-group-justified > .btn-group .boxInnerHeight193 .doubleCol .control a,
.boxInnerHeight193 .doubleCol .control .btn-group-justified > .btn-group a {
  width: 100%;
}

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

[data-toggle="buttons"] > .btn input[type="radio"],
.boxInnerHeight193 .doubleCol .control [data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.boxInnerHeight193 .doubleCol .control
[data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.boxInnerHeight193 .doubleCol .control
[data-toggle="buttons"] > .btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.boxInnerHeight193 .doubleCol .control
[data-toggle="buttons"] > .btn-group > a 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 .form-control:focus {
  z-index: 3;
}

.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: 8px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #4f4b43;
  text-align: center;
  background-color: #FCFBF5;
  border: 1px solid #ece9e2;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.boxInnerHeight193 .doubleCol .control
.input-group-sm > .input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 0;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.boxInnerHeight193 .doubleCol .control
.input-group-lg > .input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 0;
}

.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,
.boxInnerHeight193 .doubleCol .control
.input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.boxInnerHeight193 .doubleCol .control
.input-group-btn:first-child > .btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.boxInnerHeight193 .doubleCol .control
.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.boxInnerHeight193 .doubleCol .control
.input-group-btn:last-child > .btn-group:not(:last-child) > a {
  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,
.boxInnerHeight193 .doubleCol .control
.input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.boxInnerHeight193 .doubleCol .control
.input-group-btn:last-child > .btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.boxInnerHeight193 .doubleCol .control
.input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.boxInnerHeight193 .doubleCol .control
.input-group-btn:first-child > .btn-group:not(:first-child) > a {
  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,
.boxInnerHeight193 .doubleCol .control .input-group-btn > a {
  position: relative;
}

.input-group-btn > .btn + .btn,
.boxInnerHeight193 .doubleCol .control .input-group-btn > a + .btn,
.boxInnerHeight193 .doubleCol .control .input-group-btn > .btn + a,
.boxInnerHeight193 .doubleCol .control .input-group-btn > a + a {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

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

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

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

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

.alert-warning .alert-link {
  color: #66512c;
}

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

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

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

.alert-grey {
  background-color: #FCFBF5;
  border-color: #ece9e2;
  color: #8a8a8a;
}

.alert-grey hr {
  border-top-color: #e2ddd3;
}

.alert-grey .alert-link {
  color: #717171;
}

.error {
  color: #BD0025;
}

.panel-shadow,
.panel.set-panel-shadow,
.panel.panel-icon .panel-section.set-panel-shadow,
.panel-body.set-panel-shadow,
.cms-middle-conent .panel.panel-cms .panel-cms-section,
.cms-middle-conent .section {
  position: relative;
}

.panel-shadow:before,
.panel.set-panel-shadow:before,
.panel.panel-icon .panel-section.set-panel-shadow:before,
.panel-body.set-panel-shadow:before,
.cms-middle-conent .panel.panel-cms .panel-cms-section:before,
.cms-middle-conent .section:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 150px;
  border-radius: 100px / 150px;
  display: block;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px 0;
}

.panel.set-panel-shadow {
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.1);
}

.panel.rounded {
  border-radius: 4px 0 4px 0;
}

.panel.rounded--big {
  border-radius: 10px 0;
}

.panel.panel-icon .panel-section {
  padding: 20px;
}

.panel.panel-icon .panel-section.set-panel-shadow {
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.1);
}

.panel.panel-icon .panel-section-icon {
  font-size: 48px;
  color: #F2BD29;
  text-align: center;
  padding: 0 10px;
}

.panel.panel-icon .panel-section-description {
  color: #7d7d7d;
  line-height: 25px;
}

.panel.panel-icon .panel-section-description p {
  padding: 0;
  margin-bottom: 10px;
}

.panel-list li {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .panel-list li {
    width: 100%;
  }
}

.panel-list li.disabled a {
  color: #A3A3A3;
  text-decoration: none;
}

.panel-list li.disabled a i {
  color: #4f4b43;
}

.panel-list li a {
  display: inline-block;
  padding: 5px 0;
}

.panel-body {
  padding: 10px;
}

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

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

.panel-body.set-panel-shadow {
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.1);
}

.panel-headling-padding,
.panel-heading,
.panel-heading.panel-heading-icon.xs,
.tpl-searchResult #RestColRight .panel-transparent > .panel-heading {
  padding: 12px 15px;
}

.panel-heading {
  border-bottom: 1px solid transparent;
  border-radius: 4px 0 4px 0;
}

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

.panel-heading.panel-heading-icon {
  padding-left: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .panel-heading.panel-heading-icon.xs {
    padding-left: 50px;
  }
}

.panel-heading.panel-heading-icon i {
  font-size: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 15px;
  line-height: 40px;
}

.panel-heading h3 {
  margin: 0;
  font-size: 15px;
}

.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 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px 0 4px 0-"1";
  border-bottom-left-radius: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
  border-top-left-radius: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
  border-bottom-left-radius: 4px 0 4px 0-"1";
}

.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: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 4px 0 4px 0-"1";
  border-top-left-radius: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
  border-top-right-radius: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 4px 0 4px 0-"1";
  border-bottom-left-radius: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
  border-bottom-right-radius: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
}

.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: 4px 0 4px 0-"1";
}

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

.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: 4px 0 4px 0;
}

.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 #ddd;
}

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

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

.panel-group-accordion.two-column {
  width: 100%;
  float: left;
}

.panel-group-accordion.two-column .panel {
  width: 50%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 10px;
}

.panel-group-accordion .panel-heading a,
.panel-group-accordion .panel-heading span {
  display: block;
}

.panel-group-accordion .panel-heading a.collapsed i:before,
.panel-group-accordion .panel-heading span.collapsed i:before {
  content: "\e916";
}

.panel-group-accordion .panel-heading .panel-title-name {
  float: left;
}

.panel-group-accordion .panel-heading i {
  float: right;
}

.panel-group-accordion .panel-heading .panel-title {
  padding-bottom: 0;
}

.panel-group-accordion .panel-body p {
  padding: 0;
  margin-bottom: 15px;
}

.panel-transparent {
  border-color: transparent;
  border: 0;
}

.panel-transparent > .panel-heading {
  color: #4f4b43;
  background-color: #ece9e2;
  border-color: transparent;
}

.panel-transparent > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.panel-transparent > .panel-heading .badge {
  color: #ece9e2;
  background-color: #4f4b43;
}

.panel-transparent > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-default {
  border-color: #ece9e2;
}

.panel-default > .panel-heading {
  color: #4f4b43;
  background-color: #ece9e2;
  border-color: #ece9e2;
}

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

.panel-default > .panel-heading .badge {
  color: #ece9e2;
  background-color: #4f4b43;
}

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

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

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

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

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

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

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

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

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

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

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

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

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

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

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

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

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

.panel-danger > .panel-heading {
  color: #BD0025;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #BD0025;
}

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

.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%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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: 6px 0 6px 0;
  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;
}

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

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

.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,
.modal-footer .boxInnerHeight193 .doubleCol .control a + .btn,
.boxInnerHeight193 .doubleCol .control .modal-footer a + .btn,
.modal-footer .boxInnerHeight193 .doubleCol .control .btn + a,
.boxInnerHeight193 .doubleCol .control .modal-footer .btn + a,
.modal-footer .boxInnerHeight193 .doubleCol .control a + a,
.boxInnerHeight193 .doubleCol .control .modal-footer a + a {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .boxInnerHeight193 .doubleCol .control a + .btn,
.boxInnerHeight193 .doubleCol .control .modal-footer .btn-group a + .btn,
.modal-footer .btn-group .boxInnerHeight193 .doubleCol .control .btn + a,
.boxInnerHeight193 .doubleCol .control .modal-footer .btn-group .btn + a,
.modal-footer .btn-group .boxInnerHeight193 .doubleCol .control a + a,
.boxInnerHeight193 .doubleCol .control .modal-footer .btn-group a + a {
  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-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Cabin", "Helvetica Neue", 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: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px 0 4px 0;
}

.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: "Cabin", "Helvetica Neue", 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: 6px 0 6px 0;
}

.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: 6px 0 6px 0-"1" 6px 0 6px 0-"1" 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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

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

.carousel-caption .btn,
.carousel-caption .boxInnerHeight193 .doubleCol .control a,
.boxInnerHeight193 .doubleCol .control .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.panel-group-accordion .panel-heading a:before,
.panel-group-accordion .panel-heading span:before,
.predicates:before,
#RestColRight .headline-results-info:before,
.wishlist-content .product-line-content:before,
.checkout-additional-wrapper .checkout-summary-wrapper li:before,
.cmsContent:before,
#NavColLeft li.open ul:before,
.clearfix:after,
.panel-group-accordion .panel-heading a:after,
.panel-group-accordion .panel-heading span:after,
.predicates:after,
#RestColRight .headline-results-info:after,
.wishlist-content .product-line-content:after,
.checkout-additional-wrapper .checkout-summary-wrapper li:after,
.cmsContent:after,
#NavColLeft li.open ul:after {
  content: " ";
  display: table;
}

.clearfix:after,
.panel-group-accordion .panel-heading a:after,
.panel-group-accordion .panel-heading span:after,
.predicates:after,
#RestColRight .headline-results-info:after,
.wishlist-content .product-line-content:after,
.checkout-additional-wrapper .checkout-summary-wrapper li:after,
.cmsContent:after,
#NavColLeft li.open ul: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-xl {
  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,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-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: 1023px) {
  .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: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .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: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .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: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 500px) {
  .hidden-xsp {
    display: none !important;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .hidden-xsl {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .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;
  }
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.btn-hover-effect,
.bootstrap-select .btn:focus,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a:focus,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a:focus,
.bootstrap-select .btn:hover,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a:hover,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a:hover,
.bootstrap-select .btn:active,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a:active,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a:active,
.bootstrap-select .btn:active:hover,
.bootstrap-select.open > .btn-default.dropdown-toggle,
.boxInnerHeight193 .doubleCol .control .bootstrap-select.open > a.dropdown-toggle,
.bootstrap-select.open > .btn-default.dropdown-toggle:focus,
.bootstrap-select.open > .btn-default.dropdown-toggle:hover,
.bootstrap-select.open > .btn-default.dropdown-toggle:active {
  color: #4f4b43 !important;
  background-color: #fff;
  border-color: #F2BD29;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select .btn,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a {
  color: #4f4b43;
  font-weight: 500;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.bootstrap-select .btn,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a {
  height: 40px;
  background-color: #fff;
  border: 1px solid #ece9e2;
  padding-right: 40px;
  text-transform: none;
}

.bootstrap-select .btn:focus,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a:focus,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a:focus,
.bootstrap-select .btn:hover,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a:hover,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a:hover,
.bootstrap-select .btn:active,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a:active,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a:active,
.bootstrap-select .btn:active:hover,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a:active:hover,
.boxInnerHeight193 .doubleCol .control .bootstrap-select a:active:hover {
  border-width: 1px !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #BD0025;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn,
.boxInnerHeight193 .doubleCol .control .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret {
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 35px;
  line-height: 40px;
  color: #7d7d7d;
  font-weight: 700;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret .icon-chef_down {
  line-height: 38px;
}

.bootstrap-select.btn-group .dropdown-toggle .bs-caret:before {
  content: " ";
  height: 25px;
  background-color: #A3A3A3;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
  width: 1px;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group.hide-first-li .dropdown-menu li:first-child {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
  display: block;
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu li a.conditional {
  color: #ccc;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-box {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li .js-switch-to-input {
  border-top: 1px solid #ddd;
  padding: 5px 20px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li span.check-box {
  position: absolute;
  display: inline-block;
  left: 15px;
  margin-top: 5px;
  border: 1px solid #4f4b43;
  overflow: visible;
  height: 14px;
  width: 14px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  color: #4f4b43;
  font-weight: 700;
  bottom: 2px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-left: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.bootstrap-select .bs-filter-sort-action {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .bs-filter-sort-action .btn-group button.btn {
  width: calc(100% - 20px);
  margin: 10px;
  padding: 9px 12px;
}

.bootstrap-select .bs-filter-sort-action .btn-group button.btn.bs-apply {
  color: #4f4b43;
  background-color: #F2BD29;
  border-color: #F2BD29;
}

.bootstrap-select .bs-filter-sort-action .btn-group button.btn.bs-apply:hover {
  color: white !important;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.bootstrap-select .bs-filter-sort-action .btn-group button.btn.bs-close {
  text-transform: none;
  color: #7d7d7d;
  background-color: transparent;
  border-color: #7d7d7d;
}

.bootstrap-select .bs-filter-sort-action .btn-group button.btn.bs-close:hover {
  color: white !important;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

/* sort filter select styling */

@media (min-width: 768px) {
  .filter-facett-container .bootstrap-select ul.dropdown-menu.inner {
    padding-left: 5px;
    padding-right: 5px;
    max-height: 270px !important;
  }

  .filter-facett-container .bootstrap-select ul.dropdown-menu.inner li a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ece9e2;
    white-space: normal;
  }

  .filter-facett-container .bootstrap-select ul.dropdown-menu.inner li:last-child a {
    border-bottom: 0;
  }

  .filter-facett-container .bootstrap-select .dropdown-menu.open {
    margin-top: -1px;
    border-color: #A3A3A3;
    border-top-color: white;
    border-radius: 0 0 4px 0;
  }

  .filter-facett-container .bootstrap-select.open > .btn-default.dropdown-toggle,
  .filter-facett-container .boxInnerHeight193 .doubleCol .control .bootstrap-select.open > a.dropdown-toggle,
  .boxInnerHeight193 .doubleCol .control .filter-facett-container .bootstrap-select.open > a.dropdown-toggle {
    border-color: #A3A3A3;
    border-radius: 4px 0 0 0;
  }
}

/* filter max height override for dropup in big VP to fix BTN display issue */

@media (min-width: 1280px) {
  .filter-facett-container .bootstrap-select.dropup ul.dropdown-menu.inner {
    max-height: 250px !important;
  }
}

/* color facete styling */

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child) {
  float: left;
  display: inline;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child) span.check-box {
  display: none;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child).selected a span.check-mark {
  position: absolute;
  display: inline-block;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child) a {
  padding: 0px;
  border-bottom: 0;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child) span.count {
  display: inline-block;
  margin-top: 36px;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child) span.color-facete {
  display: inline-block;
  width: 40px;
  height: 60px;
  text-align: center;
  vertical-align: bottom;
  position: relative;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child) span.bubble {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 9px;
  top: 9px;
  z-index: 100;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child) span.bubble:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: -4px;
  left: -4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #A3A3A3;
}

.bootstrap-select.btn-group.show-tick.color-facete .dropdown-menu li:not(:first-child).selected span.bubble:before {
  border-width: 4px;
}

.filter-facett-container .dropdown-backdrop,
#mobile-filter-window .dropdown-backdrop {
  display: none;
}

/* Slider */

.slider-fadeIn {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  visibility: hidden;
}

.slider-fadeIn.slick-initialized {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.slider-fadeIn .slick-slide {
  position: absolute;
}

.slider-fadeIn .slick-slide:first-child {
  position: relative;
}

.slick-initialized.slider-fadeIn .slick-slide,
.slick-initialized.slider-fadeIn .slick-slide:first-child {
  position: relative;
}

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

.slick-slider .slick-slide {
  touch-action: auto;
  -ms-touch-action: auto;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

.slick-slide .displayNone {
  display: none;
}

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

.pds-main-image-slider,
.js-product-slider {
  visibility: hidden;
}

.js-product-slider.slick-initialized,
.pds-main-image-slider.slick-initialized {
  visibility: visible;
}

.js-product-slider .product-slider-entry,
.pds-main-image-slider .slick-slide {
  position: absolute;
}

.js-product-slider.product-slider-entry:first-child,
.pds-main-image-slider .slick-slide {
  position: relative;
}

.slick-initialized.js-product-slider .product-slider-entry,
.slick-initialized.js-product-slider .product-slider-entry:first-child,
.slick-initialized.pds-main-image-slider .slick-slide,
.slick-initialized.pds-main-image-slider .slick-slide:first-child {
  position: relative;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("/resources/BAD/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  padding: 0;
  width: 35px;
  height: 35px;
  z-index: 2;
  color: #4f4b43;
  background-color: #F2BD29;
  border: 1px solid #F2BD29;
  border-radius: 4px 0 4px 0;
  top: 0;
  bottom: 0;
  margin: auto !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #7d7d7d;
  border-color: #A3A3A3;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  border-color: #ece9e2;
  color: #ece9e2;
  opacity: .4;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev.slick-disabled:hover,
.slick-prev.slick-disabled:focus,
.slick-next.slick-disabled:hover,
.slick-next.slick-disabled:focus {
  color: #ece9e2;
  border-color: #ece9e2;
  cursor: not-allowed;
}

.slick-prev.slick-disabled:hover:before,
.slick-prev.slick-disabled:focus:before,
.slick-next.slick-disabled:hover:before,
.slick-next.slick-disabled:focus:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'BADER-Iconfont' !important;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
  padding: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -40px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

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

.slick-dotted.slick-slider.slick-dotted {
  margin-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
  color: #ece9e2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #878682;
  opacity: 0.75;
}

.flex-col {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.flex-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.flex-item-stretch {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* All category specific color chemes as a mixin */

/* end mixin categorySpecificColor */

/* All category specific component chemes as a mixin */

/* end mixin categorySpecificComponentColor */

#NavColLeft .color-Damen ul li.active a {
  color: #813a8d;
}

#NavColLeft .color-Damen a.active {
  color: #813a8d;
  font-weight: 700;
}

#NavColLeft .color-Damen ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Damen a:hover,
#NavColLeft .color-Damen a:focus,
#NavColLeft .color-Damen ul li.open ul li a:hover,
#NavColLeft .color-Damen ul li.open ul li a:focus {
  color: #813a8d;
}

.menu .color-Damen .sub-menu-list li a:not('.no-hover'):hover {
  color: #813a8d;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Damen .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Damen .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Damen .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #813a8d;
}

.menu .color-Damen .sub-menu-list a:hover:before {
  background-color: #813a8d;
  transition: background-color 0.5s ease;
}

.color-Damen {
  color: #813a8d;
}

.color-Damen .cat-title {
  background-color: #813a8d;
}

.color-Damen .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Damen .has-sub-categories.active {
    color: #813a8d;
  }

  .color-Damen.opened .cat-col-title.active {
    color: #813a8d;
  }
}

@media (min-width: 768px) {
  .color-Damen:hover,
  .color-Damen:focus,
  .color-Damen.opened,
  .color-Damen.activeCategory {
    background-color: #813a8d;
  }

  .color-Damen:hover > a,
  .color-Damen:focus > a,
  .color-Damen.opened > a,
  .color-Damen.activeCategory > a {
    color: #fff !important;
  }

  .color-Damen:hover .sub-menu-list,
  .color-Damen:focus .sub-menu-list,
  .color-Damen.opened .sub-menu-list,
  .color-Damen.activeCategory .sub-menu-list {
    border-color: #813a8d;
  }

  .color-Damen .opened .cat-col-title {
    color: #813a8d;
  }

  .color-Damen .sub-menu > li > a:after {
    border-color: #813a8d transparent transparent transparent;
  }

  .color-Damen .sub-menu > li.active > a:after {
    border-color: transparent transparent #813a8d transparent;
  }
}

#NavColLeft .color-Herren ul li.active a {
  color: #1940a6;
}

#NavColLeft .color-Herren a.active {
  color: #1940a6;
  font-weight: 700;
}

#NavColLeft .color-Herren ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Herren a:hover,
#NavColLeft .color-Herren a:focus,
#NavColLeft .color-Herren ul li.open ul li a:hover,
#NavColLeft .color-Herren ul li.open ul li a:focus {
  color: #1940a6;
}

.menu .color-Herren .sub-menu-list li a:not('.no-hover'):hover {
  color: #1940a6;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Herren .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Herren .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Herren .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #1940a6;
}

.menu .color-Herren .sub-menu-list a:hover:before {
  background-color: #1940a6;
  transition: background-color 0.5s ease;
}

.color-Herren {
  color: #1940a6;
}

.color-Herren .cat-title {
  background-color: #1940a6;
}

.color-Herren .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Herren .has-sub-categories.active {
    color: #1940a6;
  }

  .color-Herren.opened .cat-col-title.active {
    color: #1940a6;
  }
}

@media (min-width: 768px) {
  .color-Herren:hover,
  .color-Herren:focus,
  .color-Herren.opened,
  .color-Herren.activeCategory {
    background-color: #1940a6;
  }

  .color-Herren:hover > a,
  .color-Herren:focus > a,
  .color-Herren.opened > a,
  .color-Herren.activeCategory > a {
    color: #fff !important;
  }

  .color-Herren:hover .sub-menu-list,
  .color-Herren:focus .sub-menu-list,
  .color-Herren.opened .sub-menu-list,
  .color-Herren.activeCategory .sub-menu-list {
    border-color: #1940a6;
  }

  .color-Herren .opened .cat-col-title {
    color: #1940a6;
  }

  .color-Herren .sub-menu > li > a:after {
    border-color: #1940a6 transparent transparent transparent;
  }

  .color-Herren .sub-menu > li.active > a:after {
    border-color: transparent transparent #1940a6 transparent;
  }
}

#NavColLeft .color-Waesche ul li.active a {
  color: #81cdc2;
}

#NavColLeft .color-Waesche a.active {
  color: #81cdc2;
  font-weight: 700;
}

#NavColLeft .color-Waesche ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Waesche a:hover,
#NavColLeft .color-Waesche a:focus,
#NavColLeft .color-Waesche ul li.open ul li a:hover,
#NavColLeft .color-Waesche ul li.open ul li a:focus {
  color: #81cdc2;
}

.menu .color-Waesche .sub-menu-list li a:not('.no-hover'):hover {
  color: #81cdc2;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Waesche .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Waesche .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Waesche .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #81cdc2;
}

.menu .color-Waesche .sub-menu-list a:hover:before {
  background-color: #81cdc2;
  transition: background-color 0.5s ease;
}

.color-Waesche {
  color: #81cdc2;
}

.color-Waesche .cat-title {
  background-color: #81cdc2;
}

.color-Waesche .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Waesche .has-sub-categories.active {
    color: #81cdc2;
  }

  .color-Waesche.opened .cat-col-title.active {
    color: #81cdc2;
  }
}

@media (min-width: 768px) {
  .color-Waesche:hover,
  .color-Waesche:focus,
  .color-Waesche.opened,
  .color-Waesche.activeCategory {
    background-color: #81cdc2;
  }

  .color-Waesche:hover > a,
  .color-Waesche:focus > a,
  .color-Waesche.opened > a,
  .color-Waesche.activeCategory > a {
    color: #fff !important;
  }

  .color-Waesche:hover .sub-menu-list,
  .color-Waesche:focus .sub-menu-list,
  .color-Waesche.opened .sub-menu-list,
  .color-Waesche.activeCategory .sub-menu-list {
    border-color: #81cdc2;
  }

  .color-Waesche .opened .cat-col-title {
    color: #81cdc2;
  }

  .color-Waesche .sub-menu > li > a:after {
    border-color: #81cdc2 transparent transparent transparent;
  }

  .color-Waesche .sub-menu > li.active > a:after {
    border-color: transparent transparent #81cdc2 transparent;
  }
}

#NavColLeft .color-SchuheTaschen ul li.active a {
  color: #833903;
}

#NavColLeft .color-SchuheTaschen a.active {
  color: #833903;
  font-weight: 700;
}

#NavColLeft .color-SchuheTaschen ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-SchuheTaschen a:hover,
#NavColLeft .color-SchuheTaschen a:focus,
#NavColLeft .color-SchuheTaschen ul li.open ul li a:hover,
#NavColLeft .color-SchuheTaschen ul li.open ul li a:focus {
  color: #833903;
}

.menu .color-SchuheTaschen .sub-menu-list li a:not('.no-hover'):hover {
  color: #833903;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-SchuheTaschen .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-SchuheTaschen .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-SchuheTaschen .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #833903;
}

.menu .color-SchuheTaschen .sub-menu-list a:hover:before {
  background-color: #833903;
  transition: background-color 0.5s ease;
}

.color-SchuheTaschen {
  color: #833903;
}

.color-SchuheTaschen .cat-title {
  background-color: #833903;
}

.color-SchuheTaschen .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-SchuheTaschen .has-sub-categories.active {
    color: #833903;
  }

  .color-SchuheTaschen.opened .cat-col-title.active {
    color: #833903;
  }
}

@media (min-width: 768px) {
  .color-SchuheTaschen:hover,
  .color-SchuheTaschen:focus,
  .color-SchuheTaschen.opened,
  .color-SchuheTaschen.activeCategory {
    background-color: #833903;
  }

  .color-SchuheTaschen:hover > a,
  .color-SchuheTaschen:focus > a,
  .color-SchuheTaschen.opened > a,
  .color-SchuheTaschen.activeCategory > a {
    color: #fff !important;
  }

  .color-SchuheTaschen:hover .sub-menu-list,
  .color-SchuheTaschen:focus .sub-menu-list,
  .color-SchuheTaschen.opened .sub-menu-list,
  .color-SchuheTaschen.activeCategory .sub-menu-list {
    border-color: #833903;
  }

  .color-SchuheTaschen .opened .cat-col-title {
    color: #833903;
  }

  .color-SchuheTaschen .sub-menu > li > a:after {
    border-color: #833903 transparent transparent transparent;
  }

  .color-SchuheTaschen .sub-menu > li.active > a:after {
    border-color: transparent transparent #833903 transparent;
  }
}

#NavColLeft .color-SchmuckUhren ul li.active a {
  color: #ffb21c;
}

#NavColLeft .color-SchmuckUhren a.active {
  color: #ffb21c;
  font-weight: 700;
}

#NavColLeft .color-SchmuckUhren ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-SchmuckUhren a:hover,
#NavColLeft .color-SchmuckUhren a:focus,
#NavColLeft .color-SchmuckUhren ul li.open ul li a:hover,
#NavColLeft .color-SchmuckUhren ul li.open ul li a:focus {
  color: #ffb21c;
}

.menu .color-SchmuckUhren .sub-menu-list li a:not('.no-hover'):hover {
  color: #ffb21c;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-SchmuckUhren .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-SchmuckUhren .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-SchmuckUhren .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #ffb21c;
}

.menu .color-SchmuckUhren .sub-menu-list a:hover:before {
  background-color: #ffb21c;
  transition: background-color 0.5s ease;
}

.color-SchmuckUhren {
  color: #ffb21c;
}

.color-SchmuckUhren .cat-title {
  background-color: #ffb21c;
}

.color-SchmuckUhren .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-SchmuckUhren .has-sub-categories.active {
    color: #ffb21c;
  }

  .color-SchmuckUhren.opened .cat-col-title.active {
    color: #ffb21c;
  }
}

@media (min-width: 768px) {
  .color-SchmuckUhren:hover,
  .color-SchmuckUhren:focus,
  .color-SchmuckUhren.opened,
  .color-SchmuckUhren.activeCategory {
    background-color: #ffb21c;
  }

  .color-SchmuckUhren:hover > a,
  .color-SchmuckUhren:focus > a,
  .color-SchmuckUhren.opened > a,
  .color-SchmuckUhren.activeCategory > a {
    color: #fff !important;
  }

  .color-SchmuckUhren:hover .sub-menu-list,
  .color-SchmuckUhren:focus .sub-menu-list,
  .color-SchmuckUhren.opened .sub-menu-list,
  .color-SchmuckUhren.activeCategory .sub-menu-list {
    border-color: #ffb21c;
  }

  .color-SchmuckUhren .opened .cat-col-title {
    color: #ffb21c;
  }

  .color-SchmuckUhren .sub-menu > li > a:after {
    border-color: #ffb21c transparent transparent transparent;
  }

  .color-SchmuckUhren .sub-menu > li.active > a:after {
    border-color: transparent transparent #ffb21c transparent;
  }
}

#NavColLeft .color-Wohnen ul li.active a {
  color: #f47900;
}

#NavColLeft .color-Wohnen a.active {
  color: #f47900;
  font-weight: 700;
}

#NavColLeft .color-Wohnen ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Wohnen a:hover,
#NavColLeft .color-Wohnen a:focus,
#NavColLeft .color-Wohnen ul li.open ul li a:hover,
#NavColLeft .color-Wohnen ul li.open ul li a:focus {
  color: #f47900;
}

.menu .color-Wohnen .sub-menu-list li a:not('.no-hover'):hover {
  color: #f47900;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Wohnen .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Wohnen .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Wohnen .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #f47900;
}

.menu .color-Wohnen .sub-menu-list a:hover:before {
  background-color: #f47900;
  transition: background-color 0.5s ease;
}

.color-Wohnen {
  color: #f47900;
}

.color-Wohnen .cat-title {
  background-color: #f47900;
}

.color-Wohnen .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Wohnen .has-sub-categories.active {
    color: #f47900;
  }

  .color-Wohnen.opened .cat-col-title.active {
    color: #f47900;
  }
}

@media (min-width: 768px) {
  .color-Wohnen:hover,
  .color-Wohnen:focus,
  .color-Wohnen.opened,
  .color-Wohnen.activeCategory {
    background-color: #f47900;
  }

  .color-Wohnen:hover > a,
  .color-Wohnen:focus > a,
  .color-Wohnen.opened > a,
  .color-Wohnen.activeCategory > a {
    color: #fff !important;
  }

  .color-Wohnen:hover .sub-menu-list,
  .color-Wohnen:focus .sub-menu-list,
  .color-Wohnen.opened .sub-menu-list,
  .color-Wohnen.activeCategory .sub-menu-list {
    border-color: #f47900;
  }

  .color-Wohnen .opened .cat-col-title {
    color: #f47900;
  }

  .color-Wohnen .sub-menu > li > a:after {
    border-color: #f47900 transparent transparent transparent;
  }

  .color-Wohnen .sub-menu > li.active > a:after {
    border-color: transparent transparent #f47900 transparent;
  }
}

#NavColLeft .color-Heimtex ul li.active a {
  color: #d4155c;
}

#NavColLeft .color-Heimtex a.active {
  color: #d4155c;
  font-weight: 700;
}

#NavColLeft .color-Heimtex ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Heimtex a:hover,
#NavColLeft .color-Heimtex a:focus,
#NavColLeft .color-Heimtex ul li.open ul li a:hover,
#NavColLeft .color-Heimtex ul li.open ul li a:focus {
  color: #d4155c;
}

.menu .color-Heimtex .sub-menu-list li a:not('.no-hover'):hover {
  color: #d4155c;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Heimtex .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Heimtex .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Heimtex .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #d4155c;
}

.menu .color-Heimtex .sub-menu-list a:hover:before {
  background-color: #d4155c;
  transition: background-color 0.5s ease;
}

.color-Heimtex {
  color: #d4155c;
}

.color-Heimtex .cat-title {
  background-color: #d4155c;
}

.color-Heimtex .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Heimtex .has-sub-categories.active {
    color: #d4155c;
  }

  .color-Heimtex.opened .cat-col-title.active {
    color: #d4155c;
  }
}

@media (min-width: 768px) {
  .color-Heimtex:hover,
  .color-Heimtex:focus,
  .color-Heimtex.opened,
  .color-Heimtex.activeCategory {
    background-color: #d4155c;
  }

  .color-Heimtex:hover > a,
  .color-Heimtex:focus > a,
  .color-Heimtex.opened > a,
  .color-Heimtex.activeCategory > a {
    color: #fff !important;
  }

  .color-Heimtex:hover .sub-menu-list,
  .color-Heimtex:focus .sub-menu-list,
  .color-Heimtex.opened .sub-menu-list,
  .color-Heimtex.activeCategory .sub-menu-list {
    border-color: #d4155c;
  }

  .color-Heimtex .opened .cat-col-title {
    color: #d4155c;
  }

  .color-Heimtex .sub-menu > li > a:after {
    border-color: #d4155c transparent transparent transparent;
  }

  .color-Heimtex .sub-menu > li.active > a:after {
    border-color: transparent transparent #d4155c transparent;
  }
}

#NavColLeft .color-Haushalt ul li.active a {
  color: #99115b;
}

#NavColLeft .color-Haushalt a.active {
  color: #99115b;
  font-weight: 700;
}

#NavColLeft .color-Haushalt ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Haushalt a:hover,
#NavColLeft .color-Haushalt a:focus,
#NavColLeft .color-Haushalt ul li.open ul li a:hover,
#NavColLeft .color-Haushalt ul li.open ul li a:focus {
  color: #99115b;
}

.menu .color-Haushalt .sub-menu-list li a:not('.no-hover'):hover {
  color: #99115b;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Haushalt .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Haushalt .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Haushalt .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #99115b;
}

.menu .color-Haushalt .sub-menu-list a:hover:before {
  background-color: #99115b;
  transition: background-color 0.5s ease;
}

.color-Haushalt {
  color: #99115b;
}

.color-Haushalt .cat-title {
  background-color: #99115b;
}

.color-Haushalt .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Haushalt .has-sub-categories.active {
    color: #99115b;
  }

  .color-Haushalt.opened .cat-col-title.active {
    color: #99115b;
  }
}

@media (min-width: 768px) {
  .color-Haushalt:hover,
  .color-Haushalt:focus,
  .color-Haushalt.opened,
  .color-Haushalt.activeCategory {
    background-color: #99115b;
  }

  .color-Haushalt:hover > a,
  .color-Haushalt:focus > a,
  .color-Haushalt.opened > a,
  .color-Haushalt.activeCategory > a {
    color: #fff !important;
  }

  .color-Haushalt:hover .sub-menu-list,
  .color-Haushalt:focus .sub-menu-list,
  .color-Haushalt.opened .sub-menu-list,
  .color-Haushalt.activeCategory .sub-menu-list {
    border-color: #99115b;
  }

  .color-Haushalt .opened .cat-col-title {
    color: #99115b;
  }

  .color-Haushalt .sub-menu > li > a:after {
    border-color: #99115b transparent transparent transparent;
  }

  .color-Haushalt .sub-menu > li.active > a:after {
    border-color: transparent transparent #99115b transparent;
  }
}

#NavColLeft .color-Technik ul li.active a {
  color: #0090da;
}

#NavColLeft .color-Technik a.active {
  color: #0090da;
  font-weight: 700;
}

#NavColLeft .color-Technik ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Technik a:hover,
#NavColLeft .color-Technik a:focus,
#NavColLeft .color-Technik ul li.open ul li a:hover,
#NavColLeft .color-Technik ul li.open ul li a:focus {
  color: #0090da;
}

.menu .color-Technik .sub-menu-list li a:not('.no-hover'):hover {
  color: #0090da;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Technik .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Technik .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Technik .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #0090da;
}

.menu .color-Technik .sub-menu-list a:hover:before {
  background-color: #0090da;
  transition: background-color 0.5s ease;
}

.color-Technik {
  color: #0090da;
}

.color-Technik .cat-title {
  background-color: #0090da;
}

.color-Technik .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Technik .has-sub-categories.active {
    color: #0090da;
  }

  .color-Technik.opened .cat-col-title.active {
    color: #0090da;
  }
}

@media (min-width: 768px) {
  .color-Technik:hover,
  .color-Technik:focus,
  .color-Technik.opened,
  .color-Technik.activeCategory {
    background-color: #0090da;
  }

  .color-Technik:hover > a,
  .color-Technik:focus > a,
  .color-Technik.opened > a,
  .color-Technik.activeCategory > a {
    color: #fff !important;
  }

  .color-Technik:hover .sub-menu-list,
  .color-Technik:focus .sub-menu-list,
  .color-Technik.opened .sub-menu-list,
  .color-Technik.activeCategory .sub-menu-list {
    border-color: #0090da;
  }

  .color-Technik .opened .cat-col-title {
    color: #0090da;
  }

  .color-Technik .sub-menu > li > a:after {
    border-color: #0090da transparent transparent transparent;
  }

  .color-Technik .sub-menu > li.active > a:after {
    border-color: transparent transparent #0090da transparent;
  }
}

#NavColLeft .color-LeibSeele ul li.active a {
  color: #339966;
}

#NavColLeft .color-LeibSeele a.active {
  color: #339966;
  font-weight: 700;
}

#NavColLeft .color-LeibSeele ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-LeibSeele a:hover,
#NavColLeft .color-LeibSeele a:focus,
#NavColLeft .color-LeibSeele ul li.open ul li a:hover,
#NavColLeft .color-LeibSeele ul li.open ul li a:focus {
  color: #339966;
}

.menu .color-LeibSeele .sub-menu-list li a:not('.no-hover'):hover {
  color: #339966;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-LeibSeele .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-LeibSeele .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-LeibSeele .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #339966;
}

.menu .color-LeibSeele .sub-menu-list a:hover:before {
  background-color: #339966;
  transition: background-color 0.5s ease;
}

.color-LeibSeele {
  color: #339966;
}

.color-LeibSeele .cat-title {
  background-color: #339966;
}

.color-LeibSeele .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-LeibSeele .has-sub-categories.active {
    color: #339966;
  }

  .color-LeibSeele.opened .cat-col-title.active {
    color: #339966;
  }
}

@media (min-width: 768px) {
  .color-LeibSeele:hover,
  .color-LeibSeele:focus,
  .color-LeibSeele.opened,
  .color-LeibSeele.activeCategory {
    background-color: #339966;
  }

  .color-LeibSeele:hover > a,
  .color-LeibSeele:focus > a,
  .color-LeibSeele.opened > a,
  .color-LeibSeele.activeCategory > a {
    color: #fff !important;
  }

  .color-LeibSeele:hover .sub-menu-list,
  .color-LeibSeele:focus .sub-menu-list,
  .color-LeibSeele.opened .sub-menu-list,
  .color-LeibSeele.activeCategory .sub-menu-list {
    border-color: #339966;
  }

  .color-LeibSeele .opened .cat-col-title {
    color: #339966;
  }

  .color-LeibSeele .sub-menu > li > a:after {
    border-color: #339966 transparent transparent transparent;
  }

  .color-LeibSeele .sub-menu > li.active > a:after {
    border-color: transparent transparent #339966 transparent;
  }
}

#NavColLeft .color-Schnaeppchen ul li.active a {
  color: #BD0025;
}

#NavColLeft .color-Schnaeppchen a.active {
  color: #BD0025;
  font-weight: 700;
}

#NavColLeft .color-Schnaeppchen ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-Schnaeppchen a:hover,
#NavColLeft .color-Schnaeppchen a:focus,
#NavColLeft .color-Schnaeppchen ul li.open ul li a:hover,
#NavColLeft .color-Schnaeppchen ul li.open ul li a:focus {
  color: #BD0025;
}

.menu .color-Schnaeppchen .sub-menu-list li a:not('.no-hover'):hover {
  color: #BD0025;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-Schnaeppchen .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-Schnaeppchen .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-Schnaeppchen .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #BD0025;
}

.menu .color-Schnaeppchen .sub-menu-list a:hover:before {
  background-color: #BD0025;
  transition: background-color 0.5s ease;
}

.color-Schnaeppchen {
  color: #BD0025;
}

.color-Schnaeppchen .cat-title {
  background-color: #BD0025;
}

.color-Schnaeppchen .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-Schnaeppchen .has-sub-categories.active {
    color: #BD0025;
  }

  .color-Schnaeppchen.opened .cat-col-title.active {
    color: #BD0025;
  }
}

@media (min-width: 768px) {
  .color-Schnaeppchen:hover,
  .color-Schnaeppchen:focus,
  .color-Schnaeppchen.opened,
  .color-Schnaeppchen.activeCategory {
    background-color: #BD0025;
  }

  .color-Schnaeppchen:hover > a,
  .color-Schnaeppchen:focus > a,
  .color-Schnaeppchen.opened > a,
  .color-Schnaeppchen.activeCategory > a {
    color: #fff !important;
  }

  .color-Schnaeppchen:hover .sub-menu-list,
  .color-Schnaeppchen:focus .sub-menu-list,
  .color-Schnaeppchen.opened .sub-menu-list,
  .color-Schnaeppchen.activeCategory .sub-menu-list {
    border-color: #BD0025;
  }

  .color-Schnaeppchen .opened .cat-col-title {
    color: #BD0025;
  }

  .color-Schnaeppchen .sub-menu > li > a:after {
    border-color: #BD0025 transparent transparent transparent;
  }

  .color-Schnaeppchen .sub-menu > li.active > a:after {
    border-color: transparent transparent #BD0025 transparent;
  }
}

#NavColLeft .color-CatColor01 ul li.active a {
  color: #6fb52b;
}

#NavColLeft .color-CatColor01 a.active {
  color: #6fb52b;
  font-weight: 700;
}

#NavColLeft .color-CatColor01 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor01 a:hover,
#NavColLeft .color-CatColor01 a:focus,
#NavColLeft .color-CatColor01 ul li.open ul li a:hover,
#NavColLeft .color-CatColor01 ul li.open ul li a:focus {
  color: #6fb52b;
}

.menu .color-CatColor01 .sub-menu-list li a:not('.no-hover'):hover {
  color: #6fb52b;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor01 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor01 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor01 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #6fb52b;
}

.menu .color-CatColor01 .sub-menu-list a:hover:before {
  background-color: #6fb52b;
  transition: background-color 0.5s ease;
}

.color-CatColor01 {
  color: #6fb52b;
}

.color-CatColor01 .cat-title {
  background-color: #6fb52b;
}

.color-CatColor01 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor01 .has-sub-categories.active {
    color: #6fb52b;
  }

  .color-CatColor01.opened .cat-col-title.active {
    color: #6fb52b;
  }
}

@media (min-width: 768px) {
  .color-CatColor01:hover,
  .color-CatColor01:focus,
  .color-CatColor01.opened,
  .color-CatColor01.activeCategory {
    background-color: #6fb52b;
  }

  .color-CatColor01:hover > a,
  .color-CatColor01:focus > a,
  .color-CatColor01.opened > a,
  .color-CatColor01.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor01:hover .sub-menu-list,
  .color-CatColor01:focus .sub-menu-list,
  .color-CatColor01.opened .sub-menu-list,
  .color-CatColor01.activeCategory .sub-menu-list {
    border-color: #6fb52b;
  }

  .color-CatColor01 .opened .cat-col-title {
    color: #6fb52b;
  }

  .color-CatColor01 .sub-menu > li > a:after {
    border-color: #6fb52b transparent transparent transparent;
  }

  .color-CatColor01 .sub-menu > li.active > a:after {
    border-color: transparent transparent #6fb52b transparent;
  }
}

#NavColLeft .color-CatColor02 ul li.active a {
  color: #f2e500;
}

#NavColLeft .color-CatColor02 a.active {
  color: #f2e500;
  font-weight: 700;
}

#NavColLeft .color-CatColor02 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor02 a:hover,
#NavColLeft .color-CatColor02 a:focus,
#NavColLeft .color-CatColor02 ul li.open ul li a:hover,
#NavColLeft .color-CatColor02 ul li.open ul li a:focus {
  color: #f2e500;
}

.menu .color-CatColor02 .sub-menu-list li a:not('.no-hover'):hover {
  color: #f2e500;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor02 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor02 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor02 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #f2e500;
}

.menu .color-CatColor02 .sub-menu-list a:hover:before {
  background-color: #f2e500;
  transition: background-color 0.5s ease;
}

.color-CatColor02 {
  color: #f2e500;
}

.color-CatColor02 .cat-title {
  background-color: #f2e500;
}

.color-CatColor02 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor02 .has-sub-categories.active {
    color: #f2e500;
  }

  .color-CatColor02.opened .cat-col-title.active {
    color: #f2e500;
  }
}

@media (min-width: 768px) {
  .color-CatColor02:hover,
  .color-CatColor02:focus,
  .color-CatColor02.opened,
  .color-CatColor02.activeCategory {
    background-color: #f2e500;
  }

  .color-CatColor02:hover > a,
  .color-CatColor02:focus > a,
  .color-CatColor02.opened > a,
  .color-CatColor02.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor02:hover .sub-menu-list,
  .color-CatColor02:focus .sub-menu-list,
  .color-CatColor02.opened .sub-menu-list,
  .color-CatColor02.activeCategory .sub-menu-list {
    border-color: #f2e500;
  }

  .color-CatColor02 .opened .cat-col-title {
    color: #f2e500;
  }

  .color-CatColor02 .sub-menu > li > a:after {
    border-color: #f2e500 transparent transparent transparent;
  }

  .color-CatColor02 .sub-menu > li.active > a:after {
    border-color: transparent transparent #f2e500 transparent;
  }
}

#NavColLeft .color-CatColor03 ul li.active a {
  color: #ea5a42;
}

#NavColLeft .color-CatColor03 a.active {
  color: #ea5a42;
  font-weight: 700;
}

#NavColLeft .color-CatColor03 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor03 a:hover,
#NavColLeft .color-CatColor03 a:focus,
#NavColLeft .color-CatColor03 ul li.open ul li a:hover,
#NavColLeft .color-CatColor03 ul li.open ul li a:focus {
  color: #ea5a42;
}

.menu .color-CatColor03 .sub-menu-list li a:not('.no-hover'):hover {
  color: #ea5a42;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor03 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor03 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor03 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #ea5a42;
}

.menu .color-CatColor03 .sub-menu-list a:hover:before {
  background-color: #ea5a42;
  transition: background-color 0.5s ease;
}

.color-CatColor03 {
  color: #ea5a42;
}

.color-CatColor03 .cat-title {
  background-color: #ea5a42;
}

.color-CatColor03 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor03 .has-sub-categories.active {
    color: #ea5a42;
  }

  .color-CatColor03.opened .cat-col-title.active {
    color: #ea5a42;
  }
}

@media (min-width: 768px) {
  .color-CatColor03:hover,
  .color-CatColor03:focus,
  .color-CatColor03.opened,
  .color-CatColor03.activeCategory {
    background-color: #ea5a42;
  }

  .color-CatColor03:hover > a,
  .color-CatColor03:focus > a,
  .color-CatColor03.opened > a,
  .color-CatColor03.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor03:hover .sub-menu-list,
  .color-CatColor03:focus .sub-menu-list,
  .color-CatColor03.opened .sub-menu-list,
  .color-CatColor03.activeCategory .sub-menu-list {
    border-color: #ea5a42;
  }

  .color-CatColor03 .opened .cat-col-title {
    color: #ea5a42;
  }

  .color-CatColor03 .sub-menu > li > a:after {
    border-color: #ea5a42 transparent transparent transparent;
  }

  .color-CatColor03 .sub-menu > li.active > a:after {
    border-color: transparent transparent #ea5a42 transparent;
  }
}

#NavColLeft .color-CatColor04 ul li.active a {
  color: #1b3054;
}

#NavColLeft .color-CatColor04 a.active {
  color: #1b3054;
  font-weight: 700;
}

#NavColLeft .color-CatColor04 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor04 a:hover,
#NavColLeft .color-CatColor04 a:focus,
#NavColLeft .color-CatColor04 ul li.open ul li a:hover,
#NavColLeft .color-CatColor04 ul li.open ul li a:focus {
  color: #1b3054;
}

.menu .color-CatColor04 .sub-menu-list li a:not('.no-hover'):hover {
  color: #1b3054;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor04 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor04 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor04 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #1b3054;
}

.menu .color-CatColor04 .sub-menu-list a:hover:before {
  background-color: #1b3054;
  transition: background-color 0.5s ease;
}

.color-CatColor04 {
  color: #1b3054;
}

.color-CatColor04 .cat-title {
  background-color: #1b3054;
}

.color-CatColor04 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor04 .has-sub-categories.active {
    color: #1b3054;
  }

  .color-CatColor04.opened .cat-col-title.active {
    color: #1b3054;
  }
}

@media (min-width: 768px) {
  .color-CatColor04:hover,
  .color-CatColor04:focus,
  .color-CatColor04.opened,
  .color-CatColor04.activeCategory {
    background-color: #1b3054;
  }

  .color-CatColor04:hover > a,
  .color-CatColor04:focus > a,
  .color-CatColor04.opened > a,
  .color-CatColor04.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor04:hover .sub-menu-list,
  .color-CatColor04:focus .sub-menu-list,
  .color-CatColor04.opened .sub-menu-list,
  .color-CatColor04.activeCategory .sub-menu-list {
    border-color: #1b3054;
  }

  .color-CatColor04 .opened .cat-col-title {
    color: #1b3054;
  }

  .color-CatColor04 .sub-menu > li > a:after {
    border-color: #1b3054 transparent transparent transparent;
  }

  .color-CatColor04 .sub-menu > li.active > a:after {
    border-color: transparent transparent #1b3054 transparent;
  }
}

#NavColLeft .color-CatColor05 ul li.active a {
  color: #015e96;
}

#NavColLeft .color-CatColor05 a.active {
  color: #015e96;
  font-weight: 700;
}

#NavColLeft .color-CatColor05 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor05 a:hover,
#NavColLeft .color-CatColor05 a:focus,
#NavColLeft .color-CatColor05 ul li.open ul li a:hover,
#NavColLeft .color-CatColor05 ul li.open ul li a:focus {
  color: #015e96;
}

.menu .color-CatColor05 .sub-menu-list li a:not('.no-hover'):hover {
  color: #015e96;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor05 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor05 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor05 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #015e96;
}

.menu .color-CatColor05 .sub-menu-list a:hover:before {
  background-color: #015e96;
  transition: background-color 0.5s ease;
}

.color-CatColor05 {
  color: #015e96;
}

.color-CatColor05 .cat-title {
  background-color: #015e96;
}

.color-CatColor05 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor05 .has-sub-categories.active {
    color: #015e96;
  }

  .color-CatColor05.opened .cat-col-title.active {
    color: #015e96;
  }
}

@media (min-width: 768px) {
  .color-CatColor05:hover,
  .color-CatColor05:focus,
  .color-CatColor05.opened,
  .color-CatColor05.activeCategory {
    background-color: #015e96;
  }

  .color-CatColor05:hover > a,
  .color-CatColor05:focus > a,
  .color-CatColor05.opened > a,
  .color-CatColor05.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor05:hover .sub-menu-list,
  .color-CatColor05:focus .sub-menu-list,
  .color-CatColor05.opened .sub-menu-list,
  .color-CatColor05.activeCategory .sub-menu-list {
    border-color: #015e96;
  }

  .color-CatColor05 .opened .cat-col-title {
    color: #015e96;
  }

  .color-CatColor05 .sub-menu > li > a:after {
    border-color: #015e96 transparent transparent transparent;
  }

  .color-CatColor05 .sub-menu > li.active > a:after {
    border-color: transparent transparent #015e96 transparent;
  }
}

#NavColLeft .color-CatColor06 ul li.active a {
  color: #e2f4f7;
}

#NavColLeft .color-CatColor06 a.active {
  color: #e2f4f7;
  font-weight: 700;
}

#NavColLeft .color-CatColor06 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor06 a:hover,
#NavColLeft .color-CatColor06 a:focus,
#NavColLeft .color-CatColor06 ul li.open ul li a:hover,
#NavColLeft .color-CatColor06 ul li.open ul li a:focus {
  color: #e2f4f7;
}

.menu .color-CatColor06 .sub-menu-list li a:not('.no-hover'):hover {
  color: #e2f4f7;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor06 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor06 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor06 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #e2f4f7;
}

.menu .color-CatColor06 .sub-menu-list a:hover:before {
  background-color: #e2f4f7;
  transition: background-color 0.5s ease;
}

.color-CatColor06 {
  color: #e2f4f7;
}

.color-CatColor06 .cat-title {
  background-color: #e2f4f7;
}

.color-CatColor06 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor06 .has-sub-categories.active {
    color: #e2f4f7;
  }

  .color-CatColor06.opened .cat-col-title.active {
    color: #e2f4f7;
  }
}

@media (min-width: 768px) {
  .color-CatColor06:hover,
  .color-CatColor06:focus,
  .color-CatColor06.opened,
  .color-CatColor06.activeCategory {
    background-color: #e2f4f7;
  }

  .color-CatColor06:hover > a,
  .color-CatColor06:focus > a,
  .color-CatColor06.opened > a,
  .color-CatColor06.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor06:hover .sub-menu-list,
  .color-CatColor06:focus .sub-menu-list,
  .color-CatColor06.opened .sub-menu-list,
  .color-CatColor06.activeCategory .sub-menu-list {
    border-color: #e2f4f7;
  }

  .color-CatColor06 .opened .cat-col-title {
    color: #e2f4f7;
  }

  .color-CatColor06 .sub-menu > li > a:after {
    border-color: #e2f4f7 transparent transparent transparent;
  }

  .color-CatColor06 .sub-menu > li.active > a:after {
    border-color: transparent transparent #e2f4f7 transparent;
  }
}

#NavColLeft .color-CatColor07 ul li.active a {
  color: #067f75;
}

#NavColLeft .color-CatColor07 a.active {
  color: #067f75;
  font-weight: 700;
}

#NavColLeft .color-CatColor07 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor07 a:hover,
#NavColLeft .color-CatColor07 a:focus,
#NavColLeft .color-CatColor07 ul li.open ul li a:hover,
#NavColLeft .color-CatColor07 ul li.open ul li a:focus {
  color: #067f75;
}

.menu .color-CatColor07 .sub-menu-list li a:not('.no-hover'):hover {
  color: #067f75;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor07 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor07 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor07 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #067f75;
}

.menu .color-CatColor07 .sub-menu-list a:hover:before {
  background-color: #067f75;
  transition: background-color 0.5s ease;
}

.color-CatColor07 {
  color: #067f75;
}

.color-CatColor07 .cat-title {
  background-color: #067f75;
}

.color-CatColor07 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor07 .has-sub-categories.active {
    color: #067f75;
  }

  .color-CatColor07.opened .cat-col-title.active {
    color: #067f75;
  }
}

@media (min-width: 768px) {
  .color-CatColor07:hover,
  .color-CatColor07:focus,
  .color-CatColor07.opened,
  .color-CatColor07.activeCategory {
    background-color: #067f75;
  }

  .color-CatColor07:hover > a,
  .color-CatColor07:focus > a,
  .color-CatColor07.opened > a,
  .color-CatColor07.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor07:hover .sub-menu-list,
  .color-CatColor07:focus .sub-menu-list,
  .color-CatColor07.opened .sub-menu-list,
  .color-CatColor07.activeCategory .sub-menu-list {
    border-color: #067f75;
  }

  .color-CatColor07 .opened .cat-col-title {
    color: #067f75;
  }

  .color-CatColor07 .sub-menu > li > a:after {
    border-color: #067f75 transparent transparent transparent;
  }

  .color-CatColor07 .sub-menu > li.active > a:after {
    border-color: transparent transparent #067f75 transparent;
  }
}

#NavColLeft .color-CatColor08 ul li.active a {
  color: #86001a;
}

#NavColLeft .color-CatColor08 a.active {
  color: #86001a;
  font-weight: 700;
}

#NavColLeft .color-CatColor08 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor08 a:hover,
#NavColLeft .color-CatColor08 a:focus,
#NavColLeft .color-CatColor08 ul li.open ul li a:hover,
#NavColLeft .color-CatColor08 ul li.open ul li a:focus {
  color: #86001a;
}

.menu .color-CatColor08 .sub-menu-list li a:not('.no-hover'):hover {
  color: #86001a;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor08 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor08 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor08 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #86001a;
}

.menu .color-CatColor08 .sub-menu-list a:hover:before {
  background-color: #86001a;
  transition: background-color 0.5s ease;
}

.color-CatColor08 {
  color: #86001a;
}

.color-CatColor08 .cat-title {
  background-color: #86001a;
}

.color-CatColor08 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor08 .has-sub-categories.active {
    color: #86001a;
  }

  .color-CatColor08.opened .cat-col-title.active {
    color: #86001a;
  }
}

@media (min-width: 768px) {
  .color-CatColor08:hover,
  .color-CatColor08:focus,
  .color-CatColor08.opened,
  .color-CatColor08.activeCategory {
    background-color: #86001a;
  }

  .color-CatColor08:hover > a,
  .color-CatColor08:focus > a,
  .color-CatColor08.opened > a,
  .color-CatColor08.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor08:hover .sub-menu-list,
  .color-CatColor08:focus .sub-menu-list,
  .color-CatColor08.opened .sub-menu-list,
  .color-CatColor08.activeCategory .sub-menu-list {
    border-color: #86001a;
  }

  .color-CatColor08 .opened .cat-col-title {
    color: #86001a;
  }

  .color-CatColor08 .sub-menu > li > a:after {
    border-color: #86001a transparent transparent transparent;
  }

  .color-CatColor08 .sub-menu > li.active > a:after {
    border-color: transparent transparent #86001a transparent;
  }
}

#NavColLeft .color-CatColor09 ul li.active a {
  color: #2a0c0d;
}

#NavColLeft .color-CatColor09 a.active {
  color: #2a0c0d;
  font-weight: 700;
}

#NavColLeft .color-CatColor09 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor09 a:hover,
#NavColLeft .color-CatColor09 a:focus,
#NavColLeft .color-CatColor09 ul li.open ul li a:hover,
#NavColLeft .color-CatColor09 ul li.open ul li a:focus {
  color: #2a0c0d;
}

.menu .color-CatColor09 .sub-menu-list li a:not('.no-hover'):hover {
  color: #2a0c0d;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor09 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor09 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor09 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #2a0c0d;
}

.menu .color-CatColor09 .sub-menu-list a:hover:before {
  background-color: #2a0c0d;
  transition: background-color 0.5s ease;
}

.color-CatColor09 {
  color: #2a0c0d;
}

.color-CatColor09 .cat-title {
  background-color: #2a0c0d;
}

.color-CatColor09 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor09 .has-sub-categories.active {
    color: #2a0c0d;
  }

  .color-CatColor09.opened .cat-col-title.active {
    color: #2a0c0d;
  }
}

@media (min-width: 768px) {
  .color-CatColor09:hover,
  .color-CatColor09:focus,
  .color-CatColor09.opened,
  .color-CatColor09.activeCategory {
    background-color: #2a0c0d;
  }

  .color-CatColor09:hover > a,
  .color-CatColor09:focus > a,
  .color-CatColor09.opened > a,
  .color-CatColor09.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor09:hover .sub-menu-list,
  .color-CatColor09:focus .sub-menu-list,
  .color-CatColor09.opened .sub-menu-list,
  .color-CatColor09.activeCategory .sub-menu-list {
    border-color: #2a0c0d;
  }

  .color-CatColor09 .opened .cat-col-title {
    color: #2a0c0d;
  }

  .color-CatColor09 .sub-menu > li > a:after {
    border-color: #2a0c0d transparent transparent transparent;
  }

  .color-CatColor09 .sub-menu > li.active > a:after {
    border-color: transparent transparent #2a0c0d transparent;
  }
}

#NavColLeft .color-CatColor10 ul li.active a {
  color: #3f3b18;
}

#NavColLeft .color-CatColor10 a.active {
  color: #3f3b18;
  font-weight: 700;
}

#NavColLeft .color-CatColor10 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor10 a:hover,
#NavColLeft .color-CatColor10 a:focus,
#NavColLeft .color-CatColor10 ul li.open ul li a:hover,
#NavColLeft .color-CatColor10 ul li.open ul li a:focus {
  color: #3f3b18;
}

.menu .color-CatColor10 .sub-menu-list li a:not('.no-hover'):hover {
  color: #3f3b18;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor10 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor10 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor10 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #3f3b18;
}

.menu .color-CatColor10 .sub-menu-list a:hover:before {
  background-color: #3f3b18;
  transition: background-color 0.5s ease;
}

.color-CatColor10 {
  color: #3f3b18;
}

.color-CatColor10 .cat-title {
  background-color: #3f3b18;
}

.color-CatColor10 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor10 .has-sub-categories.active {
    color: #3f3b18;
  }

  .color-CatColor10.opened .cat-col-title.active {
    color: #3f3b18;
  }
}

@media (min-width: 768px) {
  .color-CatColor10:hover,
  .color-CatColor10:focus,
  .color-CatColor10.opened,
  .color-CatColor10.activeCategory {
    background-color: #3f3b18;
  }

  .color-CatColor10:hover > a,
  .color-CatColor10:focus > a,
  .color-CatColor10.opened > a,
  .color-CatColor10.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor10:hover .sub-menu-list,
  .color-CatColor10:focus .sub-menu-list,
  .color-CatColor10.opened .sub-menu-list,
  .color-CatColor10.activeCategory .sub-menu-list {
    border-color: #3f3b18;
  }

  .color-CatColor10 .opened .cat-col-title {
    color: #3f3b18;
  }

  .color-CatColor10 .sub-menu > li > a:after {
    border-color: #3f3b18 transparent transparent transparent;
  }

  .color-CatColor10 .sub-menu > li.active > a:after {
    border-color: transparent transparent #3f3b18 transparent;
  }
}

#NavColLeft .color-CatColor11 ul li.active a {
  color: #bf4017;
}

#NavColLeft .color-CatColor11 a.active {
  color: #bf4017;
  font-weight: 700;
}

#NavColLeft .color-CatColor11 ul li.active ul a {
  color: #4f4b43;
}

#NavColLeft .color-CatColor11 a:hover,
#NavColLeft .color-CatColor11 a:focus,
#NavColLeft .color-CatColor11 ul li.open ul li a:hover,
#NavColLeft .color-CatColor11 ul li.open ul li a:focus {
  color: #bf4017;
}

.menu .color-CatColor11 .sub-menu-list li a:not('.no-hover'):hover {
  color: #bf4017;
  transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .menu .color-CatColor11 .sub-menu-list li a:not('.no-hover'):hover {
    color: #fff;
  }
}

.menu .color-CatColor11 .sub-menu-list li li a:not('.no-hover'):hover,
.menu .color-CatColor11 .sub-menu-list .sub-menu-item-all-items a:not('.no-hover'):hover {
  color: #bf4017;
}

.menu .color-CatColor11 .sub-menu-list a:hover:before {
  background-color: #bf4017;
  transition: background-color 0.5s ease;
}

.color-CatColor11 {
  color: #bf4017;
}

.color-CatColor11 .cat-title {
  background-color: #bf4017;
}

.color-CatColor11 .cat-title > a {
  color: #fff;
}

@media (max-width: 767px) {
  .color-CatColor11 .has-sub-categories.active {
    color: #bf4017;
  }

  .color-CatColor11.opened .cat-col-title.active {
    color: #bf4017;
  }
}

@media (min-width: 768px) {
  .color-CatColor11:hover,
  .color-CatColor11:focus,
  .color-CatColor11.opened,
  .color-CatColor11.activeCategory {
    background-color: #bf4017;
  }

  .color-CatColor11:hover > a,
  .color-CatColor11:focus > a,
  .color-CatColor11.opened > a,
  .color-CatColor11.activeCategory > a {
    color: #fff !important;
  }

  .color-CatColor11:hover .sub-menu-list,
  .color-CatColor11:focus .sub-menu-list,
  .color-CatColor11.opened .sub-menu-list,
  .color-CatColor11.activeCategory .sub-menu-list {
    border-color: #bf4017;
  }

  .color-CatColor11 .opened .cat-col-title {
    color: #bf4017;
  }

  .color-CatColor11 .sub-menu > li > a:after {
    border-color: #bf4017 transparent transparent transparent;
  }

  .color-CatColor11 .sub-menu > li.active > a:after {
    border-color: transparent transparent #bf4017 transparent;
  }
}

.page-color-homepage .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-homepage .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-homepage .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-homepage .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f2bd29 49%, #f2bd29 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f2bd29 49%, #f2bd29 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f2bd29 49%, #f2bd29 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-homepage .extended-flexible-teaser-tile-box-container .category-color,
.page-color-homepage .extended-full-width-slider-box-container .category-color {
  color: #f2bd29;
}

.page-color-homepage .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #f2bd29;
}

.page-color-homepage .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #f2bd29 !important;
}

.page-color-homepage .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #f2bd29 !important;
}

.page-color-Damen .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Damen .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Damen .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Damen .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #813a8d 49%, #813a8d 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #813a8d 49%, #813a8d 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #813a8d 49%, #813a8d 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Damen .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Damen .extended-full-width-slider-box-container .category-color {
  color: #813a8d;
}

.page-color-Damen .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #813a8d;
}

.page-color-Damen .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #813a8d !important;
}

.page-color-Damen .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #813a8d !important;
}

.page-color-Herren .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Herren .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Herren .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Herren .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #1940a6 49%, #1940a6 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #1940a6 49%, #1940a6 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #1940a6 49%, #1940a6 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Herren .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Herren .extended-full-width-slider-box-container .category-color {
  color: #1940a6;
}

.page-color-Herren .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #1940a6;
}

.page-color-Herren .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #1940a6 !important;
}

.page-color-Herren .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #1940a6 !important;
}

.page-color-Waesche .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Waesche .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Waesche .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Waesche .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #81cdc2 49%, #81cdc2 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #81cdc2 49%, #81cdc2 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #81cdc2 49%, #81cdc2 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Waesche .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Waesche .extended-full-width-slider-box-container .category-color {
  color: #81cdc2;
}

.page-color-Waesche .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #81cdc2;
}

.page-color-Waesche .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #81cdc2 !important;
}

.page-color-Waesche .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #81cdc2 !important;
}

.page-color-SchuheTaschen .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-SchuheTaschen .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-SchuheTaschen .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-SchuheTaschen .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #833903 49%, #833903 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #833903 49%, #833903 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #833903 49%, #833903 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-SchuheTaschen .extended-flexible-teaser-tile-box-container .category-color,
.page-color-SchuheTaschen .extended-full-width-slider-box-container .category-color {
  color: #833903;
}

.page-color-SchuheTaschen .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #833903;
}

.page-color-SchuheTaschen .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #833903 !important;
}

.page-color-SchuheTaschen .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #833903 !important;
}

.page-color-SchmuckUhren .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-SchmuckUhren .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-SchmuckUhren .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-SchmuckUhren .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #ffb21c 49%, #ffb21c 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #ffb21c 49%, #ffb21c 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #ffb21c 49%, #ffb21c 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-SchmuckUhren .extended-flexible-teaser-tile-box-container .category-color,
.page-color-SchmuckUhren .extended-full-width-slider-box-container .category-color {
  color: #ffb21c;
}

.page-color-SchmuckUhren .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #ffb21c;
}

.page-color-SchmuckUhren .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #ffb21c !important;
}

.page-color-SchmuckUhren .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #ffb21c !important;
}

.page-color-Wohnen .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Wohnen .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Wohnen .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Wohnen .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f47900 49%, #f47900 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f47900 49%, #f47900 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f47900 49%, #f47900 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Wohnen .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Wohnen .extended-full-width-slider-box-container .category-color {
  color: #f47900;
}

.page-color-Wohnen .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #f47900;
}

.page-color-Wohnen .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #f47900 !important;
}

.page-color-Wohnen .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #f47900 !important;
}

.page-color-Heimtex .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Heimtex .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Heimtex .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Heimtex .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #d4155c 49%, #d4155c 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #d4155c 49%, #d4155c 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #d4155c 49%, #d4155c 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Heimtex .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Heimtex .extended-full-width-slider-box-container .category-color {
  color: #d4155c;
}

.page-color-Heimtex .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #d4155c;
}

.page-color-Heimtex .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #d4155c !important;
}

.page-color-Heimtex .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #d4155c !important;
}

.page-color-Haushalt .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Haushalt .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Haushalt .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Haushalt .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #99115b 49%, #99115b 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #99115b 49%, #99115b 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #99115b 49%, #99115b 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Haushalt .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Haushalt .extended-full-width-slider-box-container .category-color {
  color: #99115b;
}

.page-color-Haushalt .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #99115b;
}

.page-color-Haushalt .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #99115b !important;
}

.page-color-Haushalt .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #99115b !important;
}

.page-color-Technik .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Technik .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Technik .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Technik .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #0090da 49%, #0090da 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #0090da 49%, #0090da 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #0090da 49%, #0090da 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Technik .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Technik .extended-full-width-slider-box-container .category-color {
  color: #0090da;
}

.page-color-Technik .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #0090da;
}

.page-color-Technik .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #0090da !important;
}

.page-color-Technik .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #0090da !important;
}

.page-color-LeibSeele .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-LeibSeele .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-LeibSeele .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-LeibSeele .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #339966 49%, #339966 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #339966 49%, #339966 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #339966 49%, #339966 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-LeibSeele .extended-flexible-teaser-tile-box-container .category-color,
.page-color-LeibSeele .extended-full-width-slider-box-container .category-color {
  color: #339966;
}

.page-color-LeibSeele .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #339966;
}

.page-color-LeibSeele .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #339966 !important;
}

.page-color-LeibSeele .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #339966 !important;
}

.page-color-Schnaeppchen .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-Schnaeppchen .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-Schnaeppchen .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-Schnaeppchen .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #BD0025 49%, #BD0025 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #BD0025 49%, #BD0025 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #BD0025 49%, #BD0025 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-Schnaeppchen .extended-flexible-teaser-tile-box-container .category-color,
.page-color-Schnaeppchen .extended-full-width-slider-box-container .category-color {
  color: #BD0025;
}

.page-color-Schnaeppchen .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #BD0025;
}

.page-color-Schnaeppchen .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #BD0025 !important;
}

.page-color-Schnaeppchen .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #BD0025 !important;
}

.page-color-CatColor01 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor01 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor01 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor01 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #6fb52b 49%, #6fb52b 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #6fb52b 49%, #6fb52b 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #6fb52b 49%, #6fb52b 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor01 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor01 .extended-full-width-slider-box-container .category-color {
  color: #6fb52b;
}

.page-color-CatColor01 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #6fb52b;
}

.page-color-CatColor01 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #6fb52b !important;
}

.page-color-CatColor01 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #6fb52b !important;
}

.page-color-CatColor02 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor02 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor02 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor02 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f2e500 49%, #f2e500 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f2e500 49%, #f2e500 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #f2e500 49%, #f2e500 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor02 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor02 .extended-full-width-slider-box-container .category-color {
  color: #f2e500;
}

.page-color-CatColor02 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #f2e500;
}

.page-color-CatColor02 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #f2e500 !important;
}

.page-color-CatColor02 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #f2e500 !important;
}

.page-color-CatColor03 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor03 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor03 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor03 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #ea5a42 49%, #ea5a42 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #ea5a42 49%, #ea5a42 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #ea5a42 49%, #ea5a42 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor03 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor03 .extended-full-width-slider-box-container .category-color {
  color: #ea5a42;
}

.page-color-CatColor03 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #ea5a42;
}

.page-color-CatColor03 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #ea5a42 !important;
}

.page-color-CatColor03 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #ea5a42 !important;
}

.page-color-CatColor04 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor04 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor04 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor04 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #1b3054 49%, #1b3054 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #1b3054 49%, #1b3054 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #1b3054 49%, #1b3054 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor04 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor04 .extended-full-width-slider-box-container .category-color {
  color: #1b3054;
}

.page-color-CatColor04 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #1b3054;
}

.page-color-CatColor04 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #1b3054 !important;
}

.page-color-CatColor04 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #1b3054 !important;
}

.page-color-CatColor05 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor05 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor05 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor05 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #015e96 49%, #015e96 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #015e96 49%, #015e96 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #015e96 49%, #015e96 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor05 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor05 .extended-full-width-slider-box-container .category-color {
  color: #015e96;
}

.page-color-CatColor05 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #015e96;
}

.page-color-CatColor05 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #015e96 !important;
}

.page-color-CatColor05 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #015e96 !important;
}

.page-color-CatColor06 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor06 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor06 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor06 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #e2f4f7 49%, #e2f4f7 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #e2f4f7 49%, #e2f4f7 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #e2f4f7 49%, #e2f4f7 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor06 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor06 .extended-full-width-slider-box-container .category-color {
  color: #e2f4f7;
}

.page-color-CatColor06 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #e2f4f7;
}

.page-color-CatColor06 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #e2f4f7 !important;
}

.page-color-CatColor06 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #e2f4f7 !important;
}

.page-color-CatColor07 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor07 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor07 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor07 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #067f75 49%, #067f75 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #067f75 49%, #067f75 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #067f75 49%, #067f75 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor07 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor07 .extended-full-width-slider-box-container .category-color {
  color: #067f75;
}

.page-color-CatColor07 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #067f75;
}

.page-color-CatColor07 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #067f75 !important;
}

.page-color-CatColor07 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #067f75 !important;
}

.page-color-CatColor08 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor08 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor08 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor08 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #86001a 49%, #86001a 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #86001a 49%, #86001a 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #86001a 49%, #86001a 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor08 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor08 .extended-full-width-slider-box-container .category-color {
  color: #86001a;
}

.page-color-CatColor08 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #86001a;
}

.page-color-CatColor08 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #86001a !important;
}

.page-color-CatColor08 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #86001a !important;
}

.page-color-CatColor09 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor09 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor09 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor09 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #2a0c0d 49%, #2a0c0d 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #2a0c0d 49%, #2a0c0d 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #2a0c0d 49%, #2a0c0d 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor09 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor09 .extended-full-width-slider-box-container .category-color {
  color: #2a0c0d;
}

.page-color-CatColor09 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #2a0c0d;
}

.page-color-CatColor09 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #2a0c0d !important;
}

.page-color-CatColor09 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #2a0c0d !important;
}

.page-color-CatColor10 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor10 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor10 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor10 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #3f3b18 49%, #3f3b18 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #3f3b18 49%, #3f3b18 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #3f3b18 49%, #3f3b18 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor10 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor10 .extended-full-width-slider-box-container .category-color {
  color: #3f3b18;
}

.page-color-CatColor10 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #3f3b18;
}

.page-color-CatColor10 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #3f3b18 !important;
}

.page-color-CatColor10 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #3f3b18 !important;
}

.page-color-CatColor11 .flexible-teaser-row-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor11 .flexible-teaser-row-component .theme-world-container-headline.moulding,
.page-color-CatColor11 .theme-world-container-component .flexible-teaser-row-headline.moulding,
.page-color-CatColor11 .theme-world-container-component .theme-world-container-headline.moulding {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #bf4017 49%, #bf4017 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #bf4017 49%, #bf4017 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #bf4017 49%, #bf4017 51%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
}

.page-color-CatColor11 .extended-flexible-teaser-tile-box-container .category-color,
.page-color-CatColor11 .extended-full-width-slider-box-container .category-color {
  color: #bf4017;
}

.page-color-CatColor11 .cta-only-flexible-teaser-tile-box-container .bg-category {
  background-color: #bf4017;
}

.page-color-CatColor11 .cta-only-flexible-teaser-tile-box-container .bg-category:before {
  border-right-color: #bf4017 !important;
}

.page-color-CatColor11 .cta-only-flexible-teaser-tile-box-container .bg-category:after {
  border-left-color: #bf4017 !important;
}

@font-face {
  font-family: 'Mathilde';
  src: url("/styles/common/fonts/mathilde.eot?z81uqb");
  src: url("/styles/common/fonts/mathilde.eot?z81uqb#iefix") format("embedded-opentype"), url("/styles/common/fonts/mathilde.ttf?z81uqb") format("truetype"), url("/styles/common/fonts/mathilde.woff?z81uqb") format("woff"), url("/styles/common/fonts/mathilde.svg?z81uqb#BADER-Iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* cabin-regular - latin-ext_latin_vietnamese */

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local("Cabin"), local("Cabin-Regular"), url("/styles/common/fonts/cabin/cabin-v12-latin-ext_latin_vietnamese-regular.woff2") format("woff2"), url("/styles/common/fonts/cabin/cabin-v12-latin-ext_latin_vietnamese-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* cabin-600 - latin-ext_latin_vietnamese */

@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 600;
  src: local("Cabin SemiBold"), local("Cabin-SemiBold"), url("/styles/common/fonts/cabin/cabin-v12-latin-ext_latin_vietnamese-600.woff2") format("woff2"), url("/styles/common/fonts/cabin/cabin-v12-latin-ext_latin_vietnamese-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-serif-regular - latin-ext_cyrillic_latin_cyrillic-ext */

@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif"), local("PTSerif-Regular"), url("/styles/common/fonts/ptserif/pt-serif-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.woff2") format("woff2"), url("/styles/common/fonts/ptserif/pt-serif-v9-latin-ext_cyrillic_latin_cyrillic-ext-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.font-mathilde {
  font-family: 'Mathilde';
  font-weight: bold;
}

.text-grey {
  color: #7d7d7d;
}

.font-size-small {
  font-size: 12px;
}

.font-size-big {
  font-size: 16px !important;
}

.font-size-bigger {
  font-size: 20px !important;
}

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

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

.link,
a {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link:hover,
.link:focus,
a:hover,
a:focus {
  color: #F2BD29;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.text-light {
  color: #7d7d7d;
}

.center {
  text-align: center;
}

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

.first-letter-uppercase {
  text-transform: lowercase;
  display: inline-block;
}

.first-letter-uppercase:first-letter {
  text-transform: uppercase;
}

@font-face {
  font-family: 'BADER-Iconfont';
  src: url("/styles/common/fonts/bader/BADER-Iconfont.eot?z81uqb");
  src: url("/styles/common/fonts/bader/BADER-Iconfont.eot?z81uqb#iefix") format("embedded-opentype"), url("/styles/common/fonts/bader/BADER-Iconfont.ttf?z81uqb") format("truetype"), url("/styles/common/fonts/bader/BADER-Iconfont.woff?z81uqb") format("woff"), url("/styles/common/fonts/bader/BADER-Iconfont.svg?z81uqb#BADER-Iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.icon-add_friend:before {
  content: "\e939";
}

.icon-present:before {
  content: "\e93a";
}

.icon-aufbauservice:before {
  content: "\e927";
}

.icon-diamant:before {
  content: "\e928";
}

.icon-edelstein:before {
  content: "\e929";
}

.icon-giropay:before {
  content: "\e92a";
}

.icon-kreditkarte:before {
  content: "\e92b";
}

.icon-lastschrift:before {
  content: "\e92c";
}

.icon-lieferung:before {
  content: "\e92d";
}

.icon-nachnahme:before {
  content: "\e92e";
}

.icon-paydirekt:before {
  content: "\e92f";
}

.icon-paypal:before {
  content: "\e930";
}

.icon-qualitaet:before {
  content: "\e931";
}

.icon-ratenkauf:before {
  content: "\e932";
}

.icon-rechnung:before {
  content: "\e933";
}

.icon-retour:before {
  content: "\e934";
}

.icon-ringmaß:before {
  content: "\e935";
}

.icon-sofort:before {
  content: "\e936";
}

.icon-stoffmuster:before {
  content: "\e937";
}

.icon-zahlpause:before {
  content: "\e938";
}

.icon-direktkauf:before {
  content: "\e926";
}

.icon-pen_1:before {
  content: "\e921";
}

.icon-service_figure:before {
  content: "\e922";
}

.icon-clock:before {
  content: "\e923";
}

.icon-close_2:before {
  content: "\e924";
}

.icon-info:before {
  content: "\e925";
}

.icon-heart:before {
  content: "\e91e";
}

.icon-make_friends:before {
  content: "\e91f";
}

.icon-wishlist:before {
  content: "\e920";
}

.icon-alarm:before {
  content: "\e91c";
}

.icon-help:before {
  content: "\e91d";
}

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

.icon-burger_icon:before {
  content: "\e901";
}

.icon-car:before {
  content: "\e902";
}

.icon-cash:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-chef_down:before {
  content: "\e905";
}

.icon-chef_left:before {
  content: "\e906";
}

.icon-chef_right:before {
  content: "\e907";
}

.icon-chef_up:before {
  content: "\e908";
}

.icon-close_1:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-deliver:before {
  content: "\e90b";
}

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

.icon-fax:before {
  content: "\e90d";
}

.icon-glass:before {
  content: "\e90e";
}

.icon-list:before {
  content: "\e90f";
}

.icon-lock:before {
  content: "\e910";
}

.icon-magazine:before {
  content: "\e911";
}

.icon-mail_check:before {
  content: "\e912";
}

.icon-mail_paper:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e914";
}

.icon-myaccount:before {
  content: "\e915";
}

.icon-open:before {
  content: "\e916";
}

.icon-paper_bin:before {
  content: "\e917";
}

.icon-pen:before {
  content: "\e918";
}

.icon-phone:before {
  content: "\e919";
}

.icon-star:before {
  content: "\e91a";
}

.icon-web:before {
  content: "\e91b";
}

.icon-shield:before {
  content: "\e93b";
}

.nomarg {
  margin: 0 !important;
}

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

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

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

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

.nopad {
  padding: 0 !important;
}

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

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

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

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

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

/* padding all scale */

.pan {
  padding: 0;
}

.paxs {
  padding: 5px;
}

.pas {
  padding: 5px;
}

.pam {
  padding: 10px;
}

.pal {
  padding: 20px;
}

.pax {
  padding: 30px;
}

.paxl {
  padding: 50px;
}

.paxxl {
  padding: 50px;
}

/* padding left */

.pln {
  padding-left: 0;
}

.plxs {
  padding-left: 5px;
}

.pls {
  padding-left: 5px;
}

.plm {
  padding-left: 10px;
}

.pll {
  padding-left: 20px;
}

.plx {
  padding-left: 30px;
}

.plxl {
  padding-left: 50px;
}

.plxxl {
  padding-left: 50px;
}

/* padding right */

.prn {
  padding-right: 0;
}

.prxs {
  padding-right: 5px;
}

.prs {
  padding-right: 5px;
}

.prm {
  padding-right: 10px;
}

.prl {
  padding-right: 20px;
}

.prx {
  padding-right: 30px;
}

.prxl {
  padding-right: 50px;
}

.prxxl {
  padding-right: 50px;
}

/* padding bottom */

.pbn {
  padding-bottom: 0;
}

.pbxs {
  padding-bottom: 5px;
}

.pbs {
  padding-bottom: 5px;
}

.pbm {
  padding-bottom: 10px;
}

.pbl {
  padding-bottom: 20px;
}

.pbx {
  padding-bottom: 30px;
}

.pbxl {
  padding-bottom: 50px;
}

.pbxxl {
  padding-bottom: 50px;
}

/* padding top */

.ptn {
  padding-top: 0;
}

.ptxs {
  padding-top: 5px;
}

.pts {
  padding-top: 5px;
}

.ptm {
  padding-top: 10px;
}

.ptl {
  padding-top: 20px;
}

.ptx {
  padding-top: 30px;
}

.ptxl {
  padding-top: 50px;
}

.ptxxl {
  padding-top: 50px;
}

/* padding vertical */

.pvn {
  padding-top: 0;
  padding-bottom: 0;
}

.pvxs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pvs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pvm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pvl {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pvx {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pvxl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pvxxl {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* padding horizontal */

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

.phxs {
  padding-left: 5px;
  padding-right: 5px;
}

.phs {
  padding-left: 5px;
  padding-right: 5px;
}

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

.phl {
  padding-left: 20px;
  padding-right: 20px;
}

.phx {
  padding-left: 30px;
  padding-right: 30px;
}

.phxl {
  padding-left: 50px;
  padding-right: 50px;
}

.phxxl {
  padding-left: 50px;
  padding-right: 50px;
}

/* margin all */

.man {
  margin: 0;
}

.maxs {
  margin: 5px;
}

.mas {
  margin: 5px;
}

.mam {
  margin: 10px;
}

.mal {
  margin: 20px;
}

.max {
  margin: 30px;
}

.maxl {
  margin: 50px;
}

.maxxl {
  margin: 50px;
}

/* margin left */

.mln {
  margin-left: 0;
}

.mlxs {
  margin-left: 5px;
}

.mls {
  margin-left: 5px;
}

.mlm {
  margin-left: 10px;
}

.mll {
  margin-left: 20px;
}

.mlx {
  margin-left: 30px;
}

.mlxl {
  margin-left: 50px;
}

.mlxxl {
  margin-left: 50px;
}

/* margin right */

.mrn {
  margin-right: 0;
}

.mrxs {
  margin-right: 5px;
}

.mrs {
  margin-right: 5px;
}

.mrm {
  margin-right: 10px;
}

.mrl {
  margin-right: 20px;
}

.mrx {
  margin-right: 30px;
}

.mrxl {
  margin-right: 50px;
}

.mrxxl {
  margin-right: 50px;
}

/* margin bottom */

.mbn {
  margin-bottom: 0;
}

.mbxs {
  margin-bottom: 5px;
}

.mbs {
  margin-bottom: 5px;
}

.mbm {
  margin-bottom: 10px;
}

.mbl {
  margin-bottom: 20px;
}

.mbx {
  margin-bottom: 30px;
}

.mbxl {
  margin-bottom: 50px;
}

.mbxxl {
  margin-bottom: 50px;
}

/* margin top */

.mtn {
  margin-top: 0;
}

.mtxs {
  margin-top: 5px;
}

.mts {
  margin-top: 5px;
}

.mtm {
  margin-top: 10px;
}

.mtl {
  margin-top: 20px;
}

.mtx {
  margin-top: 30px;
}

.mtxl {
  margin-top: 50px;
}

.mtxxl {
  margin-top: 50px;
}

/* margin vertical */

.mvn {
  margin-top: 0;
  margin-bottom: 0;
}

.mvxs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mvs {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

.mvl {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mvx {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mvxl {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mvxl {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* margin horizontal */

.mhn {
  margin-left: 0;
  margin-right: 0;
}

.mhxs {
  margin-left: 5px;
  margin-right: 5px;
}

.mhs {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.mhx {
  margin-left: 30px;
  margin-right: 30px;
}

.mhxl {
  margin-left: 50px;
  margin-right: 50px;
}

.mhxxl {
  margin-left: 50px;
  margin-right: 50px;
}

.negativ-mlm {
  margin-left: -10px;
}

.negativ-mll {
  margin-left: -20px;
}

@media (max-width: 1023px) {
  .sm-nomargl {
    margin-left: 0 !important;
  }

  .sm-mbm {
    margin-bottom: 10px;
  }

  .sm-mbl {
    margin-bottom: 20px;
  }

  .sm-mtm {
    margin-top: 10px;
  }

  .sm-mtl {
    margin-top: 20px;
  }

  .sm-mhm-negative {
    margin: 0 -10px !important;
  }
}

@media (max-width: 767px) {
  .xs-nomarg {
    margin: 0 !important;
  }

  .xs-nomargb {
    margin-bottom: 0 !important;
  }

  .xs-mbm {
    margin-bottom: 10px;
  }

  .xs-mbl {
    margin-bottom: 20px;
  }

  .xs-mtm {
    margin-top: 10px;
  }

  .xs-mtl {
    margin-top: 20px;
  }

  .xs-mvl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* padding */

  .xs-nopad {
    padding: 0 !important;
  }

  .xs-ptm {
    padding-top: 10px;
  }
}

@media (max-width: 500px) {
  .xxs-nomarg {
    margin: 0 !important;
  }

  .xxs-nomargb {
    margin-bottom: 0 !important;
  }

  .xxs-mbm {
    margin-bottom: 10px;
  }

  .xxs-mbl {
    margin-bottom: 20px;
  }

  .xxs-mtm {
    margin-top: 10px;
  }

  .xxs-mtl {
    margin-top: 20px;
  }

  .xxs-mvl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* padding */

  .xxs-nopad {
    padding: 0 !important;
  }

  .xxs-nopadl {
    padding-left: 0;
  }

  .xxs-nopadr {
    padding-right: 0;
  }

  .xxs-ptm {
    padding-top: 10px;
  }
}

/*
* === helpers global ===
*/

.container-maxW {
  width: 100% !important;
}

.w18 {
  width: 18%;
}

.w38 {
  width: 38%;
}

.w58 {
  width: 58%;
}

.w78 {
  width: 78%;
}

.w98 {
  width: 98%;
}

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

.d-block {
  display: block;
}

.inline {
  display: inline;
}

.displayNone {
  display: none;
}

.layerLarge {
  display: none;
}

.bg-greyVlight {
  background-color: #FCFBF5;
}

.bg-white {
  background-color: #fff;
}

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

.bg-gray {
  background-color: #7d7d7d;
}

.bg-dark {
  background-color: #7d7d7d;
}

.hr-light {
  border-color: #ece9e2;
}

.img-center {
  margin: auto;
}

.js-hidden {
  display: none;
}

.js-toggle {
  display: none;
}

.js-toggle.in {
  display: block;
}

.grayBox {
  background: none;
  padding: 0;
}

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

.grayBox:after {
  clear: both;
}

.grayBox > div:first-child {
  background-color: #ece9e2;
  padding: 10px;
  margin: 0;
}

.grayBox > div:first-child:before,
.grayBox > div:first-child:after {
  content: " ";
  display: table;
}

.grayBox > div:first-child:after {
  clear: both;
}

.white-box {
  background-color: #fff;
  border: 1px solid #ece9e2;
  border-radius: 4px 0;
  padding: 10px;
}

.white-box.has-error {
  border-color: #dc3522;
}

.equalize-height {
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.equalize-height .equalHW {
  display: inline-block;
}

.equalize-height .equalHW,
.equalize-height .equalHW.zero {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.equalize-height .equalHW.one {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.equalize-height .equalHW.two {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.equalize-height .full-height {
  height: 100%;
}

@media (max-width: 500px) {
  .equalize-height.xsp-remove-flex,
  .equalize-height.xsp-remove-flex .equalHW,
  .equalize-height.xsp-remove-flex .flex-item {
    display: block;
  }
}

@media (max-width: 767px) {
  .equalize-height.xs-remove-flex,
  .equalize-height.xsl-remove-flex,
  .equalize-height.xs-remove-flex .equalHW,
  .equalize-height.xs-remove-flex .flex-item,
  .equalize-height.xsl-remove-flex .equalHW,
  .equalize-height.xsl-remove-flex .flex-item {
    display: block;
  }
}

@media (max-width: 1279px) {
  .equalize-height.md-remove-flex,
  .equalize-height.md-remove-flex .equalHW,
  .equalize-height.md-remove-flex .flex-item {
    display: block;
  }
}

.sliderNext,
.sliderPrev {
  top: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

.sliderNext {
  right: -10px;
}

.sliderPrev {
  left: -10px;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.clearBoth {
  clear: both;
}

.borderR {
  border-right: 1px solid #ece9e2;
}

.fixed {
  position: fixed !important;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-absolute-t {
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  .p-absolute-t.xs-relative {
    position: relative;
  }
}

.p-absolute-b {
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .p-absolute-b.xs-relative {
    position: relative;
  }
}

@media (max-width: 767px) {
  .p-absolute.xs-relative {
    position: relative;
  }
}

.wauto {
  width: auto !important;
}

@media (max-width: 767px) {
  .xs-width-auto {
    width: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

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

#factfinderAjaxLoaderDiv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 101;
}

/*
* === read more toggle ===
*/

.read-more-state {
  display: none;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state:checked ~ .read-more-wrap + .read-more-trigger {
  margin-top: 10px;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state ~ .read-more-trigger:before {
  content: attr(data-show-more);
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: attr(data-show-less);
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.read-more-trigger:hover,
.read-more-trigger:focus {
  color: #F2BD29;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.read-more-wrap--max-height {
  overflow: hidden;
  position: relative;
}

.read-more-wrap--max-height:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  pointer-events: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FCFBF5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FCFBF5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FCFBF5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='$bg-gray-VLight',GradientType=0 );
  /* IE6-9 */
  transition: height .5s;
}

.read-more-wrap--max-height.show:before {
  height: 100px;
}

.read-more-wrap--max-height + .read-more-trigger {
  display: none;
  margin-top: 10px;
}

.read-more-wrap--max-height.active + .read-more-trigger {
  display: block;
}

@media (min-width: 768px) {
  .read-more-wrap--max-height {
    height: 100% !important;
  }

  .read-more-wrap--max-height:before {
    content: none;
  }

  .read-more-wrap--max-height.active + .read-more-trigger,
  .read-more-wrap--max-height + .read-more-trigger {
    display: none;
  }
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 900;
}

i.loading {
  background: url("/resources/BAD/images/ajax-loader.gif") no-repeat center center #fff;
  width: 32px;
  height: 32px;
  display: block;
}

i.loading.center {
  margin: auto;
}

.clear-sizes {
  line-height: 0;
  font-size: 0;
}

.stop-scroll {
  overflow: hidden;
  position: fixed;
}

/*
* === all helpers for xs ===
*/

@media (max-width: 767px) {
  .xs-max {
    width: 100% !important;
  }

  .hidden-mobile {
    display: none;
  }

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

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

  .xs-bg-greyVlight {
    background-color: #FCFBF5;
  }

  .xs-clearfix:before,
  .xs-clearfix:after {
    content: " ";
    display: table;
  }

  .xs-clearfix:after {
    clear: both;
  }
}

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

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

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

.font-cursive {
  font-family: PT Serif, serif;
  font-style: italic;
}

.font-print {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-very-small {
  font-size: 18px;
}

.font-small {
  font-size: 22px;
}

.font-normal {
  font-size: 27px;
}

.font-big {
  font-size: 30px;
}

.font-very-big {
  font-size: 35px;
}

.font-very-small.font-mathilde {
  font-size: 23px;
  line-height: 21px;
}

.font-small.font-mathilde {
  font-size: 31px;
  line-height: 31px;
}

.font-normal.font-mathilde {
  font-size: 41px;
  line-height: 39px;
}

.font-big.font-mathilde {
  font-size: 47px;
  line-height: 43px;
  font-weight: 500;
}

.font-very-big.font-mathilde {
  font-size: 53px;
  line-height: 49px;
  font-weight: 500;
}

.font-black,
.font-hover-black:hover {
  color: #000;
}

.font-white,
.font-hover-white:hover {
  color: #fff;
}

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

h2.font-small,
.h2.font-small {
  font-size: 31px;
}

h2.font-normal,
.h2.font-normal {
  font-size: 35px;
}

h2.font-big,
.h2.font-big {
  font-size: 39px;
}

h2.font-very-big,
.h2.font-very-big {
  font-size: 47px;
}

/*
* === breakpoint specific clearfixes only work in the ONE viewport ===
*/

@media (max-width: 500px) {
  .xsp-clearfix {
    clear: both;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .xsl-clearfix {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .sm-clearfix {
    clear: both;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .md-clearfix {
    clear: both;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .lg-clearfix {
    clear: both;
  }
}

@media (min-width: 1600px) {
  .xl-clearfix {
    clear: both;
  }
}

.visible-from-xsp {
  display: none;
}

@media (min-width: 321px) {
  .visible-from-xsp {
    display: block;
  }
}

.visible-from-xsp-inline {
  display: none;
}

@media (min-width: 321px) {
  .visible-from-xsp-inline {
    display: inline-block;
  }
}

.visible-from-xsl {
  display: none;
}

@media (min-width: 501px) {
  .visible-from-xsl {
    display: block;
  }
}

.visible-from-xsl-inline {
  display: none;
}

@media (min-width: 501px) {
  .visible-from-xsl-inline {
    display: inline-block;
  }
}

.visible-from-sm {
  display: none;
}

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

.visible-from-sm-inline {
  display: none;
}

@media (min-width: 768px) {
  .visible-from-sm-inline {
    display: inline-block;
  }
}

.visible-from-md {
  display: none;
}

@media (min-width: 1024px) {
  .visible-from-md {
    display: block;
  }
}

.visible-from-md-inline {
  display: none;
}

@media (min-width: 1024px) {
  .visible-from-md-inline {
    display: inline-block;
  }
}

.visible-from-lg {
  display: none;
}

@media (min-width: 1280px) {
  .visible-from-lg {
    display: block;
  }
}

.visible-from-lg-inline {
  display: none;
}

@media (min-width: 1280px) {
  .visible-from-lg-inline {
    display: inline-block;
  }
}

.visible-from-xl {
  display: none;
}

@media (min-width: 1600px) {
  .visible-from-xl {
    display: block;
  }
}

.visible-from-xl-inline {
  display: none;
}

@media (min-width: 1600px) {
  .visible-from-xl-inline {
    display: inline-block;
  }
}

.visible-upto-xsp {
  display: none;
}

@media (max-width: 500px) {
  .visible-upto-xsp {
    display: block;
  }
}

.visible-upto-xsp-inline {
  display: none;
}

@media (max-width: 500px) {
  .visible-upto-xsp-inline {
    display: inline-block;
  }
}

.visible-upto-xsl {
  display: none;
}

@media (max-width: 767px) {
  .visible-upto-xsl {
    display: block;
  }
}

.visible-upto-xsl-inline {
  display: none;
}

@media (max-width: 767px) {
  .visible-upto-xsl-inline {
    display: inline-block;
  }
}

.visible-upto-sm {
  display: none;
}

@media (max-width: 1023px) {
  .visible-upto-sm {
    display: block;
  }
}

.visible-upto-sm-inline {
  display: none;
}

@media (max-width: 1023px) {
  .visible-upto-sm-inline {
    display: inline-block;
  }
}

.visible-upto-md {
  display: none;
}

@media (max-width: 1279px) {
  .visible-upto-md {
    display: block;
  }
}

.visible-upto-md-inline {
  display: none;
}

@media (max-width: 1279px) {
  .visible-upto-md-inline {
    display: inline-block;
  }
}

.visible-upto-lg {
  display: none;
}

@media (max-width: 1599px) {
  .visible-upto-lg {
    display: block;
  }
}

.visible-upto-lg-inline {
  display: none;
}

@media (max-width: 1599px) {
  .visible-upto-lg-inline {
    display: inline-block;
  }
}

.visible-upto-xl {
  display: block;
}

.visible-upto-xl-inline {
  display: inline-block;
}

.show-bullet-points {
  list-style: disc;
  margin-left: 20px;
}

textarea.noResize {
  resize: none;
}

.no-overflow {
  overflow: visible !important;
}

.slide-fix {
  visibility: hidden;
}

.slide-fix.slick-initialized {
  visibility: visible;
}

.slide-fix.slick-initialized .slick-slide {
  position: relative;
}

.slide-fix.slick-initialized .slick-slide:first-child {
  position: relative;
}

.slide-fix .slick-slide {
  position: absolute;
}

.slide-fix .slick-slide:first-child {
  position: relative;
}

@media (max-width: 767px) {
  .slide-fix.js-trusted-elements-slider {
    height: 38px;
    overflow: hidden;
  }

  .slide-fix.js-trusted-elements-slider.slick-initialized {
    height: auto;
    overflow: visible;
  }
}

.is-ie11 .pds-main-image-wrapper * {
  transition: 0 !important;
}

.is-ie11 .pds-main-image-wrapper .product-badge-wrapper {
  top: -1px;
  right: -1px;
}

.btn,
.boxInnerHeight193 .doubleCol .control a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}

.btn.btn-min-width,
.boxInnerHeight193 .doubleCol .control a.btn-min-width {
  min-width: 150px;
}

.btn.btn-min-width-big,
.boxInnerHeight193 .doubleCol .control a.btn-min-width-big {
  min-width: 230px;
}

.btn-default:focus,
.boxInnerHeight193 .doubleCol .control a:focus,
.btn-default:active,
.boxInnerHeight193 .doubleCol .control a:active,
.btn-default:hover,
.boxInnerHeight193 .doubleCol .control a:hover,
.btn-help:focus,
.btn-help:active,
.btn-help:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:hover {
  outline: none !important;
  border: 1px solid transparent;
}

.btn.sending,
.boxInnerHeight193 .doubleCol .control a.sending {
  position: relative;
  text-align: left;
}

.btn.sending:before,
.boxInnerHeight193 .doubleCol .control a.sending:before {
  content: '';
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -17px;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: animate_rotate;
  animation-name: animate_rotate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.btn.sending,
.boxInnerHeight193 .doubleCol .control a.sending {
  pointer-events: none;
  cursor: not-allowed;
}

.btn.sending:before,
.boxInnerHeight193 .doubleCol .control a.sending:before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn.sending:after,
.boxInnerHeight193 .doubleCol .control a.sending:after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 20px;
}

@keyframes animate_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.btn:hover,
.boxInnerHeight193 .doubleCol .control a:hover,
.btn:focus,
.boxInnerHeight193 .doubleCol .control a:focus,
.btn.focus,
.boxInnerHeight193 .doubleCol .control a.focus {
  color: #4f4b43;
  text-decoration: none;
}

.btn:active,
.boxInnerHeight193 .doubleCol .control a:active,
.btn.active,
.boxInnerHeight193 .doubleCol .control a.active {
  outline: 0;
  background-image: none;
}

.btn i,
.boxInnerHeight193 .doubleCol .control a i {
  margin-right: 10px;
}

.btn .text-decoration,
.boxInnerHeight193 .doubleCol .control a .text-decoration {
  text-decoration: underline;
}

.btn:hover span.text-decoration,
.boxInnerHeight193 .doubleCol .control a:hover span.text-decoration,
.btn:focus span.text-decoration,
.boxInnerHeight193 .doubleCol .control a:focus span.text-decoration {
  text-decoration: none;
  color: #F2BD29;
}

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

.btn-default,
.boxInnerHeight193 .doubleCol .control a {
  color: #4f4b43;
  background-color: #F2BD29;
  border-color: #F2BD29;
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.btn-default:focus,
.boxInnerHeight193 .doubleCol .control a:focus,
.btn-default.focus,
.boxInnerHeight193 .doubleCol .control a.focus {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default:hover,
.boxInnerHeight193 .doubleCol .control a:hover {
  color: #fff !important;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default:active,
.boxInnerHeight193 .doubleCol .control a:active,
.btn-default.active,
.boxInnerHeight193 .doubleCol .control a.active,
.open > .btn-default.dropdown-toggle,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default:active:hover,
.boxInnerHeight193 .doubleCol .control a:active:hover,
.btn-default:active:focus,
.boxInnerHeight193 .doubleCol .control a:active:focus,
.btn-default:active.focus,
.boxInnerHeight193 .doubleCol .control a:active.focus,
.btn-default.active:hover,
.boxInnerHeight193 .doubleCol .control a.active:hover,
.btn-default.active:focus,
.boxInnerHeight193 .doubleCol .control a.active:focus,
.btn-default.active.focus,
.boxInnerHeight193 .doubleCol .control a.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle.focus {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

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

.btn-default.disabled:hover,
.boxInnerHeight193 .doubleCol .control a.disabled:hover,
.btn-default.disabled:focus,
.boxInnerHeight193 .doubleCol .control a.disabled:focus,
.btn-default.disabled.focus,
.boxInnerHeight193 .doubleCol .control a.disabled.focus,
.btn-default[disabled]:hover,
.boxInnerHeight193 .doubleCol .control a[disabled]:hover,
.btn-default[disabled]:focus,
.boxInnerHeight193 .doubleCol .control a[disabled]:focus,
.btn-default[disabled].focus,
.boxInnerHeight193 .doubleCol .control a[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .boxInnerHeight193 .doubleCol .control a:hover,
.boxInnerHeight193 .doubleCol .control
fieldset[disabled] a:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .boxInnerHeight193 .doubleCol .control a:focus,
.boxInnerHeight193 .doubleCol .control
fieldset[disabled] a:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .boxInnerHeight193 .doubleCol .control a.focus,
.boxInnerHeight193 .doubleCol .control
fieldset[disabled] a.focus {
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default .badge,
.boxInnerHeight193 .doubleCol .control a .badge {
  color: #7d7d7d;
  background-color: #fff;
}

.btn-default,
.boxInnerHeight193 .doubleCol .control a {
  color: #4f4b43;
  background-color: #F2BD29;
  border-color: #F2BD29;
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.btn-default:focus,
.boxInnerHeight193 .doubleCol .control a:focus,
.btn-default.focus,
.boxInnerHeight193 .doubleCol .control a.focus {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default:hover,
.boxInnerHeight193 .doubleCol .control a:hover {
  color: #fff !important;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default:active,
.boxInnerHeight193 .doubleCol .control a:active,
.btn-default.active,
.boxInnerHeight193 .doubleCol .control a.active,
.open > .btn-default.dropdown-toggle,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default:active:hover,
.boxInnerHeight193 .doubleCol .control a:active:hover,
.btn-default:active:focus,
.boxInnerHeight193 .doubleCol .control a:active:focus,
.btn-default:active.focus,
.boxInnerHeight193 .doubleCol .control a:active.focus,
.btn-default.active:hover,
.boxInnerHeight193 .doubleCol .control a.active:hover,
.btn-default.active:focus,
.boxInnerHeight193 .doubleCol .control a.active:focus,
.btn-default.active.focus,
.boxInnerHeight193 .doubleCol .control a.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.boxInnerHeight193 .doubleCol .control
.open > a.dropdown-toggle.focus {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

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

.btn-default.disabled:hover,
.boxInnerHeight193 .doubleCol .control a.disabled:hover,
.btn-default.disabled:focus,
.boxInnerHeight193 .doubleCol .control a.disabled:focus,
.btn-default.disabled.focus,
.boxInnerHeight193 .doubleCol .control a.disabled.focus,
.btn-default[disabled]:hover,
.boxInnerHeight193 .doubleCol .control a[disabled]:hover,
.btn-default[disabled]:focus,
.boxInnerHeight193 .doubleCol .control a[disabled]:focus,
.btn-default[disabled].focus,
.boxInnerHeight193 .doubleCol .control a[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .boxInnerHeight193 .doubleCol .control a:hover,
.boxInnerHeight193 .doubleCol .control
fieldset[disabled] a:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .boxInnerHeight193 .doubleCol .control a:focus,
.boxInnerHeight193 .doubleCol .control
fieldset[disabled] a:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .boxInnerHeight193 .doubleCol .control a.focus,
.boxInnerHeight193 .doubleCol .control
fieldset[disabled] a.focus {
  background-color: #7d7d7d;
  border-color: #A3A3A3;
}

.btn-default .badge,
.boxInnerHeight193 .doubleCol .control a .badge {
  color: #7d7d7d;
  background-color: #fff;
}

.btn-primary {
  text-transform: none;
  color: #7d7d7d;
  background-color: transparent;
  border-color: #7d7d7d;
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

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

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

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-primary .badge {
  color: #7d7d7d;
  background-color: #fff;
}

.btn-help {
  color: #7d7d7d;
  background-color: #F2BD29;
  border-color: #F2BD29;
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.btn-help:focus,
.btn-help.focus {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-help:hover {
  color: #fff !important;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-help:active,
.btn-help.active,
.open > .btn-help.dropdown-toggle {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

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

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

.btn-help.disabled:hover,
.btn-help.disabled:focus,
.btn-help.disabled.focus,
.btn-help[disabled]:hover,
.btn-help[disabled]:focus,
.btn-help[disabled].focus,
fieldset[disabled] .btn-help:hover,
fieldset[disabled] .btn-help:focus,
fieldset[disabled] .btn-help.focus {
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.btn-help .badge {
  color: #7d7d7d;
  background-color: #fff;
}

.btn-success {
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover {
  color: #fff !important;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.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: #5cb85c;
  border-color: #4cae4c;
}

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

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.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: #5bc0de;
  border-color: #46b8da;
}

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

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

.btn-warning {
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

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

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

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

.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: #f0ad4e;
  border-color: #eea236;
}

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

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

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

.btn-danger {
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.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: #d9534f;
  border-color: #d43f3a;
}

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

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-collapse,
.btn-collapse:focus {
  background: #7d7d7d;
  border-color: #7d7d7d;
  color: #fff;
  text-transform: none;
  width: 100%;
  text-align: left;
  position: relative;
}

.btn-collapse:before,
.btn-collapse:focus:before {
  content: "\e90a";
  font-family: 'BADER-Iconfont' !important;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 15px;
  width: 16px;
  height: 37px;
  line-height: 37px;
}

.btn-collapse.collapsed:before,
.btn-collapse:focus.collapsed:before {
  content: "\e916";
}

.btn-collapse:hover,
.btn-collapse:focus:hover {
  color: #7d7d7d;
  background-color: transparent;
  border-color: #7d7d7d;
}

.btn-link {
  color: #4f4b43;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  outline: 0;
  text-transform: none;
  padding: 10px 0;
}

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

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

.btn-link:hover,
.btn-link:focus {
  color: #F2BD29;
  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: #c5c2bb;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn,
.boxInnerHeight193 .doubleCol .control .btn-group-lg > a {
  padding: 9px 12px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px 0 6px 0;
}

.btn-sm,
.btn-group-sm > .btn,
.boxInnerHeight193 .doubleCol .control .btn-group-sm > a {
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px 0 2px 0;
}

.btn-xs,
.btn-group-xs > .btn,
.boxInnerHeight193 .doubleCol .control .btn-group-xs > a {
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px 0 2px 0;
}

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

@media (max-width: 767px) {
  .xs-btn-block {
    display: block;
    width: 100%;
  }

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

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

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

.input-group-addon {
  color: #4f4b43;
}

.btn-table {
  display: block;
}

.btn-table.btn-table-full {
  width: 100%;
}

.btn-table .btn-name,
.btn-table i {
  display: inline-block;
  vertical-align: middle;
}

.btn-table .btn-name {
  line-height: 1;
}

.btn-table i {
  font-size: 20px;
  padding-right: 5px;
}

.btn-table.js-wishlist-remove {
  float: left;
}

.btn-table.js-wishlist-remove i {
  margin-right: 0;
  padding-right: 0;
}

.input-group-quantity.wrap {
  width: 100px;
}

.input-group-quantity.wrap input {
  text-align: right;
  padding-right: 40px;
}

@media (max-width: 767px) {
  .input-group-quantity.wrap input {
    text-align: center;
  }
}

.input-group-quantity .input-group-inner {
  display: block;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .input-group-quantity .input-group-inner {
    padding-left: 40px;
  }
}

.input-group-quantity .input-group-inner .label-qty {
  line-height: 40px;
  position: absolute;
  right: 32px;
  z-index: 5;
}

@media (max-width: 767px) {
  .input-group-quantity .input-group-inner .label-qty {
    display: none;
  }
}

.input-group-quantity .form-control {
  height: 40px;
  border-radius: 4px 0 4px 0 !important;
}

@media (min-width: 768px) {
  .input-group-quantity .form-control {
    padding: 9px 5px;
  }
}

@media (max-width: 767px) {
  .input-group-quantity .form-control {
    margin-left: -40px;
    padding: 9px 40px;
    border-radius: 4px 0 4px 0 !important;
    width: 140px;
    width: calc(100% + 40px);
  }
}

.input-group-quantity .input-group-btn-vertical {
  position: absolute;
  white-space: nowrap;
  width: 20px;
  vertical-align: middle;
  display: block;
  top: 1px;
  right: 1px;
  z-index: 4;
  background: transparent;
}

@media (max-width: 767px) {
  .input-group-quantity .input-group-btn-vertical {
    width: 40px;
    position: static;
  }
}

.input-group-quantity .input-group-btn-vertical > .btn,
.input-group-quantity .boxInnerHeight193 .doubleCol .control .input-group-btn-vertical > a,
.boxInnerHeight193 .doubleCol .control .input-group-quantity .input-group-btn-vertical > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: 0;
  position: relative;
  border-radius: 0;
  height: 20px;
  width: 25px;
  font-size: 10px;
  line-height: 20px;
  border-color: #ece9e2;
}

.input-group-quantity .input-group-btn-vertical > .btn:last-child,
.input-group-quantity .boxInnerHeight193 .doubleCol .control .input-group-btn-vertical > a:last-child,
.boxInnerHeight193 .doubleCol .control .input-group-quantity .input-group-btn-vertical > a:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 767px) {
  .input-group-quantity .input-group-btn-vertical > .btn:last-child,
  .input-group-quantity .boxInnerHeight193 .doubleCol .control .input-group-btn-vertical > a:last-child,
  .boxInnerHeight193 .doubleCol .control .input-group-quantity .input-group-btn-vertical > a:last-child {
    margin: 0;
    border-radius: 4px 0 0 0;
  }
}

.input-group-quantity .input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 20px;
}

.input-group-quantity .input-group-btn-vertical .btn-plus:focus:not(:hover),
.input-group-quantity .input-group-btn-vertical .btn-minus:focus:not(:hover) {
  color: #7d7d7d;
  background-color: transparent;
}

@media (max-width: 767px) {
  .input-group-quantity .input-group-btn-vertical .btn-plus,
  .input-group-quantity .input-group-btn-vertical .btn-minus {
    height: 38px;
    width: 40px;
    display: block;
    border-radius: 0 0 4px 0;
    z-index: 5;
    top: 1px;
    position: absolute;
  }

  .input-group-quantity .input-group-btn-vertical .btn-plus i,
  .input-group-quantity .input-group-btn-vertical .btn-minus i {
    line-height: 38px;
  }
}

.input-group-quantity .input-group-btn-vertical .btn-plus {
  border-width: 0 0 0 1px;
}

@media (max-width: 767px) {
  .input-group-quantity .input-group-btn-vertical .btn-plus {
    right: 1px;
    top: 1px;
    border-width: 0 0 0 1px;
  }
}

.input-group-quantity .input-group-btn-vertical .btn-minus {
  border-width: 1px 0 0 1px;
}

@media (max-width: 767px) {
  .input-group-quantity .input-group-btn-vertical .btn-minus {
    border-width: 0 1px 0 0;
    position: absolute;
    left: 1px;
  }
}

.btn-radius {
  border-radius: 50%;
  color: #fff;
  background-color: #7d7d7d;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.btn-radius:hover,
.btn-radius:focus {
  color: #fff;
}

.btn-on-top {
  display: none;
  position: fixed;
  z-index: 105;
  bottom: 40px;
  right: 0;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  height: 40px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px 0 4px 0;
  /* prevent flicker effect on fade in */
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out;
}

@media (max-width: 767px) {
  .btn-on-top {
    bottom: 96px;
  }
}

.btn-on-top i {
  margin: 0;
}

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

.panel-title > a:focus:hover {
  color: #F2BD29;
}

@media (max-width: 767px) {
  .btn,
  .boxInnerHeight193 .doubleCol .control a {
    font-size: 14px;
  }
}

#eKomiVFreport-fixed {
  visibility: hidden;
}

/*
 * None of the CSS in this example is necessary for the base script to work properly. The only required CSS is the one shipped with Bootstrap.
 */

.breakpoint-alias {
  background-color: #238cce;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  margin: auto;
  z-index: 1000;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}

.breakpoint-alias:hover,
.breakpoint-alias:focus {
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .breakpoint-alias:before {
    content: "VP: XSP";
  }
}

@media (min-width: 501px) {
  .breakpoint-alias:before {
    content: "VP: xsl";
  }
}

@media (min-width: 768px) {
  .breakpoint-alias:before {
    content: "VP: SM";
  }
}

@media (min-width: 1024px) {
  .breakpoint-alias:before {
    content: "VP: MD";
  }
}

@media (min-width: 1280px) {
  .breakpoint-alias:before {
    content: "VP: LG";
  }
}

@media (min-width: 1600px) {
  .breakpoint-alias:before {
    content: "VP: XL";
  }
}

/* old stuff */

.SizeCalculator {
  width: 215px;
  height: 19px;
  display: block;
}

.boxInnerHeight193 {
  height: 191px;
  overflow: hidden;
}

.boxInnerHeight193 .doubleCol p.teaserText {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 160px;
  padding: 0;
  z-index: 2;
}

.boxInnerHeight193 .control {
  position: static;
  padding: 0;
  display: none;
}

.boxInnerHeight193 .doubleCol .control a {
  position: absolute;
  top: 80px;
  z-index: 3;
}

.boxInnerHeight193 .control a.prev {
  float: left;
}

.boxInnerHeight193 .control a.next {
  float: right;
}

.boxInnerHeight193 .doubleCol .control a.prev {
  left: 0;
}

.boxInnerHeight193 .doubleCol .control a.next {
  right: 6px;
}

.boxInnerHeight193 .doubleCol .teaserPic {
  padding: 0 18px;
}

.boxInnerHeight193 .doubleCol .jCarouselLite li {
  padding: 0 18px;
  width: 334px !important;
  margin: 0;
}

.separatorCol {
  width: 1px;
  border: solid 1px #FFFFFF;
  border-width: 0 1px;
  background-color: #c3c3c3;
}

.boxInnerHeight193 {
  height: 191px;
  overflow: hidden;
}

#PreFooter .box192 .boxInnerHeight193 {
  position: relative;
}

.boxInnerHeight333 {
  overflow: hidden;
}

.boxInnerHeight193 .singleCol,
.boxInnerHeight193 .doubleCol,
.boxInnerHeight193 .separatorCol {
  height: 174px;
}

img.floatPic {
  float: left;
  display: inline;
  margin: 0 15px 17px 0;
}

.box789 .singleCol {
  width: 178px;
  padding: 0 4px 0 8px;
  position: relative;
}

.box789 .boxInnerHeight193 .singleCol p {
  position: absolute;
  bottom: 0;
  padding: 0;
}

.box789 .boxInnerHeight193 .singleCol p.teaserPic {
  position: static;
}

.box789 .boxInnerHeight193 .singleCol p.teaserPic img {
  margin: 0 auto;
  display: block;
}

.box789 .doubleCol {
  width: 371px;
  position: relative;
  margin: 4px 6px 0;
}

.box789 .boxInnerHeight193 .doubleCol h3,
.box789 .boxInnerHeight193 .singleCol h3 {
  margin-top: -3px !important;
}

* html .box789 .doubleCol {
  overflow: hidden;
}

.box391 .boxTeaser .picCol {
  width: 240px;
}

.box391 .boxTeaser .textCol {
  width: 112px;
}

.singleCol,
.doubleCol,
.separatorCol {
  float: left;
  display: inline;
}

@media (max-width: 767px) {
  #Process ul {
    width: 98%;
  }

  .voucherForm table.registration th.left,
  .voucherForm table.registration td.left {
    display: block;
    float: left;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
  }

  .voucherForm table.registration th.middle,
  .voucherForm table.registration td.middle {
    display: block;
    float: left;
    overflow: hidden;
    width: 40%;
    text-align: center;
  }

  table.registration tbody tr td.right {
    display: block;
    float: right;
    height: auto;
    padding: 0;
    width: 49%;
  }
}

.posAbs {
  position: absolute;
}

#MinOrderWarning .mobileSeasonTeaserSmall {
  width: 50%;
}

@media (max-width: 767px) {
  #MinOrderWarning .mobileSeasonTeaserSmall {
    width: 100%;
  }
}

/* Insert class into form label */

* .required:after {
  content: " *";
}

.mandatoryInfo {
  padding: 0;
  margin: 0;
}

.form-group {
  position: relative;
}

.form-group.has-error .skip {
  color: #BD0025;
}

.form-group span.normal {
  font-size: 15px;
}

.form-group .label-with-hint {
  display: inline-block !important;
  width: 90%;
  width: calc(100% - 35px);
}

.form-group .btn-label-hint {
  border-radius: 50%;
  border: 1px solid #ECE9E2;
  background-color: #FCFBF5;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 10px;
  margin: auto 0;
  padding: 0;
}

.form-group .btn-label-hint:hover,
.form-group .btn-label-hint:focus {
  color: #F2BD29;
}

.form-group .btn-label-hint.btn-help:hover,
.form-group .btn-label-hint.btn-help:focus {
  color: #F2BD29 !important;
}

.form-horizontal label.control-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-horizontal label.control-label.required:after {
  content: "*";
  position: absolute;
  right: 0px;
  width: 10px;
}

.form-horizontal .form-control-static {
  padding: 10px 12px;
  height: auto;
}

.form-horizontal.form-horizontal-small .control-label {
  padding-top: 5px;
}

.form-horizontal.form-horizontal-small .form-control-static {
  padding: 5px 12px 0 12px;
  height: auto;
}

.form-nomarg .form-group {
  margin-bottom: 0;
}

.form-half-width .form-group {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .form-half-width .form-group {
    width: 50%;
    margin: 0 0 10px 0;
  }
}

.form-half-width .form-group.concrete-variante-margin .variante-list-type-btn li {
  margin: 0 5px 3px 0;
}

.form-control {
  color: #4f4b43;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border-color: #F2BD29;
}

select.form-control option:hover,
select.form-control option:active,
select.form-control option:focus {
  background-color: #eaeaea;
}

select.form-control option:checked,
select.form-control option:hover {
  box-shadow: 0 0 10px 100px #eaeaea inset;
  background-color: #eaeaea !important;
}

.selectwrap {
  position: relative;
  float: left;
  width: 100%;
}

.selectwrap:after {
  /* Reset bootstrap default, because we include an icon via formInputbox.tag */
  content: "";
  position: absolute;
  right: -100px;
}

.form-control:disabled,
.form-control.disabled,
.form-control[readonly],
.btn:disabled,
.boxInnerHeight193 .doubleCol .control a:disabled,
.btn.disabled,
.boxInnerHeight193 .doubleCol .control a.disabled,
.bootstrap-select .btn.dropdown-toggle:disabled,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle:disabled,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle:disabled,
.bootstrap-select .btn.dropdown-toggle.disabled,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle.disabled,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle.disabled,
input:disabled,
input.disabled,
input[readonly] {
  color: #4f4b43 !important;
  background-color: #FCFBF5;
  border-color: #ece9e2;
  cursor: not-allowed;
  /*
  color: $color;
  background-color: $background;
  border-color: $border;
*/
}

.form-control:disabled:focus,
.form-control:disabled.focus,
.form-control.disabled:focus,
.form-control.disabled.focus,
.form-control[readonly]:focus,
.form-control[readonly].focus,
.btn:disabled:focus,
.boxInnerHeight193 .doubleCol .control a:disabled:focus,
.btn:disabled.focus,
.boxInnerHeight193 .doubleCol .control a:disabled.focus,
.btn.disabled:focus,
.boxInnerHeight193 .doubleCol .control a.disabled:focus,
.btn.disabled.focus,
.boxInnerHeight193 .doubleCol .control a.disabled.focus,
.bootstrap-select .btn.dropdown-toggle:disabled:focus,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle:disabled:focus,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle:disabled:focus,
.bootstrap-select .btn.dropdown-toggle:disabled.focus,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle:disabled.focus,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle:disabled.focus,
.bootstrap-select .btn.dropdown-toggle.disabled:focus,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle.disabled:focus,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle.disabled:focus,
.bootstrap-select .btn.dropdown-toggle.disabled.focus,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle.disabled.focus,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle.disabled.focus,
input:disabled:focus,
input:disabled.focus,
input.disabled:focus,
input.disabled.focus,
input[readonly]:focus,
input[readonly].focus {
  color: #4f4b43;
  background-color: #FCFBF5;
  border-color: #ece9e2;
}

.form-control:disabled:hover,
.form-control.disabled:hover,
.form-control[readonly]:hover,
.btn:disabled:hover,
.boxInnerHeight193 .doubleCol .control a:disabled:hover,
.btn.disabled:hover,
.boxInnerHeight193 .doubleCol .control a.disabled:hover,
.bootstrap-select .btn.dropdown-toggle:disabled:hover,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle:disabled:hover,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle:disabled:hover,
.bootstrap-select .btn.dropdown-toggle.disabled:hover,
.bootstrap-select .boxInnerHeight193 .doubleCol .control a.dropdown-toggle.disabled:hover,
.boxInnerHeight193 .doubleCol .control
.bootstrap-select a.dropdown-toggle.disabled:hover,
input:disabled:hover,
input.disabled:hover,
input[readonly]:hover {
  color: #4f4b43 !important;
  background-color: #FCFBF5;
  border-color: #ece9e2;
}