/*!
 * Datepicker for Bootstrap v1.5.1 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker-dropdown:after,
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-top: 0;
  position: absolute;
}
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.datepicker-dropdown:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(grey));
  background-image: -o-linear-gradient(top, #b3b3b3, grey);
  background-image: linear-gradient(to bottom, #b3b3b3, grey);
  background-repeat: repeat-x;
  border-color: grey grey #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: grey;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #039;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th,
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -o-linear-gradient(to bottom, #08c, #04c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #039;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 900px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 900px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 900px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1620px) {
  .container {
    width: 1590px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 900px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1620px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 899px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 900px) {
  .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 900px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 900px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 900px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 900px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 900px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 900px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 900px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 900px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 900px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 900px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 900px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 900px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 900px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 900px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 900px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 899px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 900px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 900px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 899px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 900px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 899px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 899px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 900px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 899px) {
  .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: 899px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 899px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 899px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1619px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1619px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1619px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1619px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1620px) {
  .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: 1620px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1620px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1620px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 899px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1619px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1620px) {
  .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;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/assets/js/lib/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/assets/js/lib/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/assets/js/lib/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/assets/js/lib/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/assets/js/lib/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/assets/js/lib/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(68,68,68)),color-stop(50%, rgb(52,52,52)),color-stop(50%, rgb(41,41,41)),to(rgb(51,51,51)));
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/assets/js/lib/fancybox/source/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Font Awesome Icon */
@charset "UTF-8";
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95)
    }
    80%, 100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1)
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95)
    }
    80%, 100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1)
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0);
        -ms-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0);
        -ms-transform: translateX(0%) skewX(0);
        transform: translateX(0%) skewX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    0%, 100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    40%, 80% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg)
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg)
    }
    40%, 80% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
/* css3 animation */
/* mCustomScrollbar */
/* Background opacity IE fix */
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* jQuery Custom Select by select2 */

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    background: #eee;
    position: relative;
    margin: 0 25px 15px 0;
    border: 1px solid #E4E4E4;
    float: left;
}

.sp-large {
    position: relative;
    overflow: hidden;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.sp-large a {
    display: inline-block;
}

.sp-thumbs {
    width: 100%;
    text-align: left;
}

.sp-thumbs img {
    width: 50px;
    height: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #eee;
    display: inline-block;
    float: right;
    margin-right: 5px;
}

.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current {
    border: 2px solid #222;
}

.sp-zoom {
    position: absolute;
    left: 0;
    top: 0;
    cursor: zoom;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    display: none;
}

/*** CUSTOM THUMBNAIL || PRODUCT STYLE 3 **/

.productThumb {
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}

.productThumb .sp-thumbs {
    bottom: auto !important;
    position: relative;
    right: 0 !important;
    text-align: left;
    width: 100% !important;
    z-index: 70;
}

.productThumb .sp-thumbs img {
    width: 50px;
    height: 50px;
}

.productThumb .sp-thumbs a:link, .productThumb .sp-thumbs a:visited {
    border: 2px solid #eee;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.productThumb .sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, .productThumb .sp-thumbs a {
    border: 2px solid #222;
    margin-right: 10px !important;
}

.style3 .sp-large {
    border: 1px solid #dddddd;
    max-width: 100% !important;

}
/* Product zoom  */
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/plugins/icheck-1.x/skins/square/green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

.icheckbox_square-green.hover {
    background-position: -24px 0;
}

.icheckbox_square-green.checked {
    background-position: -48px 0;
}

.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}

.iradio_square-green.hover {
    background-position: -144px 0;
}

.iradio_square-green.checked {
    background-position: -168px 0;
}

.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(/assets/plugins/icheck-1.x/skins/square/green@2x.png);
        background-size: 240px 24px;
    }
}
/* iCheck plugin Square skin, orange
----------------------------------- */
.icheckbox_square-orange,
.iradio_square-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/plugins/icheck-1.x/skins/square/orange.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-orange {
    background-position: 0 0;
}

.icheckbox_square-orange.hover {
    background-position: -24px 0;
}

.icheckbox_square-orange.checked {
    background-position: -48px 0;
}

.icheckbox_square-orange.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-orange.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-orange {
    background-position: -120px 0;
}

.iradio_square-orange.hover {
    background-position: -144px 0;
}

.iradio_square-orange.checked {
    background-position: -168px 0;
}

.iradio_square-orange.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio_square-orange.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-orange,
    .iradio_square-orange {
        background-image: url(/assets/plugins/icheck-1.x/skins/square/orange@2x.png);
        background-size: 240px 24px;
    }
}
/* iCheck plugin Flat skin, orange
----------------------------------- */
.icheckbox_flat-orange,
.iradio_flat-orange {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    /*background: url(orange.png) no-repeat;*/
    background: url(/assets/plugins/icheck-1.x/skins/flat/orange.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-top: -3px;
}

.icheckbox_flat-orange {
    background-position: 0 0 !important;
}

.icheckbox_flat-orange.checked {
    background-position: -22px 0 !important;
}

.icheckbox_flat-orange.disabled {
    background-position: -44px 0 !important;
    cursor: default;
}

.icheckbox_flat-orange.checked.disabled {
    background-position: -66px 0 !important;
}

.iradio_flat-orange {
    background-position: -88px 0 !important;
}

.iradio_flat-orange.checked {
    background-position: -110px 0 !important;
}

.iradio_flat-orange.disabled {
    background-position: -132px 0 !important;
    cursor: default;
}

.iradio_flat-orange.checked.disabled {
    background-position: -154px 0 !important;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_flat-orange,
    .iradio_flat-orange {
        /*background-image: url(orange@2x.png);*/
        background: url(/assets/plugins/icheck-1.x/skins/flat/orange@2x.png) no-repeat;
        background-size: 176px 22px;
    }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
	touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
	user-select: none;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	-o-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 1px;
}
.noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	left: -7px;
	top: -7px;
}
.noUi-vertical {
	width: 1px;
}
.noUi-vertical .noUi-handle {
	width: 15px;
	height: 15px;
	left: -7px;
	top: -7px;
}

/* Styling;
 */
.noUi-background {
	background: #747474;
	/*box-shadow: inset 0 1px 1px #f0f0f0;*/
}
.noUi-connect {
	background: #F29301;
-webkit-transition: background 450ms;
	-o-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
	/*border-radius: 2px;*/
}
.noUi-target {
	/*border-radius: 4px;*/
	/*border: 1px solid #D3D3D3;*/
	/*background: #747474;*/
}
.noUi-target.noUi-connect {
	/*background: #F29301;*/
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	/*border: 1px solid #D9D9D9;*/
	background: #F29301;
	cursor: default;
	border-radius:100%;
	/*margin-top:-6px;*/
}
.noUi-handle-upper {
	/*background: #747474;*/
}
.noUi-active {
}

/* Handle stripes;
 */
/*.noUi-handle:before,*/
/*.noUi-handle:after {*/
	/*content: "";*/
	/*display: block;*/
	/*position: absolute;*/
	/*height: 14px;*/
	/*width: 1px;*/
	/*background: #E8E7E6;*/
	/*left: 14px;*/
	/*top: 6px;*/
/*}*/
/*.noUi-handle:after {*/
	/*left: 17px;*/
/*}*/
/*.noUi-vertical .noUi-handle:before,*/
/*.noUi-vertical .noUi-handle:after {*/
	/*width: 14px;*/
	/*height: 1px;*/
	/*left: 6px;*/
	/*top: 14px;*/
/*}*/
/*.noUi-vertical .noUi-handle:after {*/
	/*top: 17px;*/
/*}*/

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}

.ndd-uberzoom-container{width:100%;height:100%;position:relative;overflow:hidden}.ndd-uberzoom-container img.ndd-uberzoom-main-image{opacity:0;width:100%;height:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ndd-uberzoom-container:hover .ndd-uberzoom-interface{opacity:1}.ndd-uberzoom-interface{opacity:0;-o-transition:opacity .75s;transition:opacity .75s;-moz-transition:opacity .75s;-webkit-transition:opacity .75s}.ndd-uberzoom-fullscreen,.ndd-uberzoom-navigator{position:absolute;background:rgba(0,0,0,.75);border:1px solid rgba(255,255,255,.25);border-radius:3px;cursor:pointer;overflow:hidden;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.ndd-uberzoom-fullscreen img{width:28px;height:28px;margin:8px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ndd-uberzoom-navigator-image{position:absolute;left:0;top:0;width:100%;height:100%;border:none;z-index:0}.ndd-uberzoom-navigator-window{position:absolute;background:rgba(255,255,255,.5);border-radius:2px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;z-index:1}.ndd-uberzoom-fullscreen{width:44px;height:44px}.ndd-uberzoom-fullscreen:active{background:rgba(255,255,255,.25)}.ndd-uberzoom-container-fullscreen{position:fixed;z-index:90000;width:100%;height:100%;left:0;top:0;background:#000}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
   usage
*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hide-md {
    display: none;
  }
}
@media (max-width: 360px) {
  .col-xxs-12 {
    width: 100%;
  }
}
/*! Flickity v1.1.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .collapse-ms {
    display: none;
  }
  .collapse-ms {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) and (max-width: 768px) and (max-width: 768px) {
  .container {
    max-width: 748px;
  }
}
@media (min-width: 480px) and (max-width: 768px) and (max-width: 767px) {
  .hidden-ms {
    display: none !important;
  }
  .visible-ms {
    display: block !important;
    visibility: visible !important;
  }
  .collapse-ms {
    display: none;
  }
}
.text-input-black {
  background: #000;
  border-radius: 0 !important;
  color: #fff !important;
  height: 45px !important;
  font-size: 16px !important;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
  font-style: italic !important;
}
.hinweis-box {
  border: 1px solid #4c4c4c;
  padding-top: 10px !important;
  padding-right: 10px;
  padding-bottom: 10px !important;
  padding-left: 10px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  text-align: left;
  font-size: 15px;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align horizontal */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* align vertical */
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.hinweis-box > div {
  color: #fff !important;
}
.hinweis-box i {
  text-align: center;
}
.no-border-top {
  border-top: none !important;
}
.black-stripes {
  background: url(/images/footer/muster.png) repeat !important;
}
form.gray_form label {
  font-style: italic;
  font-size: 14px;
}
form.gray_form .the-radio {
  margin: 0 10px;
  display: inline-block;
}
form.gray_form select.form-control,
form.gray_form textarea.form-control,
form.gray_form input.form-control {
  border: none;
  background: #747474;
  color: #fff;
  border-radius: 0;
  margin: 0;
}
.btn {
  position: relative;
  overflow: hidden;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
#modal_backdrop {
  z-index: 1111111;
  background: rgba(0, 0, 0, 0.7) !important;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
#modal_backdrop #loading-indicator {
  position: relative;
  margin: 0;
  -webkit-perspective-origin: 0 50px;
          perspective-origin: 0 50px;
  /*perspective*/
  -webkit-perspective: 500px;
  -ms-perspective: 500px;
  -o-perspective: 500px;
  perspective: 500px;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  z-index: 11111111;
}
#modal_backdrop #loading-indicator div,
#modal_backdrop #loading-indicator img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  -moz-transform-style: preserve-3d;
  -moz-transition: all ease 1500ms;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all ease 1500ms;
  position: relative;
  width: 100px;
  height: 100px;
}
#modal_backdrop #loading-indicator img {
  position: relative;
}
#modal_backdrop #loading-indicator .img {
  top: 0px;
  position: absolute;
}
#modal_backdrop #loading-indicator #card {
  position: absolute !important;
  -webkit-animation: rotate 4s ease infinite;
  animation: rotate 4s ease infinite;
}
#modal_backdrop #loading-indicator #card img {
  width: 120px;
  height: 120px;
  border: 3px solid #fff;
}
#modal_backdrop #loading-indicator .back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: absolute;
  top: 0px;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.no-padding-left {
  padding-left: 0px !important;
}
.no-padding-right {
  padding-right: 0px !important;
}
@media (min-width: 480px) and (max-width: 992px) {
  .no-padding-ms {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 480px) {
  .no-padding-xs {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.pad-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-grau {
  background: #3a3a3a url(/images/icon_arrow_right.png);
  font-family: dejavu_sansbook, 'Droid Sans', sans-serif;
  padding-right: 40px !important;
  background-position: right;
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 0 !important;
  color: #fff !important;
}
.btn-grau:hover {
  color: #fff !important;
}
.btn-grau:hover,
.btn-grau:focus {
  background-color: #454545;
  border-color: #454545;
  color: #ffffff;
}
.btn-grau:active,
.btn-grau.active {
  border-color: #454545;
  color: #ffffff;
  background: #303030;
}
.btn-grau.icon-left {
  background: #3a3a3a url(/images/icon_arrow_left.png) !important;
  padding-left: 40px !important;
  background-position: left 10px center !important;
  background-repeat: no-repeat !important;
}
.btn-grau.icon-up {
  background: #3a3a3a url(/images/icon_arrow_up.png) right 10px center no-repeat !important;
  color: #fff !important;
}
.btn-grau.icon-down {
  background: #3a3a3a url(/images/icon_arrow_down.png) right 10px center no-repeat !important;
  color: #fff !important;
}
.btn.btn-red,
.btn.orange {
  background: #f29301 url(/images/icon_arrow_right_weiss.png);
  font-family: dejavu_sansbook, 'Droid Sans', sans-serif;
  padding-right: 40px !important;
  background-position: right;
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 0;
  color: #fff !important;
}
.btn.btn-red:hover,
.btn.orange:hover,
.btn.btn-red:focus,
.btn.orange:focus {
  color: #fff !important;
}
.btn.btn-red:active,
.btn.orange:active,
.btn.btn-red.active,
.btn.orange.active {
  color: #ffffff;
}
.btn.btn-red.icon-left,
.btn.orange.icon-left {
  background: #f29301 url(/images/icon_arrow_left_weiss.png) left 10px center no-repeat !important;
  padding-left: 40px !important;
  background-position: left 10px center;
}
.btn.btn-red.icon-up,
.btn.orange.icon-up {
  background: #f29301 url(/images/icon_arrow_up_white.png) right 10px center no-repeat !important;
  color: #fff !important;
}
.btn.btn-red.icon-down,
.btn.orange.icon-down {
  background: #f29301 url(/images/icon_arrow_down_white.png) right 10px center no-repeat !important;
  color: #fff !important;
}
.btn.no-icon.grau {
  background: #3a3a3a;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.btn.no-icon.orange {
  background: #f29301;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.btn.btn-red {
  background-color: #F40040;
}
.warenkorb_breadcrumb {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.warenkorb_breadcrumb a {
  color: #fff;
}
.warenkorb_breadcrumb > div {
  height: 55px;
  line-height: 55px;
  background: #2F2F2F;
}
.warenkorb_breadcrumb .current_step {
  background: #f29301;
  height: 65px;
  line-height: 65px;
  margin-top: -5px;
  position: relative;
  overflow: visible;
}
.warenkorb_breadcrumb .current_step > div {
  font-size: 17px;
}
.warenkorb_breadcrumb .current_step:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32.5px 0 32.5px 25px;
  border-color: transparent transparent transparent #f29301;
  position: absolute;
  right: -24px;
  z-index: 111;
}
.warenkorb_breadcrumb .current_step:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 32px;
  border-color: transparent transparent transparent #000;
  top: -8px;
  position: absolute;
  right: -32px;
  z-index: 101;
}
.very-large-icon {
  font-size: 55px;
}
.large-icon {
  font-size: 35px;
}
.hinweis {
  text-align: left;
  padding: 15px;
}
.hinweis > div {
  padding: 20px 0;
  width: 90%;
  float: left;
  line-height: 30px;
}
.hinweis > div p {
  margin: 0;
}
.hinweis > div:first-child {
  text-align: center;
  width: 2%;
  margin-right: 10px;
}
.hinweis i {
  color: #f29301;
  font-size: 30px;
}
ul.checkmarks li {
  line-height: 25px;
  font-size: 13px;
}
ul.checkmarks li:before {
  content: url(/images/footer/icon_haekchen.png);
  margin-right: 10px;
}
.border-box {
  border: 1px solid #4c4c4c;
  padding: 15px;
}
.border-box.servicehotline {
  font-size: 16px;
  max-width: 450px;
  padding: 20px 30px;
}
.border-box.servicehotline h2 {
  margin-bottom: 10px;
}
.border-box.servicehotline i {
  font-size: 30px;
  margin-top: 10px;
}
ul.errors {
  color: #f29301;
  line-height: 25px;
}
.fachberater > div {
  display: none;
}
.fachberater .image-frame {
  position: relative;
}
.fachberater .image-frame > img {
  width: 100%;
}
.fachberater .image-frame > div {
  text-align: center;
  display: inline-block;
  font-size: 27px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.fachberater ul {
  margin-top: 20px;
}
.fachberater ul li {
  line-height: 40px;
}
.dropdown-faq {
  width: 100%;
}
.dropdown-faq .frage {
  font-size: 14px;
  color: #a4a4a4;
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 10px;
  padding: 0px 0 10px 0;
}
.dropdown-faq .frage:before {
  font-family: FontAwesome;
  content: '\f103';
  font-size: 17px;
  float: right;
  margin-right: 15px;
}
.dropdown-faq .frage.open:before {
  content: '\f102';
}
.dropdown-faq .antwort {
  display: none;
  margin-bottom: 20px;
}
.dropdown-faq .antwort p {
  margin: 0;
  padding: 0;
}
.wp-table .has-border {
  border: 1px solid #4c4c4c;
}
.wp-table .has-border.orange {
  border: 1px solid #f29301;
}
.wp-table .no-border {
  border: none !important;
}
.wp-table.left-border {
  border-left: 1px solid #4c4c4c;
}
.wp-table .head {
  padding-top: 2px;
  padding-left: 10px;
  padding-bottom: 4px;
  background: #f29301;
  color: #fff;
  width: 100%;
  display: inline-block;
}
.wp-table .head.sub {
  background: none;
  color: #acacac;
}
.wp-table .head.sub.f-white {
  color: #fff;
}
.wp-table .head.gray {
  background: #4c4c4c !important;
}
.wp-table .head > div {
  padding: 7px;
}
.wp-table .footer,
.wp-table .entry {
  padding-left: 10px;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #4c4c4c;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-table .footer:last-child > div,
.wp-table .entry:last-child > div {
  padding: 7px;
}
.wp-table .footer:last-child .info-banner,
.wp-table .entry:last-child .info-banner {
  width: 400px;
  border: 2px solid #f29301;
  padding: 2%;
  margin: 2% auto;
  text-align: center;
}
.wp-table .footer {
  border-top: 1px solid #f29301 !important;
  background: none !important;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.wp-table.form-table {
  border: 1px solid #f29301;
}
.wp-table.form-table .head {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.wp-table.form-table .content {
  padding: 40px;
  display: inline-block;
  width: 100%;
}
.wp-table.form-table .content label {
  font-style: italic;
  font-size: 14px;
}
.wp-table.form-table .content .the-radio {
  margin: 0 10px;
  display: inline-block;
}
.wp-table.form-table .content .btn {
  height: 40px;
  line-height: 25px;
}
.wp-table.form-table .content select.form-control,
.wp-table.form-table .content textarea.form-control,
.wp-table.form-table .content input.form-control {
  min-height: 40px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 0;
  margin: 0;
  font-style: italic;
}
.wp-table.form-table .content select.form-control:focus,
.wp-table.form-table .content textarea.form-control:focus,
.wp-table.form-table .content input.form-control:focus,
.wp-table.form-table .content select.form-control:hover,
.wp-table.form-table .content textarea.form-control:hover,
.wp-table.form-table .content input.form-control:hover {
  border: 1px solid #f29301;
}
.form-black {
  padding: 0;
}
.form-black input[type=number]::-webkit-outer-spin-button,
.form-black input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-black input[type=number] {
  -moz-appearance: textfield;
}
.form-black label {
  font-style: italic;
  font-size: 14px;
}
.form-black .the-radio {
  margin: 0 10px;
  display: inline-block;
}
.form-black .btn {
  height: 40px;
  line-height: 25px;
}
.form-black input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.form-black input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.form-black input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.form-black input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.form-black .radio-inline {
  display: inline-block;
  margin: 10px 0;
}
.form-black textarea.form-control,
.form-black textarea.form-control,
.form-black input[type='Password'].form-control,
.form-black input[type='number'].form-control,
.form-black input[type='text'].form-control,
.form-black input[type='tel'].form-control,
.form-black input[type='email'].form-control,
.form-black input[type='Password'].form-control,
.form-black input[type='text'].form-control {
  min-height: 50px;
  height: 50px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  border-radius: 0;
  margin: 0;
  padding-top: 15px;
  line-height: 18px;
}
.form-black textarea.form-control:focus,
.form-black textarea.form-control:focus,
.form-black input[type='Password'].form-control:focus,
.form-black input[type='number'].form-control:focus,
.form-black input[type='text'].form-control:focus,
.form-black input[type='tel'].form-control:focus,
.form-black input[type='email'].form-control:focus,
.form-black input[type='Password'].form-control:focus,
.form-black input[type='text'].form-control:focus,
.form-black textarea.form-control:hover,
.form-black textarea.form-control:hover,
.form-black input[type='Password'].form-control:hover,
.form-black input[type='number'].form-control:hover,
.form-black input[type='text'].form-control:hover,
.form-black input[type='tel'].form-control:hover,
.form-black input[type='email'].form-control:hover,
.form-black input[type='Password'].form-control:hover,
.form-black input[type='text'].form-control:hover {
  border-bottom: 1px solid #f29301;
}
.form-black input[type=number]::-webkit-inner-spin-button,
.form-black input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-black textarea.form-control + label,
.form-black input[type='Password'].form-control + label,
.form-black input[type='text'].form-control + label,
.form-black input[type='tel'].form-control + label,
.form-black input[type='number'].form-control + label,
.form-black input[type='email'].form-control + label {
  color: #fff;
  top: 20px;
  left: 25px;
  line-height: 10px;
  position: absolute;
  color: white;
  height: 1px;
  overflow: visible;
}
.form-black .form-group {
  position: relative;
}
.form-black .form-group textarea + label,
.form-black .form-group textarea.filled + label,
.form-black .form-group input[type='email'].filled + label,
.form-black .form-group input[type='number'].filled + label,
.form-black .form-group input[type='Password'].filled + label,
.form-black .form-group input[type='password'].filled + label,
.form-black .form-group input[type='text'].filled + label,
.form-black .form-group input[type='tel'].filled + label,
.form-black .form-group input[type='email']:focus + label,
.form-black .form-group input[type='number']:focus + label,
.form-black .form-group input[type='password']:focus + label,
.form-black .form-group input[type='Password']:focus + label,
.form-black .form-group input[type='tel']:focus + label,
.form-black .form-group input[type='text']:focus + label {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 25px;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 9px !important;
}
.produkt_slider .item {
  position: relative !important;
  height: auto !important;
}
.produkt_slider .item .product {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  border: 3px solid #000;
  -webkit-transition: border 1s;
  /* Safari */
  -o-transition: border 1s;
  transition: border 1s;
  display: inline-block;
  position: relative !important;
  max-width: 100%;
  width: 100%;
}
.produkt_slider .item .product:hover {
  height: inherit;
  border: 3px solid #f29301;
}
.produkt_slider .item .product img {
  display: block;
  width: 100%;
}
.produkt_slider .item .product a {
  width: 100%;
}
.produkt_slider .item .product .description {
  float: left;
  width: 100%;
  display: none;
}
.produkt_slider .item .product .description h4 {
  margin-top: 15px;
  float: left;
}
.produkt_slider .item .product:hover .description {
  display: inline-block;
}
.produkt_slider .item .product .price {
  margin-top: 15px;
  float: right;
  font-size: 14px;
  color: #f29301;
}
.produkt_slider .item .product .price .value {
  font-size: 16px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.produkt_slider .owl-prev,
.produkt_slider .owl-next {
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  background: none;
  height: 40px;
  width: 40px;
  top: 22%;
  background: none !important;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.produkt_slider .owl-prev {
  left: -27px;
}
.produkt_slider .owl-next {
  right: -27px;
  text-align: right;
}
.produkt_slider .owl-next img {
  display: block;
}
.sticky {
  padding: 0.5ex;
  width: 600px;
  background-color: #333;
  color: #fff;
  font-size: 2em;
  border-radius: 0.5ex;
}
#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}
body {
  margin: 1em;
}
.back-green {
  background-color: #074903 !important;
}
.border-green {
  border-color: #074903 !important;
}
.form-sub-info {
  margin-top: -10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  float: left;
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
}
.btn.orange,
.btn.gray,
.btn-inverse {
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.btn.orange:after,
.btn.gray:after,
.btn-inverse:after {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #f29301;
}
.btn.orange.orange:after,
.btn.gray.orange:after,
.btn-inverse.orange:after {
  background: #fff;
}
.btn.orange:hover,
.btn.gray:hover,
.btn-inverse:hover {
  cursor: pointer;
}
.btn.orange:hover:after,
.btn.gray:hover:after,
.btn-inverse:hover:after {
  width: 100%;
  left: 0;
}
.black-outline.btn {
  border: 1px solid #4c4c4c;
  white-space: nowrap;
  padding: 7px !important;
  background: none;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.open > .dropdown-toggle.btn-primary {
  background-color: #f29301;
}
.open > .dropdown-toggle.btn-primary:hover {
  background: #f29301 !important;
  color: #fff !important;
}
#filialfinder-dropdown {
  color: #747474;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  height: 40px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #f29301;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #f29301;
  border-color: #f29301;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f29301;
  border-color: #f29301;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #f29301;
  border-color: #122b40;
}
.inline-icon {
  font-size: inherit !important;
  width: 20px;
  margin-right: 5px;
}
.wpicon {
  position: relative;
}
.wpicon .icon-badge {
  background: #f29301;
  color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  line-height: 15px;
  right: 34%;
  top: 0;
}
.wpicon .icon-badge.xl {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
@media screen and (max-width: 1000px) {
  .wpicon .icon-badge {
    right: 24%;
  }
}
#filteroptionen_mobile {
  min-height: 100px;
  position: absolute;
  z-index: 11001;
  top: 70px;
  display: none;
  background: #000000;
}
.border-orange {
  border: 1px solid #f29301;
  display: inline-block;
  padding: 20px;
}
.navbar-toggle.open:after {
  content: '\f00d';
  font-family: fontawesome;
  color: #fff;
  font-size: 18px;
}
.navbar-toggle.open .icon-bar {
  display: none;
}
@media screen and (max-width: 480px) {
  .sort-dropdown-wrapper,
  #mobile_dropdown_button {
    font-size: 12px;
  }
  .sort-dropdown-wrapper button,
  #mobile_dropdown_button button {
    font-size: 12px !important;
  }
  .zahlungsmethoden_footer img {
    margin: 10px;
  }
}
.heading_center {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  width: 100%;
}
.heading_center:before {
  background: #4c4c4c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 40%;
  width: 100%;
}
.heading_center > span {
  background: #000;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 28px;
}
.heading_center.fs_large > span {
  font-size: 30px;
}
.highlight-text {
  color: #f29301 !important;
  font-weight: 800;
}
body.outlet .heading_center {
  color: #454545;
}
body.outlet .heading_center > span {
  background: #fff;
}
.capitalize-first:first-letter {
  text-transform: uppercase;
}
#kass--recommended-slider {
  display: none;
}
#aktionsBanner {
  line-height: 37px;
  margin-top: -20px;
  margin-bottom: 30px;
  padding-top: 3px;
  color: #fff;
  background: #f69200;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #aktionsBanner {
    margin-top: 0;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
#aktionsBanner a {
  color: #fff;
  text-decoration: underline;
}
#aktionsBanner a:hover {
  color: #fff;
}
#aktionsBanner > div {
  position: relative;
}
#aktionsBanner .aktionsBanner--title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}
#aktionsBanner .aktionsBanner--title br {
  display: none;
}
#aktionsBanner .aktionsBanner--title span {
  font-size: 13px;
  font-weight: 600;
}
#aktionsBanner .aktionsBanner--title span::-moz-selection {
  background: #000;
  /* WebKit/Blink Browsers */
}
#aktionsBanner .aktionsBanner--title span::selection {
  background: #000;
  /* WebKit/Blink Browsers */
}
#aktionsBanner .aktionsBanner--title span::-moz-selection {
  background: #000;
  /* Gecko Browsers */
}
@media screen and (max-width: 767px) {
  #aktionsBanner .aktionsBanner--title br {
    display: block;
  }
}
#aktionsBanner .aktionsBanner--second-title {
  font-weight: 600;
  font-size: 16px;
}
#aktionsBanner .aktionsBanner--second-title::-moz-selection {
  background: #000;
  /* WebKit/Blink Browsers */
}
#aktionsBanner .aktionsBanner--second-title::selection {
  background: #000;
  /* WebKit/Blink Browsers */
}
#aktionsBanner .aktionsBanner--second-title::-moz-selection {
  background: #000;
  /* Gecko Browsers */
}
@media screen and (max-width: 767px) {
  #aktionsBanner .aktionsBanner--second-title {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
#aktionsBanner .aktionsBanner--toggle {
  position: absolute;
  color: #000;
  font-weight: bold;
  right: 15px;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #aktionsBanner .aktionsBanner--toggle {
    font-size: 12px;
    bottom: -18px;
    top: unset;
  }
}
#aktionsBanner .aktionsBanner--content {
  text-align: center;
  display: none;
  padding-bottom: 10px;
}
#aktionsBanner.open .aktionsBanner--title {
  font-size: 18px;
}
#aktionsBanner.open .aktionsBanner--title span {
  display: none;
}
#aktionsBanner.open .aktionsBanner--content {
  display: block;
}
#aktionsBanner .aktionsBanner--footnote {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #aktionsBanner .aktionsBanner--footnote {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
  }
}
.uebersichtbox.zahlungsart .content {
  display: inline-block;
  width: 100%;
}
/**
Dark select2
 */
.select2 .select2-selection.dark {
  height: 40px;
  background: #000;
  border-radius: 0;
  border-color: #303030;
  color: #fff;
}
.select2 .select2-selection.dark > span {
  color: #fff;
}
.select2 .select2-selection.dark .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.select2 .select2-selection.dark .select2-selection__rendered {
  margin: 0 auto;
}
.select2.select2-container--open .select2-selection.dark .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}
.form-black .select2-selection.dark {
  border: 1px solid #fff;
  min-height: 44px;
  width: 100%;
}
.form-black .select2-selection.dark .select2-selection__rendered {
  line-height: 40px;
  margin-left: 15px;
}
.form-error-text {
  display: none;
  color: #f59100;
}
.form-black.default .btn--show-pwd {
  top: -4px;
}
.form-black.default .row {
  margin-right: -5px;
  margin-left: -5px;
}
.form-black.default [class*="col-"] {
  padding: 0 5px;
}
.form-black.default input.form-control {
  height: 44px !important;
  min-height: 44px !important;
  line-height: 20px !important;
}
.form-black.default input.form-control + label {
  top: 17px;
}
.form-black.default .form-sub-info {
  margin-top: 3px;
  margin-bottom: -5px;
  font-size: 12px;
  font-style: normal;
  color: #929292;
  display: inline-block;
  clear: both;
}
@media screen and (max-width: 767px) {
}
.form-black.default .form-group {
  display: inline-block;
  width: 100%;
}
.form-black.default .select2.form-error + small.form-error-text,
.form-black.default input.form-error + label + small.form-error-text {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 0;
  clear: both;
  line-height: 14px;
}
.form-black.default .form-group input:focus + label,
.form-black.default .form-group input.filled + label {
  left: 13px !important;
}
ul.list--check li {
  width: 100%;
}
ul.list--check span {
  line-height: 23px;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
}
ul.list--check span:after {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #f59100;
}
/**
EEK
 */
.product--header-container {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
}
.product--header-container h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product--header-container .energy-class {
  max-width: 45px;
  margin-top: -2px;
  margin-left: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  justify-items: flex-end;
}
/**
 * Generic EEK Styles
 */
.energy-class {
  position: relative;
  min-width: 45px;
  font-family: sans-serif;
}
.energy-class div {
  position: relative;
  height: 20px;
  margin: 2px 0;
}
.energy-class div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.energy-class div:after {
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 0 3px #000;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.energy-class div.app:after {
  content: ' a++';
}
.energy-class div.ap:after {
  content: ' a+ ';
}
.energy-class div.a:after {
  content: ' a ';
}
.energy-class div.b:after {
  content: ' b ';
}
.energy-class div.c:after {
  content: ' c ';
}
.energy-class div.d:after {
  content: ' d ';
}
.energy-class div.e:after {
  content: ' e ';
}
.energy-class div.f:after {
  content: ' f ';
}
.energy-class div.g:after {
  content: ' g ';
}
.energy-class div {
  width: 40px;
}
.energy-class div.app {
  background: #00a45d;
}
.energy-class div.app:before {
  border-left: 8px solid #00a45d;
}
.energy-class div.ap {
  background: #00c64d;
}
.energy-class div.ap:before {
  border-left: 8px solid #00c64d;
}
.energy-class div.a {
  background: #b0e500;
}
.energy-class div.a:before {
  border-left: 8px solid #b0e500;
}
.energy-class div.b {
  background: #fcc600;
}
.energy-class div.b:before {
  border-left: 8px solid #fcc600;
}
.energy-class div.c {
  background: #fc6500;
}
.energy-class div.c:before {
  border-left: 8px solid #fc6500;
}
.energy-class div.d {
  background: #ff001a;
}
.energy-class div.d:before {
  border-left: 8px solid #ff001a;
}
.energy-class div.e {
  background: #ff001a;
}
.energy-class div.e:before {
  border-left: 8px solid #ff001a;
}
.energy-class div.f {
  background: #e40023;
}
.energy-class div.f:before {
  border-left: 8px solid #e40023;
}
.energy-class div.g {
  background: #e40023;
}
.energy-class div.g:before {
  border-left: 8px solid #e40023;
}
#eek-preview {
  display: inline-block;
}
.home--popular-categories {
  margin-top: 40px !important;
  display: inline-block;
  width: 100%;
}
.home--popular-categories--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px 0 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home--popular-categories--container span {
  white-space: nowrap !important;
}
.home--popular-categories--container a {
  min-width: 130px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1620px) {
  .home--popular-categories--container a {
    min-width: 12.5%;
    max-width: 12.5%;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .home--popular-categories--container a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .home--popular-categories--container a {
    min-width: 25%;
    max-width: 25%;
    font-size: 12px;
  }
}
@media screen and (max-width: 415px) {
  .home--popular-categories--container a {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .home--popular-categories--container a {
    font-size: 11px;
    min-width: 33%;
    max-width: 33%;
  }
}
.home--popular-categories--container a svg {
  max-height: 60px;
  fill: none;
  stroke: #fff !important;
  stroke-width: 10;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home--popular-categories--container a:active,
.home--popular-categories--container a:hover {
  text-decoration: underline !important;
}
.home--popular-categories--container a:active svg,
.home--popular-categories--container a:hover svg {
  stroke-width: 6 !important;
  stroke: #f59100 !important;
}
.home--popular-categories--container .home--popular-categories--outlet {
  color: #fd5251;
}
.home--popular-categories--container .home--popular-categories--outlet svg {
  stroke: #fd5251 !important;
  fill: #fd5251 !important;
}
.home--popular-categories--container .home--popular-categories--outlet:hover {
  color: #f59100;
}
.home--popular-categories--title > h2 {
  margin-bottom: -20px;
}
.home--popular-categories--title > h2 > span {
  margin: 15px 0 10px 0;
  font-size: 16px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
#level1-heading {
  margin-bottom: -25px;
}
h3.center-h,
h2.center-h {
  position: relative;
  text-align: center !important;
  text-transform: uppercase;
}
h3.center-h:before,
h2.center-h:before {
  background: #4c4c4c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
}
h3.center-h > span,
h2.center-h > span {
  font-weight: 700 !important;
  font-size: 30px;
  margin: 30px 0 30px 0;
  display: inline-block;
  background: #000;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  color: #fff;
}
h3.center-h.emarsys-inline,
h2.center-h.emarsys-inline {
  margin-bottom: -30px;
}
h3.center-h.white span,
h2.center-h.white span {
  color: #000;
  background: #fff;
}
h3.center-h > span {
  font-size: 24px;
}
#warenkorb_popup .emarsys-inline {
  margin-bottom: -44px;
}
.grecaptcha-badge {
  max-width: 50%;
  float: left;
}
@media screen and (max-width: 1620px) {
  .grecaptcha-badge {
    max-width: 100%;
    text-align: center;
    margin: 30px auto;
    float: right;
  }
}
body.outlet .financing--rate {
  color: #fa5355 !important;
}
.infobox--financing {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  margin-top: 10px !important;
  border-top: 1px solid #f59100;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 10px 0 0 0;
  float: right;
}
.infobox--financing .financing--rate {
  color: #f59100;
}
.infobox--financing > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.infobox--financing > div:last-child {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  text-align: right;
}
.infobox--financing > div small {
  font-weight: normal;
}
.infobox--financing i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 15px;
  border: 2px solid #f59100;
  border-radius: 100%;
  padding: 2px 0 0 1px;
  text-align: center;
  width: 22px;
  height: 22px;
  color: #f59100;
}
#overlay--financing--container {
  display: none !important;
}
#overlay--financing {
  padding: 10px;
  line-height: 20px;
  max-width: 500px;
}
#overlay--financing .overlay--financing--head {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}
#overlay--financing .overlay--financing--body {
  padding-top: 10px;
}
#overlay--financing .overlay--financing--body > div {
  font-size: 16px;
  font-weight: 600;
}
#overlay--financing .overlay--financing--body a {
  color: #f59100;
  text-decoration: underline;
}
#overlay--financing .samples {
  font-weight: 600 !important;
  font-size: 18px;
  margin-bottom: 20px;
}
.breadcrumb {
  white-space: nowrap;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 14px;
  color: #454545;
}
.breadcrumb .back-btn {
  float: left;
  width: 100px;
  padding-left: 10px;
  background: url(/images/icon_arrow_left.png) 0 8px no-repeat;
  font-weight: 700;
}
.breadcrumb .back-btn:hover {
  color: #f29301;
}
.breadcrumb > li + li:before {
  color: #454545;
}
@media screen and (min-width: 1000px) {
  .mainmenu {
    width: 100% !important;
    /* forces the nav to take full container with */
    /* alligns first element to the left border */
    /* similar for right border */
  }
  .mainmenu .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal !important;
  }
  .mainmenu .navbar-nav {
    padding: 0;
  }
  .mainmenu .navbar-collapse {
    padding: 0 !important;
  }
  .mainmenu .navbar-nav > li:first-child {
    text-align: left;
  }
  .mainmenu .navbar-nav > li:first-child > .dropdown-menu {
    margin-left: 0px;
  }
  .mainmenu .navbar-nav > li:last-child {
    text-align: right;
  }
  .mainmenu .navbar-nav > li:last-child > a {
    text-transform: none;
  }
  .mainmenu .navbar-nav > li:last-child > .dropdown-menu {
    margin-left: -80px;
  }
  .mainmenu .navbar-nav > li:first-child > a,
  .mainmenu .navbar-nav > li:last-child > a {
    padding: 0;
  }
  .mainmenu .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .mainmenu .navbar-nav > li {
    display: table-cell;
    text-align: center;
    float: none;
  }
}
.userMenu {
  padding-right: 10px;
}
.userMenu > li {
  float: left;
  text-align: center;
  display: inline-block;
  width: 20%!important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.userMenu > li > a {
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  margin-top: 32px;
  position: relative;
}
.userMenu > li > a:hover {
  color: #f29301 !important;
  transition: color 0.1s ease-out 0.2s;
  -webkit-transition: color 0.1s ease-out 0.2s;
  -moz-transition: color 0.1s ease-out 0.2s;
  -ms-transition: color 0.1s ease-out 0.2s;
  -o-transition: color 0.1s ease-out 0.2s;
}
.userMenu > li > a:hover span:before {
  color: #f29301 !important;
  transition: color 0.1s ease-out 0.2s;
  -webkit-transition: color 0.1s ease-out 0.2s;
  -moz-transition: color 0.1s ease-out 0.2s;
  -ms-transition: color 0.1s ease-out 0.2s;
  -o-transition: color 0.1s ease-out 0.2s;
}
.userMenu > li > a > span {
  width: 100%;
  display: table;
  text-align: center;
  float: left;
}
.userMenu > li.xs {
  width: auto !important;
}
.userMenu > li.xs > a {
  margin-right: 10% !important;
}
.userMenu.submenu {
  height: 140px;
}
.userMenu.submenu li {
  white-space: nowrap;
  text-align: left;
  display: inline-block;
  height: 40px !important;
}
.userMenu.submenu li .percent_icon {
  position: absolute;
  left: -40px;
  margin-right: 35px;
  top: 5px;
  font-size: 25px;
  font-weight: 700;
}
.userMenu.submenu li > a {
  color: #FFFFFF;
  width: 100%;
  line-height: 40px;
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
}
.userMenu.submenu li > a > span {
  display: table;
  text-align: center;
  float: left;
}
.userMenu.submenu li > a .wpicon {
  width: 40px !important;
  float: left !important;
}
.userMenu.submenu li.xs {
  width: auto !important;
}
.userMenu.submenu li.xs > a {
  margin-right: 10% !important;
}
@media screen and (max-width: 1300px) {
  .mainmenu .navbar-nav > li > a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1100px) {
  .mainmenu .navbar-nav > li > a {
    font-size: 12px !important;
  }
  .mainmenu .navbar-nav > li > a.last {
    font-size: 14px !important;
  }
}
@media screen and (width: 1000px) {
  body {
    width: 980px;
  }
}
@media screen and (width: 980px) {
  .last .dropdown-menu {
    right: -5px;
  }
  body {
    width: 980px;
  }
}
@media screen and (max-width: 1000px) {
  .last .dropdown-menu {
    right: -5px;
  }
  .mainmenu .navbar-nav > li > a {
    font-size: 11.5px !important;
  }
  .mainmenu .navbar-nav > li > a.last {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 980px) {
  .mainmenu .navbar-nav > li > a {
    font-size: 11.5px !important;
  }
  .mainmenu .navbar-nav > li > a.last {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 700px) {
  .mainmenu .navbar-nav > li > a {
    font-size: 14px !important;
  }
  .mainmenu .navbar-nav > li > a.last {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .content-frame .breadcrumb-row .breadcrumb {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }
}
.container-fluid > .navbar-header {
  margin: 0;
}
.signet-frame {
  width: 100%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}
.signet-frame img {
  margin: 0 1px;
}
hr.gray {
  background: #747474 !important;
}
a.merkzettel {
  line-height: 22px;
}
a.merkzettel:before {
  font-size: inherit;
  padding: 10px;
}
.product-header {
  display: inline-block;
  padding-right: 10px !important;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 7px;
  color: #fff;
  text-align: center;
}
.product-header .rating p {
  margin-bottom: 0;
}
.product-header .rating p i {
  color: #f29301 !important;
}
.product-header h3,
.product-header .h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.product-tab {
  margin-bottom: 50px;
}
.product-tab > ul {
  border-bottom: 1px solid #747474;
  margin-bottom: 0;
}
.product-tab > ul > li a {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.product-tab > ul > li i {
  padding: 2px 10px;
  font-size: 22px;
}
.product-tab > ul > li:hover a,
.product-tab > ul > li.active a {
  color: #f29301 !important;
  background: none !important;
}
.product-tab .panel-body,
.product-tab .tab-content {
  background: url(/images/footer/muster.png) repeat;
  color: #fff !important;
  padding: 20px;
  width: 100%;
  margin-top: 0px;
  font-size: 16px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  display: inline-block;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 480px) {
  .product-tab .panel-body,
  .product-tab .tab-content {
    padding: 0;
  }
  .product-tab .panel-body img,
  .product-tab .tab-content img {
    max-width: 98%;
  }
}
.product-tab .panel-body td,
.product-tab .tab-content td {
  padding: 10px;
}
.product-tab .panel-body td:first-child,
.product-tab .tab-content td:first-child {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .product-tab li {
    width: 100%;
    border-bottom: 1px solid #4c4c4c;
  }
  .product-tab li.active {
    border-bottom: 1px solid #f29301;
  }
}
.zoom .gall-item img {
  width: 100%;
}
.sub-header {
  color: #fff !important;
}
.aktuelle-konfiguration-wrapper {
  color: #fff;
}
#ajax_preis {
  font-size: 25px;
}
.aktuelle-auswahl {
  padding: 20px 0 !important;
  margin: 0;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.aktuelle-auswahl-sub {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  border: 3px solid #a86713;
  border-top: 7px solid #a86713;
  background: none;
  display: inline-block;
  -webkit-transition: height 2s;
  /* Safari */
  -o-transition: height 2s;
  transition: height 2s;
}
.aktuelle-auswahl-sub > .col1,
.aktuelle-auswahl-sub > .col2 {
  border-right: 1px dashed #747474;
  min-height: 300px;
}
.aktuelle-auswahl-sub .col2,
.aktuelle-auswahl-sub .col3 {
  padding-left: 20px;
}
.aktuelle-auswahl-sub > div {
  padding: 15px 5px;
}
.aktuelle-auswahl-sub .merkmal > .text {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.aktuelle-auswahl-sub .merkmal .bild {
  position: relative;
  width: 100%;
}
.aktuelle-auswahl-sub .merkmal .bild > img {
  float: left;
  max-width: 100%;
  padding-right: 10px;
  max-height: 270px;
}
.aktuelle-auswahl-sub .merkmal .bild:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120%;
  height: 120%;
  margin-top: -20px;
  margin-left: -10px;
  z-index: 1101;
}
#ausfuehrungauswahl .merkmal .bild img {
  margin-top: -10px;
}
.affix .aktuelle-auswahl-sub {
  -webkit-transition: height 2s;
  /* Safari */
  -o-transition: height 2s;
  transition: height 2s;
  overflow: hidden;
  height: 200px;
}
.affix .aktuelle-auswahl-sub .merkmal .bild {
  text-align: center;
}
.affix .aktuelle-auswahl-sub .merkmal .bild > img {
  width: auto;
  max-height: 100px;
  text-align: center;
  float: none;
  margin-top: 10px;
}
.merkmal-liste {
  position: relative;
  float: left;
  width: 100% !important;
  padding: 0 !important;
  margin-top: -10px;
  overflow: hidden;
  display: inline-block;
  height: 100px;
  -webkit-transition: height 0.2s ease-out 0.2s;
  -o-transition: height 0.2s ease-out 0.2s;
  transition: height 0.2s ease-out 0.2s;
}
.merkmal-liste > .bild {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.merkmal-liste > .bild img {
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
}
.merkmal-liste:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 110%;
  height: 110%;
  margin-top: 0px;
  margin-left: -10px;
  z-index: 101;
  -webkit-box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 -15px 30px rgba(0, 0, 0, 0.7);
}
.merkmal-liste > .beschreibung {
  position: absolute;
  right: 10px;
  top: 40px;
  color: #fff;
  text-shadow: 0 0 5px #292929;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
}
.merkmal-liste.selected {
  overflow: hidden;
  margin-bottom: 30px !important;
}
.merkmal-liste.selected:before {
  display: inline-block;
  top: -11px;
  width: 148px;
  margin: 0 auto;
  position: absolute;
  z-index: 1310;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.merkmal-liste.selected:after {
  content: "";
  width: 100%;
  top: 10px;
  left: 0;
  position: absolute;
  height: 100%;
  border: 3px solid #f29301;
  z-index: 200;
}
body.language_1 .merkmal-liste.selected:before {
  content: url('/images/auswahl_sprache1.png');
}
body.language_2 .merkmal-liste.selected:before {
  content: url('/images/auswahl_sprache2.png');
}
.merkmal-liste-ausrichtung .buttons {
  display: none;
}
.merkmal-liste-ausrichtung.selected .buttons {
  margin-top: 10px;
  display: block;
}
#ausfuehrungauswahl .merkmal {
  position: relative;
  display: inline-block;
  float: left;
}
#ausfuehrungauswahl .merkmal > div > div {
  border: 1px solid #747474;
}
#ausfuehrungauswahl .merkmal.selected .selectable {
  border: 3px solid #f29301;
  position: relative;
  display: inline-block;
}
#ausfuehrungauswahl .merkmal.selected .selectable:after {
  content: "";
  width: 100%;
  top: 0px;
  left: 0;
  position: absolute;
  height: 100%;
  border: 3px solid #f29301;
  z-index: 200;
}
#ausfuehrungauswahl .bild img {
  width: 100%;
  height: auto;
  min-width: 80px;
  min-height: 80px;
  background: #fff;
}
#ausfuehrungen_wrapper .merkmal {
  display: inline-block;
  float: left;
}
.tab_content .bild {
  float: left;
  margin: 40px 40px 20px 20px;
}
.tab_content .text {
  float: left;
  width: 100%;
}
.tab_content .text img {
  margin: 0px 20px 20px 0;
}
#verfuegbarkeit .filialen a {
  font-size: 16px;
  color: #727272;
}
#verfuegbarkeit .filialen a:hover {
  color: #f29301;
}
#verfuegbarkeit .notify {
  font-size: 12px;
}
#verfuegbarkeit i {
  font-size: 36px;
}
#bezugauswahl {
  overflow: hidden;
  padding-top: 20px !important;
  padding-bottom: 15px !important;
  display: inline-block;
}
#bezugauswahl .merkmal-liste {
  height: 100px;
}
#bezugauswahl .merkmal-liste > .beschreibung {
  top: 47px;
}
#bezugauswahl .merkmal-liste .buttons {
  display: none;
}
#bezugauswahl:last-child {
  overflow: hidden !important;
}
#bezugauswahl .merkmal-liste.selected {
  overflow: visible;
}
#bezugauswahl .merkmal-liste.selected .buttons {
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0px;
  z-index: 9995;
  width: 100%;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.fancybox-skin {
  background-color: #fff !important;
}
.bezug-detail-image {
  width: 100%;
}
#seite_produktdetails h2 {
  text-transform: uppercase;
}
#seite_produktdetails h2 {
  position: relative;
  text-align: center;
}
#seite_produktdetails h2 span {
  background: #000;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
#seite_produktdetails h2:before {
  background: #4c4c4c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 40%;
  width: 100%;
}
#seite_produktdetails h2:before {
  left: 0;
}
#planung_anfragen,
#stoffmuster_bestellen {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 16px;
}
#planung_anfragen h4,
#stoffmuster_bestellen h4 {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#planung_anfragen .row img,
#stoffmuster_bestellen .row img {
  margin: 4px;
}
#planung_anfragen .btn,
#stoffmuster_bestellen .btn {
  height: 45px;
  line-height: 29px;
}
#planung_anfragen #bezugmuster_ajax_wrapper,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper {
  display: none;
}
#planung_anfragen #bezugmuster_ajax_wrapper .auswahl-wrapper,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .auswahl-wrapper {
  padding: 30px 20px;
  border-radius: 3px;
}
#planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal {
  overflow: hidden;
  height: 180px;
}
#planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame {
  max-width: 200px;
}
#planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .bild-border,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .bild-border {
  padding: 5px;
  border: 3px solid #4c4c4c;
  display: inline-block;
}
#planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .bild-border .bild,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .bild-border .bild {
  overflow: hidden;
}
#planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .bild-border .bild img,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .bild-border .bild img {
  width: 100%;
}
#planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame.selected .bild-border,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame.selected .bild-border {
  border: 3px solid #f29301;
}
#planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .titel,
#stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal .merkmal-frame .titel {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 12px;
  white-space: nowrap;
  padding: 3px 0;
}
#produkt_bewertungen {
  width: 99%;
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#produkt_bewertungen.hide_navigation .flickity-page-dots,
#produkt_bewertungen.hide_navigation .flickity-prev-next-button {
  display: none !important;
}
#produkt_bewertungen p {
  font-size: 15px;
}
#produkt_bewertungen .rating-recommendation .percentage {
  color: #f29301;
  font-size: 30px;
}
#produkt_bewertungen .rating-partition {
  margin: 0 auto;
  display: inline-block;
}
#produkt_bewertungen .rating-partition td {
  padding: 0 3px;
  font-size: 14px;
}
#produkt_bewertungen .rating-partition td div {
  height: 7px;
}
#produkt_bewertungen .rating-stars {
  font-size: 28px;
}
#produkt_bewertungen .rating-box {
  text-align: center;
  border: 1px solid #4c4c4c;
  display: inline-block;
  padding: 30px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #produkt_bewertungen .rating-box {
    background: url(/images/footer/muster.png) repeat;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
#produkt_bewertungen .writeup {
  text-align: center;
  line-height: 22px;
  font-size: 15px;
  height: 250px;
}
#produkt_bewertungen .writeup .stars {
  font-size: 18px;
  color: #f29301;
}
#produkt_bewertungen .writeup .footer {
  background: #000 !important;
}
#produkt_bewertungen .writeup .mehr_lesen_link {
  color: #f29301 !important;
}
@media screen and (max-width: 992px) {
  #produkt_bewertungen .rating-partition td {
    font-size: 12px !important;
  }
}
.add-fav.favorit,
.add-fav.auf_merkzettel {
  opacity: 1;
  background: #f29301;
  color: #fff;
}
#side-nav-merkmale .aktuelle-auswahl {
  width: 100% !important;
  font-size: 14px;
}
#side-nav-merkmale .aktuelle-auswahl .rechts {
  text-align: right;
}
#side-nav-merkmale .aktuelle-auswahl .btn {
  display: none;
}
#side-nav-merkmale .aktuelle-auswahl .highlight-big {
  font-size: 17px !important;
}
#side-nav-merkmale .header-fixed {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 10030;
  position: relative;
  height: 120px;
  overflow: hidden;
}
#side-nav-merkmale .header-fixed > .header > div {
  padding: 10px 0 !important;
  border-bottom: 3px solid #A96700;
}
#side-nav-merkmale .merkmale {
  top: 85px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
  position: absolute;
}
#side-nav-merkmale .merkmale #bezugauswahl .merkmal-liste:first-of-type.selected:before {
  margin-top: 22px;
  height: 35px;
  overflow: hidden;
}
#side-nav-merkmale .merkmale #ausfuehrungauswahl {
  margin-top: 55px;
}
.brand--header {
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 479px) {
  .brand--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.brand--header img {
  width: 100%;
  height: auto;
}
.brand--header > div {
  padding: 0;
}
.brand--header > div > div {
  background: #363636;
}
@media screen and (min-width: 768px) and (max-width: 1619px) {
  .brand--header-logo {
    display: none;
  }
}
.brand--header-logo-mobile {
  display: none;
}
.brand--header-logo-mobile img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1619px) {
  .brand--header-logo-mobile {
    display: block;
    margin-bottom: 10px;
  }
}
.brand--onpage-menu {
  padding: 20px;
  background: #363636;
  margin-top: 7px;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1619px) {
  .brand--onpage-menu {
    margin-top: 0;
  }
}
.brand--header-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  max-width: 270px;
  float: left;
  margin-right: 10px;
}
.brand--header-l a {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .brand--header-l {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .brand--header-l {
    width: 35%;
  }
}
@media screen and (max-width: 479px) {
  .brand--header-l {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 1619px) {
  .brand--header-l {
    margin-right: 0;
  }
}
.brand--header-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  float: left;
}
@media screen and (max-width: 479px) {
  .brand--header-r {
    width: 100%;
    background: none;
  }
}
@media screen and (max-width: 1024px) {
  .brand--header-r {
    overflow: inherit;
  }
}
.brand--header-r > div {
  width: 100%;
}
.brand--main-text {
  text-align: justify;
}
.brand--container {
  color: #fff;
}
.brand--container .container-fluid {
  padding: 0;
}
.brand--container h1,
.brand--container h2,
.brand--container figcaption,
.brand--container .brand--subtitle,
.brand--container .brand--block0 .brand--main-text {
  text-align: center;
}
.brand--container h1 {
  font-size: 4rem;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .brand--container h1 {
    font-size: 3.2rem !important;
  }
}
.brand--container h2 {
  font-size: 3rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .brand--container h2 {
    font-size: 2.75rem;
  }
}
.brand--container h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .brand--container h3 {
    font-size: 2rem;
  }
}
.brand--container h1,
.brand--container h2,
.brand--container h3 {
  text-transform: uppercase;
}
.brand--container figcaption {
  font-size: 1.6rem;
  color: #787878;
  margin-top: 5px;
}
.brand--container img {
  max-width: 100%;
}
.brand--block0 {
  margin-top: 30px !important;
}
.brand--subtitle {
  font-size: 2.3rem;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: -5px;
  line-height: 2.9rem;
}
@media screen and (min-width: 768px) {
  .brand--subtitle {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.brand--block {
  margin: 0 0 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #3a3a3a;
  padding-top: 50px;
}
.brand--block.last {
  border: none;
}
.brand--main-text a {
  color: #f29301;
  font-weight: 600;
}
.brand--iframe,
.brand--imagewrapper {
  margin-bottom: 30px;
}
.brand--block1 h3 {
  text-align: center;
}
.brand--block1 .brand--imagewrapper {
  margin-top: 20px;
}
.brand--half figcaption {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .brand--half {
    margin: 15px auto;
  }
}
.brand--cta-button {
  background: #3a3a3a;
  padding: 8px 30px;
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 15px 0;
  display: block;
  float: left;
}
.brand--cta-image {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .brand--cta-image {
    margin: 15px 0;
  }
}
.brand--cta-image .brand--cta-image-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  padding: 5px 20px;
  text-align: center;
  background: rgba(1, 1, 1, 0.7);
}
.brand--cta-image .brand--cta-image-button a {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  display: inline-block;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
}
.brand--cta-image .brand--cta-image-button a:after {
  background: url(/images/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 100%;
  content: "";
  position: absolute;
  right: -30px;
  top: -1px;
}
.brand--iframe-wrapper > div {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.brand--iframe-wrapper > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brand--iframe-wrapper figcaption {
  margin-bottom: 30px;
}
.brand--onpage-menu li {
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding: 7px 0;
  font-weight: 400;
  padding-right: 15px;
}
.brand--onpage-menu li a {
  display: inline-block;
  position: relative !important;
  text-transform: uppercase;
}
.brand--onpage-menu li a:after {
  background: url(/images/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 30px;
  height: 100%;
  content: "";
  position: absolute;
  right: -30px;
  top: -1px;
}
.brand--container .buttonframe.buttonframe-top {
  bottom: 20px;
}
@media screen and (max-width: 1619px) {
  .brand--container .buttonframe.buttonframe-top {
    display: none;
  }
}
.owl-carousel .signet-frame {
  top: 0;
  text-align: right;
  z-index: 10;
  padding-right: 8px;
}
.owl-carousel .signet-frame img {
  width: auto !important;
  display: inline-block;
}
.variation-config {
  padding: 5px 0;
  margin-top: 20px;
  display: block;
}
.variation-config .variation-config--selection {
  max-width: 130px;
  float: left;
  display: inline-block;
  width: inherit !important;
  padding: 0 10px 10px 0;
}
.variation-config .variation-config--selection span {
  margin: 0 0 5px 0;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.variation-config .variation-config--selection img {
  max-width: 100%;
  border: 2px solid #3a3a3a;
  background: #000;
}
.popper,
.tooltip {
  position: absolute;
  background: #FFC107;
  color: black;
  width: 150px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
}
.popover.v_popover {
  max-width: 100%;
  width: 400px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.09);
  height: auto !important;
}
.popover.v_popover img {
  -moz-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100px;
  border: 2px solid #f5f5f5 !important;
}
.popover.v_popover img.selected {
  border: 2px solid #f88e28 !important;
}
.popover.v_popover .popover-content {
  padding: 10px;
  height: auto;
}
.popover.v_popover .popover-footer {
  padding: 10px;
  text-align: right;
}
.popover.v_popover .popover-footer .btn {
  margin-left: 10px;
}
.popover.v_popover .popover-footer .orange-btn {
  background: #f88e28 !important;
}
.popover.v_popover .v_popover--scroll-frame {
  -webkit-box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.09);
          box-shadow: inset 1px 1px 10px 0 rgba(0, 0, 0, 0.09);
  max-height: 175px;
  overflow-y: scroll;
  padding: 5px;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -moz-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popover.v_popover .v_popover--scroll-frame > div {
  max-width: 100px;
  margin: 5px;
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  -moz-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -moz-flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popover.v_popover .v_popover--scroll-frame > div span {
  font-size: 10px;
  line-height: 10px;
  margin-top: 4px;
}
.alert.orange {
  background: #f69200;
  color: #fff;
}
.alert.orange a {
  color: #fff;
}
h3.back-orange {
  background: #f88e28;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 2px 10px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 10px 0;
}
tr.praemien-info {
  background: #f49422;
  color: #fff;
  text-align: center;
}
tr.praemien-info td {
  padding: 20px;
}
tr.praemien-info td a {
  text-decoration: underline;
  font-weight: 900;
  color: #fff !important;
}
.v-middle {
  vertical-align: middle !important;
}
.cart--praemien-row {
  vertical-align: middle;
}
.cart--praemien-row img {
  max-width: 175px;
  margin: 0 auto;
}
.cart--praemien-row .btn {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.cart--praemien-row-mobile img {
  max-width: 100px;
  float: right;
  margin-top: -10px;
}
.cart--praemien-row-mobile .btn {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
#newsletter--register .newsletter--register-left {
  padding: 0 60px;
}
@media screen and (max-width: 1619px) {
  #newsletter--register .newsletter--register-left {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 991px) {
  #newsletter--register .newsletter--register-left {
    padding: 0;
  }
}
#newsletter--register .newsletter--register-right {
  padding: 0 60px;
}
@media screen and (max-width: 1619px) {
  #newsletter--register .newsletter--register-right {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 991px) {
  #newsletter--register .newsletter--register-right {
    padding: 0;
  }
}
.newsletter--form h3 {
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
.newsletter--form .radio-inline {
  margin-right: 20px;
}
.newsletter--form p {
  font-size: 16px;
  margin: 25px 0;
}
.newsletter--form small {
  line-height: 12px;
  font-size: 14px;
}
.newsletter--form small a {
  text-decoration: underline;
}
.newsletter--form input.form-control {
  padding: 15px 20px !important;
  height: auto !important;
  line-height: 34px !important;
  font-size: 15px;
  font-style: normal !important;
  background: none !important;
}
@media screen and (max-width: 767px) {
  .newsletter--form input.form-control {
    padding: 15px 10px !important;
  }
}
.newsletter--form input.form-control::-webkit-input-placeholder {
  color: #747474;
  opacity: 1;
  /* Firefox */
}
.newsletter--form input.form-control::-moz-placeholder {
  color: #747474;
  opacity: 1;
  /* Firefox */
}
.newsletter--form input.form-control:-ms-input-placeholder {
  color: #747474;
  opacity: 1;
  /* Firefox */
}
.newsletter--form input.form-control::-ms-input-placeholder {
  color: #747474;
  opacity: 1;
  /* Firefox */
}
.newsletter--form input.form-control::placeholder {
  color: #747474;
  opacity: 1;
  /* Firefox */
}
@media screen and (max-width: 767px) {
  .newsletter--form input.form-control::-webkit-input-placeholder {
    font-size: 14px;
  }
  .newsletter--form input.form-control::-moz-placeholder {
    font-size: 14px;
  }
  .newsletter--form input.form-control:-ms-input-placeholder {
    font-size: 14px;
  }
  .newsletter--form input.form-control::-ms-input-placeholder {
    font-size: 14px;
  }
  .newsletter--form input.form-control::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .newsletter--form input.form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  .newsletter--form input.form-control::-moz-placeholder {
    font-size: 12px;
  }
  .newsletter--form input.form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .newsletter--form input.form-control::-ms-input-placeholder {
    font-size: 12px;
  }
  .newsletter--form input.form-control::placeholder {
    font-size: 12px;
  }
}
.newsletter--form .btn-orange {
  background: #f29301;
  padding: 15px 80px !important;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  height: auto !important;
  text-transform: uppercase;
  margin-top: 20px;
}
.newsletter--form .btn-orange:after {
  content: none;
}
body[id^="page-cnewsletter-newsletter"] #uebersicht__header,
#page-cnewsletter-newsletter-anmelden #uebersicht__header {
  border: none !important;
}
@media screen and (max-width: 767px) {
  body[id^="page-cnewsletter-newsletter"] #aktionsBanner,
  #page-cnewsletter-newsletter-anmelden #aktionsBanner {
    margin-bottom: 10px;
  }
  body[id^="page-cnewsletter-newsletter"] .margin-top-20,
  #page-cnewsletter-newsletter-anmelden .margin-top-20 {
    margin-top: 5px;
  }
  body[id^="page-cnewsletter-newsletter"] #uebersicht__header,
  #page-cnewsletter-newsletter-anmelden #uebersicht__header {
    margin-bottom: 15px;
  }
  body[id^="page-cnewsletter-newsletter"] h1,
  #page-cnewsletter-newsletter-anmelden h1 {
    padding-bottom: 0;
  }
}
.newsletter--form-agb a {
  text-decoration: underline;
}
.footer .newsletter--form-p,
.footer .newsletter--form-agb {
  color: #747474;
}
.footer .newsletter--form-p {
  display: block;
  margin: 20px 0;
  font-size: 14px;
}
.cart--disposal {
  background: #141414;
  padding: 20px;
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
@media screen and (max-width: 560px) {
  .cart--disposal {
    padding: 10px;
  }
}
.cart--disposal .cart--disposal-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 560px) {
  .cart--disposal .cart--disposal-head {
    font-size: 12px;
  }
}
.cart--disposal .cart--disposal-head > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 90%;
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
}
.cart--disposal .cart--disposal-head > div:last-child {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  text-align: right;
}
.cart--disposal .cart--disposal-head label {
  display: block;
  position: relative;
  top: 70%;
  font-weight: bold;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
}
.cart--disposal .cart--disposal-head i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 15px;
  border: 2px solid #f59100;
  border-radius: 100%;
  padding: 2px 0 0 1px;
  text-align: center;
  width: 22px;
  height: 22px;
  color: #f59100;
}
.cart--disposal .cart--disposal-body {
  padding: 20px 0 0 30px;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 560px) {
  .cart--disposal .cart--disposal-body {
    padding: 20px 0;
  }
}
.cart--disposal .cart--disposal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 3px 0;
  vertical-align: middle;
}
@media screen and (max-width: 560px) {
  .cart--disposal .cart--disposal-row {
    font-size: 12px;
  }
}
.cart--disposal .cart--disposal-row > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
}
.cart--disposal .cart--disposal-row > div.cart--disposal-row--label {
  padding-top: 10px;
}
@media screen and (max-width: 560px) {
  .cart--disposal .cart--disposal-row > div.cart--disposal-row--label {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
.cart--disposal .cart--disposal-row > div.cart--disposal-row--price {
  text-align: right;
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
  min-width: 125px;
  width: 100px;
  padding: 10px 10px 0 20px;
}
@media screen and (max-width: 560px) {
  .cart--disposal .cart--disposal-row > div.cart--disposal-row--price {
    min-width: unset;
  }
}
.cart--sidebar--disposal small {
  line-height: 18px !important;
}
.cart--sidebar--disposal small span {
  width: 100%;
  display: block;
}
#overlay--disposal--container {
  display: none;
}
.overlay--disposal--container-body a {
  font-weight: bold !important;
  color: #f59100 !important;
}
.cart-sidebar--summary-disposal-price {
  font-size: 14px;
}
.disposal-alert-text {
  color: red;
  font-weight: bold;
}
.CartDescription.disposal span {
  width: 100%;
  display: block;
}
@font-face {
  font-family: 'whosperfect';
  src: url('/assets/fonts/whosperfect/fonts/whosperfect.eot');
}
@font-face {
  font-family: 'whosperfect';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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AgICBAECAgEEAQIBAwIBAgEBAQIBAQEBAQIBAQECAQEBAQEBAQEBAQEBAQEBAQEBAgEBAQIBAQEBAQIBAQECAQIDAQIBBAECAgEEAgICAgICAgICAgQCAwICAgMCAgMCBQIDAgMFAwIDBQMDAgMDAwIDAwMDAwIDAwMDBgMDAwMDAwMEAwMDAwMHBgMEAwGo/u9lAREDegEBAQEBAQEBAQEBAQEBAgEBAgECAQICAQICAgICAgICAgMCAgIDAgMCAwMCAwMCAwMDAwMDAwMDBAMDAwQDAwQDBAMEAwQEAwQEBAQDBAQEBAQEBAQEBQQEBAQFBAQFBAQFBAUEBQQFBAUFBAUEBQUFBAUFBQQFBQUEBQUFBQQFBQQFBQQFBAUEBQUEBAUEBQQEBQQEBQQEBAQEBAUEBAQEAwQEBAQEAwQEAwQDBAQDAwQDBAMDAwMEAwMDAwMDAgMDAwMCAwIDAgMCAwICAgMCAgICAgICAQICAQICAQIBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAgEBAgECAgECAgECAgICAgICAwICAgMCAwIDAgMCAwMDAwIDAwMDAwMEAwMDAwQDBAMDBAQDBAMEBAMEBAQEBAMEBAQEBQQEBAQEBAUEBAUEBAUEBQQEBQUEBQQFBAUFBAUFBAUFBQUEBQUFBAUFBQQFBQUEBQQFBQQFBAUEBQQFBAQFBAQFBAQEBAUEBAQEBAQEBAQDBAQEBAMEBAMEAwQDBAMDBAMDAwQDAwMDAwMDAwMCAwMCAwMCAwIDAgICAwICAgICAgICAgECAgECAQIBAQIBAQEBAQEBAQEBAQEBAXkBAQEBAQEBAQEBAQEBAQEBAQIBAQECAQECAQEDAgECAwICAQIEAgICAQICAgMCAgQCAgMCAgIDAgIDBQIDAgMFAgMDBQMCAwMDAgMDAwMCAwMDAwMDBgMDAwMDAwMDAwQDAwMDAwQDAwMEBgMEAwMDAwQDAwMDAwQDAwMDAwMDBgMDAwMCAwMDAwMCAwMDAgMDBQMCAwUDAgMCBQIDAgIDAgICAwIEAgICAgICAgICAgQBAgIBBAECAQMCAQIBAQECAQEBAQECAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQIBAQECAQEBAQECAQEBAgECAwECAQQBAgIBBAICAgICAgICAgIEAgMCAgIDAgID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EiAODxkJCAwDBAECAwoICRkQECUVFS8XGC4WFSYQDxoJCAsDAgEDBAsICRgODiERDx8QCREJAQMCApQBAgIKCAgYDw8jExEjEhUqFRMnEhQmEBEbCQoKAQoKCRoRECUVEScTFSoVEiIREyQPDxkJCAoDAQITAQICCQcIFg0OIBIPIBEUJxQSJBAUIg8QGQkJCQEJCQkYEA8jExEjEhQoExEhDxIfDg4WCAcJAwECAAAAAwELANsC+wMMAAQABwVXAAABFQcVNwEnMwEnNSc1JzUnNSc1JwcnNScjNSMnNSMnNScjNyM1IycjJyMnIzUnNSc3IzUnIycjJyMnByMnIycjJyM1JzUjJyMnIycjJyM3IycjJzUnNTM3Mzc1MzczNzM1MzUnNSMnByMnIxcjJyM1IycjNSMVIzcnNSMnIyc1JzUjJxUjJy4BJxUjNTMXHgEXPAE9ASM3NTM1JyM1BzUjFSMVIycjJzcnNSc1BycjLwEjJzUjNSMnNSc1Ixc1JzUnNSc1NzUjNTczFxUzNSc1IzUXMxUXMzU3Mz8BNTc1JyMnBzUnNSM1JzU3MzczNzM3MzczNzUHNSM1Iyc1IzUjNTMVMxUXMxUXFTMVMxU3Mzc1MxczFTM3MzczJzU3NTMVMxczFxUXFQcVMxUjFTM/AScjLwE1JzUjJyM1JyMXNTc1NzUjFSM1IzUzNTM3MzczNzM1NzUjNScjFSM1FzUzNzM1MzczNzM1NzM1NzUjJyM1IzUjNSMHIzUjNSM1IycjBzUnIycjNyMXNSMnNzU3NSc1Iwc1JyM1MzUjNTczNTM1IxUjFyMHIwcjByM1Iyc1IwcjJyMVIxUjJyMHIxUjFSMVBxUjFSMnIzUjNTM3NSMnNSMHIzUjJyMVIxUjBxcVIwcVMxcVBxUnIycjJzUjNSMVIxU3FSMVBxUzFTMVIxUjFRcVIwcjNSc3NTc1Iyc1IzUjJyMVIwcjJyM1Ixc1IxUjNSMVIxUXFTMVBxUHFQcVNyMVIxUjByMVIxUjFQcVMxUzFxUnFQcnNSMnIzU3NSc1IycjNTczNTM1JyMXNQcVMzUjNSM1JzUnNSM1Jzc1NzM1IwcjFRcVByMVIxUjBxUzFSMVIxUjFTcHIwcjFSM1IwcjNSMnIzUjFSMVIwcjByMVIwcVIycHIzUnNScjNxUHIwcjJyMHFRcVFzMVMxcjFRczFTMVMwcnIzUVFxUHFSMVIxUjBxUjNSMVIwcjFSMnIwcjFSMVMxUzFxUHFTMVMxUXMxczFzMVMxUHFRcVIzcjFQcVIxUjFSMVIxUHFRcVMxUXFSMVMxUzFRcVFzMXMxczFRczFRczFTMXMzUzNTMVIxcVFxUzFSMVIxUjFQcVByMHFTM3MzczNzM3MzU3MzczNTczNzM1NzU3MzUzNyM1MzUzNzM3MzUzFzM1MxUzFTM1MxUzFxUzFTMVFxUXMxUXNzMXMxUXFTMXMzUnNTMVFzMVFxUXMzUzNTczJyM1MxUXBxUfARUfARUjFTM1FRczFxUzFRcVBxUjJxUzFzM1Mx8BFScjFzMXMxcVMxcVFxUzFxUjFRczFxUzNTM1MxUzNTM1MzUjJyM1FSMVFzMXMxcVFxU1MxUjFzMXFTMXMxcVHwIVFxUzFzMXFTM3MzczFzMXMxczFzMVNTMXMxcVMzUVIxcVFxUXFRcVFxUzNTMVMzU3MzczFxUXMxcVIwcVJxUjFQcVMzczFTM1MzczFzM3NTczFxUXFSMVIxUXMxczFTMVFzMXMxcVBzMVMzU3MzU3MxUXMzUnMxUjBzMXFRcVFxUjFRcVFzMXMxcVFxUXFTMVByMVByMHFSMHIwcVMxUXFRcVBxUHJyMVBxUXFSMVFxUzNzUzNzU3NTM3NTczNzM3Mzc1NzU3MzUzNzMVMzUzFzczNzU3Iyc1BxUjNTc1BzU3NSM1JzUjJyM1Iyc1JyMnNSMnIzUnNTc1NzM3NTc1Mxc3MzU3NTc1NzU3NSMnNRczNzM3MzczFTMXFTMXFSMVFzMXMxUzFTMXMxUzFzMVIxcVFxUzFRcVBxcVIxcVFzMXMxczFTM3NTM1NzU3NQJ7AQH+wAICAb4BAQECAwECAQEDAgMBAQEDAQEGAgEBCwYCAgEFBAEDAwcBAgEBAwIEAQMBAQEGAgEBCQIDAQQOAgEBAgEBAQcBAQECAgEBAQMCAyEBCgMEAgEIAQEBAQMCAQIDAgQBCxAhAQQCEhIgAQQCAQEBAQECAQEHAQEHAwEBAwEBAwEDAQMCBAEBAQECAQEBAQEBBAECAQIBAwECAQECAQIBCgEBAQEDAQICCwEHAgkBCQEBAQIDAgIBAgEBAQEBAQcCAgIBAgECAQEBAQEBAgQBAQIHAgIBAQgCAQMBAQEDAgEBAwMBAQEBAQEBAgEBBQEFAQECAQEEAQEBAQEFAgMBAwMEBAEFAREBAgIBAQgCAwEDBAIBAQEBAgIBAQEBAQIBBwIBBAEBAQMBAgMBAgECAQIBAgIGAQQCAQECBwEEAwEBAQIFAgECAQEBAQEBAQECAgEBAgEDAQIBBw4BAQEEAgECAQEGAQIBAQECBwEBAgIEAQEBAgECBQIBAQEBAQEBAQICAgEDAQECAQEBAQEBAgEBAgICAQEBAgIDAQEDAgIBAwEBAQEFAQIBAQICBAMBAgQBAwEDAQEEAQEBAQEGAQQCAQEBBQQBAQEBAgEBAQgBAQEFAQEBAQEBAwEBAQIFAQEBAgIBAQECAQEFAQEDAwQBAQQCAQIBAQEBAQEBBQICAQECAwQDAQEBAQICAgEBBAIBAQEDAQEBAwEBAQQCAQELAwEBAQECAgUBAQECCAEKAQcBAQEDAQIBAgEBAQEBAQcCAQEDAgIFAQIHAgIBDAQEAgIBAgMBAQEBAQIBAgEBAQECAQIBAQECAQEBAgEBAgIDAgEBAQEBAQECAgEaAQEBCgIBBgECBAECAQICAQIBBAEBAQMBBQoBBgEBAQYBAgQCAQETDAECAgICAgMBAQIBBQIHCAQBCAEJAQEBAQEBAQEFAQMBAwMBAQIEAQMFAQEBAQMBAwMBAQEOBAEGAQUDAgEBAQIBAQMBAwMCAQIBAQYCAgIBAgIEBAIBAQcBAgEBAQEBAQICAQEBAQEBAQECAwEBAQoBAgEEAQEBAgECAgcBAQEDFQMBAgQBAQIIAgECAQEBAQEFBAsBAgIBAQMBAQIMAQIBAQQBBAEEAQEBAQEMAQEBAQIBAwIBAQEBAgECAQEBAQECAQIDAQcBAQMCAwEDAQEEBAEDEgIBAQECAQEIAQEBAwECCQECAgEBAgEBbQIBAQEBBwH+9gECAQYBAgIBAwIBBgEBAQEDAgEGAQEBAgEGAgEBAQEBAQMBAQECAQEBAQEBAQMBCQECAwIGAQEBAQEBCQECAgQCAgMBAQEBBgIFAQICBAIKGSkCBQMzTigDBAMEBwMDASEOAQMIAQEBAQcDAQIBAQEBAwIBAQEFAQECAQIBAQIDASkBAwEBAQIBAQIBAQEBAQECAQICAQEBDgMBAQgBEAEBAQECAQIBAgQBAQIBAgEBAQEBAwEBAQECAQEBAQEBAQEBAgEEAgEBAgECAQEC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") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.wpicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'whosperfect' !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;
}
.wpicon-sofa_new:before {
  content: "\e9ca";
}
.wpicon-sofa:before {
  content: "\e9c9";
}
.wpicon-icon_sortieren:before {
  content: "\e9c8";
}
.wpicon-icon_produktbeschreibung:before {
  content: "\e9c2";
}
.wpicon-icon_produktdetails:before {
  content: "\e9c3";
}
.wpicon-icon_designer:before {
  content: "\e9c4";
}
.wpicon-icon_hinweis:before {
  content: "\e9c5";
}
.wpicon-icon_marke:before {
  content: "\e9c6";
}
.wpicon-icon_platzierung:before {
  content: "\e9c7";
}
.wpicon-favoriten:before {
  content: "\e9c1";
}
.wpicon-warenkorb:before {
  content: "\e903";
}
.wpicon-eigene_spedition .path1:before {
  content: "\e9a0";
  color: #ffffff;
}
.wpicon-eigene_spedition .path2:before {
  content: "\e9a1";
  margin-left: -1em;
  color: #001017;
}
.wpicon-eigene_spedition .path3:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-eigene_spedition .path4:before {
  content: "\e9a3";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-eigene_spedition .path5:before {
  content: "\e9a4";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-eigene_spedition .path6:before {
  content: "\e9a5";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-eigene_spedition .path7:before {
  content: "\e9a6";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path8:before {
  content: "\e9a7";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path9:before {
  content: "\e9a8";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path10:before {
  content: "\e9a9";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path11:before {
  content: "\e9aa";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path12:before {
  content: "\e9ab";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path13:before {
  content: "\e9ac";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path14:before {
  content: "\e9ad";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path15:before {
  content: "\e9ae";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path16:before {
  content: "\e9af";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path17:before {
  content: "\e9b0";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path18:before {
  content: "\e9b1";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path19:before {
  content: "\e9b2";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-eigene_spedition .path20:before {
  content: "\e9b3";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path21:before {
  content: "\e9b4";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path22:before {
  content: "\e9b5";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path23:before {
  content: "\e9b6";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path24:before {
  content: "\e9b7";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path25:before {
  content: "\e9b8";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path26:before {
  content: "\e9b9";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path27:before {
  content: "\e9ba";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path28:before {
  content: "\e9bb";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path29:before {
  content: "\e9bc";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path30:before {
  content: "\e9bd";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path31:before {
  content: "\e9be";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path32:before {
  content: "\e9bf";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-eigene_spedition .path33:before {
  content: "\e9c0";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-selbstabholung .path1:before {
  content: "\e905";
  color: #ffffff;
}
.wpicon-selbstabholung .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-selbstabholung .path3:before {
  content: "\e907";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-selbstabholung .path4:before {
  content: "\e908";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-selbstabholung .path5:before {
  content: "\e909";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-selbstabholung .path6:before {
  content: "\e90a";
  margin-left: -1em;
  color: #001017;
}
.wpicon-selbstabholung .path7:before {
  content: "\e90b";
  margin-left: -1em;
  color: #001017;
}
.wpicon-selbstabholung .path8:before {
  content: "\e90c";
  margin-left: -1em;
  color: #001017;
}
.wpicon-ruecksendung .path1:before {
  content: "\e90d";
  color: #ffffff;
}
.wpicon-ruecksendung .path2:before {
  content: "\e90e";
  margin-left: -1.04003906em;
  color: #f29000;
}
.wpicon-ruecksendung .path3:before {
  content: "\e90f";
  margin-left: -1.04003906em;
  color: #f29000;
}
.wpicon-ruecksendung .path4:before {
  content: "\e910";
  margin-left: -1.04003906em;
  color: #f29000;
}
.wpicon-ruecksendung .path5:before {
  content: "\e911";
  margin-left: -1.04003906em;
  color: #001017;
}
.wpicon-preise .path1:before {
  content: "\e912";
  color: #ffffff;
}
.wpicon-preise .path2:before {
  content: "\e913";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-preise .path3:before {
  content: "\e914";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-preise .path4:before {
  content: "\e915";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-lieferung_montage .path1:before {
  content: "\e916";
  color: #ffffff;
}
.wpicon-lieferung_montage .path2:before {
  content: "\e917";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-lieferung_montage .path3:before {
  content: "\e918";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-lieferung_montage .path4:before {
  content: "\e919";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-lieferung_montage .path5:before {
  content: "\e91a";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-lieferung_montage .path6:before {
  content: "\e91b";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-lieferung_montage .path7:before {
  content: "\e91c";
  margin-left: -1em;
  color: #001017;
}
.wpicon-madeinitaly .path1:before {
  content: "\e91d";
  color: #ffffff;
}
.wpicon-madeinitaly .path2:before {
  content: "\e91e";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-madeinitaly .path3:before {
  content: "\e91f";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-madeinitaly .path4:before {
  content: "\e920";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-wareneingang_3 .path1:before {
  content: "\e921";
  color: #f29000;
}
.wpicon-wareneingang_3 .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-wareneingang_3 .path3:before {
  content: "\e923";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-wareneingang_3 .path4:before {
  content: "\e924";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-wareneingang_3 .path5:before {
  content: "\e925";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-wareneingang_3 .path6:before {
  content: "\e926";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-wareneingang_3 .path7:before {
  content: "\e927";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-wareneingang_3 .path8:before {
  content: "\e928";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-wareneingang_3 .path9:before {
  content: "\e929";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-auftrag_pruefen_2:before {
  content: "\e92a";
}
.wpicon-probesitzen:before {
  content: "\e92b";
}
.wpicon-versendet_3 .path1:before {
  content: "\e92c";
  color: #f29000;
}
.wpicon-versendet_3 .path2:before {
  content: "\e92d";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-versendet_3 .path3:before {
  content: "\e92e";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-versendet_3 .path4:before {
  content: "\e92f";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-versendet_3 .path5:before {
  content: "\e930";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-versendet_3 .path6:before {
  content: "\e931";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-versendet_3 .path7:before {
  content: "\e932";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-versendet_3 .path8:before {
  content: "\e933";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-versendet_3 .path9:before {
  content: "\e934";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-versendet_3 .path10:before {
  content: "\e935";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-produktion .path1:before {
  content: "\e936";
  color: #ffffff;
}
.wpicon-produktion .path2:before {
  content: "\e937";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-produktion .path3:before {
  content: "\e938";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-versendet_1:before {
  content: "\e939";
}
.wpicon-wareneingang_1:before {
  content: "\e93a";
}
.wpicon-oeffnungszeiten:before {
  content: "\e93b";
}
.wpicon-hilfebereich:before {
  content: "\e93c";
}
.wpicon-in_bearbeitung_3 .path1:before {
  content: "\e93d";
  color: #f29000;
}
.wpicon-in_bearbeitung_3 .path2:before {
  content: "\e93e";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-in_bearbeitung_3 .path3:before {
  content: "\e93f";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-in_bearbeitung_1:before {
  content: "\e940";
}
.wpicon-auftrag_pruefen_1:before {
  content: "\e941";
}
.wpicon-storno .path1:before {
  content: "\e942";
  color: #cc1119;
}
.wpicon-storno .path2:before {
  content: "\e943";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-storno .path3:before {
  content: "\e944";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-storno .path4:before {
  content: "\e945";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-storno .path5:before {
  content: "\e946";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-storno .path6:before {
  content: "\e947";
  margin-left: -1em;
  color: #cc1119;
}
.wpicon-storno .path7:before {
  content: "\e948";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-storno .path8:before {
  content: "\e949";
  margin-left: -1em;
  color: #cc1119;
}
.wpicon-storno .path9:before {
  content: "\e94a";
  margin-left: -1em;
  color: #cc1119;
}
.wpicon-adresse:before {
  content: "\e94b";
}
.wpicon-bestellstatus .path1:before {
  content: "\e94c";
  color: #f39200;
}
.wpicon-bestellstatus .path2:before {
  content: "\e94d";
  margin-left: -0.99023437em;
  color: #f39200;
}
.wpicon-bestellstatus .path3:before {
  content: "\e94e";
  margin-left: -0.99023437em;
  color: #f39200;
}
.wpicon-bestellstatus .path4:before {
  content: "\e94f";
  margin-left: -0.99023437em;
  color: #f39200;
}
.wpicon-bestellstatus .path5:before {
  content: "\e950";
  margin-left: -0.99023437em;
  color: #f39200;
}
.wpicon-bestellstatus .path6:before {
  content: "\e951";
  margin-left: -0.99023437em;
  color: #ffffff;
}
.wpicon-in_bearbeitung_2:before {
  content: "\e952";
}
.wpicon-versendet_2:before {
  content: "\e953";
}
.wpicon-einrichtungsberater .path1:before {
  content: "\e954";
  color: #ffffff;
}
.wpicon-einrichtungsberater .path2:before {
  content: "\e955";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-einrichtungsberater .path3:before {
  content: "\e956";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path4:before {
  content: "\e957";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path5:before {
  content: "\e958";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path6:before {
  content: "\e959";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path7:before {
  content: "\e95a";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path8:before {
  content: "\e95b";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path9:before {
  content: "\e95c";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path10:before {
  content: "\e95d";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path11:before {
  content: "\e95e";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path12:before {
  content: "\e95f";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path13:before {
  content: "\e960";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path14:before {
  content: "\e961";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path15:before {
  content: "\e962";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-einrichtungsberater .path16:before {
  content: "\e963";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path17:before {
  content: "\e964";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path18:before {
  content: "\e965";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path19:before {
  content: "\e966";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path20:before {
  content: "\e967";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path21:before {
  content: "\e968";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path22:before {
  content: "\e969";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path23:before {
  content: "\e96a";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path24:before {
  content: "\e96b";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path25:before {
  content: "\e96c";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path26:before {
  content: "\e96d";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path27:before {
  content: "\e96e";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path28:before {
  content: "\e96f";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path29:before {
  content: "\e970";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path30:before {
  content: "\e971";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path31:before {
  content: "\e972";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path32:before {
  content: "\e973";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path33:before {
  content: "\e974";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-einrichtungsberater .path34:before {
  content: "\e975";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path35:before {
  content: "\e976";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path36:before {
  content: "\e977";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path37:before {
  content: "\e978";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path38:before {
  content: "\e979";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path39:before {
  content: "\e97a";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path40:before {
  content: "\e97b";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path41:before {
  content: "\e97c";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path42:before {
  content: "\e97d";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path43:before {
  content: "\e97e";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path44:before {
  content: "\e97f";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path45:before {
  content: "\e980";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path46:before {
  content: "\e981";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path47:before {
  content: "\e982";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path48:before {
  content: "\e983";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path49:before {
  content: "\e984";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path50:before {
  content: "\e985";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path51:before {
  content: "\e986";
  margin-left: -1em;
  color: #001017;
}
.wpicon-einrichtungsberater .path52:before {
  content: "\e987";
  margin-left: -1em;
  color: #001017;
}
.wpicon-kalender:before {
  content: "\e988";
}
.wpicon-vieles_mehr .path1:before {
  content: "\e989";
  color: #ffffff;
}
.wpicon-vieles_mehr .path2:before {
  content: "\e98a";
  margin-left: -1em;
  color: #f39200;
}
.wpicon-vieles_mehr .path3:before {
  content: "\e98b";
  margin-left: -1em;
  color: #181716;
}
.wpicon-vieles_mehr .path4:before {
  content: "\e98c";
  margin-left: -1em;
  color: #181716;
}
.wpicon-passwort:before {
  content: "\e98d";
}
.wpicon-bestellungen .path1:before {
  content: "\e98e";
  color: #f29000;
}
.wpicon-bestellungen .path2:before {
  content: "\e98f";
  margin-left: -0.99023437em;
  color: #f29000;
}
.wpicon-bestellungen .path3:before {
  content: "\e990";
  margin-left: -0.99023437em;
  color: #ffffff;
}
.wpicon-auftrag_pruefen_3 .path1:before {
  content: "\e991";
  color: #f29000;
}
.wpicon-auftrag_pruefen_3 .path2:before {
  content: "\e992";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-auftrag_pruefen_3 .path3:before {
  content: "\e993";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-auftrag_pruefen_3 .path4:before {
  content: "\e994";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-auftrag_pruefen_3 .path5:before {
  content: "\e995";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-auftrag_pruefen_3 .path6:before {
  content: "\e996";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-auftrag_pruefen_3 .path7:before {
  content: "\e997";
  margin-left: -1em;
  color: #ffffff;
}
.wpicon-auftrag_pruefen_3 .path8:before {
  content: "\e998";
  margin-left: -1em;
  color: #f29000;
}
.wpicon-kundendaten .path1:before {
  content: "\e999";
  color: #f29000;
}
.wpicon-kundendaten .path2:before {
  content: "\e99a";
  margin-left: -0.99023437em;
  color: #181716;
}
.wpicon-kundendaten .path3:before {
  content: "\e99b";
  margin-left: -0.99023437em;
  color: #181716;
}
.wpicon-kundendaten .path4:before {
  content: "\e99c";
  margin-left: -0.99023437em;
  color: #181716;
}
.wpicon-kundendaten .path5:before {
  content: "\e99d";
  margin-left: -0.99023437em;
  color: #181716;
}
.wpicon-kundendaten .path6:before {
  content: "\e99e";
  margin-left: -0.99023437em;
  color: #181716;
}
.wpicon-wareneingang_2:before {
  content: "\e99f";
}
.wpicon-filialen:before {
  content: "\e900";
}
.wpicon-merkzettel:before {
  content: "\e901";
}
.wpicon-search:before {
  content: "\e902";
}
.wpicon-kundenkonto:before {
  content: "\e904";
}
a.wpicon {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
}
a i.wpicon {
  font-size: 18px;
  margin-right: 10px;
}
.f-bold {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
  font-weight: 900;
}
.f-light {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
  font-weight: 400;
}
.f-normal {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
  font-weight: 600;
}
.f-white {
  color: white !important;
}
.f-small-heading {
  font-size: 15px;
}
.b-orange {
  background: #f29301 !important;
}
.highlight-big {
  font-size: 24px !important;
}
body {
  background-color: #000 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wf-active body {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
}
::-moz-selection {
  color: #ffffff;
  background: #f29301;
}
::selection {
  color: #ffffff;
  background: #f29301;
}
::-moz-selection {
  color: #ffffff;
  background: #f29301;
}
.site-color {
  color: #f29301 !important;
}
a:hover,
a:focus,
a.link,
.link {
  color: #f29301;
}
.search-full,
.search-input {
  background: #f29301;
}
.search-close {
  color: #f29301;
}
.searchInputBox .search-btn {
  color: #ffffff;
}
.navbar-tshop {
  background: #000;
}
.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
  background-color: #f29301;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #ff9c01;
  border-color: #ff9c01;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #ff9c01;
  border-color: #ff9c01;
  color: #ffffff;
  background: #f29301;
}
.navbar-top {
  position: relative;
  background: #000;
}
.navbar-nav > li > a {
  color: #ffffff;
}
.nav > li.active,
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li:hover > a {
  color: #f29301;
  background: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.cartMenu:hover > a.dropdown-toggle {
  background: transparent;
}
.dropdown-menu {
  border-top: solid #f29301;
}
.search-box:hover .form-control {
  background: #f29301;
}
.search-box:hover .btn-nobg {
  color: #f29301;
}
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #f29301 !important;
  background-color: rgba(242, 147, 1, 0.5) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80f29301, endColorstr=#80f29301) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80f29301, endColorstr=#80f29301) !important;
}
.action-control a:hover,
.action-control a.active {
  color: #ffffff;
  background: #f29301;
}
.product:hover,
.featuredImgLook2 .inner:hover {
  border: 1px solid #f29301;
}
.subCategoryList .thumbnail:hover {
  border: 1px solid #f29301;
}
#pager a.cycle-pager-active {
  background-color: #f29301 !important;
  background-color: rgba(242, 147, 1, 0.7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3f29301, endColorstr=#b3f29301) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3f29301, endColorstr=#b3f29301) !important;
}
.pager2 a {
  border: 1px solid #f29301;
}
.pager2 a.selected {
  background: #f29301;
}
.btn-site,
.newsLatterBox .btn {
  background: #f29301;
}
.btn-discover:hover,
.btn-site:hover,
.newsLatterBox .btn:hover {
  background: #f29301;
}
.full {
  width: 100%;
}
.footer a:hover {
  color: #f29301;
}
.modal-header {
  background: #f29301;
}
.form-control:focus {
  border-color: #f29301;
}
.new-product {
  background-color: #f29301 !important;
  background-color: rgba(242, 147, 1, 0.95) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f29301, endColorstr=#f2f29301) !important;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f29301, endColorstr=#f2f29301) !important;
}
.nav.tree > li.active,
.nav.tree > li > a:hover,
.nav.tree > li > a:focus,
.nav.tree > li:hover > a {
  background: none;
  color: #2a2a2a;
}
.nav.tree .open-tree > a,
.nav.tree .open-tree > a:hover,
.nav.tree .open-tree > a:focus {
  background: none;
  font-weight: bold;
  color: #303030;
}
.panel-default > .panel-heading {
  border-top: 4px solid #f29301;
}
.nav-tabs {
  border-bottom: 3px solid #bfc9ca;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li:hover > a {
  background: #bfc9ca;
  color: #f29301 !important;
}
#seite_produktdetails .product-tab > ul li {
  white-space: nowrap;
}
#seite_produktdetails .product-tab li > a {
  font-weight: 600 !important;
}
#seite_produktdetails .product-tab li.active > a {
  background: #bfc9ca;
  color: #f29301 !important;
}
#seite_produktdetails .zoom .gall-item img {
  max-width: 1140px;
}
#seite_produktdetails .product-tab .wpicon {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
#seite_produktdetails .product-tab li {
  vertical-align: baseline;
  padding-left: 5px;
  margin-right: 40px;
}
#seite_produktdetails .product-tab li:hover,
#seite_produktdetails .product-tab li.active {
  color: #f29301;
}
#seite_produktdetails .product-tab li:hover span,
#seite_produktdetails .product-tab li.active span {
  color: #f29301;
}
.socialIcon a:hover {
  background: #f29301;
}
.cart-actions button,
.cart-actions .wishlist {
  background: none repeat scroll 0 0 #f29301;
  border: 2px solid #f29301;
}
.cart-actions button:hover {
  background: #ffffff;
  color: #303030;
  border: solid 2px #f29301;
}
.sp-thumbs a:hover,
.sp-thumbs a:active,
.sp-current,
.sp-current:visited {
  border: 2px solid #f29301 !important;
}
.promo-1 {
  background: none repeat scroll 0 0 #f29301;
}
#pager2 span.cycle-pager-active {
  background: #f29301 !important;
}
#pager2 span {
  border: 2px solid #f29301;
}
.orderStep li.active a {
  background: #f29301;
}
.orderStep li.active a:after {
  border-top-color: #f29301 !important;
}
.orderStep li a {
  background: #ff9c01;
}
.header-buttons > div {
  padding: 10px;
  margin: 30px 0 0px 0;
  color: #fff;
}
.header-buttons > div:hover {
  color: #f29301;
}
.header-buttons > div .dropdown-toggle span {
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}
.header-buttons > div span {
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
.warenkorb-badge {
  height: 20px;
  width: 20px;
  border-radius: 25px;
  line-height: 17px !important;
  position: absolute;
  right: 30px;
  font-weight: 100;
  font-size: 12px !important;
  top: 4px;
  background-color: #f29301;
}
.f-serif {
  font-family: Garamond, 'EB Garamond', serif;
}
.f-italic {
  font-style: italic;
  font-weight: 400;
}
.f-orange {
  color: #f29301 !important;
}
.f-grau {
  color: #747474 !important;
}
.f-size-large {
  font-size: 18px !important;
}
.f-size-very-large {
  font-size: 24px !important;
}
.col-percent-7 {
  width: 14%;
}
.hr_gray {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.owl-theme .owl-controls .owl-pagination {
  margin-bottom: 0;
}
.owl-theme .owl-controls .owl-pagination .owl-page span {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #f29301 !important;
  margin-top: 55px;
}
.box-content-overly.top,
.box-content-overly.left {
  visibility: visible !important;
  opacity: 1 !important;
  text-align: left !important;
}
.box-content-overly.center,
.box-content-overly.top {
  text-align: center !important;
}
.box-content-overly.left .box-text-cell,
.box-content-overly.top .box-text-cell {
  margin-top: 0px;
  vertical-align: top;
  padding-top: 40px !important;
}
.box-content-overly.left .box-text-cell,
.box-content-overly.left .box-text-cell-inner {
  margin: 20px 20px 20px 40px !important;
  padding-top: 5px !important;
  max-width: 50%;
}
.layout {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 4em 2%;
}
#freewall {
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.buttonframe.buttonframe-top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 65px;
}
.buttonframe a.btn {
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  -webkit-box-shadow: 1px 2px 10px -5px #3a3a3a;
  box-shadow: 1px 2px 10px -5px #3a3a3a;
  bottom: 10px;
}
.buttonframe a.btn.grau {
  background: #3a3a3a url(/images/icon_arrow_right.png);
}
.buttonframe a.btn.orange {
  background: #f29301 url(/images/icon_arrow_right_weiss.png);
}
@media screen and (max-width: 500px) {
  .buttonframe a.btn {
    font-size: 10px;
    margin-top: 15px;
  }
}
.level1 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.level1 img {
  width: 100%;
}
.level1 .box-content-overly {
  width: 100%;
  margin: 0 auto;
}
.level1 .box-content-overly h1.style-white,
.level1 .box-content-overly .h1.style-white,
.level1 .box-content-overly p.style-white {
  color: #ffffff;
}
.level1 .box-content-overly h1.style-black,
.level1 .box-content-overly .h1.style-black,
.level1 .box-content-overly p.style-black {
  color: #000000;
}
.level1 .box-content-overly h1.style-orange,
.level1 .box-content-overly .h1.style-orange,
.level1 .box-content-overly p.style-orange {
  color: #f29301;
}
@media screen and (max-width: 500px) {
  .level1 .box-content-overly .box-text-cell-inner > p {
    font-size: 12px !important;
    line-height: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.level1.store-locator .text-block {
  padding: 20px !important;
  text-align: left;
  color: #fff;
}
.level1.store-locator .text-block p {
  max-width: 70%;
}
.level1.store-locator .text-block h2 {
  line-height: 30px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 10px;
  margin-left: -10px;
  margin-bottom: 30px;
}
.level1.store-locator .text-block > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.level1.store-locator .text-block > ul > li {
  display: block;
  -moz-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 25%;
  padding: 10px 5px 10px 0;
  margin-left: 22px;
  position: relative;
}
.level1.store-locator .text-block > ul > li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.level1.store-locator .text-block > ul > li:before {
  content: '\f111';
  font-family: fontawesome;
  color: #f29301;
  padding-right: 10px;
  position: absolute;
  left: -22px;
}
.level1.store-locator .text-block > ul > li.tile-stores--filler:before {
  content: '';
}
@media screen and (max-width: 700px) {
  .level1.store-locator .text-block p {
    max-width: 100%;
  }
  .level1.store-locator .text-block > ul > li {
    padding: 5px 5px 5px 0;
    width: 41%;
  }
  .level1.store-locator .text-block a.btn {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .level1.store-locator .image-block {
    text-align: center;
  }
  .level1.store-locator .image-block img {
    width: 100% !important;
    height: auto !important;
  }
}
.grid-sizer {
  width: 25%;
}
.grid-gutter {
  width: 0.5%;
}
#freewall {
  overflow: visible;
}
#freewall > div {
  padding: 10px 4px !important;
  border: none;
  max-height: 440px;
}
#freewall > div > div {
  padding: 0 !important;
}
#freewall > div > div > a {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#freewall .size-huge.store-locator {
  overflow: visible !important;
}
#freewall .size-teaser,
#freewall .size-normal {
  width: 25%;
  height: auto;
}
#freewall .size-teaser a,
#freewall .size-normal a {
  max-height: 430px;
}
#freewall .size-teaserwide,
#freewall .size-wide {
  width: 50%;
  height: auto;
  max-height: 220px;
}
#freewall .size-teaserwide a,
#freewall .size-wide a {
  max-height: 210px;
}
#freewall .size-teaserfull,
#freewall .size-full {
  width: 50%;
  height: auto;
}
#freewall .size-teaserhuge,
#freewall .size-huge {
  width: 100%;
  height: auto;
}
#freewall .size-teaserhuge a,
#freewall .size-huge a {
  max-height: 430px;
}
@media screen and (max-width: 1560px) {
  .grid-sizer {
    width: 33%;
  }
  #freewall > div > div > a {
    max-height: inherit !important;
  }
  #freewall .size-teaser,
  #freewall .size-normal {
    width: 33%;
  }
  #freewall .size-teaserwide,
  #freewall .size-wide {
    width: 66%;
  }
  #freewall .size-teaserfull,
  #freewall .size-full {
    width: 66%;
  }
  #freewall .size-teaserhuge,
  #freewall .size-huge {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  #freewall > div > div > a {
    max-height: inherit !important;
  }
  #freewall .grid-sizer {
    width: 50%;
  }
  #freewall .size-teaser,
  #freewall .size-normal {
    width: 50%;
  }
  #freewall .size-teaserwide,
  #freewall .size-wide {
    width: 100%;
  }
  #freewall .size-teaserfull,
  #freewall .size-full {
    width: 100%;
  }
  #freewall .size-teaserhuge,
  #freewall .size-huge {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #freewall .grid-sizer {
    width: 100%;
  }
  #freewall .size-teaser,
  #freewall .size-normal {
    width: 100%;
  }
  #freewall .size-teaserwide,
  #freewall .size-wide {
    width: 100%;
  }
  #freewall .size-teaserfull,
  #freewall .size-full {
    width: 100%;
  }
  #freewall .size-teaserhuge,
  #freewall .size-huge {
    width: 100%;
  }
}
.userMenu.submenu {
  display: none;
}
@media screen and (max-width: 769px) {
  .mainmenu.collapse {
    position: absolute;
    border-bottom: 4px solid #f29301 !important;
    padding-bottom: 15px;
  }
  .userMenu.submenu {
    display: inline-block;
  }
  .mainmenu-entry a {
    text-align: center !important;
  }
  .mainmenu-entry .dropdown-menu a {
    color: #747474;
  }
  .navbar-toggle {
    max-width: 50px;
  }
  .headerOffset {
    overflow-x: hidden;
  }
  .navbar-brand {
    position: absolute;
    top: 7px;
    left: 7px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar-brand img {
    width: 80px;
  }
  .search-close {
    margin-right: 35px;
  }
  .navbar {
    position: fixed;
  }
}
@media screen and (min-width: 769px) {
  .miniCartProduct img {
    margin: 10px;
  }
  .miniCartProduct h4,
  .miniCartProduct a,
  .miniCartProduct span {
    color: #fff;
  }
  .miniCartProduct .miniCartFooter {
    background: #333;
  }
  .mainmenu .navbar-nav {
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mainmenu .navbar-nav > li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cart-overlay {
    min-width: 350px !important;
  }
  .navbar .navbar-top {
    height: 120px !important;
  }
  .navbar-nav > li > a {
    display: inline-block;
  }
  .cart-overlay {
    width: 300px;
    right: 0;
    top: 60px;
  }
  .navbar-brand {
    padding-left: 0 !important;
    margin-top: 14px !important;
  }
  .search-box-l {
    padding: 50px 10px 0 0;
  }
  .search-box-l input.form-control {
    background: none;
    border: 1px solid #4c4c4c;
    height: 38px;
    font-style: italic;
    font-weight: 400;
  }
  .search-box-l button {
    background: none;
    border: 1px solid #4c4c4c;
    height: 38px;
  }
  .navbar-nav > li > a,
  .navbar-brand {
    padding-top: 4px !important;
    padding-bottom: 0 !important;
    height: 32px;
  }
  .navbar {
    min-height: 32px !important;
  }
  .mainmenu {
    width: 100% !important;
    padding: 0;
    /* forces the nav to take full container with */
    /* alligns first element to the left border */
    /* similar for right border */
  }
  .mainmenu .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700 !important;
  }
  .mainmenu .navbar-nav {
    padding: 0 15px;
  }
  .mainmenu .navbar-collapse {
    padding: 0;
  }
  .mainmenu .navbar-nav > li:first-child {
    text-align: left;
  }
  .mainmenu .navbar-nav > li:first-child > .dropdown-menu {
    margin-left: 0px;
  }
  .mainmenu .navbar-nav > li:last-child {
    text-align: right;
  }
  .mainmenu .navbar-nav > li:last-child > a {
    text-transform: none;
  }
  .mainmenu .navbar-nav > li:last-child > .dropdown-menu {
    margin-left: -80px;
  }
  .mainmenu .navbar-nav > li:first-child > a,
  .mainmenu .navbar-nav > li:last-child > a {
    padding: 0;
  }
  .mainmenu .navbar-nav {
    display: table;
    width: 100%;
    margin: 0;
  }
  .mainmenu .navbar-nav > li {
    display: table-cell;
    text-align: center;
    float: none;
  }
  .mainmenu .dropdown-menu {
    float: left;
    font-size: 14px;
    text-align: left;
    background-color: #272727;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    border-top: 1px solid #f29301;
    min-width: 100%;
  }
  .mainmenu .dropdown-menu > li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
  }
  .mainmenu .dropdown-menu > li:hover > a {
    background: #353535 !important;
    color: #f29301;
  }
}
.wf-active .search-box-l input.form-control {
  font-weight: 600;
}
.brand-slider {
  position: relative;
  padding: 20px 35px;
}
.brand-slider #nextBrand {
  position: absolute;
  right: -10px;
  z-index: 100;
  top: 10px;
}
.brand-slider #nextBrand > i {
  font-size: 40px;
  color: #4c4c4c;
}
.brand-slider #prevBrand {
  position: absolute;
  left: -10px;
  z-index: 100;
  top: 10px;
}
.brand-slider #prevBrand > i {
  font-size: 40px;
  color: #4c4c4c;
}
.footer {
  background: #272727 !important;
  border: none !important;
}
.footer h3,
.footer .h3,
.footer p,
.footer span,
.footer a {
  color: #747474 !important;
}
.footer p,
.footer span,
.footer a {
  font-size: 14px;
  line-height: 20px;
}
.footer h3,
.footer .h3 {
  font-weight: 800 !important;
  text-transform: uppercase;
  border: none !important;
  padding: 5px 0 0px !important;
}
.footer a.f-orange {
  color: #f29301 !important;
}
span.orange {
  color: #f29301 !important;
}
.footer-text-white {
  color: #fff !important;
  line-height: 20px;
}
.footer-text-white img {
  margin-left: 20px;
  margin-right: 5px;
  margin-top: -5px;
}
.footer-text-white span {
  color: #fff !important;
  display: inline-block;
  white-space: nowrap;
  height: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-text-white span {
    font-size: 13px !important;
    float: left;
    display: inline-block;
  }
  .footer-text-white span img {
    margin-left: 10px;
  }
}
.row.footer-payment img {
  margin-right: 5px;
}
.row.footer-seo p {
  margin: 5px 0 20px 0;
}
.footer-bottom {
  background: #000 !important;
  border: none !important;
}
.footer-bottom ul li {
  float: left;
  margin-right: 20px;
}
.footer-bottom ul li a {
  color: #747474;
}
.size-20 {
  font-size: 20px !important;
}
.orange {
  color: #f29301;
}
.footer-newsletter #footer_arrow {
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: -20px;
}
.footer-newsletter input[type="text"],
.footer-newsletter input[type="password"],
.footer-newsletter input[type="email"],
.footer-newsletter button {
  border-radius: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #eaeaea;
  border: 1px solid #4b4b4b;
}
.footer-newsletter button {
  line-height: inherit;
  background: #000;
  border: 1px solid #000;
}
.footer-newsletter p,
.footer-katalog p,
.footer-filialen p {
  font-size: 16px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
  display: inline-block;
}
.margin-top-70 {
  margin-top: 70px !important;
  display: inline-block;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-7 {
  margin-top: 7px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-23 {
  margin-top: 23px !important;
}
.margin-bot-50 {
  margin-bottom: 50px !important;
}
.margin-bot-40 {
  margin-bottom: 40px !important;
}
.margin-bot-30 {
  margin-bottom: 30px !important;
}
.margin-bot-20 {
  margin-bottom: 20px !important;
}
.margin-bot-10 {
  margin-bottom: 10px !important;
}
.footer-filialen .footer_filialanzeige {
  background: url(/images/footer/muster.png) repeat;
  color: #fff !important;
  padding: 65px 20px 20px 20px;
  margin-top: 0;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.footer-filialen .footer_filialanzeige p {
  color: #fff !important;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.footer-filialen .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}
.footer-filialen .select2-container--default .select2-selection--single {
  padding: 6px;
  height: 40px;
  font-size: 1.2em;
  position: relative;
  background: #272727;
  border: 1px solid #4b4b4b;
  line-height: 30px;
}
.footer-filialen .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #272727;
  color: #fff;
  height: 35px;
}
.footer-katalog .katalog-frame {
  background: url(/images/footer/muster.png) repeat;
  padding: 30px;
}
.footer-katalog button {
  line-height: inherit;
  background: #000;
  border: 1px solid #000;
  border-radius: 0;
}
.navbar-header {
  background-color: #000;
  border-bottom: 1px solid #4c4c4c;
}
.navbar-collapse {
  background-color: #000;
}
.footer-kontakt a {
  line-height: 20px;
}
.footer-kontakt img {
  width: 20px;
  margin-top: -5px;
}
.logo-frame {
  height: 100px;
  padding: 17px 10px 4px 0;
  overflow: visible;
  width: auto;
  display: inline-block;
}
.logo-frame img {
  display: block;
  height: 100%;
}
.search-box-s,
.search-box-l {
  padding: 30px 0 0 0;
  width: 70%;
  min-width: 220px;
  margin: 0 auto;
}
.search-box-s input.form-control,
.search-box-l input.form-control {
  background: #000;
  display: inline-block;
  border: 1px solid #4c4c4c;
  height: 38px;
  font-style: italic;
  font-weight: 600;
  float: left;
  border-radius: 0;
}
.search-box-s button,
.search-box-l button {
  display: inline-block;
  background: none;
  border: 1px solid #4c4c4c;
  float: left;
  height: 38px;
  margin-left: -7px;
  border-radius: 0;
}
#searchbox_mobile {
  width: 95% !important;
}
.search-box-s {
  width: 95% !important;
  margin-top: 8px;
  position: relative;
  height: 36px !important;
  margin-right: 5px !important;
  margin-left: 3px;
  float: left;
  padding: 0;
}
.search-box-s > input.form-control {
  float: left;
  width: 95%;
  display: inline-block;
  z-inxex: 1;
}
.search-box-s > button {
  float: left;
  width: 65px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 1000;
  background: #000;
}
.navbar-toggle,
.go-back-button {
  height: 38px;
  width: 100% !important;
  min-width: 35px !important;
  background-color: #2f2f2f;
  border: none;
  margin-top: 8px;
  background: #2f2f2f url(/images/icon_arrow_left.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  max-width: 55px;
}
@media screen and (max-width: 400px) {
  .navbar-toggle .navbar-toggle,
  .go-back-button .navbar-toggle,
  .navbar-toggle .go-back-button,
  .go-back-button .go-back-button {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 400px) {
  .navbar-header .search-box-s,
  .navbar-header .search-box-l {
    min-width: 0px !important;
  }
  .navbar-header .search-box-s input,
  .navbar-header .search-box-l input {
    font-size: 12px !important;
  }
  .navbar-header .navbar-toggle {
    width: 38px;
  }
}
.m-left-15 {
  margin-left: 15px !important;
}
.m-right-15 {
  margin-left: 15px !important;
}
.go-back-button {
  float: right;
  padding-right: 0;
}
.navbar-toggle {
  background: #f29301 !important;
  width: 100%;
  margin-left: 0;
  float: left;
}
.navbar-toggle .icon-bar {
  width: 100%;
}
.header-category-list {
  border-bottom: 1px solid #4c4c4c;
}
.mainmenu .navbar-nav > li > a {
  padding-left: 0 !important;
  padding-right: 5px !important;
}
.miniCartProduct img {
  margin: 10px;
  width: 50px !important;
  display: block;
}
.miniCartProduct h4,
.miniCartProduct a,
.miniCartProduct span {
  color: #fff;
}
.miniCartFooter {
  background: #333 !important;
}
.mainmenu .navbar-nav > li.last > a {
  text-transform: none !important;
}
.filter-content .filter-item {
  float: left;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 1px solid #919090;
  margin-right: 10px;
  clear: both;
}
.panel {
  background-color: #000;
  border: none;
}
.panel > .panel-heading {
  color: #fff;
  background-color: #000;
  border: none;
}
.panel > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.static_sub_menu.warengruppen_products,
.static_sub_menu.warengruppen_intro {
  display: inline-block;
  border-top: 1px solid #454545;
  padding-top: 10px;
}
.static_sub_menu.warengruppen_products > ul,
.static_sub_menu.warengruppen_intro > ul {
  list-style: disc !important;
  color: #fff;
  margin-left: 15px;
}
.static_sub_menu.warengruppen_products > ul > li.selected a,
.static_sub_menu.warengruppen_intro > ul > li.selected a,
.static_sub_menu.warengruppen_products > ul > li.selected span,
.static_sub_menu.warengruppen_intro > ul > li.selected span {
  color: #f29301 !important;
}
.static_sub_menu.warengruppen_products .main,
.static_sub_menu.warengruppen_intro .main {
  display: none;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.static_sub_menu.warengruppen_products a,
.static_sub_menu.warengruppen_intro a {
  color: #fff;
  line-height: 25px;
}
.product-slide.warengruppe {
  min-height: 100px;
}
.btn.btn-inverse {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  padding-right: 40px !important;
  background: #3a3a3a url(/images/icon_arrow_right.png);
  background-position: right;
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 0;
}
.panel-title > a {
  color: #fff;
  font-weight: 400;
}
.filter-item-text {
  color: #fff;
  font-weight: 400;
}
.product-list-wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.product-list-wrapper .product {
  -webkit-transform: translate3d(0px, 0px, 0px);
  height: 100%;
  border: 1px solid #454545 !important;
}
.product-list-wrapper .product:hover {
  border: 1px solid #f29301 !important;
}
.product-list-wrapper .product .signet-frame {
  position: absolute;
  width: 100%;
  text-align: right;
  z-index: 10;
  padding-right: 8px;
}
.product-list-wrapper .product .signet-frame img {
  margin: 0 4px 0 0;
}
.product-list-wrapper .item {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
@media screen and (max-width: 768px) {
  .product-list-wrapper .item h4 {
    margin-top: 5px;
    white-space: nowrap;
    max-width: 95%;
    overflow: hidden;
  }
}
.product-list-wrapper .item h4 a {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.product-list-wrapper .item .price {
  font-size: 17px;
  margin-top: -4px;
}
.product-list-wrapper .item .orange {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 20px;
}
.navbar {
  position: relative !important;
}
.headerOffset {
  padding-top: 0 !important;
  margin-top: -30px !important;
}
.search-box-l {
  width: 95%;
}
.percent_icon {
  font-size: 35px;
}
.userMenu .wpicon:before {
  color: #fff;
  font-size: 30px;
}
.userMenu > li > a.um_designwelten > .wpicon {
  margin-top: -5px;
}
.userMenu > li > a.um_designwelten > .wpicon:before {
  font-size: 35px;
}
.userMenu > li > a.um_outlet > .percent_icon {
  font-size: 35px;
}
.userMenu > li > a.um_kundenkonto {
  margin-top: 0 !important;
}
.userMenu.submenu a.um_merkzettel.has-entries > .wpicon::before,
.userMenu > li > a.um_merkzettel.has-entries > .wpicon::before {
  color: #f29301;
}
.userMenu .small-entries {
  max-width: 110px !important;
  float: right;
}
.userMenu.submenu a > span,
.userMenu > li > a.um_merkzettel > span,
.userMenu > li > a.um_kundenkonto > span {
  text-align: left !important;
  padding-left: 5px;
  border-right: 2px solid #3e3e3e;
}
.userMenu.submenu a > span.wpicon::before,
.userMenu > li > a.um_merkzettel > span.wpicon::before,
.userMenu > li > a.um_kundenkonto > span.wpicon::before {
  position: absolute;
  left: -20px;
  margin-right: 35px;
  top: 5px;
  font-size: 16px;
}
.userMenu.submenu li {
  margin-right: 20px;
  height: 30px !important;
}
.userMenu.submenu li > a {
  line-height: 30px;
}
.userMenu.submenu li > a > span {
  border: none !important;
  padding-left: 50px;
}
.userMenu.submenu li > a > span.wpicon::before {
  margin-top: -5px;
  margin-left: 20px;
  position: absolute;
  left: -10px;
  margin-right: 35px;
  top: 5px;
  font-size: 25px;
}
.form-group.geschlecht > label {
  color: #747474;
}
.border-top-gray {
  border-top: 1px solid #4c4c4c;
}
.border-bottom-gray {
  border-top: 1px solid #4c4c4c;
}
@media screen and (max-width: 992px) {
  .border-top-gray {
    border-top: none;
  }
  .border-bottom-gray {
    border-bottom: none;
  }
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}
.heading-underlined {
  border-bottom: 1px solid #747474;
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  margin: 0 auto;
  margin-bottom: 20px;
}
.heading-underlined:after {
  content: "\A";
  position: absolute;
  bottom: -9px;
  left: 49%;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 8px solid #747474;
}
.userMenu .hidden-xl.cart-icon {
  width: 85px !important;
}
.laenderhinweis {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.laenderhinweis h4,
.laenderhinweis h3,
.laenderhinweis .h4,
.laenderhinweis .h3 {
  margin: 0;
}
.laenderhinweis > div {
  display: inline;
  background: transparent url(/img/layout/icons_laenderflaggen.png) 0 0 no-repeat;
  padding-left: 35px;
  height: 17px;
  line-height: 17px;
  padding-right: 0px;
  margin-top: 35px;
  margin: 20px 0 20px 0;
  float: left;
}
@media screen and (max-width: 1200px) {
  .laenderhinweis > div {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .laenderhinweis > div {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .laenderhinweis > div {
    width: 40%;
  }
}
.laenderhinweis > div.land-at {
  background-position: 0px -5px;
}
.laenderhinweis > div.land-ch {
  background-position: 0px -28px;
}
.laenderhinweis > div.land-lu {
  background-position: 0px -49px;
}
.laenderhinweis > div.land-li {
  background-position: 0px -71px;
}
.laenderhinweis > div.land-be {
  background-position: 0px -93px;
}
.laenderhinweis > div.land-nl {
  background-position: 0px -115px;
}
.laenderhinweis > div.land-cz {
  background-position: 0px -138px;
}
.inline-block {
  display: inline-block;
}
.item {
  border-color: #000;
  border: 8px solid #000;
}
.item:after {
  padding-top: 100% !important;
  /* 16:9 ratio */
  display: block !important;
  content: '' !important;
}
@media screen and (max-width: 768px) {
  .item:after {
    padding-top: 110% !important;
  }
}
.item .product {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  /* fill parent */
  /* let's see it! */
  color: white !important;
}
.item .product h4 {
  margin-top: 5px;
}
#filteroptions {
  min-height: 150px;
}
#filteroptions .panel-body {
  padding-left: 0;
}
#filteroptions .reset-link-panel {
  display: none;
}
#filteroptions .reset-link-panel .reset-link span {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 14px !important;
  margin-bottom: 35px;
  padding: 0;
  line-height: 12px;
}
#filteroptions .filter-content {
  margin-top: 10px;
  overflow: visible;
}
#filteroptions .filter-content .filter-item {
  width: 100%;
  border: none;
  display: inline-block;
  height: 25px;
}
#filteroptions .filter-content .filter-item .filter-item-box {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 15px;
  float: left;
  display: inline-block;
}
#filteroptions .filter-content .filter-item .filter-item-text {
  float: left;
  display: inline-block;
  font-weight: 400;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#filteroptions .filter-content .filter-item .filter-item-status {
  float: right;
  display: none;
}
#filteroptions .filter-content .filter-item.selected .filter-item-status {
  display: inline-block;
}
#filteroptions .filter-content .filter-item.selected .filter-item-text {
  color: #f29301;
}
#filteroptions .panel .panel-heading {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  padding-left: 0;
}
#filteroptions .panel .panel-heading a > span {
  color: #4c4c4c;
  font-size: 20px;
}
.product .description {
  min-height: 0;
}
.product .description h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  min-height: 15px;
}
.farbleiste {
  margin-left: -1px;
  margin-top: -4px;
}
.farbleiste > div {
  width: 18px;
  height: 18px;
  float: left;
  margin: 2px;
  background-size: cover;
}
.farbe-3 {
  background-color: #000000;
  border: 1px solid #ccc;
}
.farbe-4 {
  background-color: #de2238;
}
.farbe-5 {
  background-color: #2f71d8;
}
.farbe-6 {
  background-color: #43694a;
}
.farbe-10 {
  background-color: #ffffff;
}
.farbe-11 {
  background-color: #f4e9c8;
}
.farbe-12 {
  background-color: #b3a7b2;
}
.farbe-13 {
  background-color: #3c3c3c;
}
.farbe-14 {
  background-color: #6c443b;
}
.farbe-15 {
  background-color: #f58f29;
}
.farbe-16 {
  background-color: #55636d;
}
.farbe-17 {
  background-color: #856080;
}
.farbe-37 {
  background-color: #e6e1cf;
}
.farbe-38 {
  background-color: #fff9e6;
}
.farbe-39 {
  background-color: #e3c81b;
}
.farbe-79 {
  background-color: #e94e77;
}
.farbe-99 {
  background-color: #454343;
}
.farbe-40 {
  background: url(/images/produktfarben/40.jpg);
}
.farbe-41 {
  background: url(/images/produktfarben/41.jpg);
}
.farbe-51 {
  background: url(/images/produktfarben/51.jpg);
}
.farbe-52 {
  background: url(/images/produktfarben/52.jpg);
}
.farbe-53 {
  background: url(/images/produktfarben/53.jpg);
}
.farbe-56 {
  background: url(/images/produktfarben/56.jpg);
}
.farbe-72 {
  background: url(/images/produktfarben/72.jpg);
}
.farbe-73 {
  background: url(/images/produktfarben/73.jpg);
}
.farbe-76 {
  background: url(/images/produktfarben/76.jpg);
}
.farbe-101 {
  background: url(/images/produktfarben/101.jpg);
}
.farbe-129 {
  background: url(/images/produktfarben/129.jpg);
}
.farbe-59 {
  background: url(/images/produktfarben/59.jpg);
}
.farbe-80 {
  background: url(/images/produktfarben/80.jpg);
}
.farbe-100 {
  background: url(/images/produktfarben/100.jpg);
}
.farbe-116 {
  background: url(/images/produktfarben/116.jpg);
}
.farbe-117 {
  background: url(/images/produktfarben/117.jpg);
}
.farbe-122 {
  background: url(/images/produktfarben/122.jpg);
}
.farbe-124 {
  background: url(/images/produktfarben/124.jpg);
}
.farbe-57 {
  background: url(/images/produktfarben/57.jpg);
}
.farbe-137 {
  background: url(/images/produktfarben/137.jpg);
}
.farbe-260 {
  background: url(/images/produktfarben/260.jpg);
}
.farbe-262 {
  background: url(/images/produktfarben/262.jpg);
}
.farbe-273 {
  background: url(/images/produktfarben/273.jpg);
}
.farbe-3-b {
  border: 1px solid #fff !important;
}
.farbe-4-b {
  border: 1px solid #de2238 !important;
}
.farbe-5-b {
  border: 2px solid #2f71d8 !important;
}
.farbe-6-b {
  border: 1px solid #43694a !important;
}
.farbe-10-b {
  border: 1px solid #ffffff !important;
}
.farbe-11-b {
  border: 1px solid #f4e9c8 !important;
}
.farbe-12-b {
  border: 1px solid #b3a7b2 !important;
}
.farbe-13-b {
  border: 1px solid #3c3c3c !important;
}
.farbe-14-b {
  border: 1px solid #6c443b !important;
}
.farbe-15-b {
  border: 1px solid #f58f29 !important;
}
.farbe-16-b {
  border: 1px solid #55636d !important;
}
.farbe-17-b {
  border: 1px solid #856080 !important;
}
.farbe-37-b {
  border: 1px solid #e6e1cf !important;
}
.farbe-38-b {
  border: 1px solid #fff9e6 !important;
}
.farbe-39-b {
  border: 1px solid #e3c81b !important;
}
.farbe-79-b {
  border: 1px solid #e94e77 !important;
}
.farbe-99-b {
  border: 1px solid #454343 !important;
}
.stitched {
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.sortierung {
  border: 1px solid #4c4c4c;
  padding: 4px 0;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  margin-bottom: 10px;
  white-space: nowrap;
  float: right;
  display: inline-block;
}
.sortierung .select2-result-label {
  white-space: nowrap;
}
.sortierung .select2-dropdown.select2-dropdown--below {
  width: 270px !important;
}
.sortierung .select2-container {
  width: 180px !important;
}
.sortierung .select2-container--default .select2-selection--single {
  padding: 0px;
  height: 35px;
  width: 170px;
  font-size: 16px;
  position: relative;
  border: 0;
  background: #000;
}
.sortierung .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  color: #4c4c4c;
  font-size: 20px;
  height: 27px;
  position: absolute;
  top: 3px;
  right: 0px;
  width: 20px;
}
.ajax-list {
  display: inline-block;
  position: relative;
}
#load-products-bar {
  display: inline-block;
  opacity: 0;
  margin-top: 20px;
  background: #f29301;
  width: 100%;
  text-align: center;
  padding: 5px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#load-products-bar.visible {
  opacity: 1;
}
#load-products-bar span {
  min-height: 40px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.suchvorschlag_wrapper {
  display: inline-block;
  margin: 20px 0;
  width: 100%;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
}
.suchvorschlag_wrapper .reset {
  color: #000;
  margin-top: 7px;
  display: block;
  margin-left: 10px;
}
.suchvorschlag_wrapper .headline {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  color: #f29301;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
}
.suchvorschlag_wrapper .produktevorschlaege {
  width: 80%;
  float: left;
  height: 255px;
  position: relative;
}
.suchvorschlag_wrapper .produktevorschlaege .standardButton {
  color: #000;
}
.suchvorschlag_wrapper .produktevorschlaege .buttons {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: 0px;
}
.suchvorschlag_wrapper .produktevorschlaege .buttons a {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  color: #f29301;
  display: inline-block;
}
.suchvorschlag_wrapper .produktevorschlaege .buttons a span {
  margin-top: 7px;
  display: inline-block;
}
.suchvorschlag_wrapper .produktevorschlaege .buttons a:first-child {
  margin-left: 30px;
}
.suchvorschlag_wrapper .warengruppenvorschlaege {
  float: left;
  color: #000;
  height: 255px;
  width: 20%;
}
.suchvorschlag_wrapper .warengruppenvorschlaege .warengruppen {
  padding: 10px 10px 10px 0;
  padding-top: 0px;
  line-height: 20px;
}
.suchvorschlag_wrapper .warengruppenvorschlaege .warengruppen a {
  color: #fff;
}
.suchvorschlag_wrapper .warengruppenvorschlaege a {
  color: #000;
}
.suchvorschlag_wrapper .produkt {
  width: 125px;
  margin: 0px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
}
.suchvorschlag_wrapper .produkt .artikelbild {
  float: left;
  width: 123px;
  height: 80px;
  border: 1px solid #eee;
  overflow: hidden;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.suchvorschlag_wrapper .produkt .artikelbild .artikeloverlay h4 {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  width: 90px;
  overflow: hidden;
}
.suchvorschlag_wrapper .produkt .artikelbild .artikeloverlay .icon_arrow {
  float: right;
  margin-top: 2px;
  margin-right: 2px;
  height: 16px;
  width: 16px;
}
.uwg_auswahl a {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.pagination > .pages {
  color: #fff;
}
.textbloecke {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.textbloecke a {
  color: #fff;
}
.filialen_map .standort {
  position: relative;
  border: 1px solid #4c4c4c;
  padding: 8px 15px;
  display: inline-block;
  width: 170px;
  float: left;
  clear: both;
}
.filialen_map .standort.selected,
.filialen_map .standort:hover {
  border-color: #f29301;
}
.filialen_map .standort.selected:after {
  position: absolute;
  right: -10px;
  top: 14px;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #f29301;
  content: '';
}
@media screen and (max-width: 1068px) {
  .filialen_map {
    margin-bottom: 140px;
  }
  .filialen_map .standort {
    clear: none !important;
  }
  .filialen_map .standort.selected:after {
    display: none;
  }
}
#filialfinder-content .middle-content {
  padding-right: 70px;
  text-align: left !important;
}
#filialfinder-content .middle-content img {
  max-width: 100%;
}
#filialfinder-content .middle-content p {
  text-align: left !important;
  max-width: 80%;
  margin: 15px 0;
}
#filialfinder-content .middle-content hr {
  margin: 30px 0;
  clear: both;
}
#filialfinder-content .middle-content h4 {
  font-size: 16px;
  color: #f29301;
  margin-top: 45px;
}
#filialfinder-content .middle-content ul {
  list-style: disc;
  padding-left: 20px;
}
#filialfinder-content .middle-content .job-link {
  background-color: #000;
  display: inline-block;
  width: inherit;
  padding-left: 0;
  float: left;
  clear: both;
  text-transform: none;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#filialfinder-content .right-content .info-box {
  text-align: left;
  margin-bottom: 20px;
}
#filialfinder-content .right-content .info-box h4 {
  padding-left: 30px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 16px;
}
#filialfinder-content .right-content .info-box h4 .wpicon {
  position: absolute;
  font-size: 24px;
  left: 10px;
  top: -3px;
}
#filialfinder-content .right-content #google-maps-target {
  width: 100%;
  height: 200px;
  background: #000;
  border: 3px solid #fff;
  border-radius: 5px;
}
#filialfinder-content .right-content #wohnort {
  margin-top: 10px;
}
#filialfinder-content .right-content .filial_news {
  background: #f29301 url(/images/borduere.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  min-height: 250px;
  display: inline-block;
  width: 100%;
  text-align: left;
}
#filialfinder-content .right-content .filial_news h3,
#filialfinder-content .right-content .filial_news .h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 7px 10px -10px 10px;
}
#filialfinder-content .right-content .filial_news hr {
  margin: 10px;
}
#filialfinder-content .right-content .filial_news .text-content {
  padding: 15px;
  color: #fff !important;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#filialfinder-content .right-content .filial_news .text-content span {
  color: #fff !important;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#filialfinder-content .right-content .filial_news b,
#filialfinder-content .right-content .filial_news strong {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#warenkorb_popup {
  z-index: 1111111;
  margin-right: 5px;
}
#warenkorb_popup .modal-dialog {
  border-radius: 5px;
  border: 2px solid #000;
  overflow-x: hidden;
  background: #4c4c4c;
  max-width: 1140px;
}
#warenkorb_popup .CartProductThumb img {
  width: 80%;
  max-width: 200px;
}
#warenkorb_popup .produktliste tr.head th {
  background: #f29301;
}
#warenkorb_popup td.delete {
  line-height: 40px;
  padding-right: 5px;
}
#warenkorb_popup td.delete i {
  font-size: 20px;
}
.CartDescription h4 {
  font-size: 14px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  padding-bottom: 5px;
}
.CartDescription small {
  color: #f29301;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.CartDescription span {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 14px;
}
.CartDescription span strong {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_praemien h2,
#page_zahlung h2,
#page_uebersicht h2 {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#page_praemien .sub-heading,
#page_zahlung .sub-heading,
#page_uebersicht .sub-heading {
  font-size: 17px;
  float: left;
  margin-top: 0px;
  margin-bottom: 30px;
  clear: both;
  width: 100%;
}
#page_praemien .cartFooter.navigation-footer,
#page_zahlung .cartFooter.navigation-footer,
#page_uebersicht .cartFooter.navigation-footer {
  background: #000;
  border: none;
}
#page_praemien .CartProductThumb > div,
#page_zahlung .CartProductThumb > div,
#page_uebersicht .CartProductThumb > div {
  max-width: 400px;
}
#page_praemien .standorte .errors,
#page_zahlung .standorte .errors,
#page_uebersicht .standorte .errors {
  color: #f29301;
  margin-bottom: 20px;
}
#page_praemien .CartProductThumb a img,
#page_zahlung .CartProductThumb a img,
#page_uebersicht .CartProductThumb a img {
  width: 380px;
  padding-right: 20px;
}
#page_praemien .product-cart-options,
#page_zahlung .product-cart-options,
#page_uebersicht .product-cart-options {
  width: 100%;
  padding: 10px;
  display: inline-block;
  margin-bottom: -20px;
  float: left;
}
#page_praemien .product-cart-options a,
#page_zahlung .product-cart-options a,
#page_uebersicht .product-cart-options a {
  float: left;
  display: inline-block;
  padding: 0 5px;
  color: #737373;
  width: 40%;
  text-align: left;
}
#page_praemien .product-cart-options a i,
#page_zahlung .product-cart-options a i,
#page_uebersicht .product-cart-options a i {
  font-size: 18px;
  padding-right: 5px;
}
#page_praemien .standorte select,
#page_zahlung .standorte select,
#page_uebersicht .standorte select {
  color: #000 !important;
}
#page_praemien .price,
#page_zahlung .price,
#page_uebersicht .price {
  color: #fff;
  font-size: 16px;
}
#page_praemien #laenderauswahl,
#page_zahlung #laenderauswahl,
#page_uebersicht #laenderauswahl {
  display: inline-block;
}
#page_praemien tr.CartProduct,
#page_zahlung tr.CartProduct,
#page_uebersicht tr.CartProduct {
  border-bottom: 1px solid #4c4c4c;
}
#page_praemien tr.CartProduct td,
#page_zahlung tr.CartProduct td,
#page_uebersicht tr.CartProduct td {
  padding: 20px 0;
  vertical-align: top;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-size: 16px;
}
#page_praemien tr.CartProduct td:nth-child(2) strong,
#page_zahlung tr.CartProduct td:nth-child(2) strong,
#page_uebersicht tr.CartProduct td:nth-child(2) strong {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_praemien tr.CartProduct:last-child,
#page_zahlung tr.CartProduct:last-child,
#page_uebersicht tr.CartProduct:last-child {
  border-bottom: none;
}
#page_praemien .cartTable,
#page_zahlung .cartTable,
#page_uebersicht .cartTable {
  border: none !important;
  color: #fff;
}
#page_praemien .cartTable .cartTableHeader,
#page_zahlung .cartTable .cartTableHeader,
#page_uebersicht .cartTable .cartTableHeader {
  background: #f29301;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  color: #fff;
  border: none;
  font-size: 15px;
}
#page_praemien .cartTable .cartTableHeader td,
#page_zahlung .cartTable .cartTableHeader td,
#page_uebersicht .cartTable .cartTableHeader td {
  padding: 5px;
  line-height: 30px;
}
#page_praemien .cartTable .cartTableHeader td:nth-child(2),
#page_zahlung .cartTable .cartTableHeader td:nth-child(2),
#page_uebersicht .cartTable .cartTableHeader td:nth-child(2) {
  text-align: center;
}
#page_praemien .cartTable .cartTableHeader td.first-entry,
#page_zahlung .cartTable .cartTableHeader td.first-entry,
#page_uebersicht .cartTable .cartTableHeader td.first-entry {
  text-align: left;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  padding-left: 15px;
}
#page_praemien .cartTable.lieferart tr td,
#page_zahlung .cartTable.lieferart tr td,
#page_uebersicht .cartTable.lieferart tr td {
  text-align: left;
}
#page_praemien .cartTable.lieferart tr td .select,
#page_zahlung .cartTable.lieferart tr td .select,
#page_uebersicht .cartTable.lieferart tr td .select {
  padding: 20px 0;
  display: inline-block;
}
#page_praemien .cartTable.lieferart tr td td.zusammenfassung > div > div,
#page_zahlung .cartTable.lieferart tr td td.zusammenfassung > div > div,
#page_uebersicht .cartTable.lieferart tr td td.zusammenfassung > div > div {
  padding: 20px 0;
}
#page_praemien .cartTable.lieferart tr td strong,
#page_zahlung .cartTable.lieferart tr td strong,
#page_uebersicht .cartTable.lieferart tr td strong {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_praemien .cartTable.lieferart tr td.orange-footer,
#page_zahlung .cartTable.lieferart tr td.orange-footer,
#page_uebersicht .cartTable.lieferart tr td.orange-footer {
  background: #f29301;
}
#page_praemien .cartTable.lieferart tr td.orange-footer .info-text,
#page_zahlung .cartTable.lieferart tr td.orange-footer .info-text,
#page_uebersicht .cartTable.lieferart tr td.orange-footer .info-text {
  font-size: 14px;
}
#page_praemien .cartTable.lieferart tr td.orange-footer .info-text p,
#page_zahlung .cartTable.lieferart tr td.orange-footer .info-text p,
#page_uebersicht .cartTable.lieferart tr td.orange-footer .info-text p {
  padding: 0px 15px;
}
#page_praemien .cartTable.lieferart tr td.orange-footer .anzahlung,
#page_zahlung .cartTable.lieferart tr td.orange-footer .anzahlung,
#page_uebersicht .cartTable.lieferart tr td.orange-footer .anzahlung {
  font-size: 24px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_praemien .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__rendered,
#page_zahlung .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__rendered,
#page_uebersicht .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #fff;
}
#page_praemien .cartTable.lieferart tr td .select2-container--default .select2-selection--single,
#page_zahlung .cartTable.lieferart tr td .select2-container--default .select2-selection--single,
#page_uebersicht .cartTable.lieferart tr td .select2-container--default .select2-selection--single {
  padding: 6px;
  height: 40px;
  font-size: 1.2em;
  position: relative;
  background: #272727;
  border: 1px solid #4b4b4b;
  border-radius: 0;
  line-height: 30px;
}
#page_praemien .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow,
#page_zahlung .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow,
#page_uebersicht .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #3D3D3D;
  color: #fff;
  height: 35px;
}
#page_praemien .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow b,
#page_zahlung .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow b,
#page_uebersicht .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -14px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
#page_praemien .cartTable.lieferart tr td .select2-result-label,
#page_zahlung .cartTable.lieferart tr td .select2-result-label,
#page_uebersicht .cartTable.lieferart tr td .select2-result-label {
  white-space: nowrap;
}
#page_praemien .cartTable.lieferart tr td .select2-dropdown.select2-dropdown--below,
#page_zahlung .cartTable.lieferart tr td .select2-dropdown.select2-dropdown--below,
#page_uebersicht .cartTable.lieferart tr td .select2-dropdown.select2-dropdown--below {
  width: 270px !important;
}
#page_praemien .cartTable.lieferart tr td .select2-container,
#page_zahlung .cartTable.lieferart tr td .select2-container,
#page_uebersicht .cartTable.lieferart tr td .select2-container {
  width: 180px !important;
}
#page_praemien .cartTable.lieferart tr td .select2-container--default .select2-selection--single,
#page_zahlung .cartTable.lieferart tr td .select2-container--default .select2-selection--single,
#page_uebersicht .cartTable.lieferart tr td .select2-container--default .select2-selection--single {
  padding: 0px;
  width: 270px;
  font-size: 16px;
  position: relative;
  border: 0;
  background: #3D3D3D;
}
#page_praemien .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow,
#page_zahlung .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow,
#page_uebersicht .cartTable.lieferart tr td .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  color: #fff;
  font-size: 20px;
  height: 27px;
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
}
#page_praemien {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  color: #fff;
}
#page_praemien a {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_praemien label {
  font-style: italic;
}
#page_praemien .land_hinweis {
  display: inline-block;
  border: 1px solid #f29301;
  padding: 10px;
}
#page_praemien .land_hinweis a {
  color: #f29301;
  text-decoration: underline;
}
#page_praemien .kundenlogin_wrapper {
  max-width: 320px;
  margin: 0 auto;
}
#page_praemien .kundenlogin_wrapper a {
  float: left;
  margin-top: -10px;
  margin-bottom: 30px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_praemien .form-group {
  margin-bottom: 10px;
}
#page_praemien .form-control {
  margin: 0 0 10px 0;
}
#page_praemien .errors {
  color: #f29301;
  display: inline-block;
  margin: 10px 0;
}
#page_praemien .agb-bereich {
  padding: 20px 0;
  margin-top: -20px;
}
#page_zahlung {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_zahlung .top-info {
  color: #fff;
  font-size: 16px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  padding: 20px 30px;
  border-bottom: 1px solid #4c4c4c;
}
#page_zahlung .top-info:nth-child(2) {
  padding: 10px 30px 5px 30px;
}
#page_zahlung .error {
  display: inline-block;
  color: #fff;
  background-color: #f29301;
  padding: 10px;
  margin: 10px 0;
}
#page_zahlung #zahlart-block {
  max-width: 800px;
  margin: 0 auto;
}
#page_zahlung .gutscheincode-hinweis > div:first-child {
  padding-left: 30px !important;
  margin-right: 25px;
}
#page-kundenkonto-servicecenter,
#auftragsauskunft,
#page_uebersicht {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page-kundenkonto-servicecenter a,
#auftragsauskunft a,
#page_uebersicht a {
  color: #fff;
}
#page-kundenkonto-servicecenter td.orange-footer,
#auftragsauskunft td.orange-footer,
#page_uebersicht td.orange-footer {
  background: #f29301;
  width: 100%;
  padding-left: 10px !important;
}
#page-kundenkonto-servicecenter td.orange-footer .info-text,
#auftragsauskunft td.orange-footer .info-text,
#page_uebersicht td.orange-footer .info-text {
  font-size: 14px;
}
#page-kundenkonto-servicecenter td.orange-footer .info-text p,
#auftragsauskunft td.orange-footer .info-text p,
#page_uebersicht td.orange-footer .info-text p {
  padding: 0px 15px;
}
#page-kundenkonto-servicecenter td.orange-footer .anzahlung,
#auftragsauskunft td.orange-footer .anzahlung,
#page_uebersicht td.orange-footer .anzahlung {
  font-size: 20px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page-kundenkonto-servicecenter .uebersichtbox,
#auftragsauskunft .uebersichtbox,
#page_uebersicht .uebersichtbox {
  border: 1px solid #f29301;
  padding: 0;
  margin-bottom: 20px;
}
#page-kundenkonto-servicecenter .uebersichtbox .headline,
#auftragsauskunft .uebersichtbox .headline,
#page_uebersicht .uebersichtbox .headline {
  background: #f29301;
  padding: 10px;
  height: 40px;
}
#page-kundenkonto-servicecenter .uebersichtbox .headline h4,
#auftragsauskunft .uebersichtbox .headline h4,
#page_uebersicht .uebersichtbox .headline h4 {
  text-transform: uppercase;
}
#page-kundenkonto-servicecenter .uebersichtbox .headline a,
#auftragsauskunft .uebersichtbox .headline a,
#page_uebersicht .uebersichtbox .headline a {
  margin-right: 10px;
  line-height: 20px;
}
#page-kundenkonto-servicecenter .uebersichtbox .headline a i,
#auftragsauskunft .uebersichtbox .headline a i,
#page_uebersicht .uebersichtbox .headline a i {
  margin-right: 10px;
}
#page-kundenkonto-servicecenter .uebersichtbox .content,
#auftragsauskunft .uebersichtbox .content,
#page_uebersicht .uebersichtbox .content {
  padding: 20px;
}
#page-kundenkonto-servicecenter .uebersichtbox.partner,
#auftragsauskunft .uebersichtbox.partner,
#page_uebersicht .uebersichtbox.partner {
  border: 1px solid #4c4c4c;
}
#page-kundenkonto-servicecenter .uebersichtbox.partner .headline,
#auftragsauskunft .uebersichtbox.partner .headline,
#page_uebersicht .uebersichtbox.partner .headline {
  background: #4c4c4c;
}
#page-kundenkonto-servicecenter .uebersichtbox b,
#auftragsauskunft .uebersichtbox b,
#page_uebersicht .uebersichtbox b {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page-kundenkonto-servicecenter .produktuebersicht .CartProductThumb,
#auftragsauskunft .produktuebersicht .CartProductThumb,
#page_uebersicht .produktuebersicht .CartProductThumb {
  padding: 10px;
}
#page-kundenkonto-servicecenter .produktuebersicht .gesamtpreis,
#auftragsauskunft .produktuebersicht .gesamtpreis,
#page_uebersicht .produktuebersicht .gesamtpreis {
  width: 100%;
  height: 60px;
  padding: 20px 20px 20px 30px;
  border-top: 1px solid #4c4c4c;
  font-size: 16px;
}
#page-kundenkonto-servicecenter .produktuebersicht .gesamtpreis .gesamtsumme,
#auftragsauskunft .produktuebersicht .gesamtpreis .gesamtsumme,
#page_uebersicht .produktuebersicht .gesamtpreis .gesamtsumme {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page-kundenkonto-servicecenter .produktuebersicht .produktliste,
#auftragsauskunft .produktuebersicht .produktliste,
#page_uebersicht .produktuebersicht .produktliste {
  width: 100%;
}
#page-kundenkonto-servicecenter .produktuebersicht .produktliste img,
#auftragsauskunft .produktuebersicht .produktliste img,
#page_uebersicht .produktuebersicht .produktliste img {
  width: 214px;
}
#page-kundenkonto-servicecenter .produktuebersicht .produktliste thead,
#auftragsauskunft .produktuebersicht .produktliste thead,
#page_uebersicht .produktuebersicht .produktliste thead {
  background: #f29301;
}
#page-kundenkonto-servicecenter .produktuebersicht .produktliste thead th,
#auftragsauskunft .produktuebersicht .produktliste thead th,
#page_uebersicht .produktuebersicht .produktliste thead th {
  padding: 10px;
  height: 40px;
}
#page-kundenkonto-servicecenter .produktuebersicht .produktliste thead h4,
#auftragsauskunft .produktuebersicht .produktliste thead h4,
#page_uebersicht .produktuebersicht .produktliste thead h4 {
  text-transform: uppercase;
  padding: 0;
}
#page-kundenkonto-servicecenter .produktuebersicht .produktliste thead a,
#auftragsauskunft .produktuebersicht .produktliste thead a,
#page_uebersicht .produktuebersicht .produktliste thead a {
  margin-right: 10px;
  line-height: 20px;
}
#page-kundenkonto-servicecenter .produktuebersicht .produktliste thead a i,
#auftragsauskunft .produktuebersicht .produktliste thead a i,
#page_uebersicht .produktuebersicht .produktliste thead a i {
  margin-right: 10px;
}
#mobile_filter_dropdown button {
  background: #000;
  border: 1px solid #4c4c4c;
  border-radius: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#mobile_filter_dropdown button i {
  font-size: 17px;
}
.secure-page {
  width: 100%;
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  text-align: center !important;
}
.secure-page > .info {
  text-align: center;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
.secure-page > .info:before {
  font-size: 30px;
  position: absolute;
  left: -30px;
}
.secure-page i {
  font-size: 34px;
  padding-right: 10px;
  display: inline-block;
}
.bestellung-info-footer {
  color: #fff;
}
.bestellung-info-footer .bestellung-info-footer-banner {
  border: 1px solid #4c4c4c;
  padding: 15px 20px;
  display: inline-block;
  height: 250px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.bestellung-info-footer .bestellung-info-footer-banner a {
  color: #fff;
}
.bestellung-info-footer .bestellung-info-footer-banner.banner3 li a {
  line-height: 28px;
}
.bestellung-info-footer .bestellung-info-footer-banner h4 {
  font-size: 16px;
}
.bestellung-info-footer .bestellung-info-footer-banner .zahlungsmittel img {
  margin: 5px 5px 10px 0;
  float: left;
}
.textbloecke {
  text-align: left;
}
.textbloecke h2 {
  color: #f29301;
  margin-bottom: 20px;
}
#page_jobs {
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#page_jobs .theader {
  background: #f29301;
  padding: 15px;
  font-style: italic;
}
#page_jobs .line-entry {
  padding: 15px;
  border-bottom: 1px solid #4c4c4c;
}
#page_jobs .tdetail_line {
  margin-top: 30px;
  padding: 20px 30px;
  display: none;
}
#page_jobs .tdropdown_sign {
  position: relative;
}
#page_jobs .tdropdown_sign:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #4c4c4c transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 5px;
}
#page_jobs .tline {
  cursor: pointer;
}
#page_jobs .tline.open .tdropdown_sign:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #4c4c4c transparent;
}
#page_jobs .jobdetail a {
  color: #f29301;
}
#page_einrichtungsplaner #e_planer_berater_header {
  margin-top: 10px;
}
#page_einrichtungsplaner .step_header {
  margin-bottom: 30px;
}
#page_einrichtungsplaner .step_header > div {
  float: left;
}
#page_einrichtungsplaner .step_header .step_header_small {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 65px;
}
#page_einrichtungsplaner .step_header .step_header_large {
  font-size: 48px;
  line-height: 50px;
  color: #f29301;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#faq .antworten {
  margin-top: 50px;
  margin-bottom: 20px;
}
#faq .antworten > p:first-child {
  color: #f29301;
  font-size: 16px;
}
#page_designwelten .h1.style-white,
#page_designwelten h1.style-white {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
@media screen and (max-width: 768px) {
  #filialfinder-content > .col-xs-12 {
    padding: 0;
  }
  #filialfinder-content .middle-content {
    padding: 0;
    margin-bottom: 70px;
  }
  #filialfinder-content .right-content {
    padding: 10px;
  }
  .filialen_map {
    margin-bottom: 20px;
    padding: 15px;
    display: inline-block;
  }
  .filialen_map .standort {
    width: 50%;
    font-size: 13px;
  }
  .product-list-wrapper .item .price {
    font-size: 12px;
    padding: 0;
    margin-top: 0;
  }
  .product-list-wrapper .item .price span {
    font-size: 15px;
  }
  .product-list-wrapper .item .price span.smaller {
    font-size: 12px;
  }
  .product-list-wrapper .item h4 a {
    font-size: 12px;
  }
  #form_sortierung {
    font-size: 14px;
  }
  #form_sortierung select {
    font-size: 14px;
  }
}
#zoomContent .owl-prev,
#zoomContent .owl-next {
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  background: none;
  display: table-cell;
  height: 100%;
  width: 40px;
  top: 43%;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#zoomContent .owl-prev {
  left: 5px;
}
#zoomContent .owl-next {
  text-align: right;
}
#zoomContent .owl-next img {
  display: block;
}
#zoomContent:hover .owl-buttons > div {
  opacity: 1.0;
}
.zoomThumbWrapper {
  width: 90%;
  margin: 0 auto;
}
.zoomThumbWrapper .zoomThumb .zoomThumbLink {
  border: 4px solid #000;
  width: 100%;
  display: inline-block;
}
.zoomThumbWrapper .zoomThumb .owl-item {
  margin: 0;
}
.zoomThumbWrapper .zoomThumb .item {
  height: auto;
}
.zoomThumbWrapper .zoomThumb .item:after {
  padding-top: 10% !important;
}
.zoomThumbWrapper .zoomThumb .item img {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #000;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.zoomThumbWrapper .zoomThumb .owl-buttons > div {
  background: none !important;
  border-radius: 0;
  position: absolute;
  top: 5%;
}
.zoomThumbWrapper .zoomThumb .owl-buttons .owl-prev {
  left: -10%;
}
.zoomThumbWrapper .zoomThumb .owl-buttons .owl-next {
  right: -10%;
}
.zoomThumbWrapper .zoomThumb .owl-buttons img {
  width: 100%;
  height: auto;
}
#auftragsauskunft .border-box p,
#auftragsauskunft .border-box a,
#auftragsauskunft .border-box h4 {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
#auftragsauskunft .border-box a {
  float: right;
}
#auftragsauskunft .border-box img {
  max-width: 60px;
  max-height: 60px;
  float: left;
}
#auftragsauskunft .border-box .content {
  display: inline-block;
}
#auftragsauskunft .border-box .content h4 {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#auftragsauskunft_liste .auftrag {
  display: inline-block;
  width: 100%;
}
#auftragsauskunft_liste .auftrag > div {
  padding: 7px;
  border-left: 1px solid #4c4c4c;
}
#auftragsauskunft_liste .auftrag.head {
  background: #f29301;
  color: #fff;
  text-transform: uppercase;
}
#auftragsauskunft_liste .auftrag.head.details {
  background: #4c4c4c !important;
}
#auftragsauskunft_liste .auftrag .contract {
  line-height: 32px;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  display: inline-block;
  width: 100%;
  margin-top: -5px;
}
#auftragsauskunft_liste .auftrag .contract .mobile_header {
  float: left;
  clear: left;
  width: 50%;
}
#auftragsauskunft_liste .contract_details .auftrag-wrapper .contract {
  background: url(/images/footer/muster.png) repeat;
}
#auftragsauskunftDetail .status-frame {
  position: relative;
}
#auftragsauskunftDetail .status-frame .frame {
  margin-top: 50px;
  text-align: center;
}
#auftragsauskunftDetail .status-frame .frame img {
  width: 120px;
}
#auftragsauskunftDetail .text_overlay {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 0;
  background: rgba(102, 17, 39, 0.5);
}
#auftragsauskunftDetail .text_overlay p {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
#auftragsauskunftDetail .status-frame img {
  width: 120px;
  position: absolute;
  top: 50px;
}
#auftragsauskunftDetail .step_text {
  position: absolute;
  top: 100px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
#auftragsauskunftDetail .bottom {
  bottom: 0;
  float: left;
  width: 100%;
  line-height: 50px;
}
#auftragsauskunftDetail .bottom > .status_2,
#auftragsauskunftDetail .bottom > .status_3 {
  margin: 5px 0 10px 0;
  border-top: 1px solid #4c4c4c;
}
#auftragsauskunftDetail .bottom .bearbeitung,
#auftragsauskunftDetail .bottom .fertig {
  display: none;
  margin-top: 15px;
  line-height: 20px;
  font-size: 12px;
  padding-left: 25px;
  position: relative;
  color: #969696;
}
#auftragsauskunftDetail .bottom .bearbeitung i,
#auftragsauskunftDetail .bottom .fertig i {
  font-size: 22px;
  margin-right: 10px;
  color: #f29301;
  position: absolute;
  left: 0;
  top: -1px;
}
#auftragsauskunftDetail .bottom .bearbeitung.status_2 {
  display: inline-block;
}
#auftragsauskunftDetail .bottom .fertig.status_3 {
  display: inline-block;
}
#auftragsauskunftDetail .info-kachel {
  display: inline-block;
  min-height: 180px;
  text-align: center;
}
#auftragsauskunftDetail .info-kachel h6 {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  margin-bottom: 0;
}
#auftragsauskunftDetail .info-kachel img {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .auftragdetails-wrapper .uebersichtbox {
    padding: 0 !important;
  }
  .auftragdetails-wrapper {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  #page-auftragsauskunft-auftragdetail .uebersichtbox {
    padding: 5px !important;
  }
  .auftragdetails-wrapper {
    padding: 0 0 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  #page-auftragsauskunft-auftragdetail .auftragdetails-wrapper .uebersichtbox {
    padding: 0 !important;
  }
  .textbloecke > .col-xs-12 {
    padding: 0;
  }
  .auftragdetails-wrapper {
    padding: 0 !important;
  }
  .wp-table.form-table .content {
    padding: 20px 0px;
  }
  #page-auftragsauskunft-kundendaten form .col-xs-12,
  #page-kundenkonto-kundendaten form .col-xs-12 {
    padding: 0;
  }
  #page-auftragsauskunft-kundendaten form .col-xs-12.btn,
  #page-kundenkonto-kundendaten form .col-xs-12.btn {
    padding: 7px;
  }
  #page-auftragsauskunft-kundendaten .wp-table .head,
  #page-kundenkonto-kundendaten .wp-table .head {
    padding: 10px;
  }
  #page-auftragsauskunft-kundendaten .wp-table .content,
  #page-kundenkonto-kundendaten .wp-table .content {
    padding: 10px;
  }
  #auftragsauskunftDetail .status-frame {
    display: inline-block;
  }
  #auftragsauskunftDetail .status-frame .bottom {
    margin-top: 20px;
  }
  #auftragsauskunftDetail .status-frame .bottom > .status_2,
  #auftragsauskunftDetail .status-frame .bottom > .status_3 {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    margin: 5px 0 10px 0;
  }
  #auftragsauskunft .border-box {
    text-align: center;
  }
  #auftragsauskunft .border-box img {
    float: none;
  }
  .warenkorb_breadcrumb.mobile div {
    height: 30px;
    line-height: 30px;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .warenkorb_breadcrumb.mobile div.current_step {
    height: 40px !important;
    margin-top: -5px !important;
    padding-top: 5px;
    font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
    font-size: 12px !important;
    text-transform: uppercase !important;
  }
  .warenkorb_breadcrumb.mobile div:before {
    display: none;
  }
  .warenkorb_breadcrumb.mobile div:after {
    display: none;
  }
  #page_warenkorb tr.CartProduct td {
    font-size: 11px !important;
    line-height: 14px !important;
  }
  #page_warenkorb tr.CartProduct td span {
    font-size: 11px !important;
  }
  #page_warenkorb tr.CartProduct td h4 {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  #page_warenkorb .select-menge {
    width: 85%;
  }
}
#faq > h3,
#faq > .h3 {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #f29301;
}
.auftragdetails-wrapper .uebersichtbox {
  border-color: #4c4c4c !important;
}
.auftragdetails-wrapper .uebersichtbox .headline {
  background: #4C4C4C !important;
}
.auftragdetails-wrapper .uebersichtbox .content {
  background: url(/images/footer/muster.png) repeat;
}
.bestelldetails-wrapper {
  margin-top: -5px;
  border: 1px solid #4c4c4c;
  padding: 20px 10px 30px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  .bestellung-info-footer > div > div {
    padding: 0 !important;
    margin-top: 10px;
    display: inline-block;
    width: 100% !important;
  }
  .bestellung-info-footer .bestellung-info-footer-banner {
    display: inline-block;
    padding: 15px 5px 25px 5px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .f-size-very-large,
  h1,
  .h1 {
    font-size: 22px !important;
  }
  .bestelldetails-wrapper {
    padding: 0 !important;
    border-color: #000 !important;
    border: none !important;
  }
  #seite_produktdetails .highlight-big {
    font-size: 17px !important;
  }
  #seite_produktdetails .ajax_streichpreis {
    font-size: 12px !important;
  }
  #seite_produktdetails .aktuelle-auswahl-sub > .col1,
  #seite_produktdetails .aktuelle-auswahl-sub > .col2 {
    border: none;
  }
  #seite_produktdetails .aktuelle-auswahl-sub > .col2 {
    border-top: 1px dashed #4c4c4c;
  }
  #seite_produktdetails h1,
  #seite_produktdetails .h1 {
    float: left;
    text-align: left;
  }
  #seite_produktdetails .product-header {
    position: relative;
  }
  #seite_produktdetails .product-header > div {
    padding: 0;
  }
  #seite_produktdetails .product-header .signet-frame {
    text-align: left;
  }
  #seite_produktdetails .product-header .merkzettel {
    display: none;
  }
  #seite_produktdetails .product-header .mini-social {
    width: 50%;
    top: 80px;
    right: 0;
    position: absolute;
  }
  #seite_produktdetails .product-header .mini-social .socialIcon {
    text-align: right;
  }
  #seite_produktdetails h2:before {
    background: none !important;
  }
  #seite_produktdetails h2 span {
    text-align: center;
    font-size: 20px;
  }
  #warenkorb_popup .col_img,
  #warenkorb_popup .col_einzelpreis,
  #warenkorb_popup .col_einzelpreis_heading {
    display: none;
  }
  #warenkorb_popup td {
    padding: 4px !important;
    vertical-align: top;
  }
  #warenkorb_popup h4,
  #warenkorb_popup .size,
  #warenkorb_popup .back-green h4 {
    font-size: 12px !important;
  }
  #warenkorb_popup table td {
    font-size: 12px !important;
  }
  #warenkorb_popup table td div {
    font-size: 12px !important;
  }
  #warenkorb_popup #warenkorb_popup .CartDescription,
  #warenkorb_popup #warenkorb_popup .size {
    font-size: 13px !important;
  }
  #warenkorb_popup #warenkorb_popup .CartDescription {
    padding-right: 10px;
  }
}
.bestelldetails-wrapper {
  border: none !important;
}
#page-auftragsauskunft-auftragdetail .bestelldetails-wrapper {
  padding: 0 !important;
  border-color: #000 !important;
  border: none !important;
}
.up_down_toggle {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 100%;
  float: left;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: -14px;
  position: relative;
}
.up_down_toggle:before {
  position: absolute;
  line-height: 15px;
  font-family: FontAwesome;
  content: '\f103';
  font-size: 22px;
  left: 7px;
  top: 8px;
}
.open > div > .up_down_toggle:before {
  content: '\f102';
}
.auftragdetails-wrapper .uebersichtbox {
  border: none !important;
}
.auftragdetails-wrapper .uebersichtbox .headline,
.auftragdetails-wrapper .uebersichtbox .content {
  border: 1px solid #4c4c4c;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .faq-highlights {
  padding: 15px;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .faq-highlights .kachel {
  padding: 15px;
  min-height: 80px;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .faq-highlights .kachel img {
  margin-left: -10px;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .hilfecenter > div {
  margin: 30px 0 20px;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .hilfecenter > div h5 {
  margin: 5px 0 5px 0;
  padding: 0;
  color: #a4a4a4;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .back_up {
  padding-left: 25px;
  border-bottom: 1px solid #4c4c4c;
  line-height: 25px;
  position: relative;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .back_up a {
  color: #f29301;
}
#page-cauftragsauskunft-kundenkonto-servicecenter .back_up:before {
  position: absolute;
  line-height: 15px;
  font-family: FontAwesome;
  content: '\f102';
  font-size: 22px;
  left: 0px;
  top: 7px;
  color: #a4a4a4;
}
#freewall .level1 {
  display: none;
}
#imageShowCase .text {
  font-size: 16px;
}
.zoom .gall-item img.zoomImage1 {
  max-width: 1140px;
}
#footer a:hover {
  color: #fff !important;
}
.panel-heading .collapseWill:after {
  /* symbol for "opening" panels */
  font-family: fontawesome;
  content: "\f0d8";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}
.panel-heading .collapseWill.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f0d7";
  /* adjust as needed, taken from bootstrap.css */
}
.affix {
  position: fixed;
  top: 0px;
  z-index: 10000;
}
#aktuelle-auswahl-wrapper {
  background: #000;
}
#page-cbestellungen-bestellung-adresse .very-large-icon {
  font-size: 55px !important;
  line-height: 15px !important;
  position: absolute;
  top: 20px;
}
.content.popup {
  color: #000;
}
.popup-info #content p {
  color: #000 !important;
}
.popup-info #content .shadowboxtitle {
  font-size: 20px;
}
.selectize-control.movies .selectize-dropdown [data-selectable] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 60px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 10px 10px 60px;
}
.selectize-control.movies .selectize-dropdown [data-selectable]:last-child {
  border-bottom: 0 none;
}
.selectize-control.movies .selectize-dropdown .by {
  font-size: 11px;
  opacity: 0.8;
}
.selectize-control.movies .selectize-dropdown .by::before {
  content: 'by ';
}
.selectize-control.movies .selectize-dropdown .name {
  font-weight: bold;
  margin-right: 5px;
}
.selectize-control.movies .selectize-dropdown .description {
  font-size: 12px;
  color: #a0a0a0;
}
.selectize-control.movies .selectize-dropdown .actors,
.selectize-control.movies .selectize-dropdown .description,
.selectize-control.movies .selectize-dropdown .title {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.selectize-control.movies .selectize-dropdown .actors {
  font-size: 10px;
  color: #a0a0a0;
}
.selectize-control.movies .selectize-dropdown .actors span {
  color: #606060;
}
.selectize-control.movies .selectize-dropdown img {
  height: 60px;
  left: 10px;
  position: absolute;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.04);
}
.selectize-control.movies .selectize-dropdown .meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.selectize-control.movies .selectize-dropdown .meta li {
  margin: 0;
  padding: 0;
  display: inline;
  margin-right: 10px;
}
.selectize-control.movies .selectize-dropdown .meta li span {
  font-weight: bold;
}
.selectize-control.movies::before {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: ' ';
  z-index: 2;
  position: absolute;
  display: block;
  top: 12px;
  right: 34px;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  opacity: 0;
}
.selectize-control.movies.loading::before {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .bestellung-info-footer .bestellung-info-footer-banner {
    padding: 5px;
  }
  .bestellung-info-footer .bestellung-info-footer-banner li {
    line-height: 20px;
    font-size: 12px;
    font-size: 11px !important;
  }
  .bestellung-info-footer .bestellung-info-footer-banner ul.checkmarks li {
    line-height: 10px;
    font-size: 12px !important;
  }
  .bestellung-info-footer .bestellung-info-footer-banner.banner3 li a {
    line-height: 28px;
  }
  .bestellung-info-footer .bestellung-info-footer-banner h4 {
    font-size: 16px;
  }
  .bestellung-info-footer .bestellung-info-footer-banner .zahlungsmittel img {
    margin: 5px 5px 10px 0;
    float: left;
  }
  #page_zahlung tr.CartProduct td,
  #page_uebersicht tr.CartProduct td,
  #page_warenkorb tr.CartProduct td {
    font-size: 13px !important;
  }
  #page_warenkorb .anzahlung {
    font-size: 20px !important;
  }
  #page_warenkorb .CartProductThumb,
  #page_warenkorb .col_einzelpreis,
  #page_warenkorb .col_einzelpreis_heading {
    display: none;
  }
  #page_warenkorb .product-cart-options,
  #page_warenkorb .product-cart-options a {
    padding-left: 0;
  }
  #page_warenkorb .product-cart-options a {
    margin-right: 7px;
    max-width: 110px;
  }
  #page_warenkorb .product-cart-options a i,
  #page_warenkorb .form-control {
    padding: 0;
  }
  .warenkorb_breadcrumb {
    font-size: 12px;
  }
  .warenkorb_breadcrumb > div {
    padding-left: 50px;
  }
  .form-black label {
    line-height: 16px;
  }
  #page_uebersicht .bestelldaten {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #page_uebersicht td {
    padding: 4px !important;
    vertical-align: top;
  }
  #page_uebersicht .CartProductThumb {
    display: none;
  }
  #page_uebersicht h4,
  #page_uebersicht .size,
  #page_uebersicht .back-green h4 {
    font-size: 13px !important;
  }
  #page_uebersicht table td {
    font-size: 13px !important;
  }
  #page_uebersicht table td div {
    font-size: 13px !important;
  }
  #page_uebersicht h2,
  #page_warenkorb h2 {
    font-size: 22px;
  }
  #page_zahlung .sub-heading,
  #page_warenkorb .sub-heading {
    font-size: 14px;
  }
}
.tab-pane img {
  max-width: 100%;
}
.filialfinder-drop li a {
  padding: 0px 7px !important;
  line-height: 35px !important;
}
.gallery:hover .flickity-prev-next-button .arrow {
  fill: #fff;
  opacity: 0.75;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 0.75;
}
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #4c4c4c;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #f29301;
}
.gallery-cell {
  width: 100%;
  height: auto;
}
.gallery {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.flickity-prev-next-button.previous {
  left: -43px;
}
.flickity-prev-next-button.next {
  right: -43px;
}
.gallery.is-hiding-nav-ui .flickity-prev-next-button {
  display: none;
}
.gallery.is-hiding-nav-ui .flickity-page-dots {
  display: none;
}
.zoomThumbWrapper .produktdetail-sub-slider .item.gallery-cell:after {
  padding-top: 0% !important;
}
.produktdetail-slider .flickity-prev-next-button.previous {
  left: -25px;
}
.produktdetail-slider .flickity-prev-next-button.next {
  right: -25px;
}
.gallery-cell.is-nav-selected img {
  border: 4px solid #f29301 !important;
}
.tt-menu {
  max-width: 350px;
}
.recommended-wrapper {
  overflow: hidden;
}
.fancybox-overlay {
  z-index: 990002;
}
.fancybox-opened {
  z-index: 990003;
}
#page-chilfecenter-hilfecenter-widerruf h4 {
  font-size: 14px;
}
.modal_bezugwahl {
  position: absolute !important;
  display: block !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 800px !important;
}
a.nav-expander {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin-right: 0;
  padding: 1em 1.6em 2em;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  width: 130px;
  z-index: 12;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
a.nav-expander:hover {
  cursor: pointer;
}
a.nav-expander.fixed {
  position: fixed;
}
.nav-expanded a.nav-expander.fixed {
  right: 20em;
}
nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -100%;
  font-size: 15px;
  top: 0;
  width: 100%;
  z-index: 10200;
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
}
nav > .content {
  display: none;
}
.nav-expanded nav {
  right: 0;
}
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
#nav-close {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}
.main-menu {
  padding-top: 12px;
}
.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}
.main-menu li a {
  color: #6F7D8C;
  text-decoration: none;
}
.main-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
.main-menu a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 8px;
}
.main-menu a:hover .caret {
  border-top-color: #4f5963;
}
.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.main-menu li.open > a:hover > .caret {
  border-bottom-color: #4f5963;
}
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
.fancybox-inner {
  overflow: hidden;
  zoom: 1;
  z-index: 11212121212;
  color: #000;
}
.fancybox-inner p,
.fancybox-inner a,
.fancybox-inner span {
  color: #000;
}
img.lazy {
  max-width: 100%;
  height: auto;
  display: block;
  /* optional way, set loading as background */
  background-image: url('/images/wp/logo.png');
  background-repeat: no-repeat;
  background-position: 50% 20%;
}
.col-xs-12.wrap-margin {
  margin-bottom: 40px;
}
.col-ms-12.wrap-margin {
  margin-bottom: 40px;
}
.col-sm-12.wrap-margin {
  margin-bottom: 40px;
}
.col-md-12.wrap-margin {
  margin-bottom: 40px;
}
.col-lg-12.wrap-margin {
  margin-bottom: 40px;
}
#ausfuehrungauswahl div > div.buttons {
  border: none !important;
}
.filter-slider input[type="text"] {
  border: 1px solid #4c4c4c;
  background: none;
  color: #fff;
  width: 100%;
  border-radius: 0;
  height: 30px;
  padding: 5px;
}
#mengenauswahl.open button {
  color: #fff !important;
}
#mengenauswahl button {
  background: #3a3a3a;
  border-radius: 0;
  margin: 0px 0;
  float: right !important;
}
#mengenauswahl .dropdown-menu {
  left: 0;
}
#mengenauswahl .dropdown-menu li {
  width: 50px !important;
}
#fancy_button {
  width: 35px;
  height: 35px;
  color: #fff;
  background: #f29301;
  position: absolute;
  left: 50px !important;
  bottom: 50px;
  font-size: 23px;
  padding: 6px;
  border-radius: 7px;
  opacity: 0.7;
  z-index: 111;
}
@media screen and (max-width: 1024px) {
  #fancy_button {
    left: 14px !important;
    bottom: 14px !important;
  }
}
#page-ccontentpage-aktionen .contentpages.stil2 {
  text-align: justify;
  max-width: 900px;
  margin: 0 auto;
}
#page-ccontentpage-aktionen .contentpages.stil2 .h1,
#page-ccontentpage-aktionen .contentpages.stil2 .h2,
#page-ccontentpage-aktionen .contentpages.stil2 .h3,
#page-ccontentpage-aktionen .contentpages.stil2 .h4,
#page-ccontentpage-aktionen .contentpages.stil2 h1,
#page-ccontentpage-aktionen .contentpages.stil2 h2,
#page-ccontentpage-aktionen .contentpages.stil2 h3,
#page-ccontentpage-aktionen .contentpages.stil2 h4 {
  text-align: center;
}
#page-ccontentpage-aktionen .contentpages.stil2 h1,
#page-ccontentpage-aktionen .contentpages.stil2 .h1 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
}
#page-ccontentpage-aktionen .contentpages.stil2 h2,
#page-ccontentpage-aktionen .contentpages.stil2 .h2 {
  color: #f29301;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}
#page-ccontentpage-aktionen .contentpages.stil2 .text {
  text-align: justify;
}
#page-ccontentpage-aktionen .contentpages.stil2 img {
  max-width: 100%;
  margin: 0 auto;
}
#page-cprodukte-produkte-konfiguration .modal .kontaktformular h2,
#page-cprodukte-produkte-detail .modal .kontaktformular h2 {
  display: none;
}
#page-cprodukte-produkte-konfiguration .modal .modal-content,
#page-cprodukte-produkte-detail .modal .modal-content {
  border: 1px solid #f29301;
}
#page-cprodukte-produkte-konfiguration .modal .modal-content .modal-header,
#page-cprodukte-produkte-detail .modal .modal-content .modal-header {
  border: none;
  position: relative;
  overflow: visible;
}
#page-cprodukte-produkte-konfiguration .modal .modal-content .modal-header h4,
#page-cprodukte-produkte-detail .modal .modal-content .modal-header h4 {
  padding-bottom: 4px;
}
#page-cprodukte-produkte-konfiguration .modal .modal-content .modal-header .close,
#page-cprodukte-produkte-detail .modal .modal-content .modal-header .close {
  position: absolute;
  width: 42px;
  height: 38px;
  right: 1px;
  font-size: 27px;
  top: 1px;
  opacity: 0.6;
  background: #fff;
}
#page-cprodukte-produkte-konfiguration .modal .modal-content .modal-body,
#page-cprodukte-produkte-detail .modal .modal-content .modal-body {
  background: #000;
  display: inline-block;
  width: 100%;
}
#page-cprodukte-produkte-konfiguration .modal .modal-content .modal-body h2,
#page-cprodukte-produkte-detail .modal .modal-content .modal-body h2,
#page-cprodukte-produkte-konfiguration .modal .modal-content .modal-body h4,
#page-cprodukte-produkte-detail .modal .modal-content .modal-body h4 {
  padding-left: 15px;
}
#page-cprodukte-produkte-konfiguration #contact_modal_link,
#page-cprodukte-produkte-detail #contact_modal_link {
  position: fixed;
  top: 45%;
  left: 0px;
  width: 50px;
  color: #fff;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  font-weight: 400;
  z-index: 110000;
  line-height: 30px;
  background: #f29301;
  padding: 0 3px;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 0px 0px #D47F00;
  box-shadow: 0px 2px 0px 0px #D47F00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #page-cprodukte-produkte-konfiguration #contact_modal_link,
  #page-cprodukte-produkte-detail #contact_modal_link {
    display: none;
  }
}
#page-cprodukte-produkte-konfiguration #contact_modal_link p,
#page-cprodukte-produkte-detail #contact_modal_link p {
  font-size: 10px;
  line-height: 12px !important;
  width: 100%;
  text-align: center;
}
#page-cprodukte-produkte-konfiguration #contact_modal_link span,
#page-cprodukte-produkte-detail #contact_modal_link span {
  float: left;
  padding: 5px;
}
#page-cprodukte-produkte-konfiguration #contact_modal_link img,
#page-cprodukte-produkte-detail #contact_modal_link img {
  margin: 0 auto;
  width: 40px;
  padding: 5px;
}
#page-cprodukte-produkte-konfiguration .tab-content p a,
#page-cprodukte-produkte-detail .tab-content p a {
  color: #727272;
}
.box.contentpages.textbloecke p {
  max-width: 900px !important;
  width: 100% !important;
}
.box.contentpages.textbloecke img {
  max-width: 100% !important;
}
#page-ccontentpage-aktionen .box.contentpages.textbloecke p {
  max-width: 900px !important;
  width: 100% !important;
}
#page-ccontentpage-aktionen .box.contentpages.textbloecke img {
  max-width: 100% !important;
}
a.product-slide {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media screen and (max-width: 1024px) {
  .ndd-uberzoom-interface {
    opacity: 1 !important;
  }
}
.panel-title a {
  font-weight: 600;
}
#kontakt_modal .success-info {
  text-align: center;
}
.filter-content input[type=text] {
  max-width: 100%;
  border-radius: 0;
  text-align: center;
  background: #454545;
  color: #fff;
  border: none;
}
.no_products_found_info {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  margin-top: 100px;
  border: 1px solid #f29301;
  padding: 30px;
}
/* Back to top button
/* ========================================================================== */
.to-top {
  z-index: 9999;
  width: 35px;
  height: 34px;
  position: fixed;
  bottom: -100px;
  right: 20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #f29301 url(/images/icon_arrow_up_white.png) no-repeat center;
  color: #ffffff;
}
.to-top:after {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #ffffff;
}
.to-top:hover {
  background-color: #f29301;
  color: #ffffff;
}
.to-top:hover:after {
  width: 100%;
  left: 0;
}
.featuredPostContainer {
  margin-left: 0;
  margin-right: 0;
}
#imageShowCase .product-slide .h1 {
  padding-top: 7px;
}
.red_box {
  color: #ff0000 !important;
}
#fixed_language_switcher {
  width: 80px !important;
  position: fixed;
  background: #000;
  color: #fff !important;
  z-index: 99999999;
  height: 50px;
  top: 0;
  left: 0;
}
#fixed_language_switcher .btn-gray {
  padding: 0 !important;
  min-width: 100px;
}
#fixed_language_switcher .btn-group {
  width: 80px !important;
}
#fixed_language_switcher .dropdown-toggle {
  color: #fff;
  font-size: 10px;
}
div.navbar.megamenu > div.container-fluid > div.container-fluid.navbar-collapse.mainmenu {
  z-index: 990001;
  background: black;
  width: 100%;
}
div.navbar.megamenu > div.container-fluid > div.container-fluid.navbar-collapse.mainmenu .header-category-list {
  position: relative;
  background: black;
  top: 0;
}
.owl-theme .owl-controls .owl-nav div {
  position: absolute;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 35%;
  left: -15px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  top: 35%;
  right: -15px;
}
.owl-theme.large-buttons .owl-controls .owl-nav .owl-prev,
.owl-theme.large-buttons .owl-controls .owl-nav .owl-next {
  top: 40%;
}
.owl-theme.large-buttons .owl-controls .owl-nav .owl-prev .slider_button,
.owl-theme.large-buttons .owl-controls .owl-nav .owl-next .slider_button {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1100px) {
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev .slider_button,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next .slider_button {
    width: 90px;
    height: 90px;
  }
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev.owl-prev,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-prev {
    left: -13px;
  }
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev.owl-next,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-next {
    right: -13px;
  }
}
@media screen and (max-width: 768px) {
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev .slider_button,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next .slider_button {
    width: 70px;
    height: 70px;
  }
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev.owl-prev,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-prev {
    left: -10px;
  }
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev.owl-next,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-next {
    right: -10px;
  }
}
@media screen and (max-width: 600px) {
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev .slider_button,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next .slider_button {
    width: 50px;
    height: 50px;
  }
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev.owl-prev,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-prev {
    left: -8px;
  }
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-prev.owl-next,
  .owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-next {
    right: -8px;
  }
}
@media screen and (max-width: 1100px) {
  .produktdetail-slider.owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-next {
    right: 55px;
  }
}
@media screen and (max-width: 768px) {
  .produktdetail-slider.owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-next {
    right: 37px;
  }
}
@media screen and (max-width: 600px) {
  .produktdetail-slider.owl-theme.large-buttons .owl-controls .owl-nav .owl-next.owl-next {
    right: 20px;
  }
}
.owl-theme .slider_button {
  fill: #CCC;
  opacity: 0.5;
}
.owl-theme .slider_button:hover {
  fill: #fff;
  opacity: 0.75;
}
.slider-small-buttons.owl-theme .slider_button {
  width: 30px;
  height: 30px;
}
.slider-small-buttons.owl-theme .farbleiste {
  max-height: 20px;
  overflow: hidden;
}
.owl-dots {
  margin-top: 10px;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  background: #f29301;
}
.owl-dot:hover,
.owl-dot.active {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.slider-fullwidth-5 .gallery-cell {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  .slider-fullwidth-5 .gallery-cell {
    width: 25%;
    /* full width */
  }
}
@media screen and (max-width: 1000px) {
  .slider-fullwidth-5 .gallery-cell {
    width: 33%;
    /* full width */
  }
}
@media screen and (max-width: 768px) {
  .slider-fullwidth-5 .gallery-cell {
    width: 50%;
    /* full width */
  }
}
@media screen and (max-width: 480px) {
  .slider-fullwidth-5 .gallery-cell {
    width: 80%;
    /* full width */
    margin-right: 10px;
  }
  .slider-fullwidth-5 .gallery-cell img {
    width: 70%;
  }
}
.slider-marken .gallery-cell {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .slider-marken .gallery-cell {
    width: 40%;
    /* full width */
  }
}
.slider-produkte {
  width: 97%;
  margin: 0 auto;
  position: relative;
}
.slider-produkte .owl-controls .owl-nav > div {
  background: none !important;
  border-radius: 0;
  position: absolute;
  top: 5%;
}
.slider-produkte .owl-controls .owl-nav .owl-prev {
  top: 33%;
  left: -20px;
}
.slider-produkte .owl-controls .owl-nav .owl-next {
  right: -20px;
  top: 33%;
}
.slider-produkte .owl-controls .owl-nav img {
  width: 100%;
  height: auto;
}
.slider-produkte .gallery-cell {
  width: 24.5%;
  min-height: 350px;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .slider-produkte .gallery-cell {
    min-height: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-produkte .gallery-cell {
    min-height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .slider-produkte .gallery-cell {
    min-height: 340px;
  }
}
@media screen and (max-width: 600px) {
  .slider-produkte .gallery-cell {
    min-height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .slider-produkte .gallery-cell {
    min-height: 400px;
  }
}
.slider-produkte .item:after {
  display: block !important;
  content: '' !important;
}
.slider-produkte .item .product {
  margin: 0 10px;
}
.slider-produkte .item .product.touch-hover,
.slider-produkte .item .product:hover,
.slider-produkte .item .product.always-visible {
  border: 2px solid #f29301 !important;
}
.slider-produkte .item .product.touch-hover .description,
.slider-produkte .item .product:hover .description,
.slider-produkte .item .product.always-visible .description,
.slider-produkte .item .product.touch-hover .description2,
.slider-produkte .item .product:hover .description2,
.slider-produkte .item .product.always-visible .description2,
.slider-produkte .item .product.touch-hover .description3,
.slider-produkte .item .product:hover .description3,
.slider-produkte .item .product.always-visible .description3 {
  display: inline-block;
}
#warenkorb-popup--slider {
  padding: 0 10px;
}
#warenkorb-popup--slider .description a {
  color: #fff;
}
#warenkorb-popup--slider .add-fav:hover i {
  color: #f59100;
}
#warenkorb-popup--slider .owl-controls .owl-nav > div {
  top: 45% !important;
}
#warenkorb-popup--slider h2 span {
  background: #fff;
}
#warenkorb-popup--slider .item {
  border: none;
  overflow: hidden;
}
#warenkorb-popup--slider .product {
  background: #000;
}
#warenkorb-popup--slider .product > div {
  display: inline-block;
}
.produktdetail-sub-slider .owl-prev {
  top: 40% !important;
  left: -30px !important;
}
.produktdetail-sub-slider .owl-next {
  right: -30px !important;
  top: 40% !important;
}
.produktdetail-sub-slider .gallery-cell {
  width: 100%;
}
.produktdetail-sub-slider .owl-item .item .owl-video-tn,
.produktdetail-sub-slider .owl-item .item img {
  border: 4px solid #000;
}
.produktdetail-sub-slider .owl-item.current .item .owl-video-tn,
.produktdetail-sub-slider .owl-item.current .item img {
  border: 4px solid #f29301;
}
.produktdetail-sub-slider .owl-stage {
  margin: 0 auto;
}
.produktdetail-slider .owl-controls .owl-nav .owl-next {
  right: 65px;
}
.home-brand-slider .gallery-cell {
  margin: 0 auto;
}
.home-brand-slider .owl-dots {
  display: none !important;
}
#freewall > div.store-locator {
  max-height: 1500px;
}
.is-hiding-nav-ui .owl-nav {
  display: none !important;
}
#bestseller-products .owl-stage,
#recommended-products .owl-stage {
  margin: 0 auto;
}
.ndd-uberzoom-container-fullscreen {
  z-index: 990004;
}
/* Praemienaktion */
.praemie-gold {
  font-family: 'dejavu_sanscondensed', 'Droid Sans', 'Sans Serif';
}
.praemie-gold .light {
  position: absolute;
  right: 4px;
  top: -13px;
  background: url(/pub_res/praemien_produkte/assets/light.png);
  width: 26px;
  height: 30px;
}
.praemie-gold .muelleimer {
  background: url(/pub_res/praemien_produkte/assets/muelleimer.png);
  width: 12px;
  height: 16px;
  display: inline-block;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.praemie-gold .empty-cart-info {
  line-height: 45px;
  padding-top: 4px;
  display: inline-block;
  font-size: 15px !important;
  color: #a52e40 !important;
  font-style: italic;
}
.praemie-gold #auswahl {
  margin-top: 0;
  background: #dac89b;
  padding: 0 10px;
  border: 2px solid #cdaf63;
}
.praemie-gold #info-overlay {
  padding-left: 50px;
}
.praemie-gold #info-overlay div {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
}
.praemie-gold .produkt-bereich {
  border-top: 1px solid #7b6733;
  padding: 30px 0 0 0;
  margin-top: 10px;
}
.praemie-gold #owl-auswahl {
  margin-top: 0px;
  display: none;
  position: relative;
}
.praemie-gold #owl-auswahl .owl-item {
  margin-top: 10px;
  max-width: 30%;
}
.praemie-gold #owl-auswahl .owl-stage-outer {
  margin: 0 20px;
}
.praemie-gold #owl-auswahl .produkt {
  margin-top: 8px;
  padding: 0;
}
.praemie-gold #owl-auswahl .produkt .content {
  margin-right: 0px;
  padding: 0;
  width: 270px;
}
.praemie-gold #owl-auswahl .btn {
  margin-top: 17px;
}
.praemie-gold #owl-auswahl .auswahl-label {
  font-family: 'dejavu_sansbook', 'Droid Sans', sans-serif;
  font-weight: 200;
}
.praemie-gold #owl-auswahl .owl-prev,
.praemie-gold #owl-auswahl .owl-next {
  top: 45% !important;
}
.praemie-gold #owl-auswahl .owl-prev .slider_button,
.praemie-gold #owl-auswahl .owl-next .slider_button {
  opacity: 1;
  fill: #fff;
}
.praemie-gold .liste .auswahl-label {
  display: none;
}
.praemie-gold .liste .auswahl-label.single-item {
  display: block;
  height: 38px;
  line-height: 33px;
}
.praemie-gold #auswahlbereich {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  padding-top: 40px;
}
.praemie-gold .golden_bar {
  width: 100%;
  height: 42px;
  background-image: -o-linear-gradient(356deg, #d1b266 0%, #f3dca1 48%, #c6a553 100%);
  background-image: linear-gradient(94deg, #d1b266 0%, #f3dca1 48%, #c6a553 100%);
  -webkit-box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.16);
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  font-family: 'Open Sans', 'dejavu_sanscondensed', 'Droid Sans', 'Sans Serif';
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.praemie-gold .golden_bar .pull-right {
  padding-right: 170px;
}
.praemie-gold #restguthaben-box {
  width: 161px;
  height: 138px;
  background-image: -o-linear-gradient(201deg, #ab8831 0%, #f3dca1 48%, #c6a553 100%);
  background-image: linear-gradient(249deg, #ab8831 0%, #f3dca1 48%, #c6a553 100%);
  -webkit-box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.36);
          box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.36);
  position: absolute;
  right: 0;
  top: -30px;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  z-index: 10000;
}
.praemie-gold #restguthaben-box #restguthaben {
  font-size: 75px;
  font-weight: 400;
  line-height: 60px;
  padding: 7px;
}
.praemie-gold #restguthaben-box .border-box {
  border: 1px solid #ccac5d;
  position: absolute;
  padding: 7px;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
}
.praemie-gold #restguthaben-box .light-large {
  right: -20px;
  top: -22px;
  width: 40px;
  height: 45px;
  background: url(/pub_res/praemien_produkte/assets/light_large.png);
}
.praemie-gold #restguthaben-box .keinGuthabenInfo {
  display: none;
  padding: 15px;
  color: #a10039;
}
.praemie-gold .med_gold {
  color: #e3c884;
  font-size: 22px;
}
.praemie-gold .small_gold {
  color: #e3c884;
  font-size: 16px;
}
.praemie-gold h1,
.praemie-gold .h1 {
  font-family: 'Open Sans', 'dejavu_sanscondensed', 'Droid Sans', 'Sans Serif';
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}
.praemie-gold h1 span,
.praemie-gold .h1 span {
  background: url(/pub_res/praemien_produkte/assets/20.png);
  color: #b5974b;
  font-size: 50px;
  font-weight: 700;
  line-height: 92px;
  width: 56px;
  height: 46px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: bottom;
}
.praemie-gold .info-text {
  margin-bottom: 50px;
  line-height: 24px;
}
.praemie-gold .kategorie {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
.praemie-gold .kategorie.disabled {
  opacity: 0.4;
}
.praemie-gold .kategorie .produkt {
  position: relative;
}
.praemie-gold .kategorie .produkt:before {
  display: block;
  content: "";
  width: 100%;
}
.praemie-gold .kategorie .produkt > .content {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  margin-right: 30px;
  background-color: #282828;
  border: 1px solid #464645;
}
.praemie-gold .kategorie .produkt > .content .golden-box {
  /* Style for "Ebene 4 Kopie" */
  width: 53px;
  height: 53px;
  background-image: -o-linear-gradient(218deg, #ab8831 0%, #ab8831 6%, #f3dca1 48%, #c6a553 91%, #c6a553 100%);
  background-image: linear-gradient(232deg, #ab8831 0%, #ab8831 6%, #f3dca1 48%, #c6a553 91%, #c6a553 100%);
  -webkit-box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.36);
          box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.36);
  position: absolute;
  right: 16px;
  top: 1px;
  text-align: center;
  padding: 9px 5px 5px 5px;
  font-size: 10px;
  color: #000;
}
.praemie-gold .kategorie .produkt > .content .golden-box div {
  float: left;
  width: 100%;
}
.praemie-gold .kategorie .produkt > .content .golden-box > div:first-child {
  font-size: 26px;
  height: 20px;
  display: inline-block;
}
.praemie-gold .kategorie .buttons {
  padding: 10px;
}
.praemie-gold .kategorie h3,
.praemie-gold .kategorie .h3 {
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  display: inline-block;
  padding: 0 20px 8px 0;
  overflow: visible;
}
.praemie-gold .kategorie .product_link {
  background: url(/pub_res/praemien_produkte/assets/arrow_right_gold_trans.png);
  background-repeat: no-repeat;
  background-position: right 3px;
  padding: 0 20px 8px 0;
  text-decoration: underline;
  display: inline-block;
}
.praemie-gold .kategorie .btn {
  height: 34px;
  margin-top: 3px;
  background-color: #f49400;
  background-image: -o-linear-gradient(191deg, #c6a553 0%, #f5e5bb 48%, #c6a553 100%);
  background-image: linear-gradient(259deg, #c6a553 0%, #f5e5bb 48%, #c6a553 100%);
  -webkit-box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.36);
          box-shadow: 2.4px 4.4px 5px rgba(0, 0, 0, 0.36);
  border-radius: 0;
  color: #000 !important;
  line-height: 18px;
  font-size: 17px;
  font-family: 'dejavu_sanscondensed', 'Droid Sans', 'Sans Serif' !important;
}
.praemie-gold .kategorie .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.praemie-gold .kategorie .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px !important;
  font-weight: 200 !important;
  color: #fff;
  font-family: 'dejavu_sansextralight', 'Droid Sans', sans-serif !important;
}
.praemie-gold .kategorie .select2-container--default .select2-selection--single {
  padding: 6px;
  height: 34px;
  position: relative;
  background: #272727;
  border-radius: 0;
  margin: 5px 0;
}
.praemie-gold .kategorie .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  position: absolute;
  top: 40%;
  width: 0;
}
.praemie-gold .kategorie .select2-result-label {
  white-space: nowrap;
}
.praemie-gold .kategorie .select2-container {
  clear: both;
  font-size: 10px!important;
  width: 100% !important;
}
.praemie-gold .kategorie .select2-container--default .select2-selection--single {
  padding: 0px;
  left: 0;
  right: 0;
  font-size: 16px;
  position: relative;
  border: 0;
  background: #3D3D3D;
  border: 1px solid #b5974b;
}
.praemie-gold .kategorie .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-right: 10px;
}
.praemie-gold .kategorie hr {
  margin-top: 8px;
  height: 1px;
  border: 0;
  border-top: 1px solid #b5974b;
}
.praemie-gold .kategorie > span {
  margin-right: 15px;
  color: #b5974b;
  font-size: 16px;
}
.praemie-gold .kategorie > span strong {
  /* Base text style */
  font-weight: 900;
  line-height: 22px;
  font-size: 20px;
}
.praemie-gold .kategorie > .bst {
  color: white;
  font-family: 'dejavu_sanscondensed', 'Droid Sans', 'Sans Serif';
  font-size: 60px;
  font-weight: 900;
  height: 30px;
}
.praemie-gold #info-overlay {
  right: 15px;
  position: absolute;
  bottom: 25px;
  left: 0px;
  height: 0;
  z-index: 100000;
  background-color: rgba(132, 2, 48, 0.9);
  text-align: center;
}
.praemie-gold #info-overlay > div {
  position: relative;
  text-align: left;
  padding-left: 5%;
  margin-top: 30px;
  max-width: 90% !important;
  display: inline-block;
}
.praemie-gold #info-overlay div::before {
  content: "!";
  font-size: 50px;
  text-align: right;
  width: 20%;
  height: 70px;
  line-height: 70px;
  top: -4px;
  position: absolute;
  left: -20%;
}
.praemie-gold #owl-auswahl .owl-prev.disabled,
.praemie-gold #owl-auswahl .owl-next.disabled {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  .praemie-gold #restguthaben-box {
    top: -50px;
  }
}
@media only screen and (max-width: 600px) {
  .praemie-gold h1,
  .praemie-gold .h1 {
    font-size: 18px !important;
    line-height: 15px;
  }
  .praemie-gold h1 span,
  .praemie-gold .h1 span {
    font-size: 20px !important;
    background-size: contain;
    width: 40px;
  }
  .praemie-gold #restguthaben-box {
    top: -30px;
  }
  .praemie-gold #restguthaben-box .keinGuthabenInfo {
    display: none;
    padding: 8px 5px 5px 5px;
    line-height: 15px;
    color: #a10039;
  }
  .praemie-gold #info-overlay {
    right: 0px;
  }
  .praemie-gold .produkt {
    padding-right: 0;
  }
  .praemie-gold .golden_bar {
    font-size: 14px;
  }
  .praemie-gold #restguthaben-box {
    width: 120px;
    height: 100px;
    font-size: 12px;
    right: -10px;
  }
  .praemie-gold #restguthaben-box #restguthaben {
    font-size: 40px;
    line-height: 25px;
  }
  .praemie-gold .empty-cart-info {
    font-size: 12px !important;
    line-height: 16px;
    padding: 2px 0 20px 0 !important;
    width: 60% !important;
  }
  .praemie-gold .golden-box {
    right: 0 !important;
  }
  .praemie-gold .light {
    right: -10px;
  }
  .praemie-gold .kategorie {
    border: 1px solid #c09c3f;
    width: 100%;
    margin-bottom: 7px;
  }
  .praemie-gold .kategorie > span:nth-child(1) {
    font-size: 50px;
    margin-top: 17px;
    display: block;
    width: 15%;
    float: left;
    padding: 5px 15px;
  }
  .praemie-gold .kategorie > span:nth-child(2) {
    width: 60%;
    font-size: 14px;
    float: left;
    margin-top: 11px;
  }
  .praemie-gold .kategorie.closed .dropdown-arrow {
    background: url(/pub_res/praemien_produkte/assets/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .praemie-gold .produkt-bereich {
    margin-top: 70px;
    border-top: 1px solid #c09c3f;
    overflow: hidden;
  }
  .praemie-gold .produkt-bereich .produkt {
    margin: 0 30px !important;
  }
  .praemie-gold .dropdown-arrow {
    float: right;
    display: inline-block;
    background: url(/pub_res/praemien_produkte/assets/arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 35px;
    min-height: 10px;
    height: 70px;
  }
  .praemie-gold .dropdown-arrow.up {
    background: url(/pub_res/praemien_produkte/assets/arrow_up.png);
  }
}
.praemie-gold #mobile-auswahl {
  margin-top: 35px;
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}
.praemie-gold #mobile-auswahl .mobile-entry {
  line-height: 27px;
}
.praemie-gold #mobile-auswahl .mobile-entry > div {
  padding-left: 0;
}
.praemie-gold #mobile-auswahl .mobile-entry > div:nth-child(2) {
  font-size: 14px;
}
.praemie-gold #mobile-auswahl .mobile-entry > div:nth-child(3) {
  background-position: right 5px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .userMenu .hide-m-ls {
    display: none !important;
  }
}
.styled-select {
  overflow: hidden;
  width: 100% !important;
  border: 1px solid #fff;
  height: 50px !important;
  background: url(/assets/img/dropdown-arrow.svg) no-repeat right center;
}
.styled-select select {
  background: #000;
  border: none;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  font-size: 14px;
  font-style: italic;
  color: #fff;
  height: 40px;
  width: 110%;
  margin-top: 4px;
  margin-left: 2px;
}
.wg_seo_text {
  color: #fff;
  font-weight: 300;
}
.wg_seo_text .h1,
.wg_seo_text .h2,
.wg_seo_text .h3,
.wg_seo_text .h4,
.wg_seo_text h1,
.wg_seo_text h2,
.wg_seo_text h3,
.wg_seo_text h4 {
  margin-top: 20px !important;
}
.wg_seo_text .h1:first-of-type,
.wg_seo_text .h2:first-of-type,
.wg_seo_text .h3:first-of-type,
.wg_seo_text h1:first-of-type,
.wg_seo_text h2:first-of-type,
.wg_seo_text h3:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .wg_seo_text > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.green-disabled .icheckbox_square-green.checked.disabled {
  background-position: -48px 0;
}
#page-ckatalog-katalog-bestellen .einleitungstext {
  max-width: 600px;
  margin: 0 auto;
}
body.iframeEmbed {
  width: 1px;
  min-width: 100%;
}
body.iframeEmbed .breadcrumb {
  margin-left: -5px;
}
body.iframeEmbed .breadcrumb .back-btn {
  display: none;
}
.owl-carousel .owl-video-tn {
  position: relative;
  height: 0;
  background-size: cover;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 4px;
}
.maxh {
  max-height: 100vh;
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translateZ(0) scale(1, 1) !important;
}
.produktdetail-sub-slider .owl-video-play-icon {
  display: none;
}
.responsive-video-slider iframe,
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video-slider,
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  max-height: 100%;
  text-align: center;
  overflow: hidden;
}
.image-show-case-wrapper {
  padding: 0 0 20px 0;
}
.userMenu > li > a > span {
  font-weight: 700 !important;
}
.footer a,
.footer span,
.footer p {
  font-weight: 400 !important;
}
.modal-dialog .cartTableHeader {
  padding: 20px;
  background: #ebedef;
  width: 100%;
}
.modal-dialog .cartFooter {
  padding: 20px;
  display: inline-block;
  background: #ebedef;
  width: 100%;
}
.modal-dialog .cartFooter a,
.modal-dialog .cartFooter .btn,
.modal-dialog .cartFooter span {
  color: #fff ;
}
.panel-title a {
  font-weight: 600;
}
.panel .filter-item-text {
  font-weight: 400 !important;
}
.panel a {
  font-weight: 800 !important;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.filter-item-text,
.panel-title > a {
  color: #fff;
  font-weight: 400;
}
.panel-title {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  color: #454545;
  font-size: 15px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
#filteroptions .panel .panel-heading {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .container-fluid.main-container {
    padding-right: 15px !important;
    padding-left: 30px !important;
  }
}
.no-padding-top {
  padding-top: 0 !important;
}
.form-black textarea.form-control,
.form-black textarea.form-control,
.form-black input[type='email'].form-control,
.form-black input[type='Password'].form-control,
.form-black input[type='text'].form-control,
.form-black input[type='email'].form-control,
.form-black input[type='Password'].form-control,
.form-black input[type='text'].form-control {
  font-weight: 600;
}
.form-black .form-group textarea + label,
.form-black .form-group textarea.filled + label,
.form-black .form-group input[type='email'].filled + label,
.form-black .form-group input[type='Password'].filled + label,
.form-black .form-group input[type='password'].filled + label,
.form-black .form-group input[type='text'].filled + label,
.form-black .form-group input[type='email']:focus + label,
.form-black .form-group input[type='password']:focus + label,
.form-black .form-group input[type='Password']:focus + label,
.form-black .form-group input[type='text']:focus + label,
.form-black .form-group input[type='tel'].filled + label,
.form-black .form-group input[type='number'].filled + label,
.form-black .form-group input[type='tel']:focus + label,
.form-black .form-group input[type='number']:focus + label {
  font-size: 12px !important;
  font-weight: 700;
}
.form-black label {
  font-weight: 600;
}
.password-toggle {
  position: relative;
}
.btn.btn--show-pwd {
  top: 0px;
  right: 17px;
  position: absolute;
  overflow: visible;
  background: none;
  height: 50px;
}
.btn.btn--show-pwd:focus {
  outline: none;
}
.btn.btn--show-pwd:after {
  font-family: FontAwesome;
  color: #fff;
  line-height: 30px;
  font-size: 24px;
  content: "\f06e";
}
.btn.btn--show-pwd.toggle_on:after {
  content: "\f070";
}
.form-black input:-webkit-autofill,
.form-black input:-webkit-autofill:hover,
.form-black input:-webkit-autofill:focus,
.form-black input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #ccc inset !important;
}
.form-black input:-webkit-autofill + label,
.form-black input:-webkit-autofill:hover + label,
.form-black input:-webkit-autofill:focus + label,
.form-black input:-webkit-autofill:active + label {
  color: #000 !important;
  position: absolute !important;
  top: 5px !important;
  bottom: 0 !important;
  left: 25px !important;
  width: 100% !important;
  -webkit-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  font-size: 9px !important;
}
.CartDescription small {
  font-size: 92%;
  font-weight: 600;
}
.btn.btn-inverse,
.btn.btn-red,
.btn.orange,
.btn-grau {
  font-weight: 600 !important;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
.gutscheinbanner {
  text-align: center;
  background: #000 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 6px 20px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
}
#uebersicht__header {
  border-bottom: 1px solid #4e4e4e;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
  display: inline-block;
}
#uebersicht__header.hide_border {
  border: none;
}
#uebersicht__header .warengruppen_intro {
  margin-top: 0;
  border-top: 1px solid #4e4e4e;
  font-weight: 600;
}
.cat__seo-text {
  padding: 15px 10px 0 0;
}
.cat__layout-switch {
  display: block;
}
@media screen and (max-width: 899px) {
  .cat__layout-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cat__layout-switch .cat__seo-text {
    margin-top: 10px;
    padding: 10px !important;
  }
}
.seo-left {
  min-height: 100px;
}
.seo-left p,
.seo-left span,
.seo-left div {
  font-weight: 400 !important;
}
.seo-left h1,
.seo-left h2,
.seo-left h3 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
}
.seo-left h1:first-of-type,
.seo-left h2:first-of-type,
.seo-left h3:first-of-type {
  margin-top: 0 !important;
}
.back-left {
  background-position-x: 10px !important;
  background-position-y: center;
}
.is-mobile .noUi-horizontal {
  margin: 0 10px;
  height: 10px;
}
.is-mobile .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -5px;
}
#footer .filial-dropdown a:hover {
  color: #000 !important;
}
.morecontent span {
  display: none;
}
.morelink {
  display: block;
  text-transform: lowercase !important;
  text-decoration: underline !important;
}
@media screen and (min-width: 900px) and (max-width: 1600px) {
  .menu-kategorien {
    display: none !important;
  }
}
#page-cprodukte-produkte-gemerkte_artikel-ausgabe .filteroptionen {
  display: none;
}
.icon-line {
  margin-top: -28px;
  margin-bottom: 4px;
}
#icon-montage-aktion {
  max-width: 70px;
}
.max194,
.max195 {
  width: 195px !important;
  height: 99px;
}
.orange-underline {
  border-bottom: 1px solid #f59100;
}
.concardis--widget-container {
  height: 325px;
}
.concardis--widget-container.container-mBestellungZahlungsartPayengineSEPA {
  height: 250px;
}
.concardis--widget-container.container-mBestellungZahlungsartPayengineSofortueberweisung {
  height: 0;
}
@media screen and (max-width: 400px) {
  .concardis--widget-container {
    height: 355px;
  }
  .concardis--widget-container.container-mBestellungZahlungsartPayengineSEPA {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  #zahlung_weiter {
    white-space: normal;
  }
}
.orange-link {
  color: #f29301 !important;
  text-decoration: underline;
}
label[for] {
  pointer-events: none;
}
.produktdetail-slider--pin {
  display: none;
  position: absolute;
  right: 33px;
  top: 30px;
  z-index: 100;
  text-align: center;
}
.produktdetail-slider--pin .fa-circle {
  color: #fff;
}
.produktdetail-slider--pin .fa-pinterest {
  color: #e8002a !important;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}
.produktdetail-slider--pin .fa {
  font-size: 41px;
}
@media screen and (max-width: 1024px) {
  .produktdetail-slider--pin {
    right: 20px;
    top: 20px;
    z-index: 10000;
    display: block;
  }
  .produktdetail-slider--pin .fa {
    font-size: 35px;
  }
}
@media screen and (max-width: 900px) {
  .produktdetail-slider--pin {
    right: 0px;
    top: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .productImageZoom {
    padding: 7px !important;
  }
}
.productImageZoom .relative:hover .produktdetail-slider--pin {
  display: block;
}
.if-in-watchlist {
  display: none;
}
.favorit .if-in-watchlist {
  display: inline-block;
}
.if-not-in-watchlist {
  display: inline-block;
}
.favorit .if-not-in-watchlist {
  display: none;
}
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-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: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #f29301;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
.search-footer,
.search-header {
  min-width: 250px;
  padding: 10px 20px 0 20px;
}
.search-footer h4,
.search-header h4 {
  font-size: 16px;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
}
@media screen and (max-width: 1200px) {
  .search-footer h4,
  .search-header h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .search-footer h4,
  .search-header h4 {
    font-size: 12px;
  }
}
.search-footer {
  font-size: 12px;
  line-height: 12px;
  padding: 15px 10px 10px 10px;
  border-top: 3px solid #f29301;
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif;
  text-transform: none;
  display: inline-block;
}
.search-suggestion {
  display: inline-block;
}
.search-description {
  position: relative;
  display: inline-block;
  text-transform: none;
  font-size: 12px;
  margin-top: 5px;
}
.search-description .farbleiste {
  padding: 0;
  margin: 0 0 0 -2px;
}
.search-description .farbleiste .farbfeld {
  width: 13px;
  height: 13px;
}
.search-description .search-heading span {
  font-family: 'Nunito Sans', 'Droid Sans', sans-serif !important;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
.search-image {
  padding: 0;
}
.search-image img {
  width: 100%;
  padding: 5px;
}
/* btn styled from btn.less  */
.btn {
  border: medium none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding: 8px 20px;
  -webkit-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.btn.btn-primary,
.btn.btn-danger,
.btn.btn-default,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-fb,
.btn.btn-tw {
  font-weight: 600;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  -o-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  -ms-text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}
.btn.btn-lg {
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.471;
  padding: 10px 20px;
}
.btn.btn-md {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 6px 14px;
}
.btn.btn-sm {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 4px 8px;
}
.btn.btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-old {
  border: medium none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  padding: 6px 12px;
  transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
}
.btn-old.btn-lg {
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.471;
  padding: 10px 20px;
}
.btn-old.btn-md {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 14px;
}
.btn-old.btn-sm {
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  padding: 4px 8px;
}
.btn-old.btn-xs {
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-stroke-dark,
.btn-stroke-light,
.btn-stroke,
.btn-dark,
.search-trigger,
.btn-nobg {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: normal;
}
.priceFilterBody .btn {
  padding: 8px 12px;
}
.navbar-right .input-group .btn {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-flat {
  border-radius: 0 !important;
}
.btn-product-flat {
  background: #303030;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  min-width: 130px;
  padding: 7px 15px;
}
.btn-product-flat:hover,
.btn-product-flat:focus,
.btn-product-flat:active,
.btn-product-flat.active {
  background-color: #fff;
  border-color: #fff;
  color: #0f0f0f;
}
.btn-thin {
  border: 1px solid #bdc3c7;
  color: #bdc3c7;
  background: none;
  text-shadow: none;
}
.btn-default {
  background-color: #bdc3c7;
  color: #ffffff;
  text-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #cacfd2;
  border-color: #cacfd2;
  color: #ffffff;
}
.open .dropdown-toggle.btn-default {
  background-color: #cacfd2;
  border-color: #cacfd2;
  color: #ffffff;
  background: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
}
.btn-dark {
  background-color: #34495e;
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #ffffff;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #ffffff;
  background: #2a2a2a;
}
.btn-info {
  background-color: #3498db;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #5dade2;
  border-color: #5dade2;
  color: #ffffff;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-color: #5dade2;
  border-color: #5dade2;
  color: #ffffff;
  background: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
}
.btn-danger {
  background-color: #e74c3c;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #ec7063;
  border-color: #ec7063;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #ec7063;
  border-color: #ec7063;
  color: #ffffff;
  background: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
}
.btn-success {
  background-color: #2ecc71;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #58d68d;
  border-color: #58d68d;
  color: #ffffff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #58d68d;
  border-color: #58d68d;
  color: #ffffff;
  background: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
}
.btn-warning {
  background-color: #f1c40f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #f5d313;
  border-color: #f5d313;
  color: #ffffff;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #f5d313;
  border-color: #f5d313;
  color: #ffffff;
  background: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
}
.btn-inverse {
  background-color: #3a3a3a;
  color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #454545;
  border-color: #454545;
  color: #ffffff;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  border-color: #454545;
  color: #ffffff;
  background: #303030;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse.active[disabled],
fieldset[disabled] .btn-inverse.active {
  background-color: #34495e;
}
.btn-stroke {
  background: rgba(0, 0, 0, 0);
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #fff;
  color: #fff !important;
}
.btn-stroke.lite {
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.btn-stroke.lite:hover {
  background: #ffffff;
  color: #303030 !important;
}
.btn-stroke.dark {
  border: 2px solid #303030;
  color: #303030 !important;
}
.btn-stroke.dark:hover {
  background: #303030;
  color: #ffffff !important;
}
.btn-stroke.thin {
  border-width: 1px;
  font-size: 12px;
  padding-left: 40px;
  padding-right: 40px;
}
.btn-dark {
  background: #303030;
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #303030;
  color: #fff !important;
}
.btn-dark:hover {
  background: #fff;
  color: #303030 !important;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-dark {
    letter-spacing: 1px;
    padding: 10px 15px;
    min-width: 160px;
  }
}
.btn-gray {
  background: #c8c8c8;
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #ccc;
  color: #fff !important;
}
.btn-gray:hover {
  background: #fff;
  color: #303030 !important;
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-gray {
    letter-spacing: 1px;
    padding: 10px 15px;
    min-width: 160px;
  }
}
.btn-stroke-dark {
  background: rgba(0, 0, 0, 0);
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #303030;
  color: #303030 !important;
}
.btn-stroke-light {
  background: rgba(0, 0, 0, 0);
  font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
.btn-stroke-dark:hover {
  background: #303030;
  color: #ffffff !important;
}
.btn-stroke-light:hover {
  background: #ffffff;
  color: #303030 !important;
}
.btn-site {
  padding: 5px 0;
  color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  display: block;
  text-decoration: none;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.fb_button {
  background: #658ad0;
  color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
}
.btn-fb {
  background: #658ad0;
  color: #ffffff;
}
.fb_button:hover,
.btn-fb:hover {
  background: #4e6fae;
  color: #ffffff;
  text-decoration: none;
}
.btn-tw {
  background: #1dadeb;
  color: #ffffff;
}
.btn-tw:hover {
  background: #35c5ff;
  color: #ffffff;
  text-decoration: none;
}

@charset "utf-8";
/* =============================================================== */
/* 	TABLE CONTENT

1. 	 IMPORT
2.   GENERAL FOUNDATION
3. 	 TYPOGRAPHY + GLOBAL CLASS [ HEADING + GLOBAL CLASS]
4. 	 CUSTOMIZE BOOTSTRAP  [ MODAL || INPUT FORM ELEMENT || BUTTON ]
5. 	 CUSTOMIZE NAVBAR  [ Main Navigation || MiniCart Dropdown Menu  || Search Bar  ]
6.   HOME PAGE SLIDER [Cycle Slider || Hope V1, Home V2]
7. 	 HOME PAGE BOXES SLIDER [Swiper Slider || Fore More see > idangerous.swiper.css ]
8. 	 HOME PAGE LOOK 2
9. 	 HOME PAGE LOOK 3
10.	 MAIN CONTAINER [NEW ARRIVALS]
11.  PARALLAX SECTION 1, 2
12.  CATEGORY PAGE
13.  PRODUCT DETAILS PAGE
14.  CART PAGE
15.  CHECKOUT PAGE
16.  USER END [Account || Address || Order || Creation]
17.  ABOUT PAGE
18.  CONTACT US PAGE
19.  PRODUCT MODAL [Qick View]
20.  SUBSCRIBE | PROMOTIONAL MODAL 
21.  WEB PAGE PROGRESS BAR CSS
22.  CUSTOM RESPONSIVE

/* =============================================================== */
/* IMPORT CSS 
/* =============================================================== */

/* google webfont */

/* =============================================================== */
/* FOUNDATION
/* =============================================================== */

a {
    color: #454545;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

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

body {
    margin: 0;
    padding: 0;
    color: #454545;
    /*font-family: 'Nunito Sans', sans-serif;*/

    text-rendering: optimizeLegibility;
    /*-webkit-font-smoothing: antialiased;*/

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;

    font-size: 15px;
    line-height: 21px;
    position: relative;
    background: #fff;
}

/* =============================================================== */
/* TYPOGRAPHY + GLOBAL CLASS
/* =============================================================== */

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'dejavu_sansbook','Droid Sans', sans-serif;*/
    font-weight: normal;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
}

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

h2, .h2 {
    font-size: 24px;
    line-height: 28px;
}

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

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

h5, .h5 {
    font-size: 14px;
    line-height: 20px;
}

h6, .h6 {
    font-size: 12px;
    line-height: 20px;
}

p.lead {
    font-size: 20px;
    line-height: 1.4;
}

h3 code {
    font-size: 14px;
    font-weight: normal;
}

.block-title-1 {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}

.block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

.block-title-3 {
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 10px;
    position: relative;
    text-transform: uppercase;
}

.block-title-4 {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 auto;
    padding: 0 12px;
    text-transform: uppercase;
}

.block-title-5 {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0;
    text-transform: uppercase;
}

.border-title {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 15px;
    padding: 10px 0 10px;
}

/* Helper class */
.error label.error {
    color: red;
}

.section-block {
    margin-bottom: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

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

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

.no-margin-right {
    margin-right: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-border {
    border: 0;
}

.width100, .w100 {
    width: 100% !important;
}

.width50, .w50 {
    width: 100%;
    display: block;
}

.full-container {
    width: 100%;
    display: block;
    clear: both;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.maxheight100 {
    max-height: 100px;
}

.maxheight200 {
    max-height: 200px;
}

.maxheight300 {
    max-height: 300px;
}

.maxheight400 {
    max-height: 400px;
}

.maxheight500 {
    max-height: 500px;
}

.maxheight600 {
    max-height: 600px;
}

.maxheight700 {
    max-height: 700px;
}

.maxwidth100 {
    max-width: 100px;
}

.maxwidtht200 {
    max-width: 200px;
}

.maxwidth300 {
    max-width: 300px;
}

.maxwidth400 {
    max-width: 400px;
}

.maxwidth500 {
    max-width: 500px;
}

.maxwidth600 {
    max-width: 600px;
}

.maxwidth700 {
    max-width: 700px;
}

.padd {
    margin-top: 60px;
}

.globalPadding {
    padding: 50px 0;
}

.globalPaddingTop {
    padding: 50px 0 0;
}

.globalPaddingBottom {
    padding-bottom: 50px;
}

.hr2 {
    border-width: 2px;
    border-color: #DDDDDD;
}

.hr3 {
    border-width: 4px;
    border-color: #DDDDDD;
}

ul.list-dot li {
    list-style: inside disc;
}

ul.list-number li {
    list-style: inside decimal;
}

ul.list {
    list-style: disc;
    padding-left: 40px;
}

ul.list ul {
    list-style: circle;
    padding-left: 40px;
}

ul.list-check {
    list-style: none;
}

ul.list-border li {
    border-bottom: 1px solid #E0EDED;
    display: block;
    padding: 10px 15px;
}

ul.list-border li:hover {
    background: #ebebeb;
}

.transitionfx {
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.display-table {
    display: table;
}

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

/* ================================================================== */
/* CUSTOMIZE THE BOOTSTRAP MODAL + INPUT FORM ELEMENT + BUTTON + ALERT
/* ================================================================== */
.modal {
    overflow: auto;
}

.signUpContent .modal-dialog {
    max-width: 460px;
}

.modal-dialog.modal-xs {
    max-width: 460px;
}

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-dialog .product-share {
    border-top: 0 none;
    margin-top: 0;
}

.modal-dialog .modal-product-thumb {
    padding-top: 15px;
}

.modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
}

.modal-header {
    border-bottom: 1px solid #E5E5E5;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.modal-title-site {
    color: #FFFFFF;
    font-family: Oswald;
    font-size: 38px;
    font-weight: lighter;
    padding: 13px 0;
    text-transform: uppercase;
}

.modal-content {
    border: 0 solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.modal-footer {
    background: #eee;
    border-top: 1px solid #E5E5E5;
    padding: 10px 20px;
}

.form-control:focus {
    -webkit-box-shadow: NONE;
            box-shadow: NONE;
    outline: 0 none;
}

input[type="text"], input[type="password"], input[type="email"] {
    border-color: #DDDDDD;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
}

/*

btn style moved to btn.css in V.5
@import (btn.css);
also less file available btn.less

*/

p.required, .required sup {
    color: #E74C3C;
}

.pagination li.active a {
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 0 9px rgba(0, 0, 0, 0.2) inset;
}

.checkbox {
    padding-left: 0;
    margin-left: 0;
}

legend {
    padding-bottom: 10px;
}

.alert {
    border: none;
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.alert .close {
    font-size: 30px;
    line-height: 20px;
}

.input-group-btn .btn {
    font-size: 14px;
    padding: 8px 12px;
}

/* =============================================================== */
/* CUSTOMIZE NAVBAR
/* =============================================================== */
.navbar-toggle {
    background: #f29301;
}

.navbar-tshop {
    width: 100%;
}

.menuWrap {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.brandWrap {
}

.navbar-brand {
    padding: 10px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

.navbar .navbar-top {
    /*height: 30px;*/
    transition: all 0.1s ease-out 0s;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    text-transform: uppercase;
}

.navbar.stuck .navbar-top {
    margin-top: -30px;
}

.brandWrap {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    height: auto;
}

/***  ------- Mega Menu Start ------- ***/
.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}

.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .dropdown-menu > li {
    display: block;
}

.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
    *zoom: 1;
}

.megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
    display: table;
    content: "";
    line-height: 0;
}

.megamenu .megamenu-content:after {
    clear: both;
}

.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

@media (max-width: 969px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: auto;
    }

    .megamenu .megamenu-content {
        padding-left: 0;
        padding-right: 0;
    }

    .megamenu .dropdown-menu > li > ul {
        display: block;
    }
}

/* megamenu end */

.megamenu-content img {
    max-width: 100%;
}

.megamenu-content ul li {
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.megamenu-content ul li a {
    font-size: 12px;
}

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

.itemInMenu .image {
    max-height: 170px !important;
}

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

.social-icon li {
    display: inline-block;
}

.social-icon li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    height: auto;
    margin-left: 0;
    padding: 6px 9px;
    position: relative;
    text-align: center;
    z-index: 10;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) inset;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.21s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.social-icon li a:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}

.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}

.userMenu > li {
    display: block;
    float: left;
}

.userMenu > li > a {
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 12px;
    line-height: 30px;
    /*padding: 0 20px 0 0;*/
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
    -webkit-transition: opacity 0.21s ease-out 0s;
    -moz-transition: opacity 0.2s ease-out 0s;
    -ms-transition: opacity 0.2s ease-out 0s;
    -o-transition: opacity 0.2s ease-out 0s;
}

.userMenu > li > a:hover {
    opacity: 0.9;
}

.phone-number span {
    float: left;
}

.hasUserMenu > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    left: auto !important;
    right: 0!important;
}

.hasUserMenu > .dropdown-menu > li > a {
    color: #454545;
    font-size: 12px;
    padding: 5px 15px;
}

.hasUserMenu > .dropdown-menu > li > a i {

    margin-right: 10px;
}

/***  ------- Main Navigation onhover issue for ipad and mobile ------- ***/

@media (min-width: 979px) {
    .navbar-tshop ul.nav li.dropdown ul.dropdown-menu {
    }

    .navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu, div.cartMenu.dropdown:hover div.dropdown-menu {
        display: block;
        -webkit-filter: none;
                filter: none;
        opacity: 1;
    }

    .megamenu-content ul li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        display: block;
    }

    .megamenu-content ul li a:hover {
        padding-left: 5px;
    }

    .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.newProductMenuBlock:hover {
        padding-left: 0;
    }

    .navbar.stuck .brandWrap {
        height: 0;
        overflow: hidden;
    }
}

/*.navbar-nav > li > a {*/
    /*color: #ff0000;*/
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*text-transform: uppercase;*/
/*}*/

/*.search-box {*/
    /*float: right;*/
    /*height: 48px;*/
    /*width: 38px;*/
/*}*/

/*.search-box .input-group .getFullSearch {*/
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/

/*}*/

/*.search-box.static-search {*/
    /*width: auto;*/
    /*min-width: 143px;*/
/*}*/

/*.search-box.static-search #search-form {*/
    /*padding-right: 0;*/
/*}*/

/*.navbar-nav.navbar-right:last-child {*/
    /*margin-right: 0;*/
/*}*/

/*.search-box .input-group {*/
    /*margin-top: 8px;*/
    /*max-width: 34px;*/
    /*transition: all 0.3s ease-out 0s;*/
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
/*}*/

/*.search-box:hover .input-group {*/
    /*max-width: 183px;*/
/*}*/

/*.search-box .form-control {*/
    /*width: 0;*/
    /*padding: 0;*/
    /*height: 34px;*/
    /*border: 0;*/
    /*opacity: 0;*/
    /*transition: all 0.3s ease-out 0s;*/
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
/*}*/

/*.search-box:hover .form-control {*/
    /*border: solid 1px #fff;*/
/*}*/

/*.btn-nobg {*/
    /*background: none;*/
    /*color: #fff;*/
/*}*/

/*.search-box:hover .btn-nobg {*/
    /*background: #fff;*/
/*}*/

/*.search-box.static-search .input-group {*/
    /*margin-top: 1px;*/
    /*transition: all 0.3s ease-out 0s;*/
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
/*}*/

/*.search-box.static-search .form-control {*/
    /*width: auto;*/
    /*padding: 0;*/
    /*height: 35px;*/
    /*border: solid 1px #fff;*/
    /*opacity: 1;*/
    /*transition: all 0.3s ease-out 0s;*/
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
/*}*/

/*.search-box.static-search:hover .form-control {*/
    /*opacity: 1;*/
    /*border: solid 1px #fff;*/
    /*color: #333;*/
    /*background: #fff;*/
/*}*/

/*.search-box.static-search button {*/
    /*border: 0 !important;*/
    /*margin: 0 !important;*/
/*}*/

/***  ------- Search Bar Full ------- ***/

.search-full {
    bottom: 0;
    letter-spacing: 1px;
    min-height: 50px;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    z-index: 10;
    display: none;
}

.searchInputBox {
    display: block;
    max-width: 90%;
    text-align: right;
    width: 100%;
}

.search-close {
    background: rgba(0, 0, 0, 0.3);
    display: table;
    float: right;
    font-size: 32px;
    height: 51px;
    padding: 0 15px;
}

.search-close i {
    display: table-cell;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.search-close:hover i {
    transform: scale(1.15) rotate(-180deg);
    -webkit-transform: scale(1.1) rotate(-180deg);
    -moz-transform: scale(1.1) rotate(-180deg);
    -ms-transform: scale(1.1) rotate(-180deg);
    -o-transform: scale(1.1) rotate(-180deg);
}

.search-input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0 none;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    outline: medium none;
    text-align: right;
    padding: 13px 0 13px 15px;
    width: 100%;
    max-width: 90%;
}

.search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.searchInputBox .search-btn {
    border: none;
    padding: 0 10px 0 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
}

.search-full.active {
    display: block;
}

.navbar-cart {
    border-top: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

.colorWhite, .colorWhite i {
    color: #fff !important;
}

.promo-1 {
    color: #FFFFFF;
    font-family: Oswald, Helvetica Neue;
    margin-bottom: 15px;
    font-weight: lighter;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.promo-1sub {
    background: #F2F2F2;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

/***  ------- Cart Dropdown Menu Style ------- ***/

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

.cartMenu {
    float: left;
    display: block;
}

.cartMenu a.dropdown-toggle,
.cartMenu a#cart-sidebar-toggle {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
}

.cartMenu .dropdown-menu {
    padding-bottom: 0;
    border-radius: 0;
    margin-top: 0;
}

.miniCartTable {
    max-height: 300px;
    width: 100%;
    display: block;
}

.miniCartProductThumb {
    text-align: center;
}

.cartMenu img {
    width: 50px;
}

.cartMenu h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 400;
}

.miniCartDescription .size {
    color: #888888;
    font-size: 11px;
}

.miniCartDescription .price {
    color: #444444;
    font-size: 15px;
    font-weight: 700;
}

.old-price {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.cartMenu table {
    width: 100%;
    height: auto;
}

.cartMenu table tr {
    border-bottom: solid 1px #ddd;
}

.cartMenu table tr td {
    padding: 5px 0;
}

.miniCartFooter {
    background: #ECF0F1;
    padding: 10px 10px 10px;
}

.miniCartFooter .btn:last-child {
    margin-left: 5px;

}

.miniCartFooter .subtotal {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
}

.miniCartFooterInMobile .subtotal {
    font-size: 18px;
    color: #fff;
}

.miniCartTable .mCSB_container {
    margin-right: 15px !important;
}

.newProductMenuBlock {
    display: block;
    position: relative;
}

.ProductMenuCaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.ProductMenuCaption:nth-child(n) {
    -webkit-filter: none;
            filter: none;
}

.ProductMenuCaption i {
    font-size: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.newProductMenuBlock:hover i {
    font-size: 16px;
}

.newCollectionUl ul li:first-child {
}

.newCollectionUl li {
    font-weight: 600;
}

.productPopItem {
    border: solid 1px #ddd;
}

.productPopItem .productInfo {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin-top: -50px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: auto;
    z-index: 4;
}

.popProImg a {
    display: block;
    max-height: 270px;
    overflow: hidden;
}

.productPop h4 {
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal !important;
    padding: 3px 0 0 !important;
    position: absolute;
    width: 100%;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.productPop h4:nth-child(n) {
    -webkit-filter: none;
            filter: none;
}

.productPop h4 a {
    color: #fff !important;
}

/* =============================================================== */
/* HOME PAGE BOXES SLIDER 
/* =============================================================== */

.box-pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.swiper-container {
    /* background: #333; */
}

.swiper-wrapper {
    background: #fff;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
}

.arrow-left {
    background: url(../../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.arrow-right {
    background: url(../../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.swiper-container {
    width: 100%;
    height: 100%;
    height: 490px;
    color: #fff;
    text-align: center;
}

.swiper-slide {
    height: 100%;
}

.swiper-slide .slider-content {
    height: 100%;
    display: block;
}

.slide-2x {
    width: 500px;
}

.slide-4x {
    width: 500px;
}

.slide-1x {
    width: 300px;
}

.box-4in {
    display: block;
    float: left;
    height: 50%;
    width: 50%;
}

.slider-box-bottom .box-4in, .slider-box-top .box-4in {
    height: 100%;
}

.box-4in .price, .box-text-table .dealprice {
    display: block;
    font-family: 'dejavu_sansbook',oswald, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: lighter;
    margin-bottom: 15px;
}

.box-4in .btn {
    min-width: 100px !important;
}

.box-4in.a .box-content-overly, .box-4in.b .box-content-overly {
    bottom: 5px;
    right: 5px;
    top: auto;
}

.box-slider-content {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.box-text {
    bottom: 100px;
    display: block;
    height: auto;
    left: 18%;
    position: absolute;
    width: 64%;
    z-index: 10;
}

.box-text.bottom-align {
    bottom: 20px;
}

.box-text-cell-inner .h1,
.box-text-cell-inner h1 {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.box-text .h1, .box-text-cell-inner .h1,
.box-text h1, .box-text-cell-inner h1 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.box-text .btn, .box-text-cell-inner .btn {
    margin-top: 10px;
}

.box-text-table {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.box-text-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.box-text-cell-inner.dark {
    color: #454545;
}



.box-text-cell-inner {
    display: block;
    padding:0 20px;
}

.box-content-overly {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0;
    visibility: hidden;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 5;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.box-content-overly.box-content-overly-white {
    opacity: 0;
}

.box-blank-url {
    display: block;
    height: 100%;
    width: 100%;
}

.slider-box-top .box-content-overly {
    bottom: 5px;
    top: auto;
}

.box-slider-content:hover .box-content-overly {
    background: rgba(0, 0, 0, 0.3);
    visibility: visible;
}

.box-slider-content:hover .box-content-overly-white {
    background: rgba(255, 255, 255, 0.8);
    visibility: visible;
    opacity: 1;
}

.box-slider-content .box-content-overly-white .box-text, .box-slider-content .box-content-overly-white .box-text-cell-inner {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.box-slider-content:hover .box-content-overly-white .box-text, .box-slider-content:hover .box-content-overly-white .box-text-cell-inner {
    opacity: 1;
    display: block;
    color: #454545;
}

.box-slider-content .box-img {
    height: 100%;
    display: block;
    position: relative;
    z-index: 4;
    margin: 0 5px 0 0;
}

.box-img.last-child-slide {
    margin-right: 0;
}

.box-slider-content a.box-img img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.box-slider-content .slider-box-top a.box-img {
    bottom: 5px;
    height: 100%;
    overflow: hidden;
}

.box-4in.a a.box-img, .box-4in.b a.box-img {
    bottom: 5px;
    height: 100%;
    display: block;
    overflow: hidden;
}

.slider-box-top {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}

.slider-box-top .box-img {
    bottom: 5px;
}

.slider-box-bottom {
    width: 100%;
    height: 50%;
    display: block;
    overflow: hidden;
}

h1.bolder-style {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #ffffff;
    text-transform: uppercase;
}

h1.bolder-style.light, h1.bolder-style.light a {
    color: #fff;
}

h1.bolder-style.dark, h1.bolder-style.dark a {
    color: #454545;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8), 0 0 1px #454545;
}

.slider-box-top .bolder-sub a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.5px;
}

.box-price-tag {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}

.box-price-tag .price {
    background: #fff;
    color: #454545;
    font-family: oswald;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .swiper-container {
        height: 490px;
    }

    .slide-2x, .slide-4x, .slide-1x {
        width: 490px;
    }

    .box-text {
        bottom: 10% !important;
    }
}

@media (max-width: 767px) {
    .swiper-container {
        height: 350px;
    }

    .slide-2x, .slide-4x, .slide-1x {
        width: 350px;
    }

    .box-text {
        bottom: 10%;
    }

    .box-text h1, .box-text-cell-inner h1 {
        font-size: 26px;
    }
m
    .btn-stroke-dark, .btn-stroke-light {
        padding: 10px 20px;
        min-width: 150px;
    }

    h1.bolder-style {
        font-size: 50px;
        line-height: 50px;
    }
}

/* =============================================================== */
/* HOME PAGE SLIDER  
/* =============================================================== */

.sliderImg {
    background: url('../../images/site/loading1.gif') center center no-repeat; /* prealoder */
}

.banner {
    margin-top: 80px;
    -webkit-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.banner-boxes {
    margin-top: 80px;
}

.banner.down {
    margin-top: 26px;
}

.banner, .slider-content, .slider, .slider-v2 {
    width: 100%;
    display: block;
    max-height: 540px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sliderImg {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner .sliderInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.banner .sliderInfo .container {
    height: 100%;
    dispay: block;
}

.sliderText {
    display: block;
    -webkit-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99), -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.sliderText:nth-child(n) {
    -webkit-filter: none;
            filter: none;
}

.slider-item.cycle-slide-active .sliderText {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
}

.transformRight {
    display: block;
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99), -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformRight {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none; /* IE FIX */
    -webkit-filter: none;
            filter: none;
}

.transformLeft {
    display: block;
    -webkit-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    transform: translateX(-120px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99), -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0); /* IE FIX */
    -ms-filter: "alpha(Opacity=0)";
}

.slider-item.cycle-slide-active .transformLeft {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
}

.sliderText .inner {
    padding: 20px;
}

.sliderText h1 {
    font-size: 36px;
    font-weight: lighter;
}

.sliderText.dark h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-link {
    color: #fff;
    letter-spacing: -0.25px;
    font-size: 16px;
}

.sliderText {
    margin-top: 15%;
}

.sliderText.dark {
    color: #ddd;
}

.slider-item-img1 {
    background-size: cover;
}

.slider-item-img2 {
    background-size: cover;
}

.slider-item-img3 {
    background-size: cover;
}

/***  ------- Slider Style 1 Start ------- ***/

#pager2 {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#pager2 span {
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 5px;
    text-indent: -9999px;
    width: 16px;
}

#pager2 span.cycle-pager-active {
    color: #fff;
}

.sliderControl {
    position: absolute;
    z-index: 200;
    top: 45%;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    color: #454545;
    padding: 0 5px;
}

.sliderControl {
    opacity: 1;
}

.sliderControl:hover:nth-child(n) {
    -webkit-filter: none;
            filter: none;
}

.sliderControl:hover {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* IE FIX */
    zoom: 1;
}

.prevControl {
    left: 20px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99), -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .prevControl {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
}

.nextControl {
    right: 20px;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99), -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.banner:hover .nextControl {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
}

.sliderText.white {
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff); /* IE FIX */
    zoom: 1;
}

.sliderText.white:nth-child(n) {
    -webkit-filter: none;
            filter: none;
}

.sliderText.white h1 {
}

.sliderText h3.price {
    font-weight: lighter;
    font-size: 22px;
}

.sliderTextFull {
    color: #ffffff;
    top: 50%;
    margin: 0 !important;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sliderTextFull h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
}

.topAnima {
    opacity: 0;
}

.cycle-slide-active .topAnima {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    visibility: visible !important;
}

.sliderTextFull .opacity0 {
    opacity: 0 !important;
}

.cycle-slide-active .sliderTextFull .bottomAnima {
    opacity: 1 !important;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-duration: 1s;
    visibility: visible !important;
}

.sliderTextFull .inner.dark {
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    width: auto;
    background: rgb(0, 0, 0);
    background: transparent \9;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000); /* IE FIX */
    zoom: 1;
}

.sliderTextFull .inner.dark:nth-child(n) {
    -webkit-filter: none;
            filter: none;
}

.blankstyle h1 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    height: auto;
    letter-spacing: -1px;
    line-height: 36px;
    opacity: 1;
    padding: 0;
    text-transform: uppercase;
}

.color-white h1, .color-white p, .color-white {
    color: #fff;
}

.color-black h1, .color-black p, .color-black {
    color: #000;
}

/***  ------- Slider Style 2 Pager ------- ***/

#pager {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 100%;
    z-index: 200;
    margin: 0 auto;
    padding: 0;
}

#pager a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    float: left;
    font-family: Oswald, Helvetica Neue;
    font-size: 15px;
    font-weight: normal;
    list-style: none outside none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 33.333334%;
    background: rgba(0, 0, 0, 0.5);
}

#pager a.cycle-pager-active {
    color: #fff;
}

/*  // Style   2  end*/

/* =============================================================== */
/* HOME PAGE LOOK 2  
/* =============================================================== */

.home-intro h2 {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}

.home-intro {
    background: #34373b;
    color: #fff;
    padding: 15px 0 0;
}

.home-intro h2 span {
    color: #ff7f00;
}

.sectionCategory {
    background: #34373b;
    padding: 60px 0;
    position: relative;
}

.sectionCategoryIntro {
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.sectionCategory .container {
    position: relative;
    z-index: 5;
}

.sectionCategoryIntro h1 {
    /*font-family: 'dejavu_sansbook', Oswald;*/
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.sectionCategoryIntro p {
    color: #ddd;
}

.sectionCategory .subCategoryThumb {
    height: 160px !important;
}

/***  -------  Home look 2 || productShowCase section  ------- ***/

.owl-theme .owl-controls .owl-page span {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
}

.show-case-wrapper {
    margin: 0 auto 30px;
    float: none;
}

#productShowCase .owl-controls {
    margin-top: 0;
}

.product-slide-inner {
    margin-top: 12%;
    display: block;
    max-width: 98%;
}

@media (max-width: 767px) {
    .product-slide-inner {
        display: block;
        max-width: 98%;
        margin: 5% auto 0;
        text-align: center;
    }

    #productShowCase .owl-controls {
        margin-top: 10px;
    }
}

#productShowCase .btn-stroke-dark i {
    font-size: 0;
    -webkit-transition: font 0.3s ease;
    -o-transition: font 0.3s ease;
    transition: font 0.3s ease;
}

#productShowCase .btn-stroke-dark:hover i {
    font-size: inherit;
}

#productShowCase .details-description {
    margin-bottom: 15px;
}

.product-slide-left {
    text-align: center;
}

.product-slide-img {
    display: block;
    text-align: center;
}

.product-slide-img img {
    display: block;
    text-align: center;
    margin: 0 auto
}

#productShowCase .product-title {
    /*font-family: 'dejavu_sansbook',oswald;*/
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.25px;
    line-height: 36px;
    margin-bottom: 0;
}

.ps-nav {
    display: block;
    font-size: 68px;
    height: auto;
    position: absolute;
    text-align: center;
    top: 38%;
    width: auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#ps-next {
    right: 15px;
}

#ps-prev {
    left: 15px;
}

@media (max-width: 767px) {
    #ps-next {
        right: 15px;
    }

    #ps-prev {
        left: 15px;
    }
}

.boxes-title-1 {
    background: #ebebeb;
    /*font-family: 'dejavu_sansbook',Oswald;*/
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 7px 0;
    text-align: center;
}

/***  -------  Home look 2 || Featured image section  ------- ***/

.featuredImgLook2 .inner {
    border: solid 1px #ddd;
    padding: 10px;
    margin-bottom: 15px;
}

.featuredImgLook2 .inner:hover {
    border: solid 1px #4EC67F;
}

.img-link {
    display: block;
    overflow: hidden;
}

.img-link img {
    width: 100%;
}

.featuredImgLook2 h3 {
    color: #454545;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}

.featuredImgLook2 h3 span {
    color: #eb5e58;
    display: block;
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featuredImgLook2 .btn-link {
    border-radius: 0;
    color: #7f8c8d;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}

.featuredImgLook2 p {
    color: #7f8c8d;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .featuredImgLook2 .col-md-3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 460px) {
    .featuredImgLook2 .col-md-3 {
        width: 100%;
    }
}

/* ---------- // Home look 2 end //--------*/

/* =============================================================== */
/* HOME PAGE LOOK 3  
/* =============================================================== */

#imageShowCase {
    display: block;
    clear: both;
}

#imageShowCase .product-slide h1 {
    text-transform: uppercase;
}

#imageShowCase .product-slide .box-content-overly.box-content-overly-white {
    opacity: 1;
}

.featuredImageLook3 .inner {
    /*display: block;*/
    /*position: relative;*/
    /*margin-bottom: 30px;*/
}

.image-show-case-wrapper .ps-nav {
    opacity: 0;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.image-show-case-wrapper:hover .ps-nav {
    transform: scale(1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.featuredImageLook3 .inner .box-content-overly-white {
    right: 0;
    text-align: center;
}

.submini {
    height: 2px;
    max-width: 50px;
    margin: 15px auto;
    background: #454545;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

.featuredImageLook3 .inner .img-title {
    color: white;
    display: block;
    font-size: 20px;
    /*font-family: Oswald;*/
    font-weight: normal;
    letter-spacing: 3px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 0px 2px #555;
    text-transform: uppercase;
    top: 40%;
    width: 100%;
    z-index: 100;
    -webkit-transition: opacity .2s linear, visibility .2s linear;
    -o-transition: opacity .2s linear, visibility .2s linear;
    transition: opacity .2s linear, visibility .2s linear;
}

.featuredImageLook3 .inner:hover .img-title {
    visibility: hidden;
    opacity: 0;
}

.img-block {
    display: block;
    overflow: hidden;
}

.featuredImageLook3 .inner .box-text-cell-inner h1 {
    font-size: 20px;
}

.featuredImageLook3 .inner:hover .box-content-overly-white {
    opacity: 0;
    background: rgba(255, 255, 255, 0.0);
    visibility: visible;
}

.image-show-case-wrapper .owl-pagination {
    margin-top: -40px !important;
    position: relative;
    text-align: center;
    z-index: 50;
    margin-bottom: 40px;
}

.product-slide .box-content-overly {
    text-align: center;
    visibility: visible;
    color: #fff;
}

@media (max-width: 650px) {
    .featuredImageLook3 .inner .box-text-cell-inner h1 {
        font-size: 18px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .featuredImageLook3 .inner .box-text-cell-inner p {
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 14px;
    }

    hr.submini {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .featuredImageLook3 .inner .img-title {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

@media (max-width: 500px) {
    .featuredImageLook3 .box-content-overly {
        /*display: none;*/
    }

    .featuredImageLook3 .inner .img-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

/* ---------- // Home look 3 end //--------*/

/* =============================================================== */
/* MAIN CONTAINER || TOP CONTAINER START (NEW ARRIVALS)
/* =============================================================== */

.section-block {
    margin-bottom: 30px;
}

.section-title {
    border-bottom: 2px solid #DDDDDD;
    border-top: 2px solid #DDDDDD;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 10px;
    padding: 0;
}

.section-title span {
    color: #454545;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-transform: uppercase;
    width: auto;
}

/***  -------  Style 2  ------- ***/

.style2 .section-title, .section-title.style2 {
    font-size: 42px;
    font-weight: lighter;
    line-height: 44px;
    margin: 10px 0 20px;
    padding: 0;
    position: relative;
    border: none;
}

.section-title-style2, .section-title.style2 {
    position: relative;
}

.style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
    background: #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 28px;
    width: 60%;
    z-index: 1;
}

.section-title-style2 span, .section-title.style2 span {
    background: #FFFFFF;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: auto;
    z-index: 2;
}

.style2 .section-title span, .section-title.style2 span {
    color: #454545;
    display: table;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin: 0 auto;
}

.productslider {
    width: 100%;
    display: block;
}

#productslider .item {
    margin: 0 15px 15px;
}

.item {
    /*display: block;*/
    /*height: auto;*/
    /*transition: all 0.3s ease 0s;*/
    /*-moz-transition: all 0.3s ease 0s;*/
    /*-webkit-transition: all 0.3s ease 0s;*/
    /*-o-transition: all 0.3s ease 0s;*/
    /*-ms-transition: all 0.3s ease 0s;*/
    /*margin-bottom: 15px;*/
    /*height: 480px;*/
}

#SimilarProductSlider .item {
    height: auto !important;
}

.product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    border: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
}

.product:hover {
    /*background: #fff;*/
}

.add-fav {
    border: 1px solid;
    border-radius: 50%;
    height: 30px;
    line-height: 31px;
    position: absolute;
    left: 15px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 11;
    transform: scale(1.15);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: opacity .3s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .3s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .3s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .3s linear, transform .7s cubic-bezier(.56, .48, 0, .99), -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
}

.list-view .product .add-fav {
    right: 40px;
    top: 8px;
}

.add-fav.favorit,
.product:hover .add-fav {
    opacity: 1;
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
            transform: scale(1);
}

.add-fav i {
    webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.add-fav.favorit i,
.add-fav:active i {
    webkit-transform: scale(0.85) rotate(0deg);
    -ms-transform: scale(0.85) rotate(0deg);
    -webkit-transform: scale(0.85) rotate(4deg);
            transform: scale(0.85) rotate(4deg);
}

.item.list-view .item h4 {
    max-height: none;
}

.item.list-view .grid-description {
    display: none;
}

.list-description {
    display: none;
}

.item.list-view .list-description {
    display: block;
}

.item.list-view {
    display: block;
    height: auto !important;
    width: 100% !important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.item.list-view .image {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-height: 260px;
    max-width: 200px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    padding-right: 20px;
    background: #fff;
}

.item.list-view .image a {
    display: block;
    max-height: 100%;
    height: 100%;
    max-height: 100% !important;
}

.item.list-view .image img {
    max-height: 260px;
    width: auto !important;
}

.item.list-view h4 {
    height: auto;
    margin: 45px 0 5px;
    font-size: 24px;
}

.item.list-view h4 a {
    font-weight: 600;
}

.item.list-view .description {
    text-align: right;
}

.item.list-view .description p {
    text-align: right;
    max-height: 200px;
    min-height: 10px;
}

.item.list-view .price {
    font-size: 22px;
    text-align: right;
}

.item.list-view .action-control {
    text-align: right;
}

.item.list-view .product {
    padding-right: 20px;
    min-height: 260px;
}

.item:hover .action-control {
    border-bottom-color: #fff;
}

.product-box .item {
    margin: 0 10px;
}

.product-box .item:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    /*max-height: 240px;*/
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.image a {
    display: block;
    overflow: hidden;
}

.image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    /*max-height: 240px;*/
    margin: 0 auto;
}

.product:hover .image a img {
    transform: scale(1.15);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    /*transform: scale(1.15) rotate(-1.5deg);*/
    /*-webkit-transform: scale(1.1) rotate(-1.5deg);*/
    /*-moz-transform: scale(1.1) rotate(-1.5deg);*/
    /*-ms-transform: scale(1.1) rotate(-1.5deg);*/
    /*-o-transform: scale(1.1) rotate(-1.5deg);*/
}

.promotion {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    left: 0;
    height: 24px;
    width: auto;
    border-radius: 4px;
}

.description {
    margin: 0 auto;
    min-height: 107px;
    padding:5px 15px;
    /*max-width: 235px;*/
}

.list-view .description {
    margin: 0 auto;
    min-height: default;
    /*min-height: auto;*/
    max-width: 100%;
}

.promotion {
    line-height: 18px;
}

.new-product {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    /*font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 10px;
}

.discount {
    background: #eb5e58; /* old browser */
    border-radius: 0 4px 4px 0;
    color: #fff;
    display: inline-block;
    float: left;
    /*font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    font-weight: lighter;
    height: 100%;
    padding: 3px 5px;
}

.item h4 {
    margin: 0;
    min-height: 45px;
    max-height: 80px;
    overflow: hidden;
    display: block;
    line-height: 18px;
    margin: 25px 0 0;
    padding: 0;
}

.item h4 a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.item .price {
    font-weight:400;
    color: #fff;
}
.item .price .smaller {
    font-size:14px;
}


.description p {
    color: #888888;
    font-size: 14px;
    min-height: 55px;
    max-height: 90px;
    overflow: hidden;
    line-height: 18px;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #454545;
}

.action-control {
    border: 0;
    display: block;
    height: auto;
    padding: 5px 0 15px;
}

.action-control a {
    cursor: pointer;
}

.cart a {
    font-size: 20px;
    color: #454545;
    margin: 0 0;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.13s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.load-more-block {
    padding-bottom: 30px;
    position: relative;
}

.load-more-block .btn-thin {
    background: #fff;
    z-index: 2;
    position: relative;
    box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -webkit-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -moz-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
    -o-box-shadow: -4px 0 0 #FFFFFF, 4px 0 0 #FFFFFF;
}

.load-more-block:after {
    background: none repeat scroll 0 0 #DDDDDD;
    content: "";
    display: block;
    height: 1px;
    margin-left: 30%;
    position: absolute;
    top: 18px;
    width: 40%;
    z-index: 1;
}

.featureImg a {
    display: block;
    overflow: hidden;
}

.featureImg a img {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.featureImg a img:hover {
    transform: scale(1.1) rotate(-1.1deg);
    -webkit-transform: scale(1.1) rotate(-1.1deg);
    -moz-transform: scale(1.1) rotate(-1.1deg);
    -ms-transform: scale(1.1) rotate(-1.1deg);
    -o-transform: scale(1.1) rotate(-1.1deg);
}

/* =============================================================== */
/* PARALLAX CONTENT 1
/* =============================================================== */
.parallax-section {
    width: 100%;
    display: block;
    clear: both;
    height: auto;
}

.parallax-image-1 {
    background: url(../../images/parallax/parallax.jpg);
    background-size: cover;
    background-size: cover;
    background-attachment: fixed; /* IE FIX */
}

.parallax-image-1.ismobile, .parallax-image-2.ismobile, .parallax-image-aboutus.ismobile, .parallax-section.ismobile {
    background-attachment: scroll !important;
}

.parallax-image-1.isios, .parallax-image-2.isios, .parallax-image-aboutus.isios, .parallax-section.isios, .blog-intro.isios {
    background-size: 100% auto !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.parallax-image-1.isandroid, .parallax-image-2.isandroid, .parallax-image-aboutus.isandroid, .parallax-section.isandroid {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center;
}

.parallax-image-1.isios {
    background-color: #734e48;
    background-repeat: no-repeat;
}

.parallax-image-2.isios {
    background-size: auto 100% !important;
}

.parallaxPrce {
    font-size: 64px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 10px;
}

.parallax-content h2 {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto;
    max-width: 900px;
    padding: 5px 10px;
    text-align: center;
}

.parallax-content h3 {
    color: #DDDDDD;
    display: inline-block;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 20px;
    max-width: 900px;
    padding: 0 10px;
    text-align: center;
}

.btn-discover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 60px;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.btn-discover:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.btn-discover:hover {
}

.parallax-content {
    text-align: center;
    padding: 100px 0;
}

.brand-carousel li {
    float: left;
    display: inline-block;
}

.brand-carousel li img {
    max-width: 100%;
    width: 100%;
}

.carousel-nav {
    font-size: 26px;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

/***  -------  Parallax section 2  ------- ***/

.parallax-image-2 {
    background: url(../../images/parallax/people-collage.jpg) fixed;
    background-attachment: fixed; /* IE FIX */
}

.parallax-section-overley {
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
}

h1.xlarge {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    padding-bottom: 0;
    line-height: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}

h1.x2large {
    color: #FFFFFF;
    font-size: 56px;
    line-height: normal;
    font-weight: 800;
    padding-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}

h5.parallaxSubtitle {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

/* =============================================================== */
/*  FOOTER
/* =============================================================== */

.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}

.footer {
    background: #f2f2f2;
    height: auto;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #DDDDDD;
}

.footer p {
    margin: 0;
}

.footer img {
    max-width: 100%;
}

.footer span.h3,
.footer .h3 {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding: 40px 0 15px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    color: #888888;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}

.footer a {
    color: #888888
}

.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.supportLi h4 a {
    color: #454545;
}

.newsLatterBox input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}

.newsLatterBox .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;

    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    letter-spacing: 0.5px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

.newsLatterBox {
    overflow: hidden;
}

.bg-gray {
    /*background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);*/
    background: #BBBBBB;
    -webkit-box-shadow: 0 1px 0 #B4B3B3;
            box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: #EDEFF1;
}

.social li:hover {
    border: 2px solid #454545;
    background: #454545;
}

.social li a i {
    font-size: 16px;
    margin: 0 0 0 8px;
    color: #EDEFF1 !important;
}

.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer-bottom p.pull-left {
    padding-top: 6px;
}

.paymentMethodImg img {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom p.pull-left {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

    .paymentMethodImg {
        width: 100%;
        float: none !important;
        text-align: center;
    }

    .paymentMethodImg img {
        display: inline-block;
        float: none !important;
        max-height: 24px;
    }
}

/* =========================HOMEPAGE END==========================*/

/* =============================================================== */
/* CATEGORY PAGE START
/* =============================================================== */

.breadcrumb {
    /*border: 1px solid #DDDDDD;*/
    background: none;
}

.main-container {
    min-height: 580px;
}

.headerOffset {
    padding-top: 165px;
    /*padding-top: 125px;*/
}

.category-top > h2 {
    color: #303030;
    font-weight: 700;
    letter-spacing: 0;
}

.subCategoryList .thumbnail {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.tree .dropdown-menu {
    position: relative !important;
    float: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

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

.dropdown-menu-tree {
    display: none;
    margin-bottom: 20px;
}

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

.tree > li.active > a, .tree > li.active > a:hover, .tree > li.active > a:focus {
    background: none;
    color: #454545;
}

.nav-stacked.tree > li a:hover {
    color: #454545;
    font-weight: bold;
}

.tree > .active > a > .badge {
    background: #999999;
    color: #fff;
}

.category-level-2 {
    border-left: 1px solid #DDDDDD !important;
    margin-left: 13px;
}

.category-level-2 li {
    margin-top: 2px;
}

.category-level-2 li a {
    font-weight: normal !important;
    padding: 2px 15px;
}

.category-level-2 li a.active, .category-level-2 .dropdown-tree.active .dropdown-tree-a, .category-level-2 .open-tree .dropdown-tree-a {
    font-weight: bold !important;
}

.priceFilterBody .form-inline .form-group {
    max-width: 30%;
    float: left;
}

.priceFilterBody .form-inline .form-group .form-control {
    width: 100%;
}

.priceFilterBody .sp {
    padding: 10px;
}

.subCategoryThumb {
    height: 80px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.subCategoryThumb img {
    max-width: 100%;
}

.subCategoryList {
    margin-top: 30px;
    overflow: hidden;
}

.color-details {
    border-top: 1px solid #DDDDDD;
    padding-top: 10px;
}

.productFilter {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 7px;
    padding-top: 10px;
    margin-top: 20px;
}

.productFilter p {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}

.change-view {
    margin-right: 10px;
}

.subCategoryTitle {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

.change-view a {
    border: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 34px;
    line-height: 23px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px 8px;
    border-radius: 3px;
}

.productFilter select, .productFilter input {
    font-size: 13px;
}

.categoryFooter {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 0;
}

.nav-stacked > li {
    border-bottom: solid 1px #eee;
}

.nav-stacked > li a {
    font-size: 13px;
}

.nav-stacked > li a:hover {
    color: #fff;
}

.nav-stacked > li.active a, .nav-stacked > li.active {
    background: none;
    color: #454545;
    font-weight: bold;
}

/***  -------  according panel style  ------- ***/

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #454545;
    font-size: 15px;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
}

.clearFilter {
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10px;
    line-height: normal;
    padding: 2px 5px;
    text-transform: capitalize;
}

.labelRounded {
    border-radius: 10px;
}

.clearFilter:hover {
    opacity: 0.7;
}

.collapseWill i {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    margin-right: 5px;

    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapseWill.pressed i, .collapseWill.active i {
    margin-right: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.minus {
    display: block;
}

.collapseWill .minus {
    display: none !important;
}

.collapseWill.collapsed .minus {
    display: none !important;
}

.collapseWill {
}

.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}

/* =============================================================== */
/* PRODUCT DETAILS PAGE
/* =============================================================== */

.categoryFilter {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 50px;
}

.categoryFilter .minict_wrapper {
    max-width: 180px;
    max-height: 28px;
    height: 28px !important;
}

.categoryFilter .minict_wrapper input {
    height: 28px !important;
    font-size: 12px !important;
}

.minict_wrapper input {
    border: 0 !important;
}

.categoryFilter .minict_wrapper ul li {
    font-size: 12px !important;
}

.nav-tabs > li.active, .nav-tabs > li {
    background: none;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    color: #fff !important;
    border: 0;
    border-radius: 0;
}

/* -------- zoom ------- */
.sp-wrap {
    border: none !important;
}

.sp-thumbs {
    text-align: center !important;
}

.sp-large a img {
    width: 100%;
}

.sp-wrap {
    z-index: 10;
    width: 100%;
    background: none !important;
}

.sp-large {
    max-width: 90%;
}

.sp-thumbs {
    position: absolute;
    right: 0 !important;
    text-align: left;
    bottom: 140px !important;
    width: 100px !important;
    z-index: 70;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    border: 2px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 10px;
    float: right;
    -webkit-transition: margin 0.2s ease 0s;
    -o-transition: margin 0.2s ease 0s;
    transition: margin 0.2s ease 0s;
}

.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    margin-right: 0 !important;
}

.sp-thumbs a:hover {
    margin-right: 4px !important;
}

.sp-thumbs img {
    height: auto !important;
    width: 60px !important;
}

/***  -------  Product details style 2   ------- ***/

.style2 .sp-thumbs {
    top: 0 !important;
    width: 19% !important;
}

.style2 .sp-thumbs img {
    height: auto !important;
    width: 100px !important;
    max-width: 100%;
    width: 100px !important;
}

.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
    float: left !important;
    width: 100%;
}

.style2 .sp-large {
    max-width: 80% !important;
    border: 1px solid #DDDDDD;
}

.product-title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top:20px;
}

.product-price {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.price-standard {
    color: #999999;
    font-size: 18px;
    text-decoration: line-through;
}

.product-code {
    /*font-family: oswald, Helvetica Neue, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: lighter;
    letter-spacing: 1px;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

.rating span {
    display: inline-block;
}

.ratingInfo {
    margin-left: 10px;
}

/*------- product-details style 4 ------- */

.zoomThumb {
    text-align: center;
    margin-top: 10px;
}

.zoomThumb a {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
    border: 2px solid #eee;
    display: inline-block;
    margin-right: 5px;
}

.zoomThumb a img {
    max-width: 100%;
}

.zoomImg {
    cursor: crosshair;
}

/*------- product tab ------- */

.nav-tabs {
    margin-bottom: 20px;
}

.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
}

.nav-tabs li a {
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 16px;
    font-weight: 200;
    /*letter-spacing: 2px;*/
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.color-details {
    margin-top: 14px;
}

.swatches {
    margin: 0.5em 0;
    padding-left: 0;
}

.swatches li {
    border: 2px solid #FFFFFF;
    display: inline-block;
    margin: 2px 1px;
    vertical-align: top;
    list-style: none;
}

.swatches .selected, .swatches li:hover {
    border: 2px solid #ddd;
}

.swatches a {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px #C5C5C5;
            box-shadow: 1px 1px 2px #C5C5C5;
    display: block;
    height: 33px;
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    width: 33px;
}

.swatches a img {
    height: 29px;
    width: 29px;
}

.swatches li a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 0;
    font-weight: lighter;
    color: #fff;
    -webkit-transition: font-size 0.25s ease 0.1s;
    -o-transition: font-size 0.25s ease 0.1s;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

.swatches .selected a:after {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 100%;
    font-weight: lighter;
    color: #fff;
    -webkit-transition: font-size 0.25s ease 0.1s;
    -o-transition: font-size 0.25s ease 0.1s;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

/***  ------- filterBox ------- ***/

.filterBox {
    display: inline-block;

}

.productFilterLook2 .filterBox {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
}

.cart-actions {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 12px;
    clear: both;
}

.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    float: left;
    /*font-family: Oswald, Helvetica Neue, Arial, sans-serif;*/
    font-size: 18px;
    font-weight: lighter;
    line-height: 1em;
    margin: 0 20px 0 0;
    padding: 14px 20px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
}

button.first {
    margin-right: 20px;
    margin-bottom: 10px;
}

.cart-actions .wishlist {
    background: #CCCCCC;
    line-height: 1em;
    text-decoration: none;
    border: solid 2px #CCCCCC;
    text-align: center;
}

.cart-actions .wishlist:hover {
    background: #fff;
    color: #666;
    border: solid 2px #CCCCCC;
}

.incaps {
    display: block;
    float: left;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}

.incaps i {
    font-size: 20px;
}

.color-in {
    color: #4CC94A;
}

.color-out {
    color: red;
}

.product-share {
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: inline-block;
    margin-top: 20px;
    padding-top: 14px;
    width: 100%;
}

.socialIcon a {
    background: #747474;
    color: #000;
    display: inline-block;
    font-size: 17px;
    padding: 2px 3px;
    margin-right: 10px;
    text-align: center;
    width: 25px;
    border-radius:30px;
    transition: all 0.15s ease-in-out 0s;
    -moz-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
    -o-transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
}

.socialIcon a:hover {
    color: #fff;
}

/***  ------- You may also like ------- ***/

/*.recommended {*/
    /*!*border-top: solid 2px #ddd;*!*/
    /*margin-top: 20px;*/
    /*padding-top: 20px;*/
/*}*/

/*.recommended h1 {*/
    /*text-align: center;*/
    /*margin-bottom: 0;*/
    /*padding-bottom: 0;*/
/*}*/

/*#SimilarProductSlider .item {*/
    /*padding: 30px 0px 0;*/
    /*margin: 10px;*/
    /*color: #FFF;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*text-align: center;*/
/*}*/

/*.recommended .description {*/
    /*!*min-height: 70px;*!*/
/*}*/

/*.product-image {*/
    /*max-width: 100%;*/
/*}*/

/*.product-image img {*/
    /*max-width: 100%;*/
/*}*/

/*#SimilarProductSlider .product-image img {*/
    /*max-height: 200px;*/
/*}*/

/* =============================================================== */
/* CART PAGE
/* =============================================================== */

/*.quanitySniper {*/
    /*height: 30px;*/
    /*padding: 0;*/
    /*text-align: center;*/
    /*width: 40px;*/
/*}*/

/*tr.CartProduct td, tr.CartProduct th {*/
    /*text-align: center;*/
/*}*/

/*tr.CartProduct td:nth-child(2) {*/
    /*text-align: left;*/
/*}*/

/*.cartTable {*/
    /*border-top: solid 1px #EBEDEF;*/
/*}*/

/*.cartTableHeader {*/
    /*background: #EBEDEF;*/
/*}*/

/*.cartFooter {*/
    /*padding: 20px;*/
    /*border-top: solid 1px #eee;*/
    /*background: #EBEDEF;*/
    /*display: inline-block;*/
    /*width: 100%;*/
/*}*/

/*#cart-summary tr td:nth-child(2) {*/
    /*text-align: right;*/
/*}*/

/* =============================================================== */
/* Right side bar  //> .rightSidebar //> if needed
/* =============================================================== */

/*.caps {*/
    /*border-top: 0 none;*/
    /*font-weight: normal;*/
    /*line-height: 24px;*/
    /*margin: 0 0 16px;*/
    /*overflow: hidden;*/
    /*padding: 0 0 16px;*/
    /*text-align: right;*/
    /*text-transform: uppercase;*/
/*}*/

/*.rightSidebar #cart-summary {*/
    /*margin-top: 0;*/
/*}*/

/*.rightSidebar #cart-summary tr:first-child td {*/
    /*border: none;*/
/*}*/

/*.cartMiniTable {*/
    /*border: 1px solid #DDDDDD;*/
    /*padding: 10px;*/
/*}*/

/*.rightSidebar img {*/
    /*max-width: 100%;*/
/*}*/

/*.rightSidebar .section-title-inner {*/
/*}*/

/*.categoryListPanel {*/
    /*background: #EBEDEF;*/
/*}*/

/*.contentBox {*/
    /*margin-bottom: 15px;*/
/*}*/

/*.rightSidebar .product-image img {*/
    /*float: left;*/
    /*max-width: 100%;*/
    /*width: 90px;*/
    /*margin-right: 10px;*/
/*}*/

/*.rightSidebar .product {*/
    /*padding: 10px 0;*/
/*}*/

/*.rightSidebar .item {*/
    /*border-bottom: 1px solid #DDDDDD;*/
    /*margin-bottom: 0;*/
/*}*/

/*.rightSidebar .item h4 {*/
    /*margin-top: 0;*/
/*}*/

/*.couponForm input[type="text"] {*/
    /*-webkit-border-radius: 3px 0 0 3px;*/
    /*-moz-border-radius: 3px 0 0 3px;*/
    /*border-radius: 3px 0 0 3px;*/
    /*height: 35px;*/
/*}*/

/*.couponForm .btn {*/
    /*border-radius: 0 3px 3px 0;*/
/*}*/

/*span.success, p.success div.success {*/
    /*color: #8BB418;*/
/*}*/

/*#total-price {*/
    /*font-size: 22px;*/
    /*font-weight: bold;*/
/*}*/

/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */

/*label.error {*/
    /*color: #e74c3c;*/
    /*font-size: 90%;*/
/*}*/

/*.orderStep {*/
    /*clear: both;*/
    /*display: inline-block;*/
    /*height: auto;*/
    /*padding: 0;*/
    /*margin-bottom: 30px;*/
    /*width: 100%;*/
/*}*/

/*.orderStep li {*/
    /*display: inline-block;*/
    /*float: left;*/
    /*height: auto;*/
    /*margin: 0;*/
    /*min-height: 55px;*/
    /*padding: 0;*/
    /*width: 20%;*/
/*}*/

/*.orderStep li.active a {*/
    /*color: #fff;*/
/*}*/

/*.orderStep li.active a {*/
    /*position: relative;*/
/*}*/

/*.orderStep li.active a:after {*/
    /*top: 100%;*/
    /*left: 50%;*/
    /*border: solid transparent;*/
    /*content: " ";*/
    /*height: 0;*/
    /*width: 0;*/
    /*position: absolute;*/
    /*pointer-events: none;*/
    /*border-color: rgba(136, 183, 213, 0);*/
    /*border-width: 10px;*/
    /*margin-left: -10px;*/
/*}*/

/*.orderStep li a {*/
    /*background: #EFF0F2;*/
    /*display: inline-block;*/
    /*font-size: 14px;*/
    /*height: 100%;*/
    /*line-height: normal;*/
    /*padding: 20px 0 0;*/
    /*text-align: center;*/
    /*vertical-align: middle;*/
    /*width: 100%;*/
    /*text-transform: uppercase;*/
    /*font-size: 13px;*/
/*}*/

/*.orderStep li a i {*/
    /*background: rgba(0, 0, 0, 0.05);*/
/*}*/

/*.orderStep li.active a i {*/
    /*background: rgba(0, 0, 0, 0.1);*/
    /*color: #FFFFFF;*/
/*}*/

/*.orderStep li a i {*/
    /*border-radius: 0;*/
    /*display: block;*/
    /*font-size: 20px;*/
    /*height: auto;*/
    /*left: 0;*/
    /*line-height: 40px;*/
    /*margin-top: -20px;*/
    /*padding: 0;*/
    /*text-align: center;*/
    /*width: auto;*/
    /*float: none !important;*/
/*}*/

/*.orderStep li a span {*/
    /*display: block;*/
    /*padding: 5px 0;*/
/*}*/

/*!* payment *!*/

/*.paymentBox {*/
    /*margin-bottom: 30px;*/
    /*display: block;*/
/*}*/

/*.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb a img {*/
    /*width: 50px;*/
/*}*/

/*.paymentBox .panel {*/
    /*box-shadow: none;*/
/*}*/

/* =============================================================== */
/* USER END || Account// Address // Order //  Creation
/* =============================================================== */

/*.myAccountList li {*/
    /*text-align: center;*/
/*}*/

/*.myAccountList li a {*/
    /*font-size: 14px;*/
    /*display: block;*/
/*}*/

/*.myAccountList .thumbnail {*/
    /*padding: 10px 0 0;*/
/*}*/

/*.myAccountList .thumbnail:hover {*/
    /*background: #F5F5F5;*/
/*}*/

/*.myAccountList li a i {*/
    /*display: block;*/
    /*clear: both;*/
    /*font-size: 44px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*h2.block-title-2, .formBox h3, .block-title-2 {*/
    /*border-bottom: 1px solid #CECECE;*/
    /*font-size: 13px;*/
    /*font-weight: bold;*/
    /*margin: 0 0 15px;*/
    /*padding: 10px 0 0;*/
    /*position: relative;*/
    /*text-transform: uppercase;*/
/*}*/

/*.panel-footer-address .btn {*/
    /*margin-right: 5px;*/
/*}*/

/***  ------- Cart & Wisth list ------- ***/

/*.CartProductThumb a img, .CartProductThumb a img {*/
    /*width: 86px;*/
    /*max-width: 100%;*/
/*}*/

/*tr.CartProduct {*/
    /*border-bottom: 1px solid #E7E9EC;*/
/*}*/

/*tr.CartProduct td, tr.CartProduct th {*/
    /*padding: 10px 0;*/
/*}*/

/*!* mycart *!*/

/*.cartTableHeader {*/
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*font-size: 14px;*/
/*}*/

/* =============================================================== */
/* ABOUT PAGE
/* =============================================================== */

/*.innerPage {*/
    /*padding-top: 60px;*/
/*}*/

/*.parallaxOffset {*/
    /*margin-top: 80px;*/
    /*-webkit-transition: all 0.1s ease-out 0s;*/
    /*-moz-transition: all 0.1s ease-out 0s;*/
    /*-ms-transition: all 0.1s ease-out 0s;*/
    /*-o-transition: all 0.1s ease-out 0s;*/
    /*transition: all 0.1s ease-out 0s;*/
/*}*/

/*.parallaxOffset.down {*/
    /*margin-top: 28px;*/
/*}*/

/*.parallax-image-aboutus {*/
    /*background: url(../../images/site/about-bg.jpg) no-repeat 50% -80px fixed;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
    /*background-attachment: fixed; !* IE FIX *!*/
/*}*/

/*.parallax-image-aboutus .parallax-content {*/
    /*padding: 150px 0;*/
/*}*/

/*.title-big {*/
    /*font-size: 48px;*/
    /*font-weight: bold;*/
    /*margin-bottom: 15px;*/
/*}*/

/*.padding-top-30 {*/
    /*padding-top: 30px;*/
/*}*/

/*.form-newsletter input {*/
    /*margin-bottom: 20px;*/
/*}*/

/*.hr30 {*/
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
/*}*/

/*.hr40 {*/
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/
/*}*/

/*!* =============================================================== *!*/
/*!* CONTACT US PAGE*/
/*!* =============================================================== *!*/

/*.whitebg {*/
    /*background: #fff;*/
/*}*/

/*.fixedContent {*/
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*display: block;*/
/*}*/

/*.wrapper.contact-us {*/
    /*background: #FFFFFF;*/
    /*display: block;*/
    /*margin-top: 450px;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*z-index: 4;*/
/*}*/

/*.h1error {*/
    /*font-size: 80px;*/
    /*font-weight: bold;*/
    /*margin: 0 auto;*/
    /*padding: 20px;*/
    /*text-align: center;*/
/*}*/

/*.err404 {*/
    /*font-weight: lighter;*/
/*}*/

/*!* =============================================================== *!*/
/*!* PRODUCT DETAILS POPUP MODAL*/
/*!* =============================================================== *!*/

/*!* quick view btn *!*/
/*div.quickview {*/
    /*display: block;*/
    /*margin-top: 40%;*/
    /*max-height: 50px;*/
    /*position: absolute;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*z-index: 2;*/
    /*visibility: hidden;*/
/*}*/

/*.product:hover div.quickview {*/
    /*visibility: visible;*/
/*}*/

/*.btn-quickview {*/
    /*border-radius: 2px;*/
    /*!*font-family: "Oswald", Helvetica Neue, Arial, sans-serif;*!*/
    /*letter-spacing: 2px;*/
    /*color: #454545 !important;*/
    /*text-transform: uppercase;*/
    /*background: #fff; !* old borwser *!*/
    /*background: rgba(255, 255, 255, 0.9);*/
    /*border: 1px solid #eee;*/
    /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*-moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
    /*left: auto;*/
    /*min-width: 100px;*/
    /*max-height: 40px;*/
    /*height: 40px !important;*/
    /*opacity: 0;*/
    /*-webkit-opacity: 0;*/
    /*-ms-opacity: 0;*/
    /*padding: 10px;*/
    /*visibility: hidden;*/
    /*width: auto;*/
    /*display: inline-block !important;*/
    /*z-index: 2;*/
    /*transform: scale(0.75);*/
    /*-webkit-transform: scale(0.75);*/
    /*-o-transform: scale(0.75);*/
    /*-ms-transform: scale(0.75);*/
    /*-moz-transform: scale(0.75);*/
    /*transition: all 0.3s ease 0s;*/
    /*-webkit-transition: all 0.3s ease 0s;*/
    /*-webkit-transition: all 0.3s ease 0s;*/
    /*-moz-transition: all 0.3s ease 0s;*/
    /*-ms-transition: all 0.3s ease 0s;*/
/*}*/

/*.product:hover .btn-quickview {*/
    /*visibility: visible;*/
    /*opacity: 0.85;*/
    /*-webkit-opacity: 0.85;*/
    /*-ms-opacity: 0.85;*/
    /*transform: scale(1);*/
    /*-webkit-transform: scale(1);*/
    /*-o-transform: scale(1);*/
    /*-ms-transform: scale(1);*/
    /*-moz-transform: scale(1);*/
/*}*/

/*.list-view .product:hover div.quickview {*/
    /*margin-top: 45%;*/
/*}*/

/*@media (max-width: 460px) {*/
    /*div.quickview {*/
        /*margin-top: 25%;*/
    /*}*/
/*}*/

/*@media (max-width: 400px) {*/
    /*div.quickview {*/
        /*margin-top: 35%;*/
    /*}*/
/*}*/

/*.product > .btn-quickview:hover {*/
    /*opacity: 0.95;*/
/*}*/

/*!* quick view btn end *!*/

/*#product-details-modal .modal-dialog {*/
    /*background: #fff;*/
    /*max-width: 960px;*/
    /*overflow: auto;*/
    /*width: 100%;*/
/*}*/

/*#product-details-modal .close, #productSetailsModalAjax .close {*/
    /*color: #454545;*/
    /*display: block;*/
    /*font-size: 34px;*/
    /*font-weight: lighter;*/
    /*line-height: 10px;*/
    /*opacity: 0.6;*/
    /*padding: 12px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*text-shadow: none;*/
    /*top: 0;*/
    /*z-index: 1;*/
/*}*/

/*#productSetailsModalAjax .main-image {*/
    /*margin-top: 40px;*/

/*}*/

/*#product-details-modal .close:hover, #productSetailsModalAjax .close:hover {*/
    /*opacity: 0.8;*/
/*}*/

/*@media (max-width: 800px) {*/
    /*#product-details-modal .modal-dialog, #productSetailsModalAjax .modal-dialog {*/
        /*max-width: 90%;*/
        /*margin: 20px auto;*/
    /*}*/
/*}*/

/*@media (min-width: 840px) {*/
    /*.modal-details-inner {*/
        /*min-height: 552px;*/
    /*}*/
/*}*/

/*@media (max-width: 600px) {*/
    /*#product-details-modal .modal-dialog {*/
        /*max-width: 96%;*/
        /*margin: 20px auto;*/
    /*}*/
/*}*/

/*#product-details-modal .modal-content {*/
    /*background: #fff;*/
    /*display: block;*/
    /*height: auto;*/
    /*padding: 0;*/
    /*box-shadow: none;*/
/*}*/

/*.modal-details-inner {*/
    /*padding: 30px;*/
/*}*/

/*#product-details-modal .productFilter {*/
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*padding-top: 10px;*/
/*}*/

/*#product-details-modal .filterBox {*/
    /*display: inline-block;*/

/*}*/

/*#product-details-modal .cart-actions {*/
    /*margin-bottom: 0;*/
    /*margin-top: 0;*/
/*}*/

/*#product-details-modal .color-details {*/
    /*margin-top: 5px;*/
/*}*/

/*#product-details-modal .product-share {*/
    /*border-top: 0 none;*/
    /*margin-top: 0;*/
    /*padding-top: 0;*/
/*}*/

/*.modal-product-thumb {*/
    /*border-top: 1px solid #ddd;*/
    /*clear: both;*/
    /*display: block;*/
    /*text-align: center;*/
/*}*/

/*.modal-product-thumb a {*/
    /*border: 1px solid #ccc;*/
    /*display: inline-block;*/
    /*float: none;*/
    /*margin-right: 10px !important;*/
    /*margin-top: 5px;*/
    /*height: 75px;*/
    /*overflow: hidden;*/
    /*width: 60px !important;*/
/*}*/

/*.modal-product-thumb a.selected, .modal-product-thumb a:hover {*/
    /*border: 1px solid #000 !important;*/
/*}*/

/*.modal-product-thumb a img {*/
    /*display: block;*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*max-height: 75px;*/
    /*width: 60px !important;*/
/*}*/

/* =============================================================== */
/* SUBSCRIBE | PROMOTIONAL MODAL
/* =============================================================== */

/*#modalAds .modal-bg-1 {*/
    /*background: url(../../images/site/modal-img-1.jpg) right bottom no-repeat;*/
    /*background-color: #F3F6FB;*/
/*}*/

/*.modal-bg-1 .close {*/
    /*color: #454545;*/
    /*display: block;*/
    /*font-size: 34px;*/
    /*font-weight: lighter;*/
    /*line-height: 10px;*/
    /*opacity: 0.6;*/
    /*padding: 12px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*text-shadow: none;*/
    /*top: 0;*/
    /*z-index: 1;*/
/*}*/

/*#modalAds .modal-dialog {*/
    /*max-width: 660px;*/
    /*min-height: 340px;*/
    /*display: block;*/
    /*overflow: auto;*/
    /*padding: 15px;*/
    /*position: relative;*/
/*}*/

/*#modalAds h3 {*/
    /*color: #444;*/
    /*!*font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;*!*/
    /*font-size: 26px;*/
    /*font-weight: normal;*/
    /*letter-spacing: 1px;*/
    /*line-height: 29px;*/
    /*text-transform: uppercase;*/
/*}*/

/*.discountLg {*/
    /*color: #000;*/
    /*!*font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;*!*/
    /*font-size: 46px;*/
    /*font-weight: bold;*/
    /*letter-spacing: 3px;*/
    /*line-height: 46px;*/
    /*text-transform: uppercase;*/
/*}*/

/*#modalAds h4 {*/
    /*font-size: 24px;*/
    /*font-weight: normal;*/
    /*letter-spacing: 2px;*/
    /*line-height: 28px;*/
    /*text-transform: uppercase;*/
/*}*/

/*.newsletter {*/
    /*border: 2px solid #ddd;*/
    /*display: inline-block;*/
    /*width: auto;*/
/*}*/

/*.newsletter input[type="text"] {*/
    /*background: #fff;*/
    /*border: medium none;*/
    /*float: left;*/
    /*height: 40px;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*text-align: center;*/
/*}*/

/*.newsletter input[type="text"]:focus {*/
    /*text-shadow: none;*/
    /*color: #666;*/
/*}*/

/*.newsletter .subscribe-btn {*/
    /*background: #ddd;*/
    /*border: 0 none;*/
    /*border-radius: 0;*/
    /*color: #3a3a3a;*/
    /*float: left;*/
    /*font-weight: normal;*/
    /*height: 40px;*/
    /*line-height: normal;*/
    /*padding: 0 10px;*/
/*}*/

/*@media (max-width: 442px) {*/
    /*.discountLg {*/
        /*font-size: 36px;*/
        /*letter-spacing: 2px;*/
        /*line-height: 40px;*/
    /*}*/

    /*#modalAds h3 {*/
        /*color: #444;*/
        /*font-size: 22px;*/
        /*letter-spacing: 1px;*/
        /*line-height: 26px;*/
    /*}*/

    /*.newsletter input[type="text"] {*/
        /*width: 100%;*/
    /*}*/

    /*.newsletter .subscribe-btn {*/
        /*margin-left: 0;*/
        /*margin-top: 5px;*/
        /*width: 100%;*/
    /*}*/
/*}*/

/*.newsletter .subscribe-btn:hover {*/
    /*background: #b7b7b7;*/
/*}*/

/*.shoplink {*/
    /*color: #000;*/
    /*display: inline-block;*/
    /*clear: both;*/
    /*!*font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;*!*/
    /*left: 2px;*/
    /*margin-top: 20px;*/
    /*text-decoration: underline;*/
    /*text-transform: uppercase;*/
/*}*/

/* =============================================================== */
/* WEB PAGE PROGRESS BAR CSS
/* =============================================================== */

/*.pace .pace-progress {*/
    /*background: #fff;*/
    /*background: rgba(255, 255, 255, 0.80);*/
    /*position: fixed;*/
    /*z-index: 2000;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: 2px;*/
    /*-webkit-transition: width 1s;*/
    /*-moz-transition: width 1s;*/
    /*-o-transition: width 1s;*/
    /*transition: width 1s;*/
/*}*/

/*.pace-inactive {*/
    /*display: none;*/
/*}*/

/* =============================================================== */
/* CUSTOM RESPONSIVE
/* =============================================================== */

@media (min-width: 1800px) {
    .banner, .slider-content, .slider, .slider-v2 {
        max-height: 700px;
    }

    .sliderImg {
        width: 100%;
    }
}

@media only screen and (max-width: 1224px) {
    input.quanitySniper {
        width: 35px !important;
    }
}

@media (max-width: 1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0 !important;
    }

    .banner {
        margin-top: 70px !important;
    }

    .header-version-2 .banner {
        margin-top: 130px !important;
    }

    .social li {
        margin: 0 6px 0 0;
    }

    .cartMenu.static-search-box a.dropdown-toggle {
        padding-left: 10px;
        padding-right: 10px;
    }

    .search-box.static-search .form-control {
        max-width: 104px
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .cartMenu a.dropdown-toggle {
        height: 50px;
    }

    .cartRespons {
        display: none;
    }
}

/* // NEW  */
@media (max-width: 991px) and (min-width: 768px) {

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .cartMenu a.dropdown-toggle {
        font-size: 12px;
        padding: 15px 15px;
    }

}

@media (max-width: 979px) {

    /*** iPads (portrait and landscape) ***/
    .subCategoryThumb img {
        height: 100% !important;
    }

    .container {
        width: 100% !important;
        max-width: 900px !important;
    }

    .category-top {
        margin-top: 30px;
    }

    .cartRespons {
        font-size: 0;
    }

    .hidden-xs .cartMenu .dropdown-toggle {
        padding-bottom: 9px;
        padding-top: 16px;
    }

    .sliderText {
        margin-top: 6%;
    }

    .header-version-2 .sliderText {
        margin-top: 10%;
    }

    .sliderText .inner {
        padding: 15px;
    }

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

    .sliderText.white h1 {
        padding-bottom: 0;
    }

    .sliderText.white h3.price {
        font-size: 18px;
        padding-bottom: 0;
    }

    .sliderText.white .inner {
        padding: 5px 0;
    }

    h1.xlarge {
        font-size: 36px;
    }

    .sliderTextFull h3 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 5px;
    }

    .sliderInfo .btn-lg, .sliderText.white .btn {
        font-size: 14px;
        line-height: 1.471;
        padding: 5px 15px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2.5em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }
}

@media (min-width: 768px) {

    .megamenu-content.has20 {
        width: 202px;
    }

    .megamenu-content.has40 {
        width: 460px;
    }

    .megamenu-content.has60 {
        width: 670px;
    }

    .megamenu-content.has4col {
        width: 700px;
    }

    .hasMega {
        position: relative !important;
    }

    .hasMega .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-20width .dropdown-menu {
        min-width: 202px;
    }

    .hasMega.megamenu-40width .dropdown-menu {
        min-width: 460px;
    }

    .hasMega.megamenu-60width .dropdown-menu {
        min-width: 670px;
    }

    .hasMega.megamenu-70width .dropdown-menu {
        min-width: 700px;
    }

}

@media (max-width: 767px) and (min-width: 0) {
    /***  ipad 4 , iphone 4 fixed  ***/
    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }

}

@media screen and (max-width: 767px) {
    /* phones */
    .static-search.navbar-formbox {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .static-search.navbar-formbox {
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .static-search.navbar-formbox .navbar-form {
        margin: 0;
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .search-box.static-search .input-group {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search .form-control {
        max-width: 100%;
        width: 100%;
    }

    .search-box.static-search:hover .form-control {
        max-width: 100%;
        width: 100%;
    }

    .userMenu li a {
        padding-top: 3px;
        line-height: normal;
    }

    .phone-number i.glyphicon-phone-alt {
        padding-top: 2px !important;
    }

    .navbar-brand {
        padding: 15px;
    }

    .search-box .input-group {
        margin-top: 9px;
    }

    .search-box .input-group .btn {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 9px 10px;
    }

    .miniCartFooter {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border-top: 2px solid rgba(255, 255, 255, 0.5) !important;
        margin-top: 10px !important;
    }

    .cartMenu table tr {
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }

    .cartRespons {
        font-size: 14px;
    }

    .navbar-cart {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-cart.in .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #fff;
        background: rgba(255, 255, 255, 0.7) !important;
    }

    .miniCartFooter .btn {
        color: #fff !important;
    }

    .miniCartProduct, .miniCartProduct a, .miniCartProduct p, .miniCartProduct .size, .miniCartProduct .price, .dropdown-header {
        color: #FFFFFF;
    }

    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #fff;
    }

    .searchInputBox {
        max-width: 80%;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-80width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-50width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu .dropdown.megamenu-40width .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    .megamenu-content ul {
        margin-bottom: 15px;
    }

    .megamenu-content ul li {
        border-color: rgba(255, 255, 255, 0.2);
    }

    /***  banner slider responsive  ***/
    .banner {
        margin-top: 70px !important;
    }

    .sliderTextFull .inner.dark {
        max-width: 100%;
        padding: 5px;
    }

    .parallaximg.ismobile {
        margin-top: 0 !important;
    }

    h1.xlarge {
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 0;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 5px 10px;
    }

    .sliderText .inner {
        padding: 5px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .featureImg a {
        margin-bottom: 20px;
    }

    .navbar-top i {
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0 0;
    }

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

    /* Home v5 Slider */
    .ps-nav {
        top: 34%;
    }

    .ps-nav img {
        width: 80px;
    }

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;

    }

}

@media (min-width: 0) and (max-width: 991px) {
    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;

    }
}

@media screen and (max-width: 580px) {
    /* phones (portrait and landscape) ----------- */
    .xs3Response {
        width: 50% !important;
    }

    .sliderTextFull {
        color: #FFFFFF;

    }

    .parallax-content h2 {
        color: #FFFFFF;
        display: inline-block;
        font-size: 20px;
        line-height: 22px;
    }

    .parallax-content h3 {
        font-size: 16px;
        line-height: normal;
    }

    .style2 .section-title, .section-title.style2 {
        font-size: 24px;
    }

    .style2 .section-title:after, .section-title-style2:after, .section-title.style2:after, .section-title-style2:after {
        margin-left: 10%;
        top: 32px;
        width: 80%;
    }

    .orderStep li a span {
        font-size: 11px;
    }

    .categoryFooter .pagination {
        margin-bottom: 10px;
    }

    .sp-thumbs {
        bottom: 0 !important;
    }

    .CartProductThumb a img {
        margin-right: 5px;
    }

    #pager2 {
        bottom: 0;
    }

    #pager2 span {
        border-width: 1px;
        height: 10px;
        width: 10px;
    }

    .sliderControl {
        border-radius: 2px;
        padding: 0 2px;
        top: 45%;
    }

    .sliderControl .fa-3x {
        font-size: 2em;
    }

    #pager a {
        font-size: 14px;
        padding: 5px 0;
        font-weight: normal;
    }

    /* Home v5 Slider */
    .ps-nav {
        top: 28%;
    }

    .ps-nav img {
        width: 80px;
    }

    #imageShowCase .product-slide h1 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 22px;
    }

    .newsletter {
      border: 0;
    }
    #subscribe {
        border: solid 1px #ddd;
    }


    .modal-dialog {
        background: #fff none repeat scroll 0 0;
        margin: 6% auto;
        max-width: 95%;
        overflow: auto;
        width: 100%;
    }

    #modalAds .modal-dialog {
        display: block;
        margin: 10% auto;
        max-width: 94%;
        min-height: 340px;
        overflow: auto;
        padding: 10px 0;
        position: relative;
    }



}

@media (max-width: 480px) {

    #pager a {
        font-size: 12px;
    }

    .navbar-toggle {
        /*background: none !important;*/
    }

    h1.xlarge {
        font-size: 24px;
        font-weight: 800;
        line-height: normal;
        padding-bottom: 0;
    }

    h1.x2large {
        font-size: 38px;
    }

    .title-big {
        font-size: 38px;
    }

    .sliderTextFull h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 2px;
        margin-top: 0;
        padding-bottom: 0;
    }

    .sliderText h1 {
        font-size: 24px;
        line-height: 26px;
        padding-bottom: 0;
    }

    .sliderInfo .btn-lg {
        font-size: 12px;
        padding: 4px 8px;
    }

    .sliderText .inner {
        padding: 2px;
    }

    .sliderText h3.price {
        font-size: 16px;
        padding-bottom: 2px;
    }

    .supportLi h4 {
        font-size: 14px;
    }

    .cartTableHeader {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .CartProduct .delete i {
        font-size: 16px !important;
    }

    .CartProductThumb a img {
        max-width: 60px !important;
    }

    .CartDescription h4 a {
        font-size: 14px !important;
        line-height: normal;
    }

    .cart-actions button, .cart-actions .wishlist {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .navbar-brand.windowsphone {
        display: block;
        float: left;
    }

    .navbar-brand.windowsphone img {
        max-width: 65px;
    }

    .featuredPostContainer.globalPadding {
        padding: 10px 0 !important;
    }

    .breadcrumb > li {
        font-size: 12px;
        /*float: left;*/
    }

    .breadcrumb > .btn {
        float: left;
    }



    .item.list-view h4 {
        font-size: 20px;
        line-height: 18px;
    }

    .item.list-view .description {
        clear: both;
        display: block;
        float: none;
        padding-top: 5px;
    }

    .item.list-view .image {
        display: block;
        float: none;
        max-height: 500px;
        max-width: 100%;
        overflow: hidden;
        padding-right: 0;
        text-align: center;
    }

    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: center;
    }

    .item.list-view h4 {
        min-height: 24px;
    }

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

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

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

    .text-center-xs .caps {
        font-size: 14px;
        text-align: center;
    }

    .home-intro h2 {
        font-size: 18px;
        font-weight: 200;
        letter-spacing: 1px;
    }

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

@media (max-width: 400px) {
    #pager a {
        font-size: 10px;
    }

    .container, .container-fluid {
        min-width: 310px;
    }

    .cartFooter .box-footer div {
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
    }

    .navbar-brand {
        padding: 17px 0 0 10px;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .navbar-header.isios .navbar-brand img {
        max-width: 60px !important;
    }

    .navbar-header .navbar-toggle {
        margin-right: 10px;
        padding: 9px 5px;
    }

    .xsResponse .item, .xs3Response .item {
        width: 100% !important;
    }

    .cartFooter {
        padding: 5px 0;
    }

    .checkoutReview th {
        font-size: 13px;
    }

    .col-xs-mini-6 {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .container {
        width: 100% !important;
        max-width: 320px !important;
    }

    .banner {
        width: 100% !important;
        max-width: 320px !important;
        overflow: hidden !important;
    }
}

/* IMAGE HOVER */

.itemauto {
    height: auto;
    max-height: none;
}

.imageHover {
    display: block;
    max-height: 404px;
    overflow: hidden;
    position: relative;
    text-align: center;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.imageHover a {
    display: block;
    overflow: hidden;
}

.img-responsive.primaryImage {
    position: relative;
    z-index: 1;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    opacity: 1;
}

.secondaryImage {
    left: 0;
    position: absolute;
    -o-transition: all .10s linear;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
    top: 0;
    opacity: 0;
}

.imageHoverFlip .primaryImage {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -o-transition: all .10s linear;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}

.imageHoverFlip .secondaryImage {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -o-transition: all .10s linear;
    transition: all .10s linear;
    -webkit-transition: all .10s linear;
}

.product:hover .secondaryImage {
    opacity: 1;
}

.product:hover .img-responsive.primaryImage {
    opacity: 0;

}

.product:hover .imageHoverFlip .img-responsive.primaryImage {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.product:hover .imageHoverFlip .img-responsive.secondaryImage {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);

}

.item.list-view .imageHover {
    background: #fff;
    display: block;
    float: left;
    max-height: 260px;
    max-width: 200px;
    overflow: hidden;
    padding-right: 20px;
    position: relative;
    text-align: center;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* carousel-inner */

.carousel-inner > .item {
    height: auto;
    margin-bottom: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: 0 auto;
    display: block;
}

.imageHover .glyphicon-chevron-right::before {
    content: "\f105";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}

.imageHover .glyphicon-chevron-left::before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
    text-shadow: none;
    border: 1px solid #999;
    color: #999 !important;
    display: block;
    height: 31px;
    width: 31px;
    padding: 0;
}

.imageHover .carousel-control.left {
    background-image: none !important;
    z-index: 5;
}

.imageHover .carousel-control.right {
    background-image: none !important;
    z-index: 5;
}

.hoverNav .carousel-control {
    -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
            transform: scale(0.1);
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.product:hover .hoverNav .carousel-control {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    visibility: visible;
}

.imageHover div.quickview {
    margin-top: 60%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media (max-width: 767px) {
    .imageHover .glyphicon-chevron-right::before {
        height: 25px;
        width: 25px;
    }

    .imageHover .glyphicon-chevron-left::before {
        height: 25px;
        width: 25px;
    }
}

/* ORDER STATUS */

.order-box {
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}

.order-box-header {
    background: #ebeded;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}

.order-box-content {
    padding: 15px;
}

.order-box-content table td {
    padding: 5px;
}

.statusTop {
    margin-bottom: 20px;
}

.statusTop p {
    font-size: 16px;
    margin-bottom: 5px;
}

.order-details-cart {
    width: 100%;
}

.order-details-cart tr {
    border-bottom: solid 1px #ddd;
}

.order-details-cart img {
    width: 80px;
}

.cartTotalTr {
    border: none !important;
}

.cartTotalTr td {
    text-align: right;
}

/* Thanks Page */
.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;

}

.thanxContent {
    padding: 70px 0 30px;
}

.thanxContent a {
    color: #A2C15A;
}

.thanxContent h1 {
    margin-bottom: 0;
    font-size: 40px;
}

.thanxContent h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.cartTableBorder {
    border: solid 1px #EBEDEF;
}

/* review modal */

.rating-here .fa, .rating .fa {
    color: #E7711B;
}

.reviewtitle {
}

/* NAV TREE */

.nav-category {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav-category li a {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    font-weight: 600;
    position: relative;
    padding: 10px 20px;
}

.nav-category li a:hover {
    background: #f5f5f5;
}

.nav-category li a.child-has-open:hover {
    background: #fff;
}

.nav-category a span {
    padding-right: 5px;
    display: inline-block;
}

.nav-category li ul {
    margin: 0;
    padding: 0;
    background: #f5f5f5;

}

.nav-category ul a {
    padding-left: 30px;
    font-size: 13px;
}

.nav-category ul ul a {
    padding-left: 45px;
}

.nav-category ul ul ul a {
    padding-left: 60px;
}

.nav-category ul ul ul ul a {
    padding-left: 75px;
}

.nav-category li a.child-has-open {
    font-weight: bold;
}

.child-has-open::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.child-has-close::after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

/* SELECT 2 PLUGIN CUSTOMIZE */

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px 3px;
    border-style: solid;
    border-width: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.productFilter .select2-container, .form-group .select2-container {
    width: 100% !important;
}

/* iCheck Customize */

.radio-inline, .checkbox-inline, .radio label, .checkbox label {
    padding-left: 0;
}

.iCheck-margin {
    margin-right: 5px;
}

/* MENU OVERLAPPED */

@media screen and (min-width: 768px) {
    .ProductDetailsList.megamenu-content ul {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ProductDetailsList.megamenu-content ul li a {
        font-size: 11px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* ONEPAGE PAYMENT */

.payment-method {
    display: block;
    float: left;
    margin: 10px 0;
    width: 100%;
}

/* OWL PAGINATION ARROW */

.owl-theme .owl-controls .owl-has-nav {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    height: 22px;
    position: relative;
    width: 12px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1;
}

.owl-has-nav:hover {
    opacity: .5;
}

.owl-has-nav i {
    position: absolute;
    top: 0;
}

.owl-has-nav.owl-next i {
    right: 0;
}

.owl-has-nav.owl-prev i {
    left: 0;
}

/* PAGE v-7.1 MENU  */

.container.static, .static {
    position: static;
}

.container.static .megamenu-content.container {
    padding-left: 0;
    padding-right: 0;

}

/* PAGE About 3   */

.about-3 {
    height: auto;
    max-height: none;
    background-position: 50% center;
    background-size: cover;

}

.about-3 .parallax-content {
    padding: 60px 0;

}

.about-3 .w100 {
    background: rgba(0, 0, 0, 0.3);
}

.about-3 .intro-heading {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    padding: 150px 0;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    clear: both;
}

.lead-2 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
}

.about-content .lead-2 {
    margin: 50px 0;
}

.abt-img {
    width: 350px;
    margin: 0 auto;
}

.about-content-text {
    max-width: 380px;
    margin: 0 auto;
}

.about-content-text h3 {
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}

.about-content-text > h3::after {
    border-bottom: 2px solid #888888;
    content: "";
    display: block;
    height: 2px;
    margin-top: 30px;
    width: 50px;
}

.about-content-text p {
    color: #888888;
    font-size: 16px;
    line-height: 24px;
}

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

.preson-row .preson {
    display: inline-block;
    width: 230px;
    margin-right: 15px;
    margin-bottom: 15px;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.preson-row .preson:last-child {
    margin-right: 0;
}

.preson-row .preson img {
    max-width: 80%;
    margin: 0 auto;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    opacity: 1;
}

.preson-row .preson:hover img {
    opacity: .8;
}

.preson-details {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.preson-details p {
    font-size: 16px;
    color: #303030;
    font-weight: 700;
}

.preson-details p span {
    color: #888888;
    font-size: 14px;
}

.about-title {
    color: #888888;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.about-title::after {
    border-bottom: 2px solid #888888;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto 0;
    width: 50px;
}

.section-people {
    margin-top: 60px;
}

.section-about-bottom {
    padding: 60px 0 200px;
}

@media screen and (max-width: 1200px) {

    .preson-row .preson {
        margin-right: 15px;
        width: 200px;
    }

}

@media screen and (min-width: 1400px) {
    .section-about-bottom {
        background-position: top center !important;
    }

}

@media screen and (max-width: 991px) {

    .preson-row .preson {
        margin-right: 15px;
        width: 160px;
    }

}

@media screen and (max-width: 767px) {

    .section-about-bottom {
        padding: 30px 0 80px;
    }

    .about-content-text h3 {
        margin-top: 15px;
        font-size: 18px;
    }

    .about-3 .intro-heading {
        font-size: 24px;
        font-weight: 600;
        line-height: 1;
        padding: 20px 0;
    }

    .about-content-text p {
        font-size: 14px;
    }

    .lead-2 {
        font-size: 16px;
    }

    .about-content .lead-2 {
        margin: 0 0 15px;
    }

}

.white-bg {
    background: #fff;
}



@media screen and (min-width: 1025px) {
  .product:hover .image a img {
    transform: scale(1.15);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}
@media screen and (max-width: 1100px) {
  .katalog-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #warenkorb_popup .CartProduct {
    vertical-align: top !important;
  }
  #warenkorb_popup .CartProduct .price,
  #warenkorb_popup .CartProduct .col_einzelpreis {
    padding-top: 15px !important;
  }
  #warenkorb_popup .CartProduct .price {
    padding-top: 14px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (width: 768px) {
  #aktuelle-auswahl-wrapper .col2 {
    border-right: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #bezuege_wrapper {
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 480px) {
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  #page_feedback .rating {
    text-align: center !important;
  }
  #page-chomepage-startseite .featuredPostContainer {
    margin: 0 auto;
  }
  .formular.musterbestellung {
    padding: 0 !important;
  }
  .formular.musterbestellung .form-group {
    padding: 0;
  }
  .flickity-prev-next-button {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background: none;
  }
  .flickity-prev-next-button.previous {
    left: -10px !important;
  }
  .flickity-prev-next-button.next {
    right: -10px !important;
  }
  #planung_anfragen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal,
  #stoffmuster_bestellen #bezugmuster_ajax_wrapper .muster_wrapper .merkmal {
    height: 130px;
  }
  #filteroptionen_mobile .panel {
    padding: 0;
    padding-right: 15px;
  }
  #filteroptionen_mobile .no-border {
    border: none !important;
  }
  .aktuelle-auswahl-sub > .col1,
  .aktuelle-auswahl-sub > .col2 {
    min-height: 50px;
  }
  .aktuelle-auswahl-sub > div {
    padding-left: 0 !important;
  }
  .aktuelle-auswahl-sub .btn {
    margin-top: 20px;
  }
  .aktuelle-auswahl.affix {
    padding: 5px 0 !important;
  }
  .rechts {
    text-align: right;
  }
  .level1.size-huge .buttonframe,
  .level1.size-wide .buttonframe {
    display: none;
  }
  .level1.size-huge.store-locator .buttonframe {
    display: block;
  }
  #page-cbestellungen-bestellung-warenkorb #anzahlung {
    font-size: 15px !important;
  }
  #page-cbestellungen-bestellung-warenkorb .anzahlung {
    font-size: 15px !important;
  }
  #adresseAbschicken .form-group {
    padding-right: 0px !important;
  }
  #imageShowCase .text {
    font-size: 14px;
    line-height: 18px;
  }
  #imageShowCase .text .product-slide .h1 {
    font-size: 18px;
  }
  #sort-dropdown,
  #mobile_filter_dropdown {
    padding: 7px 2px !important;
  }
  .product-list-wrapper {
    padding: 0 !important;
  }
  .product-list-wrapper .produkt-kachel {
    margin-bottom: 15px;
    border: none;
  }
  .product-list-wrapper .produkt-kachel:hover {
    border: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #warenkorb_button {
    width: 80% !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) and (max-width: 768px) {
  .hidden-ms {
    display: none !important;
  }
  .visible-ms {
    display: block !important;
    visibility: visible !important;
  }
}
@media (max-width: 767px) {
  #page-cprodukte-produkte-konfiguration .button_open_bezuege,
  #page-cprodukte-produkte-detail .button_open_bezuege,
  #page-cprodukte-produkte-konfiguration .button_open_ausfuehrungen,
  #page-cprodukte-produkte-detail .button_open_ausfuehrungen {
    background: #f29301 url(/images/icon_arrow_right_weiss.png) right 10px center no-repeat !important;
  }
  #ausfuehrungauswahl .hinweis-box {
    width: 96% !important;
  }
  .buttons {
    border: none !important;
  }
  .buttons .ausfuehrung_detail_select_button {
    border-left: 2px solid #f29301 !important;
    width: 100%;
  }
}
.product-cart-options.mobile-options {
  display: none !important;
}
@media (max-width: 768px) {
  #warenkorb_popup .CartProduct {
    vertical-align: top !important;
  }
  #warenkorb_popup .select-menge {
    min-width: 55px;
  }
  .product-cart-options.mobile-options {
    display: block !important;
    max-width: 400px;
  }
}
.mainmenu-entry a[title='ONLINE OUTLET'],
.mainmenu-entry a[title='Online Outlet'] {
  color: #fa5355 !important;
  font-weight: 300 !important;
}
body {
  font-weight: 400;
}
body #content p.bezugsmuster--agb {
  color: #fff !important;
}
body .content-frame .breadcrumb-row {
  background: #000;
  padding-top: 5px;
}
body .content-frame .breadcrumb-row .breadcrumb {
  padding: 8px 15px;
}
body .content-frame .breadcrumb-row a,
body .content-frame .breadcrumb-row p,
body .content-frame .breadcrumb-row span,
body .content-frame .breadcrumb-row .breadcrumb {
  color: #595959;
}
body .content-frame .info-bar {
  text-align: center;
  background: #f59100;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
body .content-frame .info-bar.none {
  background: #000;
}
body .content-frame #imageShowCase h1,
body .content-frame #imageShowCase h2,
body .content-frame #imageShowCase h3,
body .content-frame #imageShowCase span,
body .content-frame #imageShowCase p,
body .content-frame #imageShowCase a {
  color: #fff;
}
body .content-frame #imageShowCase .product-slide[data-link] {
  cursor: pointer !important;
}
body .static_sub_menu.warengruppen_products {
  margin-top: 15px;
}
body .static_sub_menu.warengruppen_intro {
  margin-top: -10px !important;
}
body {
  /**
  Produktliste
   */
  /**
  Ende: Produktliste
  */
}
body a.btn.grau {
  color: #fff !important;
}
body span.h1 {
  font-size: 40px;
}
body .btn.btn-inverse {
  background-image: none !important;
  padding-right: 20px !important;
}
body h2 span {
  font-weight: 700 !important;
  font-size: 30px;
  margin: 30px 0 30px 0;
  display: inline-block;
}
body .image-show-case-wrapper .buttonframe a.btn.grau {
  background-image: none;
}
body .image-show-case-wrapper .buttonframe a.btn.orange {
  background-image: none;
}
body .produktdetails {
  background: #2e2e2e;
  display: inline-block;
  width: 100%;
  padding: 10px 15px 40px 15px;
  margin-bottom: 70px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 375px) {
  body .produktdetails > div {
    padding-left: 0;
    padding-right: 0;
  }
}
body .produktdetails .panel-heading {
  padding: 0 !important;
  margin-top: 20px;
}
body .produktdetails img {
  max-width: 120px;
}
body .produktdetails h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
body .btn-inverse:active {
  background-repeat: no-repeat !important;
  background-image: none !important;
}
body .panel,
body .panel-heading {
  background: none !important;
  border: none;
}
body .panel-heading .collapsed h3 {
  border-bottom: 1px solid #787978 !important;
  padding-bottom: 15px;
}
body .filter-item-box {
  border: 1px solid #fff;
}
body #filteroptions .dropdown button {
  width: 100%;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 5px;
  white-space: nowrap;
  padding-right: 25px;
  position: relative;
}
body #filteroptions .dropdown button .caret {
  position: absolute;
  right: 10px;
}
body #filteroptions .dropdown.reset-link-panel {
  display: none;
}
body #filteroptions .dropdown.reset-link-panel button {
  border-color: #f59100;
}
body #filteroptions .dropdown.reset-link-panel button span {
  color: #f59100;
}
body #filteroptionen_mobile {
  background: #000;
  top: 58px;
  width: 100%;
  border: 2px solid #fff;
  padding: 0 20px !important;
  left: -7px;
  right: 10px;
}
body #filteroptionen_mobile .real-link a {
  font-weight: 400 !important;
  font-size: 15px !important;
  text-transform: none !important;
}
body #filteroptionen_mobile .panel:first-of-type {
  display: none !important;
}
body #filteroptionen_mobile .panel:nth-of-type(2) {
  display: none !important;
}
body #filteroptionen_mobile .panel:nth-of-type(3) {
  display: none !important;
}
body #filteroptionen_mobile .panel.panel-default.accordion {
  width: 100%;
  border-bottom: 1px solid #424242;
  padding-bottom: 5px !important;
  margin-top: 0 !important;
}
body #filteroptionen_mobile .panel.panel-default.accordion a {
  text-transform: uppercase;
  font-size: 12px;
  width: 100%;
  padding-bottom: 14px;
  display: inline-block;
}
body #filteroptionen_mobile .mobile_remove_filter_button {
  color: #fff;
  margin-bottom: 5px;
}
body #filteroptionen_mobile .large-button {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  background-image: none;
  width: 100%;
}
body #filteroptionen_mobile .panel-title.h3 {
  background: none !important;
  color: #000 !important;
  padding-left: 0 !important;
}
body #filteroptionen_mobile .panel-heading {
  height: 35px;
  padding-right: 15px;
}
body #filteroptionen_mobile .filter-content {
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
}
body #filteroptionen_mobile > .panel-group > form > .col-xs-12 {
  padding: 0 !important;
}
body #filteroptionen_mobile .collapseWill:after {
  color: #424242;
  font-size: 22px;
}
body #mobile_dropdown_button .caret {
  margin-top: 7px;
}
body .filteroptionen #filteroptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  min-height: 0;
}
body .filteroptionen #filteroptions .filter-content {
  margin-top: 0;
}
body .filteroptionen .dropdown {
  -webkit-flex: 0 1 10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
  padding: 0 10px 0 0;
  display: inline-block;
  text-align: left;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-flex-basis: 25%;
  max-width: 25%;
  min-width: 25%;
}
body .filteroptionen .dropdown:last-child {
  padding-right: 0;
}
body .filteroptionen .dropdown button {
  text-align: left;
}
body .filteroptionen .dropdown .caret {
  float: right;
  margin-top: 7px;
  border-top: 5px dashed;
  border-top: 4px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
body .filteroptionen .dropdown .title {
  color: #fff;
  font-weight: 700;
  padding-bottom: 7px;
  display: block;
}
body .filteroptionen .dropdown .dropdown-menu {
  top: 3px;
  width: 100%;
  width: calc(100% - 10px);
  padding: 10px 10px 10px 10px;
  border: 2px solid #fff;
  border-radius: 0;
  z-index: 111;
  background: #000;
}
body .dropdown-menu {
  z-index: 25000 !important;
}
body #seite_produktdetails #mengenauswahl .dropdown-menu a:after,
body #seite_produktdetails #mengenauswahl .dropdown-menu li:after {
  display: none;
}
body #ajax-list {
  height: 20000px;
}
body #ajax-list .item {
  display: inline-block;
  border: none !important;
  margin-bottom: 30px;
  padding-left: 0;
}
body #ajax-list .item:after {
  padding: 0 !important;
}
body #ajax-list .product {
  border: 2px solid #4e4e4e !important;
  display: inline-block;
  position: relative !important;
  width: 100%;
  color: #fff;
}
body #ajax-list .product .info-bar {
  margin-top: -1px;
  padding-top: 1px;
}
body #ajax-list .product:hover {
  border: 2px solid #fff !important;
}
body #ajax-list .product a {
  color: #fff;
}
body #ajax-list .product a.btn {
  width: 100% !important;
}
body #ajax-list .product a.btn span {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 30px;
}
body #ajax-list .product .info {
  text-align: left;
  font-size: 13px;
  margin-top: 7px;
}
body #ajax-list .product .info span {
  display: block;
  width: 100%;
}
body #ajax-list .product .info-price {
  width: 100%;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 7px;
}
body #ajax-list .product .info-price .price-line > div {
  color: #f59100;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700 !important;
  margin-top: 3px;
}
body #ajax-list .product .info-price .price-line > div small {
  font-size: 14px;
  margin-right: 5px;
}
body #ajax-list .product .farbfeld {
  border: 1px solid #d8d0cd !important;
}
body #ajax-list .product h4 a {
  font-weight: 700;
}
body .product:hover .add-fav:hover,
body .product:hover .add-fav.active {
  background: none !important;
}
body .add-fav,
body .add-fav.active {
  border: none;
  display: block;
  opacity: 1;
}
body .add-fav i,
body .add-fav.active i {
  font-size: 25px;
}
body .add-fav:hover,
body .add-fav.active:hover {
  background: none !important;
}
body .add-fav:hover i,
body .add-fav.active:hover i {
  color: #f59100;
}
body .morelink {
  color: #fff;
}
body .sort-dropdown-wrapper {
  position: relative;
  display: inline-block;
  float: right;
}
body .sort-dropdown-wrapper #sort-dropdown {
  background: none;
  color: #fff;
  border: none;
  float: right;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  font-weight: 600;
  padding-right: 20px;
}
body .sort-dropdown-wrapper #sort-dropdown .caret {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  body .sort-dropdown-wrapper #sort-dropdown .caret {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
body .sort-dropdown-wrapper #sort-dropdown:before {
  display: none;
}
body .sort-dropdown-wrapper #sort-dropdown:hover {
  background: none !important;
  color: #fff !important;
}
body .sort-dropdown-wrapper .dropdown-menu {
  border-radius: 0;
  border: 2px solid #fff;
  min-width: 100%;
  background: #000;
}
body .sort-dropdown-wrapper .dropdown-menu a {
  color: #fff;
}
body .sort-dropdown-wrapper .dropdown-menu a:hover {
  background: #fff;
  color: #000;
}
body .menu-header {
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
body #produkt_bewertungen .rating-box {
  color: #fff !important;
}
body #produkt_bewertungen .text,
body #produkt_bewertungen .rezensent {
  color: #fff !important;
}
body #seite_produktdetails .product-title {
  text-align: left;
  font-size: 22px;
  margin-top: 0;
}
body #seite_produktdetails .product-header {
  padding: 0;
}
body #seite_produktdetails .rating {
  float: left;
}
body #seite_produktdetails .rating-oneline div {
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
body #seite_produktdetails .rating-oneline a {
  color: #fff;
}
body #seite_produktdetails .btn.btn-inverse.i-orange {
  background: #f29301;
}
body #seite_produktdetails .btn.btn-inverse.i-orange:hover:after {
  background: #454545;
}
body #seite_produktdetails .percent-box {
  background: #f59100;
  font-size: 14px;
  font-weight: 800;
  padding: 2px 15px 0 15px;
  color: #fff;
  float: right;
  clear: both;
  margin-bottom: 10px;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper .bild {
  width: 100%;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper .row-fluid {
  padding-top: 8px;
  padding-bottom: 4px;
  display: inline-block;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper img {
  max-width: 100%;
  max-height: 100%;
  float: left;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper .head {
  width: 100%;
  font-weight: 800;
  display: inline-block;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper .orange {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper .flex-column .btn {
  display: inline-block;
  width: 100%;
  max-width: 120px;
  min-height: 34px;
  clear: both;
  font-size: 12px;
  padding: 5px 5px 5px 20px;
  font-weight: 600;
  margin-top: auto;
}
body #seite_produktdetails #aktuelle-auswahl-wrapper #aktuelle-auswahl.affix > div > div {
  -webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
}
body #seite_produktdetails #aktuelle-auswahl-wrapper #warenkorb_button span {
  color: #fff;
}
body #seite_produktdetails .warenkorb {
  border-right: none !important;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
body #seite_produktdetails .w75 {
  max-width: 70%;
}
body #seite_produktdetails .warenkorb.huge {
  padding: 15px 0 0 0 !important;
}
body #seite_produktdetails .more-info-box {
  display: inline-block;
  margin-top: 20px;
  border-top: 4px double #f59100;
  border-bottom: 4px double #f59100;
  padding: 10px 0;
  width: 100%;
}
body #seite_produktdetails .more-info-box .line1 {
  width: 100%;
  display: inline-block;
}
body #seite_produktdetails .more-info-box > div {
  display: inline-block;
}
body #seite_produktdetails .more-info-box > .pull-left {
  clear: both;
}
body #seite_produktdetails .more-info-box .uvp {
  font-size: 12px;
  font-weight: 600;
}
body #seite_produktdetails .more-info-box .price {
  color: #f59100;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
body #seite_produktdetails .more-info-box .price > .countdown {
  color: #f59100;
  text-transform: none;
  font-size: 14px;
}
@media screen and (max-width: 400px) {
  body #seite_produktdetails .more-info-box .price > .countdown {
    font-size: 12px;
    font-weight: bold !important;
  }
}
body #seite_produktdetails .more-info-box .price > .countdown > span {
  color: #fff;
}
body #seite_produktdetails .more-info-box .price.pull-right {
  font-size: 24px;
  font-weight: 900;
}
body #seite_produktdetails #mengenauswahl {
  position: relative;
}
body #seite_produktdetails #mengenauswahl > button {
  padding: 0 !important;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: left !important;
}
body #seite_produktdetails #mengenauswahl .value {
  display: inline-block;
  width: 50px;
  line-height: 48px !important;
  border-right: 1px solid #000;
  font-size: 18px;
}
body #seite_produktdetails #mengenauswahl .caret {
  display: inline-block;
  background: none;
  margin: 0 8px 0 4px;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
body #seite_produktdetails #mengenauswahl .dropdown-menu {
  min-width: 100%;
  border: 1px solid #000;
  border-radius: 0;
}
body #seite_produktdetails #mengenauswahl .dropdown-menu a,
body #seite_produktdetails #mengenauswahl .dropdown-menu li {
  font-weight: 600;
  width: 100% !important;
}
body #seite_produktdetails .merkzettel-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #747474;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  float: right;
  padding-right: 15%;
}
body #seite_produktdetails .merkzettel-link:hover {
  color: #f59100;
}
body #seite_produktdetails .merkzettel-link i {
  font-size: 12px;
}
body #warenkorb_button {
  background: #f59100;
  font-weight: 700;
  font-size: 14px;
  width: 73%;
  height: 50px;
  line-height: 50px !important;
  padding: 0;
}
@media screen and (max-width: 370px) {
  body #warenkorb_button {
    width: 65%;
    padding: 0 !important;
  }
}
body #warenkorb_button:hover:after {
  background: #fff;
}
body .zoomThumb .item img {
  border-color: #b3b3b3 !important;
  border-width: 2px !important;
}
body .zoomThumb .current .item img {
  border-color: #f59100 !important;
}
body .warenkorb-box {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  margin-top: 7px;
}
body #tab_content_verfuegbarkeit a {
  color: #fff;
  font-weight: 600;
}
body #tab_content_verfuegbarkeit .filialgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  padding: 15px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-align-content: flex-start;
}
body #tab_content_verfuegbarkeit .filialgrid .filialen {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -webkit-flex-basis: 30%;
  display: block;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1619px) {
  body #tab_content_verfuegbarkeit .filialgrid .filialen {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    -webkit-flex-basis: 47%;
  }
}
@media screen and (max-width: 500px) {
  body #tab_content_verfuegbarkeit .filialgrid .filialen {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
body #tab_content_verfuegbarkeit .filialgrid .filialen > a {
  float: left;
  width: 90%;
}
body #tab_content_verfuegbarkeit .filialgrid .filialen > a:hover {
  color: #f59100;
}
body #tab_content_verfuegbarkeit .filialgrid .filialen > span {
  float: left;
  width: 10%;
}
body .product-info-box {
  color: #fff;
  border-top: 1px solid #4c4c4c;
  padding-top: 10px;
  position: relative;
}
body .product-info-box .line {
  clear: both;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 30px;
  margin-top: 14px;
  position: relative;
}
body .product-info-box .line i,
body .product-info-box .line span {
  line-height: 20px;
  color: #f29301;
  margin-right: 10px;
  width: 22px;
  position: absolute;
  left: 0;
}
body .product-info-box .line .ico {
  height: 22px;
  width: 22px;
  background-repeat: no-repeat !important;
  margin-top: 4px;
}
body .product-info-box .line .ico_lieferzeit {
  background: url(/assets/img/ico_lieferzeit.png);
}
body .product-info-box .line .ico_lieferkosten {
  background: url(/assets/img/ico_lieferkosten.png);
}
body .product-info-box .line .ico_widerruf {
  background: url(/assets/img/ico_widerruf.png);
  margin-top: 3px;
}
body .product-info-box .line .ico_nr {
  background: url(/assets/img/ico_nr.png);
  margin-top: 5px;
}
body #ausfuehrungauswahl .merkmal {
  padding: 15px !important;
  border: none;
}
body #ausfuehrungauswahl .merkmal > div > div {
  border: 3px solid #353535;
}
body #ausfuehrungauswahl .merkmal .selectable {
  width: 100%;
  display: block;
}
body #ausfuehrungauswahl .merkmal .selectable:after,
body #ausfuehrungauswahl .merkmal.selected .selectable:after {
  display: none;
}
body #ausfuehrungauswahl .merkmal-liste-ausrichtung.selected .buttons {
  margin-top: 0;
}
body .merkmal-liste > .bild img {
  max-width: 100%;
}
body .konfigurator #aktuelle-auswahl {
  width: 100%;
}
body .konfigurator #aktuelle-auswahl .price {
  white-space: nowrap;
}
body .konfigurator #aktuelle-auswahl .wrap {
  width: 100%;
  padding-top: 0 !important;
}
body .konfigurator #aktuelle-auswahl .wrap > div {
  background: #fbd292;
  height: 180px;
  border-right: 2px solid #000;
  text-align: center;
}
body .konfigurator #aktuelle-auswahl .wrap > div img.eigenschaft {
  max-width: 120px !important;
  max-height: 80px !important;
  float: none !important;
}
body .konfigurator #aktuelle-auswahl .product-info-box {
  border-top: none !important;
  color: #000;
}
body .konfigurator #aktuelle-auswahl .main-price {
  font-size: 18px;
  font-weight: 700;
}
body .konfigurator #aktuelle-auswahl .main-price .price {
  font-size: 27px;
  font-weight: 900;
}
body .konfigurator #aktuelle-auswahl .warenkorb {
  padding: 20px;
  padding-top: 14px;
}
body .konfigurator #aktuelle-auswahl .uvp {
  font-size: 16px;
  margin-top: 7px;
}
body .konfigurator #aktuelle-auswahl .warenkorb-huge {
  font-size: 20px;
  float: left;
}
body .sub-head {
  width: 100% !important;
  display: block;
  margin: 7px 0 15px 0;
}
body .heading-underlined {
  width: 100%;
  background: #ffffff;
  color: #000 !important;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  border-color: #000;
}
body .heading-underlined:after {
  content: "\A";
  position: absolute;
  bottom: -12px;
  left: 48%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}
body .produktbild {
  width: 100%;
  height: 100%;
}
body #bestseller-products {
  margin-bottom: 20px;
}
body .product:hover .image a img {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
body #filialfinder-dropdown {
  color: #747474 !important;
}
@media (max-width: 667px) {
  body .headerOffset {
    margin-top: 0px !important;
  }
  body .container > .navbar-header {
    margin: 0;
  }
  body .navbar {
    margin-bottom: 0;
  }
  body .product-info-box {
    padding: 20px 0 !important;
  }
}
body .product-slide.warengruppe {
  min-height: 50px !important;
}
body .aktuelle-auswahl {
  padding-top: 0 !important;
}
body .mobile-kategorien {
  font-size: 12px !important;
  margin-bottom: 10px;
}
body .mobile-kategorien a {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  position: relative;
}
body .mobile-kategorien a.material_detail_button,
body .mobile-kategorien a .material_detail_select_button {
  width: inherit;
}
body .mobile-kategorien .panel-heading {
  border-bottom: 1px solid #000;
}
body .mobile-kategorien .right-arrow {
  font-size: 18px;
}
body .mobile-kategorien li {
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  background: url(/assets/img/arrow_right_gray.png);
  background-repeat: no-repeat;
  background-position: right 13px center;
}
body .mobile-kategorien li a {
  text-transform: uppercase;
  font-weight: 300 !important;
}
body #bezuege_wrapper .panel-body {
  display: inline-block;
  margin-bottom: 20px;
}
body #bezuege_wrapper .panel-heading {
  background: #5a5a5a !important;
  padding: 20px 15px;
  border: none;
}
body #bezuege_wrapper .panel-heading h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
body #bezuege_wrapper .panel-heading h4 .right-arrow {
  font-size: 35px;
  font-weight: 300;
}
body #bezuege_wrapper .category-description {
  display: inline-block;
  padding: 20px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
}
body #bezuege_wrapper .category-description--bezuginfo {
  margin: 30px 0 20px 0;
  display: block;
  max-width: 100%;
}
body #bezuege_wrapper .category-description--more {
  display: inline-block;
}
body #bezuege_wrapper .material_detail_button {
  bottom: 40px;
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize !important;
}
body #bezuege_wrapper .material_detail_select_button {
  max-width: 177px;
  left: 5px;
  bottom: 40px;
  float: left;
  line-height: 30px;
  padding: 8px;
}
body #bezuege_wrapper .material_detail_select_button span {
  font-weight: 800;
  color: #fff;
  font-size: 14px;
}
body #bezugauswahl .merkmal-liste:first-of-type:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body #bezugauswahl .merkmal-liste:first-child:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .merkmal-liste.selected {
  margin-bottom: 10px !important;
}
body .merkmal-liste.selected:after {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 10px 20px -2px rgba(0, 0, 0, 0.5);
}
body .merkmal-liste.selected:before {
  display: none;
}
body #bezugauswahl .merkmal-liste > .beschreibung {
  font-size: 16px;
  font-weight: 600 !important;
}
body .hinweis-box {
  color: #000 !important;
}
body #ausfuehrungauswahl .beschreibung {
  background: #353535 !important;
  padding: 10px 10px 7px 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body .konfigurator #aktuelle-auswahl .wrap > div {
    height: 95px;
  }
  body #aktuelle-auswahl.affix .wrap > div {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.5);
  }
  body .merkmal-liste > .bild img {
    max-width: 100%;
  }
  body #bezuege_wrapper {
    margin-top: -67px;
  }
  body .selection.material #ausfuehrungen_wrapper {
    display: none;
  }
  body .selection.ausrichtung #bezuege_wrapper {
    display: none;
  }
}
body .farbleiste {
  min-height: 22px;
}
body #products.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit-flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
}
body #products.flex .product {
  padding: 0;
  margin-right: 1.5%;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 31.8%;
      flex-basis: 31.8%;
  -webkit-flex-grow: 1;
  -webkit-flex-basis: 31.8%;
  max-width: 31.8%;
  height: auto !important;
  border: 1px solid #4e4e4e !important;
  display: -webkit-flex;
  /* so child elements can use flexbox stuff too! */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* so child elements can use flexbox stuff too! */
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  -webkit-flex-direction: column !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body #products.flex .product .col-xs-12 {
  padding: 0 20px !important;
}
body #products.flex .product .signet-frame {
  top: 0;
}
body #products.flex .product .produktinformation > div,
body #products.flex .product .produktinformation span {
  margin-top: 3px;
  display: inline-block;
  width: 100%;
}
body #products.flex .product .add-fav,
body #products.flex .product .add-fav:hover {
  background: none;
}
body #products.flex .product > div {
  min-width: 100%;
  clear: both;
  text-align: left;
}
body #products.flex .product > div .btn {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
}
body #products.flex .product > div .btn span {
  color: #fff !important;
}
body #products.flex .product > div .btn:after {
  background: #f59100 !important;
}
body #products.flex .product .product-image {
  width: 100%;
  min-height: 200px;
}
body #products.flex .product .product-image img {
  max-width: 100%;
}
body #products.flex .product .info-price {
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  body #products.flex .product {
    -ms-flex-preferred-size: 48.0%;
        flex-basis: 48.0%;
    -webkit-flex-basis: 48.0%;
    max-width: 48.0%;
    height: auto !important;
  }
}
@media screen and (max-width: 600px) {
  body #products.flex .product {
    -ms-flex-preferred-size: 98.0%;
        flex-basis: 98.0%;
    -webkit-flex-basis: 98.0%;
    max-width: 98.0%;
    margin-right: 0%;
    height: auto !important;
  }
}
body .flex-column {
  display: -webkit-flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-flex-direction: column !important;
}
body .display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: -webkit-flex !important;
}
body .tab-arrow-large {
  float: right;
  font-size: 30px;
  padding-right: 20px;
  font-family: FontAwesome;
}
body .tab-arrow-large:after {
  content: "\f106";
}
body .collapsed .tab-arrow-large:after {
  content: "\f107";
}
body .konfigurator #warenkorb_button {
  padding: 0 !important;
}
@media (max-width: 1620px) {
}
body .add-fav.favorit,
body .add-fav.favorit:hover {
  background: none;
  color: #f59100 !important;
  font-weight: 900;
}
body .add-fav.favorit:hover,
body .add-fav.favorit:hover:hover {
  -webkit-transform: scale(0.85) rotate(4deg);
      -ms-transform: scale(0.85) rotate(4deg);
          transform: scale(0.85) rotate(4deg);
}
body .add-fav.favorit i,
body .add-fav.favorit:hover i {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
body .add-fav.favorit i:before,
body .add-fav.favorit:hover i:before {
  content: "\f004";
}
body .a-right {
  background-image: url(/assets/img/arrow_right.png) !important;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 40px !important;
}
body .a-left {
  background-image: url(/assets/img/arrow_left.png) !important;
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 40px !important;
}
body .back-orange {
  background-color: #f29301 !important;
  color: #fff;
}
body .right-arrow.plus {
  position: absolute;
  right: 29px;
}
body .right-arrow.plus:after {
  font-size: 24px;
  display: inline-block;
  content: "-";
}
body .collapsed .right-arrow.plus:after {
  content: "+";
}
body .right-arrow.none:after {
  content: "";
}
@media screen and (max-width: 767px) {
  body .sort-dropdown-wrapper #sort-dropdown {
    border: 1px solid #4c4c4c !important;
    white-space: nowrap;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
}
body #mobile_filter_dropdown_o {
  padding-right: 10px;
  text-transform: uppercase;
}
body .sort-dropdown-wrapper {
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body .sort-dropdown-wrapper #sort-dropdown {
    padding: 7px !important;
  }
}
body #seite_produktdetails h2.text-center {
  display: inline-block;
  width: 100%;
}
body .product-list-wrapper .owl-theme .owl-controls .owl-nav .owl-prev {
  top: 45%;
  left: 10px;
}
body .product-list-wrapper .owl-theme .owl-controls .owl-nav .owl-next {
  top: 45%;
  right: 10px;
}
body .flex-warenkorb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex: 1;
}
body .flex-warenkorb a {
  margin-left: 2%;
}
body .mobile-kategorien .panel-title a {
  font-weight: 600 !important;
  text-transform: none !important;
}
body .mobile-kategorien .panel-title a .right-arrow.plus {
  top: -3px;
}
@media screen and (max-width: 767px) {
  body .rating-box {
    background: none !important;
  }
  body #produkt_bewertungen .writeup {
    height: auto !important;
  }
  body .produktdetails {
    margin-bottom: 50px;
  }
}
body #seite_produktdetails #mengenauswahl {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  body #seite_produktdetails #mengenauswahl {
    margin-right: 0px;
  }
}
body.is-productlist .in-uebersicht {
  display: none;
}
#seite_produktdetails.konfigurator .buttons.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-right: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-align-self: flex-end;
  bottom: -10px !important;
}
#seite_produktdetails.konfigurator .buttons.flex > a {
  background-color: #5a5a5a !important;
}
#seite_produktdetails.konfigurator .buttons.flex > a,
#seite_produktdetails.konfigurator .buttons.flex > button {
  max-width: 50%;
  min-width: 50%;
  bottom: 5px !important;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-align-self: flex-end;
}
@media screen and (max-width: 768px) and (min-width: 670px) {
  body#page-cprodukte-produkte-detail .info-bar,
  body#page-cprodukte-produkte-konfiguration .info-bar {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  #aktuelle-auswahl .warenkorb.huge {
    display: block !important;
  }
}
@media screen and (max-width: 899px) and (min-width: 769px) {
  body#page-cprodukte-produkte-detail .info-bar,
  body#page-cprodukte-produkte-konfiguration .info-bar {
    margin-top: 5px !important;
  }
}
/**
  Overrides fuer den Outlet-Bereich
*/
body.outlet .wg_seo_text {
  color: #000;
}
body.outlet #content p.bezugsmuster--agb {
  color: #000 !important;
}
body.outlet .produktdetails {
  background: #eff0ef;
  color: #000;
}
body.outlet h2 span {
  background: #fff !important;
}
body.outlet .item,
body.outlet .item .product {
  border-color: #fff !important;
}
body.outlet .slider-produkte .btn,
body.outlet .slider-produkte .btn span {
  color: #fff !important;
}
body.outlet .content-frame {
  background: #fff;
}
body.outlet .content-frame a,
body.outlet .content-frame p,
body.outlet .content-frame span,
body.outlet .content-frame h1,
body.outlet .content-frame h2,
body.outlet .content-frame h3,
body.outlet .content-frame h4,
body.outlet .content-frame h5 {
  color: #000;
}
body.outlet .content-frame .info-bar {
  background: #fa5355;
  color: #fff;
}
body.outlet .content-frame .info-bar.none {
  background: #fff;
}
body.outlet .black-outline.btn {
  color: #000 !important;
}
body.outlet .filter-slider input[type="text"] {
  color: #000;
}
body.outlet #filteroptions .f-white {
  color: #000 !important;
}
body.outlet #filteroptions .filter-content .filter-item .filter-item-text {
  color: #000;
}
body.outlet .filter-item-box {
  border: 1px solid #000;
}
body.outlet #filteroptions .dropdown button {
  border: 1px solid #000;
  color: #000;
}
body.outlet #filteroptions .dropdown.reset-link-panel button {
  border-color: #fa5355;
}
body.outlet #filteroptions .dropdown.reset-link-panel button span {
  color: #fa5355;
}
body.outlet #ajax-list .produkt {
  border: 2px solid #000 !important;
}
body.outlet #ajax-list .produkt:hover {
  border: 2px solid #000 !important;
}
body.outlet #ajax-list .produkt a.btn span {
  color: #fff !important;
}
body.outlet #products.flex .product {
  border: 1px solid #000 !important;
  color: #454545;
}
body.outlet #products.flex .product a {
  color: #454545;
}
body.outlet #products.flex .product > div .btn span {
  color: #fff !important;
}
body.outlet #products.flex .product > div .btn:after {
  background: #fa5355 !important;
}
body.outlet #products.flex .product .info-price {
  color: #000;
}
body.outlet #products.flex .product .info-price .price-line > div {
  color: #fa5355;
}
body.outlet .add-fav:hover i,
body.outlet .add-fav.active:hover i {
  color: #fa5355;
}
body.outlet .add-fav.favorit,
body.outlet .add-fav.favorit:hover {
  background: none;
  color: #fa5355 !important;
}
body.outlet .sort-dropdown-wrapper #sort-dropdown {
  color: #000;
}
body.outlet .sort-dropdown-wrapper #sort-dropdown:hover {
  color: #000000 !important;
}
body.outlet .dropdown-menu {
  border: 2px solid #000;
}
body.outlet #filteroptionen_mobile {
  background: #fff;
  border-top: 2px solid #000;
}
body.outlet #filteroptionen_mobile .panel.panel-default.accordion {
  border-bottom: 2px solid #000;
}
body.outlet .filteroptionen .dropdown .dropdown-menu {
  border: 2px solid #000;
  background: #fff;
}
body.outlet .filteroptionen .dropdown .title {
  color: #454545;
}
body.outlet .sort-dropdown-wrapper #sort-dropdown {
  background: none;
  color: #000;
}
body.outlet .sort-dropdown-wrapper #sort-dropdown:hover {
  background: none !important;
  color: #000 !important;
}
body.outlet .sort-dropdown-wrapper .dropdown-menu {
  border: 2px solid #fff;
}
body.outlet .sort-dropdown-wrapper .dropdown-menu {
  background: #fff;
}
body.outlet .sort-dropdown-wrapper .dropdown-menu a {
  color: #000;
}
body.outlet .sort-dropdown-wrapper .dropdown-menu a:hover {
  background: #000;
  color: #fff;
}
body.outlet #aktuelle-auswahl-wrapper {
  background: #fff;
  color: #000;
}
body.outlet #aktuelle-auswahl-wrapper #aktuelle-auswahl.affix > div > div {
  -webkit-box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 7px -2px rgba(0, 0, 0, 0.15);
}
body.outlet #seite_produktdetails .btn.btn-inverse.i-orange {
  background: #f59100;
}
body.outlet #seite_produktdetails .btn.btn-inverse.i-orange:hover:after {
  background: #454545;
}
body.outlet #seite_produktdetails .rating-oneline div {
  color: #000;
}
body.outlet #seite_produktdetails .rating-oneline div a {
  color: #000;
}
body.outlet #seite_produktdetails .percent-box {
  background: #fa5355;
  color: #fff;
}
body.outlet #seite_produktdetails #aktuelle-auswahl-wrapper #warenkorb_button span {
  color: #fff;
}
body.outlet #seite_produktdetails .more-info-box {
  border-top: 4px double #fa5355;
  border-bottom: 4px double #fa5355;
}
body.outlet #seite_produktdetails .more-info-box .price {
  color: #fa5355;
}
body.outlet #seite_produktdetails .more-info-box .price > .countdown {
  color: #fa5355;
}
body.outlet #seite_produktdetails .more-info-box .price > .countdown > span {
  color: #000;
}
body.outlet #seite_produktdetails #warenkorb_button {
  background: #fa5355;
  color: #fff;
}
body.outlet #seite_produktdetails #warenkorb_button:hover:after {
  background: #fff;
}
body.outlet #seite_produktdetails #mengenauswahl > button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
body.outlet #seite_produktdetails #mengenauswahl .value {
  border-right: 1px solid #000;
}
body.outlet #seite_produktdetails #mengenauswahl .dropdown-menu {
  border: 1px solid #000;
}
body.outlet #seite_produktdetails .merkzettel-link {
  color: #747474;
}
body.outlet #seite_produktdetails .merkzettel-link:hover {
  color: #fa5355;
}
body.outlet .product-info-box {
  color: #000;
  border-top: 1px solid #000;
}
body.outlet .product-info-box .line i,
body.outlet .product-info-box .line span {
  color: #f29301;
}
body.outlet .zoomThumb .current .item img {
  border-color: #fa5355 !important;
}
body.outlet .heading-underlined {
  background: #000;
  color: #fff !important;
  border-color: #000;
}
body.outlet .heading-underlined:after {
  border-top: 12px solid #000;
}
body.outlet #bezuege_wrapper .panel-heading {
  background: #e7e7e7 !important;
}
body.outlet #bezuege_wrapper .panel-heading h4 {
  color: #fff;
}
body.outlet #bezuege_wrapper .category-description {
  color: #454545;
}
body.outlet #bezuege_wrapper .material_detail_select_button span {
  color: #fff;
}
body.outlet .konfigurator #aktuelle-auswahl .wrap > div {
  background: #fad296;
  border-right: 2px solid #fff;
}
body.outlet #ausfuehrungauswahl .beschreibung {
  background: #e7e7e7 !important;
  color: #000;
}
body.outlet #ausfuehrungauswahl .merkmal > div > div {
  border: 3px solid #e7e7e7;
}
body.outlet #ausfuehrungauswahl .merkmal.selected > div > div {
  border: 3px solid #f29301;
}
body.outlet #produkt_bewertungen .rating-box {
  color: #000 !important;
}
body.outlet #produkt_bewertungen .text,
body.outlet #produkt_bewertungen .rezensent {
  color: #000 !important;
}
body.outlet #produkt_bewertungen .footer {
  background: #fff !important;
}
body.outlet .filteroptionen {
  margin-right: -25px;
}
body.outlet .breadcrumb a {
  color: #595959;
}
body.outlet .static_sub_menu.warengruppen_intro {
  margin-top: 20px;
}
body.outlet #mobile_dropdown_button:active,
body.outlet #mobile_dropdown_button:hover {
  background: #fff;
  border-color: #000;
}
body.outlet .content-frame .mobile-kategorien .buttons.flex > a {
  color: #fff;
}
body.outlet .static_sub_menu.warengruppen_intro {
  margin-top: -135px !important;
}
body.outlet .static_sub_menu.warengruppen_products,
body.outlet .static_sub_menu.warengruppen_intro {
  border-top: none;
  background: #fff;
  width: 100%;
}
body.outlet .static_sub_menu.warengruppen_products li,
body.outlet .static_sub_menu.warengruppen_intro li {
  list-style: none;
}
body.outlet #bezugmuster_ajax_wrapper .auswahl-wrapper {
  border: 3px solid #000;
  background: none !important;
  color: #000 !important;
}
body.outlet #bezugmuster_ajax_wrapper .auswahl-wrapper h4,
body.outlet #bezugmuster_ajax_wrapper .auswahl-wrapper p,
body.outlet #bezugmuster_ajax_wrapper .auswahl-wrapper span {
  color: #000;
}
body.outlet #bezugmuster_ajax_wrapper label {
  color: #000 !important;
}
body.outlet #bezugmuster_ajax_wrapper input {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000;
}
body.outlet #bezugmuster_ajax_wrapper input::-webkit-input-placeholder {
  color: #000 !important;
}
body.outlet #bezugmuster_ajax_wrapper input::-moz-placeholder {
  color: #000 !important;
}
body.outlet #bezugmuster_ajax_wrapper input:-ms-input-placeholder {
  color: #000 !important;
}
body.outlet #bezugmuster_ajax_wrapper input::-ms-input-placeholder {
  color: #000 !important;
}
body.outlet #bezugmuster_ajax_wrapper input::placeholder {
  color: #000 !important;
}
body.outlet .highlight-text {
  color: #fd5251 !important;
  font-weight: 700;
}
body.outlet .hinweis-box {
  display: none;
}
body.outlet .hinweis-box > div {
  color: #000 !important;
}
body.outlet .hinweis-box > div a {
  color: #f48f28;
}
body.outlet .hinweis-box i {
  text-align: center;
}
body.outlet .stoffmuster--text {
  color: #000 !important;
}
body.outlet .planning--link {
  color: #000 !important;
  font-weight: 900 !important;
}
.outlet #stoffmuster_bestellen h4,
.outlet #stoffmuster_bestellen p {
  color: #fff;
}
#outlet--info-bar {
  background: #fd5251;
}
#outlet--info-bar--text {
  text-align: center;
}
#outlet--info-bar--text.produkt_intro {
  padding: 20px 0 14px 15%;
}
@media screen and (max-width: 1620px) {
  #outlet--info-bar--text.produkt_intro {
    padding: 20px 0 14px 27%;
  }
}
@media screen and (max-width: 1000px) {
  #outlet--info-bar--text.produkt_intro {
    padding: 20px 0 14px 30%;
  }
}
@media screen and (max-width: 900px) {
  #outlet--info-bar--text.produkt_intro {
    padding: 20px 20px 34px 20px;
  }
}
#outlet--info-bar--text h1,
#outlet--info-bar--text p,
#outlet--info-bar--text a {
  color: #fff;
}
#outlet--info-bar--text p {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
#outlet--top-row.top-row--produkt_intro {
  display: -moz-flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  #outlet--top-row.top-row--produkt_intro {
    display: block;
  }
  #outlet--top-row.top-row--produkt_intro .image-show-case-wrapper {
    display: none;
  }
}
#outlet--top-row.top-row--produkt_intro > div:first-of-type {
  -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.25);
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  min-width: 250px;
}
#outlet--top-row.top-row--produkt_intro > div:first-of-type .static_sub_menu {
  padding: 15px 10px;
}
@media screen and (max-width: 1620px) {
  #outlet--top-row.top-row--produkt_intro > div:first-of-type .static_sub_menu {
    margin-top: -170px !important;
  }
}
#outlet--intro-content {
  padding: 0 0 0 10px;
}
.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
      -ms-transform: translateY(-2em);
          transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
      -ms-transform: translateY(2em);
          transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  background: #272727;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0.8em 15px;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  background: #272727;
  max-width: 1590px;
  margin: 0 auto;
  padding: 0.8em 15px;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: .8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 70px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
.cc-compliance {
  padding-left: 10px;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
          align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1;
  }
  .cc-message {
    font-size: 12px;
  }
  .cc-window.cc-floating {
    max-width: none;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
            align-items: unset;
  }
  .cc-banner .cc-btn:last-child {
    min-width: 25px;
    padding-left: 15px;
  }
  .cc-theme-classic .cc-btn:last-child {
    min-width: 25px;
    padding-left: 15px;
  }
  .cc-compliance {
    max-width: 130px;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.cc-window .cc-message a {
  color: #f5f5f5 !important;
  text-decoration: underline;
}
.filterbutton {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  border: 0;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 19px;
  height: 42px;
  min-width: 84px;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.filterbutton.fullwidth {
  width: 100%;
}
.filterbutton.orange {
  background: #f59100;
}
.reset-link-style {
  background: none;
  border: 1px solid #f59100;
  border-radius: 0;
  white-space: nowrap;
  position: relative;
  font-size: 14px !important;
  margin: 5px 5px 0 0;
  padding: 10px 15px;
  line-height: 12px;
  color: #f59100 !important;
  float: left;
}
.reset-link-style a {
  color: #f59100 !important;
}
.btn-default.to-warenkorb {
  background: #f29301;
}
.btn.orange:hover:after,
.btn.gray:hover:after,
.btn-inverse:hover:after {
  width: 100%;
  left: 0;
}
.btn.orange:after,
.btn.gray:after,
.btn-inverse:after {
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #f29301;
}
.button {
  margin: 10px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 8px 20px 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #fff;
  border: none;
  position: relative;
  background: #f59100;
  -webkit-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}
.button:focus {
  outline: none;
}
.button.dark {
  background: #3a3a3a;
}
.button.black {
  background: #000;
}
.button.outlet {
  background: #fd5251;
}
.button.xs {
  padding: 2px 20px 2px 20px;
}
.button.s {
  padding: 5px 20px 5px 20px;
}
.button.xl {
  padding: 10px 20px 10px 20px;
}
.button.fullwidth,
.button.fw {
  width: 100% !important;
}
.button.no-margin {
  margin: 0;
}
.button.normalcase {
  text-transform: none;
}
.button span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
.button .svg {
  padding-top: 0;
  max-width: 22px;
  height: 20px;
  margin-top: -2px;
  display: inline-block;
}
.button:active,
.button:visited,
.button:hover {
  color: #fff;
}
.button:after {
  border-color: #fff !important;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.button:hover:after {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .standort--page h1 {
    font-size: 24px;
    text-align: center;
  }
}
#freewall1.standort--grid {
  width: 100% !important;
  max-width: 100%;
}
#freewall1.standort--grid .gutter-sizer {
  width: 2%;
}
#freewall1.standort--grid > div {
  max-height: none !important;
  padding: 0 !important;
}
#freewall1.standort--grid > div a {
  border: none !important;
}
#freewall1.standort--grid > div p {
  margin-bottom: 15px;
  line-height: 22px;
}
#freewall1.standort--grid > div h3 {
  padding: 0;
}
#freewall1.standort--grid .standort--entry {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}
#freewall1.standort--grid .standort--entry-map,
#freewall1.standort--grid .standort--entry {
  width: 23.5%;
}
@media screen and (max-width: 1599px) {
  #freewall1.standort--grid .standort--entry-map,
  #freewall1.standort--grid .standort--entry {
    width: 49%;
  }
}
@media screen and (max-width: 799px) {
  #freewall1.standort--grid .standort--entry-map,
  #freewall1.standort--grid .standort--entry {
    width: 100%;
  }
}
#freewall1.standort--grid .standort--entry-map .standort--entry-content,
#freewall1.standort--grid .standort--entry .standort--entry-content {
  height: 100%;
  text-align: center;
  padding-bottom: 105px !important;
}
#freewall1.standort--grid > .standort--entry-map {
  width: 49%;
  border: none;
  height: auto;
}
@media screen and (max-width: 799px) {
  #freewall1.standort--grid > .standort--entry-map {
    width: 100%;
  }
}
@media screen and (max-width: 1599px) {
}
@media screen and (min-width: 1620px) {
  #freewall1.standort--grid > .standort--entry-map {
    min-height: 768px;
  }
}
@media screen and (max-width: 450px) {
  #freewall1.standort--grid > .standort--entry-map {
    max-height: 400px !important;
  }
}
#freewall1.standort--grid > .standort--entry-map p {
  font-size: 16px;
}
#freewall1.standort--grid > .standort--entry-map > div {
  position: relative;
  display: block;
  max-height: 100%;
  overflow: hidden;
  background: none;
  border: none;
}
@media screen and (max-width: 1599px) {
  #freewall1.standort--grid > .standort--entry-map .standort--map-wrapper {
    margin: 20px 40px !important;
  }
}
#freewall1.standort--grid .standort--entry-content > div {
  padding: 20px 20px 10px 20px !important;
}
#freewall1.standort--grid .standort--entry-img {
  width: 100%;
}
#freewall1.standort--grid .standort--map-wrapper {
  display: block;
  height: auto;
  margin: 30px !important;
  max-width: 585px;
}
#freewall1.standort--grid .standort--entry-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
}
#freewall1.standort--grid .standort--entry-icons a {
  display: block;
  float: left;
  margin: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #f58d27;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#freewall1.standort--grid .standort--entry-icons a img {
  width: 30px;
}
@media screen and (max-width: 469px) {
  #freewall1.standort--grid .standort--entry-icons a {
    margin: 0 10px;
    font-size: 11px;
  }
  #freewall1.standort--grid .standort--entry-icons a img {
    width: 25px;
  }
}
#freewall1.standort--grid .standort--entry-icons .standort--entry-call-button img {
  padding: 3px;
}
#freewall1.standort--grid .standort--entry-button {
  position: absolute;
  bottom: 15px;
  left: 25px;
  right: 25px;
}
#freewall1.standort--grid .standort--entry-button a {
  padding: 10px 0 !important;
}
@media screen and (max-width: 767px) {
  #freewall1.standort--grid .standort--map-wrapper a {
    display: none;
  }
}
#standort--detail-news {
  background: #fd9a01;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 25px;
}
#standort--detail-news .morelink {
  margin-top: 30px;
}
#standort--detail-news h3 {
  font-weight: 800;
  text-transform: uppercase;
}
#standort--detail-slider {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #standort--detail-slider .owl-controls {
    display: none;
  }
}
#standort--detail-slider .slider_button {
  width: 50px;
  height: 50px;
  margin-top: -25px;
}
#standort--detail-slider .owl-prev {
  left: 5px;
}
#standort--detail-slider .owl-next {
  right: 5px;
}
#standort--detail-head {
  background: #2f2f2f;
  padding: 20px 20px 30px 20px;
  text-align: center;
  color: #fff;
}
#standort--detail-head td:first-child {
  padding-right: 25px;
}
#standort--detail-head tr {
  vertical-align: text-top;
}
#standort--detail-head td:last-child {
  max-width: 400px;
}
@media screen and (max-width: 470px) {
  #standort--detail-head .icon-text {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
  }
  #standort--detail-head .wpicon-oeffnungszeiten {
    margin: 20px -20px;
  }
  #standort--detail-head .wpicon-oeffnungszeiten table td {
    vertical-align: top;
  }
}
.icon-text {
  text-align: left;
  font-family: inherit !important;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: 100%;
  clear: both;
  line-height: 28px;
  margin-bottom: 7px;
}
.icon-text:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  color: #fd9a01;
  font-size: 18px;
}
.icon-text.wpicon:before {
  font-family: whosperfect;
}
.header--small-underline {
  color: #fff;
  position: relative;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}
.header--small-underline:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 7px;
  margin-left: -30px;
  border-bottom: 2px solid #fd9a01;
}
#standort--detail-maps {
  margin-top: 120px;
  float: left;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #standort--detail-maps {
    margin-top: 60px;
  }
}
#standort--detail-maps ul > li {
  list-style: disc;
  margin-left: 18px;
}
#standort--detail-maps input {
  height: 60px !important;
  padding-left: 20px;
}
#standort--detail-maps label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
#standort--detail-maps a.btn {
  height: 50px !important;
  line-height: 37px !important;
  font-size: 16px;
  font-weight: bold !important;
  background: #fd9a01;
}
#standort--detail-maps input[type="text"] {
  margin-bottom: 0;
}
#google-maps-target {
  display: inline-block;
  width: 100%;
  height: 450px;
}
#standort--detail-info {
  margin-top: 150px;
  float: left;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  #standort--detail-info {
    margin-top: 60px;
  }
}
#standort--detail-info td {
  padding-bottom: 15px;
  vertical-align: top;
}
#standort--detail-info td:first-child {
  padding-right: 25px;
  font-weight: bold;
}
.arrow-link-list {
  display: block;
  width: 100%;
  max-width: 380px;
  float: left;
  padding: 0 20px 0 0;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 400px) {
  .arrow-link-list {
    max-width: 320px;
  }
}
.arrow-link-list.first {
  float: right;
  margin: 0 30px 0 0;
}
.arrow-link-list.single-entry {
  text-align: center;
  margin: 0 auto;
  float: none;
}
.arrow-link-list .arrow-link {
  color: #fff;
  padding-right: 10px;
  position: relative;
  display: block;
  line-height: 35px;
}
.arrow-link-list .arrow-link:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fd9a01;
  position: absolute;
  right: 0;
  font-size: 20px;
}
@media screen and (max-width: 979px) {
  .arrow-link-list {
    float: none !important;
    text-align: center;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 600px) {
  .arrow-link-list {
    float: none !important;
    text-align: left;
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 0;
    max-width: none;
  }
  .arrow-link-list div {
    padding: 0 !important;
  }
}
#standort--jobs {
  margin-top: 150px;
  color: #fff !important;
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #standort--jobs {
    margin-top: 70px;
  }
}
#standort--jobs .btn {
  height: 50px !important;
  line-height: 37px !important;
  font-size: 16px;
  font-weight: bold !important;
  background: #fd9a01;
}
@media screen and (max-width: 600px) {
  body[id^="page-ckontaktstandorte-"] #uebersicht__header {
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
}
.owl-item img.broken {
  display: none;
}
.social-icon {
  width: 30px;
  height: 30px;
  float: left;
  margin: 7px 7px 0 0;
  background: #fff;
  position: relative;
  font-family: FontAwesome;
  font-size: 17px !important;
}
.social-icon:after {
  color: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-icon.facebook {
  background: #395799;
}
.social-icon.facebook:after {
  content: "\f09a";
}
.social-icon.twitter {
  background: #3aa7df;
}
.social-icon.twitter:after {
  content: "\f099";
}
.social-icon.instagram {
  background: #d836a4;
}
.social-icon.instagram:after {
  content: "\f16d";
  font-size: 18px !important;
}
.social-icon.pinterest {
  background: #c71b16;
  border-radius: 100%;
}
.social-icon.pinterest:after {
  content: "\f231";
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.footer-social {
  margin-top: 40px;
}
.footer-social ul {
  margin-top: 13px;
}
/**
CART
 */
.order-area {
  color: #fff;
}
.order-area h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .order-area h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.order-area label {
  font-style: normal !important;
}
.cart--heading,
.cart-address--entry--heading,
.cart-address--login--heading {
  margin-top: 20px;
  font-size: 18px !important;
  text-align: left !important;
}
.cart--heading span {
  font-size: inherit;
  margin: inherit;
}
@media screen and (max-width: 768px) {
  .cart--heading,
  .cart-address--entry--heading,
  .cart-address--login--heading {
    margin-top: 0;
  }
}
.cart-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cart-table {
    margin-bottom: 5px;
  }
}
.cart-table h4 {
  font-size: 15px;
}
.cart-table a,
.cart-table h4 {
  color: #fff;
}
.cart-table > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: 100%;
}
.cart-table .select2 {
  min-width: 70px;
  width: 100%;
  border-radius: 0;
  height: 40px;
}
.cart-table--price {
  min-width: 125px;
  width: 100px;
  padding: 10px 10px 20px 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .cart-table--price {
    width: inherit;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}
@media screen and (max-width: 380px) {
  .cart-table--price {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.cart-table--number {
  width: 80px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cart-table--number {
    width: inherit;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}
@media screen and (max-width: 380px) {
  .cart-table--number {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.cart-table--mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart-table--mobile-only {
    display: block;
    width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    margin: 0 15px 0 0;
  }
}
.cart-table--delivery-time {
  color: #f59100;
}
.cart-table--row {
  background: #141414;
  border-bottom: 2px solid #303030;
  padding: 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cart-table--row {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    padding: 10px 10px;
  }
}
.cart-table--row:last-child {
  border: none;
}
.cart-table--overlay-button {
  position: absolute;
  right: -5px;
  top: 0;
  font-size: 17px;
  display: none;
  width: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-table--overlay-button {
    display: block;
  }
}
.cart-table--overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0;
  background: #fba930;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fba930), to(#f2942c));
  background: -o-linear-gradient(top, #fba930 0%, #f2942c 100%);
  background: linear-gradient(to bottom, #fba930 0%, #f2942c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba930', endColorstr='#f2942c', GradientType=0);
  /* IE6-9 */
  text-align: center;
}
.cart-table--overlay .cart-table--overlay--close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.cart-table--overlay .cart-table--overlay--heading {
  margin-top: 10px;
  font-weight: bold;
}
.cart-table--overlay .cart-table--overlay--actions {
  vertical-align: middle;
}
.cart-table--overlay .cart-table--overlay--actions > a {
  display: inline-block;
  width: 30%;
  height: 100px;
  vertical-align: top;
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
}
.cart-table--overlay .cart-table--overlay--actions i {
  width: 100%;
  padding: 5px 5px 10px 5px;
  font-size: 22px;
}
.cart-table--thumb {
  display: inline-block;
}
@media screen and (max-width: 1619px) {
  .cart-table--thumb {
    max-width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.cart-table--thumb img {
  max-width: 200px;
  width: 100%;
}
.cart-table--description {
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}
@media screen and (max-width: 1619px) {
  .cart-table--description {
    max-width: 75%;
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    padding: 0 15px 10px 15px;
    font-size: 12px;
  }
}
.cart-table--link {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .cart-table--name {
    padding-bottom: 5px;
  }
}
.cart-table--actions {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: bottom;
  margin-top: auto;
}
@media screen and (max-width: 1619px) {
  .cart-table--actions {
    white-space: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 25px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cart-table--actions {
    display: none;
  }
}
.cart-table--actions a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #747474 !important;
  float: left;
  padding: 0 10px 0 0;
}
.cart-table--overlay--actions a.fav-link.favorit i:before,
.cart-table--actions a.fav-link.favorit i:before {
  content: "\f004" !important;
  color: #fff;
}
/**
cart--alert
 */
.cart--alert {
  background: #f59100;
  color: #fff;
  padding: 20px 20px 10px 20px;
  margin: 10px 0 0 0;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cart--alert {
    padding: 10px 0 0 0;
    font-size: 14px;
  }
  .cart--alert .col-xs-2 {
    display: none;
  }
  .cart--alert .col-xs-10 {
    width: 100%;
  }
}
.cart--alert:first-child {
  margin-top: 20px;
}
.cart--alert:last-child {
  margin-bottom: 10px;
}
.cart--alert.info {
  border: 1px solid #f59100;
  background: #000;
}
.cart--alert > div > i {
  font-size: 35px;
  line-height: 22px;
}
/**
cart-delivery
 */
.cart-delivery {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .cart-delivery {
    display: none;
  }
  .cart-delivery.from_mobile {
    display: block;
  }
}
.cart-delivery h4 {
  font-size: 15px;
}
.cart-delivery .cart-delivery--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cart-delivery .cart-delivery--entry {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 10px 10px 10px;
  background: #141414;
  border: 1px solid #141414;
  margin: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
}
@media screen and (max-width: 1619px) {
}
.cart-delivery .cart-delivery--entry .cart-delivery--svg-container {
  max-width: 40px;
  max-height: 40px;
  min-height: 55px;
  margin: 0 0 0 5px;
}
.cart-delivery .cart-delivery--entry svg {
  max-width: 100%;
  max-height: 100%;
}
.cart-delivery .cart-delivery--entry.active {
  border: 1px solid #f59100;
}
.cart-delivery .cart-delivery--entry .cart-delivery--description p {
  margin-top: 5px;
  line-height: 19px;
  font-weight: 500;
}
.cart-delivery .cart-delivery--entry .cart-delivery--costs {
  text-align: center;
  font-size: 16px;
}
.cart-delivery .cart-delivery--entry > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  font-size: 14px;
}
.cart-delivery .cart-delivery--entry > div:first-child {
  min-width: 80px;
  text-align: left;
}
.cart-delivery .cart-delivery--entry > div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-delivery .cart-delivery--select-location .select2 {
  width: 100% !important;
  max-width: 250px !important;
  margin: 7px 0 5px 0;
}
.cart-delivery .cart-delivery--change-country {
  margin-top: 30px;
}
.cart-delivery .cart-delivery--change-country form {
  display: inline;
  margin: 0 0 0 15px;
}
.cart-delivery .cart-delivery--change-country .select2 {
  width: 180px !important;
}
.cart-delivery .cart-delivery--change-country--heading {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
  display: inline-block;
}
.cart-delivery.from_mobile .cart-delivery--list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-delivery.from_mobile .cart-delivery--select-location .select2 {
  width: 100% !important;
}
/**
Cart-Sidebar
*/
.cart-sidebar {
  clear: both;
}
.cart-sidebar .cart-sidebar--info > div,
.cart-sidebar > div:first-child {
  background: #141414;
  padding: 20px;
  margin: 0 0 5px;
}
@media screen and (max-width: 400px) {
  .cart-sidebar .cart-sidebar--info > div,
  .cart-sidebar > div:first-child {
    padding: 20px 10px;
  }
}
.cart-sidebar--summary-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .cart-sidebar--summary-entry {
    font-size: 14px;
  }
}
.cart-sidebar--summary-entry > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0 0 5px 0;
}
.cart-sidebar--summary-entry > div:first-child {
  text-align: left;
  padding-right: 10px;
}
.cart-sidebar--summary-entry > div:last-child {
  text-align: right;
}
.cart-sidebar--summary-entry.smaller {
  font-size: 14px;
  font-weight: 400;
}
.cart-sidebar--summary-entry.larger {
  font-size: 16px;
  font-weight: 400;
}
.cart-sidebar--summary-entry.overall {
  border-top: 1px solid #303030;
  padding: 7px 0 0 0;
  margin: 5px 0 0 0;
  font-size: 16px;
}
@media screen and (max-width: 1619px) {
  .cart-sidebar--summary-entry.overall {
    font-size: 14px;
  }
}
.cart-sidebar--summary-entry.overall small {
  font-size: 11px;
}
@media screen and (max-width: 899px) {
  body#page-cbestellungen-bestellung-warenkorb .cart--subtotal:not(.has-additional-costs) {
    display: none;
  }
}
.cart-sidebar--summary-alert {
  background: #303030;
  line-height: 18px;
  margin: 10px 0 10px 0;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
}
.cart-sidebar--summary-alert.urgent {
  background: #f59100;
}
.cart-sidebar--button {
  margin-top: 15px;
}
/**
Cart-Sidebar info area
 */
.cart-sidebar--info {
  text-align: center;
  font-size: 14px;
}
.cart-sidebar--info h4 {
  text-transform: uppercase;
  font-size: 14px;
}
.cart-sidebar--info a {
  color: #fff;
}
.cart-sidebar--info--payment-padding {
  max-width: 280px;
  margin: 0 auto;
  padding: 0 3%;
}
.cart-sidebar--info--payment-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.cart-sidebar--info--payment-container svg {
  max-width: 50px;
  margin: 2px 2px;
  margin: 5px 2px;
  height: 30px;
  min-height: 30px;
  display: inline-block;
}
.cart-sidebar--info--payment-container span.wider + svg {
  max-width: 90px;
}
/**
ORDER HEADER
 */
.order-header--logo {
  margin: 10px 0;
}
.order-header--logo img {
  max-width: 105px;
  width: 100%;
}
.order-header--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-header--top:first-child {
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
}
.order-header--top .order-header--top--info {
  -webkit-flex-basis: 85%;
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 25px;
  margin: 25px 14% 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
@media screen and (max-width: 300px) {
  .order-header--top .order-header--top--info span > span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .order-header--top .order-header--top--info {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 16px;
    font-size: 12px;
    margin: 0;
    padding-left: 15px;
  }
}
.order-header--top .order-header--top--info > div {
  max-width: 30px;
}
.order-header--top .order-header--top--info svg {
  max-width: 30px;
  max-height: 25px;
}
.order-header--state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #141414;
  padding: 10px 10px 8px 10px;
  margin: 5px 0 10px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 600;
}
.order-header--state > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .order-header--state > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
  }
}
.order-header--state > div.active {
  color: #f59100;
  cursor: pointer;
}
.order-header--state > div:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 0;
  color: #a3a3a3;
}
.order-header--state > div:last-child:after {
  content: "";
}
.order-header--state > div > div {
  width: 40px;
  text-align: center;
}
.order-header--state > div > div svg {
  max-height: 20px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .order-header--state > div > div svg {
    max-height: 15px;
    max-width: 100%;
  }
}
.order-header--state > div.active svg path,
.order-header--state > div.active svg {
  fill: #f59100 !important;
}
/**
Address
 */
@media screen and (max-width: 991px) {
  .cart-address .col-md-7.no-padding {
    padding: 0 5px !important;
  }
}
.cart-address--entry--heading,
.cart-address--login--heading {
  border-bottom: 1px solid #303030;
  padding: 0 0 3px 40px;
  margin-bottom: 25px;
  position: relative;
}
.cart-address--entry--heading svg,
.cart-address--login--heading svg {
  position: absolute;
  max-height: 25px;
  width: 30px;
  top: 0;
  left: 0;
}
.cart-address--entry--heading:after,
.cart-address--login--heading:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 28px;
  position: absolute;
  right: 10px;
  top: -2px;
}
.cart-address--entry--heading.open:after,
.cart-address--login--heading.open:after {
  content: "\f106";
}
.cart-address--entry--container {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cart-address--entry--container {
    display: none;
  }
}
.cart-address--login--container {
  display: inline-block;
  width: 100%;
}
.cart-address--login--container a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cart-address--login--container {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .logged_in .cart-address--entry--container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .logged_in .cart-address--login--container {
    display: block;
  }
}
.cart-address--login--lost-password {
  text-decoration: underline;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  margin: -5px 0 10px 0;
}
.cart-address--login--submit {
  width: 100%;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
}
.cart-address--login--infotext {
  margin: 0 0 20px 0;
}
.cart-address--form-info {
  font-size: 14px;
}
.cart-address--login--errors {
  margin: 0 0 20px 0;
}
.cart-address--delivery {
  margin-top: 20px;
  display: inline-block;
}
.cart-address--agb {
  padding: 20px 20px 10px 20px;
  background: #141414;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-address--agb {
    padding: 20px 5px;
  }
}
.cart-address--agb a {
  color: #f59100;
}
@media (max-width: 400px) {
  .container,
  .container-fluid {
    min-width: inherit !important;
  }
}
/**
cart-payment
 */
.cart-payment {
  max-width: 600px;
  margin: 0 auto;
}
.cart-payment--deposit--heading {
  margin-top: 40px !important;
}
@media screen and (max-width: 900px) {
  .cart-payment--deposit--heading {
    margin-top: 0;
  }
}
.cart-payment--deposit .cart-payment--deposit--heading {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.cart-payment--deposit-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cart-payment--deposit-container > div {
  padding: 10px 30px;
  background: #141414;
  text-align: center;
  margin: 5px 10px 5px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #141414;
}
.cart-payment--deposit-container > div.active {
  border-color: #f59100;
}
.cart-payment--deposit--info {
  margin-top: 20px;
  display: block;
}
.cart-payment--deposit--info > span {
  display: none;
}
.cart-payment--amount {
  font-weight: bold;
}
.cart-payment--select--description {
  margin-bottom: 20px;
  padding-top: 10px;
}
.cart-payment--select {
  margin-bottom: 30px;
}
.cart-payment--select--entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #303030;
  padding: 20px 0 5px 0;
  vertical-align: middle;
  position: relative;
}
.cart-payment--select--entry:last-child {
  border: none;
}
.cart-payment--select--entry h4 {
  font-size: 15px;
}
.cart-payment--select--entry > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  width: 100%;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}
.cart-payment--select--entry > div:first-child {
  max-width: 40px;
}
.cart-payment--select--title {
  position: relative;
}
.cart-payment--select--logo {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-width: 120px;
}
.cart-payment--select--logo svg {
  float: left;
  white-space: nowrap;
  padding-left: 5px;
  vertical-align: top;
  display: block;
  max-width: 60px;
  max-height: 35px;
  margin-top: -8px;
}
.cart-payment--select--logo span.wider + svg {
  max-width: 100px;
}
.cart-voucher {
  background: #141414;
  display: inline-block;
  width: 100%;
  border: none;
  padding: 10px 30px 5px 30px;
  margin: 20px 0;
}
@media screen and (max-width: 991px) {
  .cart-voucher {
    padding: 10px 20px 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cart-voucher .form-control {
    padding: 5px 12px !important;
    line-height: 20px !important;
  }
}
@media screen and (max-width: 400px) {
  .cart-voucher {
    padding: 10px 10px 5px 10px;
  }
  .cart-voucher .cart-voucher--form {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .cart-voucher .cart-voucher--form > button {
    margin: 10px 0 0 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  #page-cbestellungen-bestellung-warenkorb .cart-voucher {
    background: #f59100;
  }
  #page-cbestellungen-bestellung-warenkorb .cart-voucher .cart-voucher--error {
    margin: 10px 0;
    color: #000;
    font-weight: bold;
  }
}
.cart--summary-container {
  margin-top: 30px;
}
.cart--summary-container > div {
  background: #141414;
  padding: 20px;
  margin: 0 0 5px;
}
body#page-cbestellungen-bestellung-zahlungsart .cart-voucher {
  padding: 20px 30px 5px 30px;
}
body#page-cbestellungen-bestellung-zahlungsart #scrollto_voucher {
  padding: 0;
}
.cart-voucher--form {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}
.cart-voucher--form .button {
  margin: 0 0 0 10px;
}
.cart-voucher--form .form-group {
  margin: 0;
}
.cart-voucher--form label.filled {
  font-size: 10px !important;
}
.cart-voucher--form input {
  border-color: #303030 !important;
  background: #141414 !important;
}
.cart-voucher--info h4 {
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: -5px;
}
.cart-voucher--error {
  margin: 10px 0;
  color: #f59100;
}
.cart-overview--sidebar > div {
  background: #141414;
  padding: 20px 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cart-overview--sidebar > div {
    padding: 20px 10px;
  }
}
.cart-overview--layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .cart-overview--layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart-overview--layout > div {
  padding-right: 15px;
  padding-left: 15px;
}
.cart-overview--layout > div:first-child {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 900px) {
  .cart-overview--layout > div:first-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cart-overview--layout > div:last-child {
  -webkit-flex-basis: 66.66666667%;
      -ms-flex-preferred-size: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 900px) {
  .cart-overview--layout > div:last-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cart-overview--product-table--heading,
.cart-overview--sidebar-entry--heading {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #303030;
}
.cart-overview--product-table--heading h4,
.cart-overview--sidebar-entry--heading h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cart-overview--product-table--heading h4,
  .cart-overview--sidebar-entry--heading h4 {
    font-size: 13px;
  }
}
.cart-overview--product-table--heading a,
.cart-overview--sidebar-entry--heading a {
  color: #747474;
  font-size: 14px;
}
.cart-overview--product-table--heading a i,
.cart-overview--sidebar-entry--heading a i {
  padding-right: 5px;
}
.cart-overview--sidebar-entry--content {
  padding-top: 10px;
}
.cart-overview--product-table {
  background: #141414;
  padding: 20px 30px;
}
@media screen and (max-width: 900px) {
  .cart-overview--product-table {
    padding: 10px 10px 20px 10px;
    margin-bottom: 10px;
  }
  .cart-overview--product-table .button {
    width: 100% !important;
    max-width: none;
  }
}
.cart-overview--product-table .cart-table > div {
  padding: 20px 0;
}
.cart-overview--product-table .cart-table--actions--fav {
  display: none !important;
}
.cart-overview--product-table .cart-table--actions a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-right: 20px;
}
.cart-overview--product-table .cart-sidebar--summary {
  border-top: 1px solid #303030;
  padding-top: 20px;
}
.cart-overview--product-table .cart-sidebar--summary-entry {
  padding: 0 0 !important;
  margin-top: 3px;
}
.cart-overview--product-table .cart-sidebar--summary-entry > div:first-child {
  max-width: 70%;
}
.cart-overview--product-table .cart-sidebar--summary-entry > div:last-child {
  font-weight: bold;
}
.cart-overview--product-table .cart-table--price {
  font-weight: bold;
}
.cart-overview--product-table .cart-sidebar--summary-entry--deposit {
  border-top: 1px solid #303030;
  padding-bottom: 0;
}
.cart-overview--product-table .cart-sidebar--summary-entry--deposit > div {
  padding-top: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cart-overview--product-table .cart-sidebar--summary-entry--deposit > div:last-child,
.cart-overview--product-table .cart-sidebar--summary-entry--deposit > div strong {
  color: #f59100;
  text-transform: uppercase;
  font-size: 16px;
}
.cart-overview--product-table .cart-sidebar--summary-entry--deposit > div small {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.cart-continue--button {
  max-width: 320px;
  width: 100%;
  float: right;
  font-weight: bold !important;
  background: #f59100 !important;
}
.cart-overview--agb {
  border-top: 1px solid #303030;
  padding-top: 20px;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  color: #a7a7a7;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .cart-overview--agb {
    text-align: center;
  }
}
.cart-overview--agb a {
  color: #a7a7a7 !important;
  text-decoration: underline;
}
.cart-sidebar--full-amount {
  text-transform: uppercase;
}
.cart-overview--product-table {
  display: inline-block;
  width: 100%;
}
.cart-table--empty {
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10%;
}
.cart-table--empty > div {
  width: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
.cart-table--empty a {
  display: block;
  background: #f59100;
  max-width: 200px;
  margin: 30px auto;
}
.cart-table--empty--infotext {
  font-size: 17px;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: 600;
}
.cart-delivery--change-country--select,
.cart-table--select,
.cart-table--number-select {
  visibility: hidden;
}
.cart.back-btn {
  width: 170px;
}
.cart-sidebar--info--support img {
  padding: 0 10px 0 0;
}
.cart-sidebar--info--support a {
  text-decoration: underline;
  line-height: 20px;
}
.cart-sidebar--info--support li {
  padding: 2px 0 2px 0;
}
.cart-sidebar--country-selection {
  padding: 20px 10px;
  display: inline-block;
  font-size: 13px;
  width: 100%;
  background: #141414;
}
@media screen and (max-width: 400px) {
  .cart-sidebar--country-selection .select2 {
    width: 100%;
  }
}
.cart-sidebar--country-selection .cart-delivery--change-country--heading {
  padding-bottom: 10px;
  display: block;
}
.cart-address--only-circle-f {
  display: inline-block;
  width: 100%;
}
.cart-address--invoice {
  display: inline-block;
  width: 100%;
}
.cart-mobile-breadcrumbs {
  text-align: center;
  display: inline-block;
  margin: 12px 0 16px 0;
  width: 100%;
}
.cart-mobile-breadcrumbs a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 10px;
  font-size: 13px;
}
.cart-address--textarea {
  min-height: 80px !important;
  padding-top: 35px;
  margin-top: 30px;
}
.cart-address--textarea-label {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: -30px;
}
@media screen and (min-width: 900px) and (max-width: 1619px) {
  .cart-overview--sidebar-entry--edit span {
    display: none;
  }
}
#zahlung_weiter {
  min-width: 250px;
}
@media screen and (max-width: 600px) {
  #zahlung_weiter {
    width: 100%;
  }
}
.cart-overview--edit-voucher {
  white-space: nowrap;
  vertical-align: middle;
  color: #747474 !important;
  padding: 0 10px 0 10px;
  font-size: 14px !important;
}
.cart-overview--edit-voucher i {
  padding-right: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1619px) {
  .cart-overview--edit-voucher {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .cart-overview--edit-voucher {
    font-size: 15px !important;
  }
  .cart-overview--edit-voucher span {
    display: none;
  }
}
.cart-table--row.sofortrabatt {
  background: #f29301;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-table--row.sofortrabatt .heading-add-info div {
  display: none;
}
@media screen and (min-width: 1620px) {
  .cart-table--row.sofortrabatt .cart-table--price,
  .cart-table--row.sofortrabatt .cart-table--description {
    padding-top: 20px;
    font-weight: 600;
  }
}
.cart-table--row.sofortrabatt .cart-table--price h3,
.cart-table--row.sofortrabatt .cart-table--description h3 {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .cart-table--row.sofortrabatt .cart-table--price {
    display: none;
  }
}
@media screen and (max-width: 1619px) {
  .cart-table--row.sofortrabatt h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .cart-table--row.sofortrabatt h3 {
    font-size: 15px;
  }
}
.cart-table--row.sofortrabatt .cart-table--price {
  font-weight: 900;
}
.cart-table--row.sofortrabatt .cart-table--thumb {
  text-align: center;
}
@media screen and (min-width: 1620px) {
  .cart-table--row.sofortrabatt .cart-table--thumb {
    min-width: 197px;
  }
  .cart-table--row.sofortrabatt .cart-table--thumb img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1619px) {
  .cart-table--row.sofortrabatt .heading-add-info {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .cart-table--row.sofortrabatt .heading-add-info div {
    position: absolute;
    display: block;
    right: -5px;
    top: 2px;
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (max-width: 400px) {
  .cart-table--row.sofortrabatt .heading-add-info div {
    right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .cart-table--row.sofortrabatt .heading-add-info div {
    display: none;
  }
}
.cart-sidebar--summary-entry.sofortrabatt {
  color: #f29301;
  font-weight: 800;
}
.coupon_focus_warning {
  width: 100%;
  font-weight: 800;
  color: #fc0c00;
  padding: 10px 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .coupon_focus_warning {
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 18px;
  }
}
.cart-table--variation > span {
  width: 100%;
  float: left;
  clear: both;
}
.bday_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 350px) {
  .bday_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.bday_flex > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
@media screen and (max-width: 450px) {
  .bday_flex > div {
    padding-left: 5px;
  }
}
@media screen and (max-width: 350px) {
  .bday_flex > div:nth-child(2) {
    padding-left: 0;
  }
}
.bday_flex > div:first-child {
  padding-left: 0!important;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
@media screen and (max-width: 350px) {
  .bday_flex > div:first-child {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: left;
  }
}
.bday_flex > div:nth-child(2) {
  -webkit-flex-basis: 10%;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
}
.bday_flex > div:nth-child(3) {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
.bday_flex > div:nth-child(4) {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}
@media screen and (max-width: 450px) {
  .bday_flex .select2-selection__rendered {
    margin-left: 0 !important;
    text-align: center;
  }
}
.rec-item {
  text-align: center;
}
body.ads-blocked .level1.type_emarsys {
  display: none !important;
}
body.ads-blocked #emarsys--recommended-slider {
  display: none;
}
.emarsys_reco_tile .price .smaller {
  text-decoration: line-through;
}
.level1.type_emarsys {
  max-height: 600px !important;
}
.level1.type_emarsys.cat {
  border: none;
}
.level1.type_emarsys .smaller {
  text-decoration: line-through;
}
.level1.type_emarsys.size-huge-emarsys {
  width: 100%;
}
.level1.type_emarsys .inner {
  min-height: inherit;
}
.level1.type_emarsys .box-content-overly {
  background: #000;
}
.level1.type_emarsys .a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .level1.type_emarsys .owl-next {
    right: -15px !important;
  }
  .level1.type_emarsys .owl-prev {
    left: -15px !important;
  }
  .level1.type_emarsys #emarsys--recommended-slider {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.level1.type_emarsys .outer {
  width: 100%;
  padding-top: 12%;
  /* defines aspect ratio */
  position: relative;
}
.level1.type_emarsys .outer[class*=' full-2'] {
  padding-top: 25%;
}
.level1.type_emarsys .outer[class*=' full-3'] {
  padding-top: 25%;
}
.level1.type_emarsys .outer[class*=' full-4'] {
  padding-top: 25%;
}
.level1.type_emarsys .outer[class*=' full-5'] {
  padding-top: 12%;
}
.level1.type_emarsys .outer[class*=' full-6'] {
  padding-top: 10%;
}
.level1.type_emarsys .outer .inner_slider,
.level1.type_emarsys .outer .inner {
  position: absolute;
  top: -20px;
  left: -23px;
  right: -23px;
  bottom: 0px;
}
.level1.type_emarsys .outer .inner_slider .image,
.level1.type_emarsys .outer .inner .image {
  max-height: 236px;
}
.level1.type_emarsys #recommended-products {
  padding: 0;
}
.level1.type_emarsys .slider-produkte {
  width: 100%;
}
@media screen and (max-width: 1619px) {
  .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 40% !important;
  }
  .level1.type_emarsys .outer .inner_slider {
    position: absolute;
    top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 450px !important;
  }
}
@media screen and (max-width: 768px) {
  .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 370px !important;
  }
}
@media screen and (max-width: 600px) {
  .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 480px !important;
  }
}
@media screen and (max-width: 480px) {
  .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 430px !important;
  }
}
.level1.type_emarsys.cat {
  margin-right: 15px;
}
.level1.type_emarsys.cat .emarsys_reco_tile span .buttonframe.buttonframe-top {
  height: 40px;
  display: block;
}
.level1.type_emarsys.cat .emarsys_reco_tile span .buttonframe.buttonframe-top button {
  padding: 4px 7px !important;
  font-size: 11px;
  background: #f59100;
}
body#page-cbestellungen-bestellung-lieferart .owl-next,
body#page-cbestellungen-bestellung-warenkorb .owl-next {
  right: -20px !important;
}
body#page-cbestellungen-bestellung-lieferart .owl-prev,
body#page-cbestellungen-bestellung-warenkorb .owl-prev {
  left: -20px !important;
}
body#page-cbestellungen-bestellung-lieferart #emarsys--recommended-slider,
body#page-cbestellungen-bestellung-warenkorb #emarsys--recommended-slider {
  margin-left: 20px;
  margin-right: 20px;
}
#emarsys--recommended-slider .slider-produkte .item.gallery-cell {
  border: none !important;
}
@media screen and (max-width: 1200px) {
  #emarsys--recommended-slider .slider-produkte .item.gallery-cell {
    padding-bottom: 70% !important;
    min-height: unset !important;
  }
}
#emarsys--recommended-slider .product {
  background: #000;
}
#freewall .level1.type_emarsys .outer[class*=' full-'] {
  padding-top: 110% !important;
}
@media screen and (min-width: 350px) {
  #freewall .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 100% !important;
  }
}
@media screen and (min-width: 450px) {
  #freewall .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 85% !important;
  }
}
@media screen and (min-width: 600px) {
  #freewall .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 52% !important;
  }
}
@media screen and (min-width: 980px) {
  #freewall .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 35% !important;
  }
}
@media screen and (min-width: 1200px) {
  #freewall .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 40% !important;
  }
}
@media screen and (min-width: 1620px) {
  #freewall .level1.type_emarsys .outer[class*=' full-'] {
    padding-top: 25% !important;
  }
}
#freewall #emarsys--recommended-slider .slider-produkte .item.gallery-cell {
  border: none !important;
}
@media screen and (max-width: 599px) {
  #freewall #emarsys--recommended-slider .slider-produkte .item.gallery-cell {
    padding-bottom: 55% !important;
    min-height: unset !important;
  }
}
@media screen and (max-width: 450px) {
  #freewall #emarsys--recommended-slider .slider-produkte .item.gallery-cell {
    padding-bottom: 70% !important;
    min-height: unset !important;
  }
}
#freewall #emarsys--recommended-slider .product {
  background: #000;
}
@media screen and (max-width: 1000px) {
  #standort--emarsys #emarsys--recommended-slider {
    margin: 0 5px !important;
  }
}
@media screen and (max-width: 1000px) {
  #page-csuche-suche #emarsys--recommended-slider {
    margin: 0 15px !important;
  }
}
.sofortrabatt.baktion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  position: relative;
  margin: 10px 0 0 0;
  color: #000;
  padding: 0;
}
.sofortrabatt.baktion.popup {
  margin: 0 -1px 0 -1px;
  border: none;
  border-right: 1px solid #f59100 !important;
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion {
    margin-left: 1px !important;
    margin-right: -5px !important;
  }
  .sofortrabatt.baktion .dyn-button {
    cursor: pointer;
  }
}
.sofortrabatt.baktion > div {
  padding: 10px;
}
.sofortrabatt.baktion .cart-table--thumb-xs {
  display: none;
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion .cart-table--thumb-xs {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sofortrabatt.baktion {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: row !important;
        -ms-flex-flow: row !important;
            flex-flow: row !important;
  }
  .sofortrabatt.baktion.popup {
    margin: 0 -4px 0 -5px !important;
  }
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-flow: column !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
    margin: 10px 5px 0 -2px;
    background: #f59100 !important;
  }
}
.sofortrabatt.baktion .cart-table--description {
  position: relative;
}
.sofortrabatt.baktion .cart-table--description.selected {
  padding: 15px 15px;
  max-width: 100% !important;
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion .cart-table--description {
    max-width: 100%;
  }
  .sofortrabatt.baktion .cart-table--description.selected {
    padding-top: 30px;
  }
  .sofortrabatt.baktion .cart-table--description h3 {
    font-size: 16px;
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 17px;
  }
  .sofortrabatt.baktion .cart-table--description > div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sofortrabatt.baktion .cart-table--description > div .cart-table--thumb-xs {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
  .sofortrabatt.baktion .cart-table--description > div .heading-add-info {
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
  }
  .sofortrabatt.baktion .cart-table--description > div .heading-add-info > div {
    right: 0px !important;
  }
  .sofortrabatt.baktion .cart-table--description > div > div {
    padding: 10px 5px;
  }
  .sofortrabatt.baktion .cart-table--description > div > div img {
    max-width: 90px;
  }
  .sofortrabatt.baktion .cart-table--description > div > p {
    padding: 0 5px;
  }
  .sofortrabatt.baktion .cart-table--description.selected > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .sofortrabatt.baktion .cart-table--description.selected .cart-table--number {
    display: none !important;
  }
  .sofortrabatt.baktion .cart-table--description.selected .heading-add-info div {
    top: -10px;
  }
}
.sofortrabatt.baktion .cart-table--description .underline {
  display: inline-block;
  font-weight: bold;
}
.sofortrabatt.baktion .cart-table--description.selected .underline {
  color: #000 !important;
}
.sofortrabatt.baktion .cart-table--thumb:first-child {
  padding: 15px 0 10px 20px !important;
  min-width: unset !important;
  max-width: unset !important;
}
.sofortrabatt.baktion .cart-table--thumb:first-child img {
  max-width: 100%;
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .sofortrabatt.baktion .cart-table--thumb:first-child {
    display: none;
  }
}
.sofortrabatt.baktion .cart-table--thumb.or {
  position: relative;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: unset;
  background: url(/img/layout/icon_or.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  margin-right: 20px;
}
.sofortrabatt.baktion .cart-table--thumb.or img {
  display: none;
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion .cart-table--thumb.or {
    height: 2px !important;
    border: 2px solid #000;
    -webkit-flex-basis: 1% !important;
        -ms-flex-preferred-size: 1% !important;
            flex-basis: 1% !important;
    min-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion .cart-table--thumb.or img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    max-width: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.sofortrabatt.baktion .heading-add-info {
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion .heading-add-info {
    padding-bottom: 0px;
  }
}
.sofortrabatt.baktion.selected .heading-add-info {
  padding-bottom: 0px;
}
.sofortrabatt.baktion .button {
  position: absolute;
  bottom: 10px;
  max-width: 80%;
  left: 10px;
  color: #fff !important;
}
.sofortrabatt.baktion .button span {
  color: #fff !important;
}
@media screen and (max-width: 500px) {
  .sofortrabatt.baktion .button {
    display: none;
  }
}
#praemien-aktion {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ceb16b+0,e2d0a8+45,ede2cc+50,ceb16b+100 */
  background: #ceb16b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(45deg, #ceb16b 0%, #e2d0a8 45%, #ede2cc 50%, #ceb16b 100%);
  background: linear-gradient(45deg, #ceb16b 0%, #e2d0a8 45%, #ede2cc 50%, #ceb16b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceb16b', endColorstr='#ceb16b', GradientType=0);
  /* IE6-9 */
  padding: 10px;
}
#praemien-aktion img {
  padding-left: 10px;
  padding-top: 10px;
}
#praemien-aktion p {
  color: #000;
  padding: 5px 20px 5px 20px;
  font-weight: bold;
}
#praemien-aktion p a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bolder;
  color: #000;
}
