/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  -ms-overflow-style: scrollbar;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  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: 18px;
  line-height: 1.8;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #CDCDCD;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #a7a7a7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
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: 16px;
  margin-bottom: 16px;
}
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: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 16px;
}
.lead {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 88%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #CDCDCD;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #b4b4b4;
}
.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: #CDCDCD;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #b4b4b4;
}
.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: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 16px;
}
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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 32px;
}
dt,
dd {
  line-height: 1.8;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1240px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 22.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.8;
  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;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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: 32px;
  font-style: normal;
  line-height: 1.8;
}
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: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 948px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-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: 948px) {
  .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: 1240px) {
  .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;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
.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.8;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > 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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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 {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 32px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.8;
  color: #555555;
  background-color: #F1E5D7;
  background-image: none;
  border: 1px solid #DDBE9A;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  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: 36px;
  }
  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: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 32px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 50px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  min-height: 48px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 55px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  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: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 37px;
}
.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: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 39px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 16px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.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[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #8d8d8d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.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: #fff;
  background-color: #a2a2a2;
  border-color: #8d8d8d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.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[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.btn-primary .badge {
  color: #CDCDCD;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  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: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.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[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #FFF;
  border-color: #e6e1dd;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #b0a094;
}
.btn-info:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #ccc2ba;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #ccc2ba;
}
.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: #fff;
  background-color: #d4d4d4;
  border-color: #b0a094;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.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[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #FFF;
  border-color: #e6e1dd;
}
.btn-info .badge {
  color: #FFF;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.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[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.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[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #CDCDCD;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #a7a7a7;
  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 {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.8;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #CDCDCD;
}
.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1240px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 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;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #CDCDCD;
}
.nav .nav-divider {
  height: 1px;
  margin: 15px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.8;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .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: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 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: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #CDCDCD;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .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: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 32px;
  border: 1px solid transparent;
}
@media (min-width: 1240px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1240px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  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: 1240px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1240px) {
  .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: 1240px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1240px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 29px 15px;
  font-size: 23px;
  line-height: 32px;
  height: 90px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1240px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 1240px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 32px;
}
@media (max-width: 1239px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 32px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1240px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1239px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1240px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-btn.btn-sm {
  margin-top: 27px;
  margin-bottom: 27px;
}
.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 1240px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1240px) {
  .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: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1239px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1239px) {
  .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: #fff;
    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: #fff;
    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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  margin: 20px 0 0 0;
  padding-left: 15px;
  list-style: none;
  border-radius: 0;
}
.breadcrumb a {
  text-transform: none;
  font-size: 14px;
  color: blue;
}
.breadcrumb a:hover {
  color: black;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: black;
  content: ">";
}
.breadcrumb > .active {
  color: blue;
  font-size: 15px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 32px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.8;
  text-decoration: none;
  color: #CDCDCD;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #a7a7a7;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 32px;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #CDCDCD;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 32px;
  margin-bottom: 32px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #CDCDCD;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #FFF;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.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: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 947px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 947px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 947px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 947px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 948px) and (max-width: 1239px) {
  .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: 948px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 948px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 948px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1240px) {
  .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: 1240px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 947px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 948px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .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;
  }
}
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	box-sizing: border-box;
}

.noUi-target {
	position: relative;
	direction: ltr;
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}

.noUi-handle {
	position: relative;
	z-index: 1;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-tap .noUi-origin {
	transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-base {
	transform: translate3d(0,0,0);
}

.noUi-horizontal {
	margin-top: 12px;
	height: 6px;
}

.noUi-horizontal .noUi-handle {
	width: 18px;
    height: 18px;
	left: -17px;
	top: -6px;
}

.noUi-background {
	background: #F5F5F5;
	box-shadow: inset 0 1px 1px #f5f5f5;
}

.noUi-connect {
	background: #32404e;
	transition: background 450ms;
}

.noUi-target {
	border-radius: 0;
	background-color: #f5f5f5;
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
}

.noUi-draggable {
	cursor: w-resize;
}

.noUi-handle {
	border-radius: 9px;
	background: #d82128;
	cursor: default;
}

.noUi-tooltip {
	display: block;
    position: absolute;
    top: 18px;
    border-radius: 0;
    background: #fff;
    padding: 5px;
    text-align: center;
    color: #32404e;
    font-size: 12px;
    font-weight: 700;
    width: 80px;
    height: 28px;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	bottom: -40px;
	left: -30px;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom: -40px;
	left: -30px;
}


/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}



/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);

  background: white;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: #fff;
	z-index: 30;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 768px) {
  .remodal {
    max-width: 820px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

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

.fancybox-container * {
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

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

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

.fancybox-can-drag .fancybox-content {
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

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

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

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

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

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

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

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

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

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

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

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

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

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

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

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

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

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

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

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#slider {
	box-sizing: content-box;
	width: 100%;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0;
	width: 100%;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0;
	box-sizing: content-box;
}
/* slider window - top & bottom borders, default state */
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #777;
	color: #000;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: hidden;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #d82128;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #dddddd;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #d82128;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 52%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 22px;
	height: 26px;
	margin: -30px 0 0 0;
	float: left;
	background-color: #fff;
}

/* back arrow */
.anythingSlider-default .back { left: 20px; }
.anythingSlider-default .back a {
	background: transparent url(/userfiles/images/icons.png) -153px -254px no-repeat;
}
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-color: transparent; }
/* forward arrow */
.anythingSlider-default .forward { right: 20px; }
.anythingSlider-default .forward a {
	background: transparent url(/userfiles/images/icons.png) -176px -254px no-repeat;
}
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-color: transparent; }

/* Navigation Links */
.anythingSlider-default .anythingControls {
	outline: 0;
	position: relative;
	top: -30px;
}

.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; text-align: center;}
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	width: 10px;
	height: 10px;
	margin: 2px;
	border-radius: 5px;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
  	border: none;
    box-shadow: none;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: thin solid #ccc;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
  border: none;
  border-left: 1px solid #ccc;
  box-shadow: none;
}
body {
  font-family: 'Raleway', sans-serif;
  background-color: #eaeaea;
  margin: 0;
  padding: 0;
}
.back-white {
  background: white;
}
h1 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
h2 span,
.h2 span {
  text-transform: none;
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
h3 {
  font-size: 18px;
  font-weight: 700;
}
p {
  color: #000000;
  font-size: 14px;
}
a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
}
.content table {
  margin: 0 0 30px 0;
}
.content figure {
  margin: 20px 0;
}
.content figure img {
  margin: 0 0 4px 0;
}
.content figcaption {
  font-size: 14px;
  font-style: italic;
}
.content p {
  font-size: 15px;
}
.content a:hover {
  color: #d82128;
}
.anchor {
  height: 0;
  position: relative;
  top: -50px;
  float: left;
}
.container.page {
  padding-bottom: 20px;
}
.brand-alert {
  margin-top: 15px;
}
.brand-alert + .content-wrapper {
  margin-top: 0px;
}
.brand-alert--info {
  background: #D0E5EF;
  padding: 20px 55px 20px;
}
.brand-alert--info p {
  margin: 0;
  line-height: 1.2;
  padding-left: 35px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  max-width: 765px;
}
.brand-alert--info p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url('/userfiles/images/icons.svg') no-repeat 0px -40px;
}
.content-wrapper {
  margin-top: 15px;
  background-color: white;
  margin-bottom: 40px;
  padding: 20px 55px 25px;
}
.form-control {
  background-color: white;
  border-color: #dddddd;
}
.in-stock {
  color: green !important;
  font-weight: bold;
}
.problematic-mail {
  font-size: 13px;
  margin: 5px 0 10px 0;
}
.problematic-mail .btn.green {
  margin-top: 8px;
  padding: 8px 12px;
}
.content h4 {
  color: #313131;
}
.content .produkt.content__product .item {
  display: flex;
  height: auto;
  align-items: center;
}
.content .produkt.content__product .item .all-wrapper--excluding-image {
  width: 100%;
}
.content .produkt.content__product .item .text-btn-wrapper {
  display: flex;
  justify-content: space-between;
}
.content .produkt.content__product .item .btn {
  width: auto;
  align-self: flex-end;
}
.content .produkt.content__product h2 {
  margin-top: 0;
}
.content .content__inquiry {
  width: 100%;
  background: #eaeaea;
  margin: 30px 0;
  padding: 20px;
}
.content .content__inquiry .h2 {
  margin-top: 0;
}
.content .content__menuitem {
  width: 100%;
  border: 1px solid #dddddd;
  margin: 30px 0;
  padding: 20px;
}
.content .content__menuitem .h2 {
  margin-top: 0;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.content ul li {
  list-style-type: none;
  font-size: 15px;
  margin-bottom: 10px;
  color: #000000;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 30px;
}
.content ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #d82128;
}
.content table {
  width: 100%;
  font-size: 14px;
  color: #000000;
}
.content table tr {
  background-color: white;
  border: 1px solid #dddddd;
}
.content table tr:first-of-type {
  border: none;
}
.content table tr:first-of-type td {
  color: #d82128;
  font-weight: 700;
}
.content table tr th {
  padding: 10px;
}
.content table tr td {
  padding: 10px;
  border: none;
}
.content .produkt {
  width: 100%;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}
.content .produkt .product-small-image {
  margin-right: 25px;
  position: relative;
  width: 200px;
  min-width: 200px;
  max-width: 100%;
}
.content .produkt .product-small-image img {
  max-width: 100%;
  max-height: 200px;
}
.content .produkt .product-small-image:hover .vars {
  height: auto;
}
.content .produkt .product-small-image .vars {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 95%;
  height: 35px;
  overflow: hidden;
}
.content .produkt .product-small-image .vars .var_item {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 1px solid #cdcdcd;
}
.content .produkt .product-small-image .vars .var_plus {
  cursor: pointer;
  background-color: red;
  color: red;
  float: right;
  width: 15px;
  height: 15px;
  border-radius: 8px;
}
.content .produkt h2 {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.content .produkt h2 a {
  text-decoration: none;
}
.content .produkt h2 + p {
  height: auto;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.2;
}
.content .produkt .btn.white {
  width: 100%;
}
.content .produkt .item {
  background-color: white;
  height: auto;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #dddddd;
  position: relative;
}
.content .produkt .item:hover {
  border-color: #d82128;
}
.content .produkt .icons {
  position: absolute;
  top: 10px;
  left: 0;
  height: 28px;
  color: #fff;
  margin-top: 3px;
  z-index: 9;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}
.content .produkt .icons span {
  display: block;
  padding: 2px 6px;
  margin-bottom: 3px;
}
.content .produkt .icons span.novinka {
  background: #2fbdb8;
}
.content .produkt .icons span.professional-use-only {
  background: #ac1a20;
}
.content .produkt .icons span.sleva {
  background: #d82128;
}
.content .produkt .icons span.akce {
  background: #2fbdb8;
}
.content .produkt .icons span.doporucujeme {
  background: #01b169;
}
.content .produkt .icons span.special-transport {
  background: #ec7308;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}
.content .produkt .icons span.special-transport::before {
  margin-left: 5px;
  font-size: 15px;
}
.content .produkt a:hover {
  color: #313131;
}
.content .produkt .cena_box {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content .produkt .cena {
  display: block;
  color: #d82128;
  font-size: 16px;
  font-weight: bold;
}
.content .produkt .cena.dop {
  color: black;
  font-weight: 300;
  font-size: 13px;
  text-decoration: line-through;
  line-height: 100%;
}
.navbar-toggle {
  margin: 5px 15px;
  padding: 0;
}
.navbar-toggle .button-label {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 5px;
  color: white;
}
.navbar-toggle .button-hamburger {
  display: table-cell;
  vertical-align: middle;
}
.navbar-toggle .button-hamburger .icon-bar {
  background-color: white;
}
.breadcrumb_nav .breadcrumb {
  padding-left: 0;
  margin: 10px 0 0 0;
}
.breadcrumb_nav .breadcrumb > li + li:before {
  content: "";
  padding: 0px 14px;
  background: url('/userfiles/images/icons.svg') no-repeat -589px 0px;
  width: 15px;
  height: 15px;
}
.breadcrumb_nav .breadcrumb li:last-of-type span {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.breadcrumb_nav .breadcrumb li a {
  font-weight: 500;
  color: #313131;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb_nav .breadcrumb li a:hover {
  color: #d82128;
  text-decoration: underline;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#free-shipping-bar {
  margin-top: 20px;
  margin-bottom: 10px;
}
#free-shipping-bar p {
  color: #000000;
  display: inline-block;
  margin: 0;
}
.list-group-item {
  cursor: pointer;
}
.progress {
  border-radius: 4px;
  margin-top: 10px;
  background-color: #dddddd;
  padding: 3px 4px;
  height: 11px;
  margin-bottom: 50px;
}
.progress .progress-bar {
  float: left;
  height: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#368d09+0,79bb45+100 */
  background: #368d09;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #368d09 0%, #79bb45 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#368d09', endColorstr='#79bb45', GradientType=1);
  /* IE6-9 */
}
.order_free_shipping #free-shipping-bar {
  max-width: 500px;
  min-width: 300px;
  float: right;
  margin-top: -80px;
}
.order_free_shipping #free-shipping-bar .progress {
  margin-bottom: 10px;
}
@media all and (max-width: 1240px) {
  .brand-alert {
    padding: 10px 25px;
  }
  .content-wrapper {
    padding: 25px;
  }
}
@media all and (max-width: 768px) {
  .brand-alert p {
    font-size: 13px;
  }
  .dop__widget {
    display: none;
    visibility: hidden;
  }
  #hw-87kwowifjjowiklsadh666left {
    display: none;
    visibility: hidden;
  }
  .order_free_shipping #free-shipping-bar {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .content .produkt.content__product img {
    max-height: 100%;
    max-width: 100%;
  }
  .content .produkt.content__product .item {
    flex-wrap: wrap;
  }
  .content .produkt.content__product .item .product-small-image {
    margin: auto;
    margin-bottom: 15px;
    max-width: 200px;
    min-width: unset;
    width: auto;
  }
  .content .produkt.content__product .item .text-btn-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}
h2.new-icon--forklift {
  display: inline-flex;
  align-items: center;
  flex-flow: row-reverse;
  background: #ec7308;
  padding: 8px 10px;
  color: #fff;
  margin: 20px 0 5px 0;
  border-radius: 5px;
}
h2.new-icon--forklift::before {
  margin-left: 8px;
  font-size: 22px;
  color: #fff;
}
.slider {
  margin-top: 40px;
  margin-bottom: 15px;
}
.slider .slider_box {
  height: 330px;
  overflow: hidden;
}
.slider .slider_box .img-responsive {
  height: auto !important;
}
@media all and (max-width: 948px) {
  .slider .slider_box {
    height: 280px;
  }
}
@media all and (max-width: 768px) {
  .slider .slider_box {
    height: 230px;
  }
  .slider .slider_box .img-responsive {
    height: 100% !important;
  }
}
.slider-wrapper .product-slick-wrapper {
  margin-top: -151px;
  border: 1px solid #dddddd;
  background: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 140px;
  min-height: 290px;
}
.slider-wrapper .product-slick-wrapper .car-items {
  display: block;
  width: 100%;
  height: 100%;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item {
  display: flex;
  text-decoration: none;
  outline: none;
  align-items: center;
  color: #0e0e0e;
  max-width: 650px;
  margin: auto;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .image {
  min-width: 237px;
  max-width: 237px;
  margin-right: 45px;
  height: 237px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image {
  float: left;
  display: inline-block;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image .h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image .h3 small {
  display: block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: #d82128;
  margin-bottom: 8px;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image .info-slider {
  margin-top: 10px;
  font-size: 15px;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .price-and-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .price-and-btn .price {
  margin-right: 56px;
  font-size: 20px;
  font-weight: bold;
  color: #0e0e0e;
}
.slider-wrapper .product-slick-wrapper .car-items .car-item .price-and-btn .price span {
  color: #0e0e0e;
  font-size: 11px;
  font-weight: 400;
  display: block;
}
.slider-wrapper .product-slick-wrapper:after {
  position: relative;
  content: "";
}
.slider-wrapper .product-slick-wrapper .arrow {
  cursor: pointer;
  box-shadow: #0e0e0e;
  z-index: 5;
  background: white;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 7px;
}
.slider-wrapper .product-slick-wrapper .arrow:hover .image img,
.slider-wrapper .product-slick-wrapper .arrow:focus .image img {
  transform: scale(1.1);
}
.slider-wrapper .product-slick-wrapper .arrow .ico {
  width: 15px;
  height: 15px;
  border-left: 2px solid #0e0e0e;
  border-bottom: 2px solid #0e0e0e;
  position: relative;
}
.slider-wrapper .product-slick-wrapper .arrow .image {
  margin-top: -25px;
  height: 115px;
  width: 100%;
}
.slider-wrapper .product-slick-wrapper .arrow .image img {
  transition: 0.5s transform;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.slider-wrapper .product-slick-wrapper .arrow.right {
  right: 180px;
}
.slider-wrapper .product-slick-wrapper .arrow.right .ico {
  right: 6px;
  transform-origin: 50% 50%;
  transform: rotate(-135deg);
}
.slider-wrapper .product-slick-wrapper .arrow.left {
  left: 180px;
}
.slider-wrapper .product-slick-wrapper .arrow.left .ico {
  left: 6px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
.slider-wrapper .product-slick-wrapper .product-dots {
  display: block;
  padding-top: 40px;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translate(-50%);
}
.slider-wrapper .product-slick-wrapper .product-dots .slick-dots {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  margin-left: -3px;
  align-items: center;
}
.slider-wrapper .product-slick-wrapper .product-dots .slick-dots li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 3px;
}
@media all and (max-width: 1240px) {
  .slider-wrapper .product-slick-wrapper {
    min-height: 200px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image {
    padding-right: 0px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image small {
    font-size: 18px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image .info-slider {
    font-size: 13px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .image {
    margin-left: 15px;
  }
  .slider-wrapper .product-slick-wrapper .arrow.right {
    right: 50px;
  }
  .slider-wrapper .product-slick-wrapper .arrow.left {
    left: 50px;
  }
}
@media all and (max-width: 948px) {
  .slider-wrapper .product-slick-wrapper {
    padding: 0 90px;
  }
  .slider-wrapper .product-slick-wrapper .arrow.left {
    left: 40px;
  }
  .slider-wrapper .product-slick-wrapper .arrow.right {
    right: 40px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .image {
    margin-right: 0px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .btn {
    font-size: 10px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image .h3 {
    font-size: 11px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image small {
    font-size: 12px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .text-at-image .info-slider {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .slider-wrapper .product-slick-wrapper .car-items .car-item {
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .image {
    margin-left: 0px;
    height: 137px;
    min-width: 127px;
    max-width: 127px;
  }
}
@media all and (max-width: 500px) {
  .slider-wrapper .product-slick-wrapper {
    padding: 0 40px;
  }
  .slider-wrapper .product-slick-wrapper .arrow.left {
    left: 9px;
  }
  .slider-wrapper .product-slick-wrapper .arrow.right {
    right: 9px;
  }
  .slider-wrapper .product-slick-wrapper .car-items .car-item .image {
    height: 117px;
    min-width: 117px;
    max-width: 117px;
  }
}
.services-list-intro {
  max-width: 1920px;
  background: #eaeaea;
  width: 100%;
  position: relative;
  min-height: 550px;
  margin: auto;
}
.services-intro {
  min-height: 550px;
}
.services .services_wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
}
.services .services_wrapper .sluzby_item,
.services .services_wrapper .contact-box_krejsa {
  min-height: 175px;
}
.services .services_wrapper .sluzby_item {
  background: #FFFFFF;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #dddddd;
  padding: 25px 65px 25px 25px;
}
.services .services_wrapper .sluzby_item p {
  margin-bottom: 0;
}
.services .services_wrapper .sluzby_item .h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.services .services_wrapper .sluzby_item .btn {
  min-height: 33px;
  min-width: 33px;
  padding: unset;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.services .services_wrapper .sluzby_item .btn .ico {
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-radius: 0;
  transform-origin: 50% 50%;
  transform: rotate(-135deg);
  position: absolute;
  right: 13px;
  top: 13px;
}
.services .services_wrapper .sluzby_item a {
  text-decoration: none;
}
.services .services_wrapper .sluzby_item a .h2 {
  font-size: 24px;
}
.services .services_wrapper .sluzby_item a .sluzby_item-info {
  font-weight: 500;
}
@media all and (max-width: 948px) {
  .services-intro,
  .services-list-intro {
    min-height: unset;
  }
  .services .services_wrapper .sluzby_item a .sluzby_item-info {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .services .services_wrapper .sluzby_item .btn {
    right: 10px;
    bottom: 10px;
  }
  .services .services_wrapper .sluzby_item a .h2 {
    font-size: 20px;
  }
}
.detail-sluzby-intro {
  max-width: 1920px;
  background: #eaeaea;
  width: 100%;
  position: relative;
  min-height: 520px;
  margin: auto;
}
.intro-d .h1 {
  color: #FFFFFF;
  margin-top: 77px;
}
.intro-d .lead-text {
  font-size: 16px;
  color: #FFFFFF;
  padding-right: 120px;
  margin-bottom: 20px;
}
.intro-d .img-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.intro-d .img-gradient {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery-and-content {
  background: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 55px;
  padding-top: 55px;
}
.gallery-and-content .detail-gallery {
  margin-top: 60px;
  margin-bottom: 45px;
}
.gallery-and-content .detail-gallery .image-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gallery-and-content .detail-gallery .image-wrapper a {
  width: 240px;
  height: 173px;
  left: 0;
  top: 0;
  margin-right: 14px;
  margin-bottom: 14px;
  display: block;
}
.gallery-and-content .detail-gallery .image-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .content__red-box {
  max-width: 745px;
  background: #d82128;
  width: 100%;
  position: relative;
  min-height: 250px;
  margin: 45px 0;
  display: flex;
  z-index: 1;
}
.content .content__red-box .text-and-button {
  position: relative;
  padding: 40px 60px 40px 0px;
  z-index: 2;
}
.content .content__red-box .text-and-button h2 {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 0;
}
.content .content__red-box .text-and-button p {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
.content .content__red-box .image {
  margin-right: 20px;
  flex-shrink: 0;
  width: 270px;
  height: 270px;
}
.content .content__red-box .image img {
  max-width: 100%;
  max-height: 100%;
}
@media all and (max-width: 1240px) {
  .detail-sluzby-intro {
    min-height: 430px;
  }
  .intro-d .lead-text {
    padding-right: 55px;
    font-size: 13px;
  }
}
@media all and (max-width: 948px) {
  .content .content__red-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .content .content__red-box .image {
    width: 180px;
    height: 180px;
  }
  .content .content__red-box .text-and-button {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .detail-sluzby-intro {
    min-height: 360px;
  }
  .intro-d .h1 {
    font-size: 21px;
    margin-top: 40px;
  }
  .intro-d .lead-text {
    font-size: 12px;
    padding-right: 10px;
  }
  .gallery-and-content .content .red-box .text-and-button {
    padding-left: 260px;
    padding-right: 27px;
  }
  .gallery-and-content .content .red-box .text-and-button h2 {
    font-size: 22px;
  }
  .gallery-and-content .content .red-box .text-and-button p {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  .detail-sluzby-intro {
    min-height: unset;
  }
  .gallery-and-content .detail-gallery .image-wrapper .gallery-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery-and-content .content .content__red-box {
    min-height: unset;
  }
  .gallery-and-content .content .red-box .text-and-button {
    padding: 20px;
  }
  .gallery-and-content .content .red-box .text-and-button h2 {
    font-size: 17px;
  }
  .gallery-and-content .content .red-box .text-and-button p {
    font-size: 12px;
  }
}
.contact-form--new {
  background: #FFFFFF;
  padding: 80px 0;
}
.contact-form--new.contact-form--blog-var {
  border-top: 1px solid #eaeaea;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form--new .headings {
  display: block;
  text-align: center;
}
.contact-form--new .headings .h2 {
  margin-top: 0;
}
.contact-form--new .headings .h2 span {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 33px;
}
.contact-form--new .form-wrapper {
  max-width: 370px;
  display: block;
  margin: auto;
}
.contact-form--new .form-wrapper input {
  padding: 10px;
  outline: none;
}
.contact-form--new .form-wrapper textarea {
  padding: 10px;
  outline: none;
}
.contact-form--new .form-wrapper .form-att {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0px;
  font-weight: 500;
}
.contact-form--new .form-wrapper .form-all {
  width: 100%;
  background: #F4F4F4;
  border: none;
  margin-bottom: 10px;
  height: 49px;
}
.contact-form--new .form-wrapper .form-all.bigger {
  height: 149px;
}
.contact-form--new .form-wrapper .agree-and-button {
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-form--new .form-wrapper .agree-and-button .agree {
  font-size: 12px;
  font-weight: 500;
  padding-right: 15px;
  padding-top: 5px;
}
.contact-form--new .form-wrapper .agree-and-button .agree a {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  color: #d82128;
}
.contact-form--new .form-wrapper .agree-and-button .agree a:hover,
.contact-form--new .form-wrapper .agree-and-button .agree a:focus {
  color: #ac1a20;
}
.contact-form--new .form-wrapper .agree-and-button .btn {
  margin-bottom: inherit;
}
@media all and (max-width: 1240px) {
  .contact-form--new .headings .h2 {
    font-size: 30px;
  }
  .contact-form--new .headings .h2 span {
    font-size: 14px;
  }
  .contact-form--new .form-wrapper .agree-and-button {
    display: block;
    text-align: center;
  }
  .contact-form--new .form-wrapper .agree-and-button .btn {
    margin: auto;
  }
  .contact-form--new .form-wrapper .agree-and-button .agree {
    padding: 0 30px;
  }
}
@media all and (max-width: 948px) {
  .contact-form--new .headings .h2 {
    font-size: 24px;
  }
  .contact-form--new .headings .h2 span {
    font-size: 13px;
  }
  .contact-form--new .form-wrapper .agree-and-button {
    display: block;
    text-align: center;
  }
  .contact-form--new .form-wrapper .agree-and-button .btn {
    margin: auto;
  }
  .contact-form--new .form-wrapper .agree-and-button .agree {
    padding: 0px;
  }
}
@media all and (max-width: 768px) {
  .contact-form--new .form-wrapper {
    display: block;
    margin: auto;
  }
}
.ico-validation-btn {
  max-width: 368px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1240px) {
  .ico-validation-btn {
    max-width: 268px;
  }
}
@media all and (max-width: 948px) {
  .ico-validation-btn {
    max-width: 207px;
  }
}
@media all and (max-width: 768px) {
  .ico-validation-btn {
    max-width: 310px;
  }
}
.form-control--ico {
  max-width: 190px;
}
@media all and (max-width: 1240px) {
  .form-control--ico {
    max-width: 140px;
  }
}
@media all and (max-width: 948px) {
  .form-control--ico {
    max-width: 193px;
  }
}
@media all and (max-width: 768px) {
  .form-control--ico {
    max-width: 185px;
  }
}
.btn-ico {
  min-width: 135px;
  min-height: 46px;
}
@media all and (max-width: 1240px) {
  .btn-ico {
    min-width: 100px;
  }
}
@media all and (max-width: 948px) {
  .form-group--ico {
    max-width: 193px;
    margin: 0 auto;
  }
}
.history {
  background: #efefef;
  padding-top: 50px;
  padding-bottom: 40px;
}
.history .desktop-history-section {
  display: flex;
  align-items: stretch;
}
.history .desktop-history-section:before,
.history .desktop-history-section:after {
  content: " ";
  display: table;
}
.history .desktop-history-section:after {
  clear: both;
}
.history .desktop-history-section:before,
.history .desktop-history-section:after {
  content: " ";
  display: table;
}
.history .desktop-history-section:after {
  clear: both;
}
.history .right {
  padding-top: 90px;
}
.history .right .box {
  margin-left: 45px;
  margin-right: 0;
}
.history .right .box:after {
  left: -54px;
  right: auto;
}
.history .right .box:before {
  left: -40px;
}
.history .right,
.history .left {
  width: 50%;
  float: left;
  position: relative;
}
.history .line {
  display: block;
  width: 3px;
  background: #e4e4e4;
  position: absolute;
  right: -1px;
  top: 38px;
  bottom: 237px;
}
.history .box {
  margin-bottom: 35px;
  padding: 30px 25px;
  background: #fff;
  position: relative;
  margin-right: 45px;
}
.history .box .content p {
  margin: 20px 0;
}
.history .box .content :first-child {
  margin-top: 0;
}
.history .box .content img {
  margin: auto;
}
.history .box .content :last-child {
  margin-bottom: 0;
}
.history .box:after {
  top: 38px;
  right: -54px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #c4161c;
}
.history .box:before,
.history .box:after {
  content: "";
  position: absolute;
  display: block;
}
.history .box:before {
  transform: rotate(180deg);
  background: #DFDFDF;
  width: 40px;
  right: auto;
  right: -40px;
  top: 46px;
  height: 1px;
}
.history .box p {
  font-weight: 500;
  padding-right: 7px;
  margin-bottom: 0;
}
.history .box .image {
  margin: 30px auto 0;
  max-width: 100%;
  display: block;
}
.history .box .h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.history .box .h2 span {
  color: #d82128;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
}
@media all and (max-width: 948px) {
  .history .box {
    margin-right: 0px;
  }
  .history .box:after,
  .history .box:before {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .history .box .h2 {
    font-size: 20px;
  }
  .history .box .h2 span {
    font-size: 15px;
  }
  .history .box p {
    font-size: 12px;
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
  flex-direction: column;
}
.modal[open],
.modal.open {
  transition: 0s !important;
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__close {
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.09);
  z-index: 5;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  top: -20px;
  right: -20px;
  position: absolute;
}
.modal__close:before,
.modal__close:after {
  background: #707070;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal__close:after {
  width: 15px;
  height: 2px;
}
.modal__close:before {
  width: 2px;
  height: 15px;
}
.modal__top {
  margin: 0 0 15px 0;
  flex-direction: column;
}
@include media(948px) {
  flex-direction: row;
  margin: 0 0 30px 0;
}
.modal__link {
  font-size: 1.4rem;
  color: #32404E;
}
.modal__wrap {
  max-width: 460px;
  width: 100%;
}
.modal__title {
  text-align: center;
  font-weight: 700;
}
@include media(1240px) {
  font-size: 3rem;
}
.modal__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #37B56D;
  margin: 10px 0;
  position: relative;
}
@include media(948px) {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.modal__icon::after {
  @include pseudo(block, relative);
  width: 8px;
  height: 16px;
  top: -2px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
}
.modal__container {
  position: relative;
  z-index: 22;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
  width: 100%;
}
.modal--product .modal__container {
  max-width: 940px;
}
.modal--parcelshop .modal__container {
  max-width: 1500px;
}
.modal--info .modal__container {
  max-width: 530px;
}
.modal--product .modal__container,
.modal--gdpr .modal__container,
.modal--info .modal__container {
  padding: 15px;
}
@include media(948px) {
  padding: 30px;
}
.modal--centered .modal__container {
  margin: auto;
}
.modal__container .content p:last-of-type {
  margin: 0;
}
.modal__container .button {
  margin-left: 0;
  margin-top: 20px;
}
.modal__container--light {
  background: #E4E8EC;
}
.modal__products {
  background: #E4E8EC;
}
.modal__parcelshop {
  max-height: 100%;
}
.modal__product-add {
  flex: 1;
  justify-content: center;
}
@include media(948px) {
  justify-content: flex-end;
}
.modal__product {
  align-items: center;
  color: #000000;
  padding: 10px 0;
  margin: 0 0 20px 0;
}
@include media(948px) {
  padding: 25px 0;
}
.modal__product-info {
  flex-basis: 100%;
  flex-direction: column;
}
@include media(480px) {
  flex-direction: row;
}
@include media(948px) {
  flex-basis: auto;
}
.modal__product-title {
  font-size: 1.4rem;
  max-width: 200px;
}
@include media(948px) {
  font-size: 1.6rem;
}
.modal__product-figure {
  height: 50px;
  width: 50px;
  margin: 8px 0;
}
@include media(480px) {
  margin-right: 12px;
}
@include media(948px) {
  width: 75px;
  margin-right: 20px;
}
.modal__product-img {
  max-height: 100%;
  max-width: 100%;
}
.modal__product-vat {
  font-weight: 700;
  font-size: 2rem;
}
.modal__buttons {
  justify-content: space-between;
}
.modal__buttons .modal__button:first-of-type {
  margin-right: 20px;
}
.tp-table {
  display: table;
  width: 100%;
  min-width: 880px;
}
.tp-table-responsive {
  margin-bottom: 50px;
}
.tp-table .t-image {
  width: 68px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
}
.tp-table .t-image img {
  max-width: 100%;
  max-height: 100%;
}
.tp-table .t-nm-img {
  display: flex;
  align-items: center;
}
.tp-table .t-item {
  padding: 7px 18px;
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.tp-table .t-item:nth-of-type(1),
.tp-table .t-item:nth-of-type(2) {
  text-align: left;
}
.tp-table .t-header {
  display: table-header-group;
}
.tp-table .t-header .t-item {
  border-bottom: 1px solid #d82128;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.tp-table .t-body {
  display: table-row-group;
}
.tp-table .t-body .t-item {
  padding: 18px 18px;
}
.tp-table .t-body .t-item:first-of-type {
  font-weight: 600;
}
.tp-table .t-body .t-row:nth-of-type(odd) {
  background: #F8F8F8;
}
.tp-table .t-row {
  display: table-row;
}
.tp-info-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  width: 100%;
  justify-content: space-between;
}
.tp-info-row__item h3 {
  margin-top: 10px;
}
.tp-info-row__item:first-of-type {
  margin-right: 30px;
}
.important-files {
  margin-bottom: 50px;
}
.important-files .h2 {
  font-size: 24px;
  margin-top: 75px;
}
.important-files .important-targets {
  position: relative;
}
.important-files .important-targets a {
  color: #d82128;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
}
.important-files .important-targets a:before {
  content: '';
  background: url('/userfiles/images/icons.svg') no-repeat -617px 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
}
.container.contact {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 30px;
}
.container.contact.smaller {
  background: transparent;
}
.container.contact.smaller .contact-white-wrapper {
  background: white;
  padding: 15px 30px;
  margin: 20px 0;
}
.person {
  margin: 20px 0;
  min-height: 120px;
}
.person strong {
  margin-top: 10px;
  display: inline-block;
}
.contact-box a {
  text-decoration: none;
}
.contact-box strong {
  font-weight: 600;
}
.contact-box .name {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-box .text {
  display: flex;
  flex-wrap: wrap;
}
.contact-box .icon {
  width: 60px;
  height: 60px;
  margin-left: 7px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-box span {
  display: block;
}
.contact-box .contact {
  padding-left: 28px;
  position: relative;
  display: block;
}
.contact-box .contact:before {
  content: '';
  left: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/icons.png) -129px -303px no-repeat;
  position: absolute;
  top: 5px;
}
.contact-box .contact .phone {
  font-size: 15px;
  font-weight: 600;
}
.contact-box .contact .hours {
  font-size: 12px;
  font-weight: normal;
  color: #959595;
}
.contact-box .left-col {
  line-height: 1.3;
}
.contact-box .left-col .mail {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
}
.contact-box .left-col .mail:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/icons.png) -174px -303px no-repeat;
  position: absolute;
  left: 0px;
  top: 3px;
}
.contact-box .right-col,
.contact-box .left-col {
  display: inline-block;
}
.contact-box-new {
  border: 1px solid;
  background: white;
  border-radius: 5px;
  min-height: 250px;
  display: flex;
  justify-content: space-between;
  padding: 35px 20px 35px 45px;
}
.contact-box-new .left-part {
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-box-new .left-part .ico {
  background: url('/userfiles/images/icons.svg') no-repeat -515px -3px;
  display: block;
  width: 30px;
  height: 60px;
}
.contact-box-new .right-part {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-box-new .helper {
  display: inline-flex;
  max-width: 160px;
}
.contact-box-new .helper .h3 {
  font-size: 26px;
  font-weight: 600;
  color: #313131;
  margin: unset;
}
.contact-box-new .contact_krejsa {
  display: inline-flex;
}
.contact-box-new .contact_krejsa:not(.contact_krejsova) {
  margin-bottom: 30px;
}
.contact-box-new .contact_krejsa .image-krejsa-wrapper {
  height: 74px;
  width: 74px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.contact-box-new .contact_krejsa .image-krejsa-wrapper .img-krejsa {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-box-new .contact_krejsa .krejsa-info {
  display: inline-block;
  line-height: 1.2;
}
.contact-box-new .contact_krejsa .krejsa-info .krejsa-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #313131;
  margin-bottom: 4px;
}
.contact-box-new .contact_krejsa .krejsa-info .krejsa-number {
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #313131;
  text-decoration: none;
}
.contact-box-new .contact_krejsa .krejsa-info .krejsa-number:hover,
.contact-box-new .contact_krejsa .krejsa-info .krejsa-number:focus {
  text-decoration: none;
  color: #777777;
}
.contact-box-new .contact_krejsa .krejsa-info .krejsa-mail {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #d82128;
}
.contact-box-new .contact_krejsa .krejsa-info .krejsa-mail:hover,
.contact-box-new .contact_krejsa .krejsa-info .krejsa-mail:focus {
  color: #ac1a20;
}
@media all and (max-width: 1240px) {
  .contact-box-new {
    margin-bottom: 30px;
    max-width: 500px;
  }
  .contact-box-new .helper .h3 {
    font-size: 20px;
  }
  .contact-box-new .contact_krejsa .krejsa-info .krejsa-name {
    font-size: 14px;
  }
}
@media all and (max-width: 948px) {
  .contact-box-new {
    padding: 25px 10px 25px 25px;
    flex-direction: column;
  }
  .contact-box-new .left-part {
    flex-direction: row;
    justify-content: space-between;
    max-width: unset;
  }
  .contact-box-new .helper .h3 {
    font-size: 15px;
  }
  .contact-box-new .contact_krejsa .image-krejsa-wrapper {
    margin-right: 10px;
  }
}
@media all and (max-width: 768px) {
  .contact-box-new {
    max-width: 440px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .contact-box-new .helper .h3 {
    font-size: 17px;
  }
  .contact-box-new .contact_krejsa .krejsa-info .krejsa-name {
    font-size: 12px;
  }
  .contact-box-new .contact_krejsa .krejsa-info .krejsa-number {
    font-size: 12px;
  }
  .contact-box-new .contact_krejsa .krejsa-info .krejsa-mail {
    font-size: 12px;
  }
}
.contact-box_krejsa {
  background: #FFFFFF;
  position: relative;
  border: 1px solid #dddddd;
  max-width: 420px;
  padding: 25px 80px 25px 25px;
}
.contact-box_krejsa .h2 {
  margin-top: unset;
}
.contact-box_krejsa .contact_krejsa {
  display: inline-flex;
  position: relative;
}
.contact-box_krejsa .contact_krejsa .image-krejsa-wrapper {
  height: 74px;
  width: 74px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.contact-box_krejsa .contact_krejsa .image-krejsa-wrapper .img-krejsa {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-box_krejsa .contact_krejsa .krejsa-info {
  display: block;
  line-height: 1.5;
}
.contact-box_krejsa .contact_krejsa .krejsa-info .krejsa-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-box_krejsa .contact_krejsa .krejsa-info .krejsa-number {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.contact-box_krejsa .contact_krejsa .krejsa-info .krejsa-number:hover,
.contact-box_krejsa .contact_krejsa .krejsa-info .krejsa-number:focus {
  text-decoration: none;
  color: #777777;
}
.contact-box_krejsa .contact_krejsa .krejsa-info .krejsa-mail {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #d82128;
}
.contact-box_krejsa .contact_krejsa .krejsa-info .krejsa-mail:hover,
.contact-box_krejsa .contact_krejsa .krejsa-info .krejsa-mail:focus {
  text-decoration: none;
  color: #ac1a20;
}
.contact-box_krejsa .ico {
  background: url('/userfiles/images/icons.svg') no-repeat -515px -3px;
  width: 30px;
  height: 60px;
  position: absolute;
  bottom: 19px;
  right: 20px;
}
.contact-box_krejsa a {
  text-decoration: none;
}
.contact-box_krejsa a .h2 {
  font-size: 24px;
  padding: 25px;
  margin: unset;
}
.contact-box_krejsa a .sluzby_item-info {
  font-weight: 500;
  padding-left: 25px;
  padding-right: 75px;
}
@media all and (max-width: 768px) {
  .contact-box_krejsa {
    padding: 15px 50px 15px 15px;
  }
  .contact-box_krejsa .ico {
    right: 10px;
  }
}
.hlavicka {
  background-color: white;
}
.hlavicka .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.hlavicka a {
  color: #000000;
  text-decoration: none;
}
.hlavicka .top {
  border-bottom: 1px solid #dddddd;
}
.hlavicka .top .row {
  margin-top: 3px;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}
.hlavicka .lang img {
  height: 20px;
  margin-right: 5px;
  opacity: 0.35;
  transition: opacity 300ms ease;
}
.hlavicka .lang a.active img,
.hlavicka .lang a:hover img,
.hlavicka .lang a:focus img,
.hlavicka .lang a:active img {
  opacity: 1;
}
.hlavicka .horni_menu ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.hlavicka .horni_menu ul li.level1 {
  margin-right: 6px;
}
.hlavicka .horni_menu ul li:last-of-type {
  margin-right: 0;
}
.hlavicka .horni_menu ul li a {
  font-size: 11px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
}
.hlavicka .horni_menu .navbar-toggle .button-label {
  color: #000;
  font-size: 15px;
}
.hlavicka .horni_menu .navbar-toggle .button-hamburger .icon-bar {
  background: #000;
}
.hlavicka .horni_menu .navbar-toggle .button-hamburger .icon-bar + .icon-bar {
  margin-top: 3px;
}
.hlavicka .telefon p {
  font-size: 14px;
  color: #868686;
  padding: 0;
  margin: 0;
}
.hlavicka .telefon p a {
  padding-right: 10px;
}
.hlavicka .telefon p a:hover {
  color: #1a1a1a;
}
.hlavicka .telefon .phone:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/icons.png) -84px -305px no-repeat;
  position: relative;
  top: 7px;
}
.hlavicka .ucet {
  margin: 0;
}
.hlavicka .ucet > a:first-of-type {
  font-size: 11px;
  position: relative;
  float: right;
  padding-left: 25px;
  text-transform: uppercase;
}
.hlavicka .ucet > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  background: url(/userfiles/images/icons.png) -160px -230px no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.hlavicka .logo {
  margin-top: 14px;
  margin-bottom: 20px;
}
.hlavicka .form-group {
  margin-bottom: 0;
}
.hlavicka .search {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}
.hlavicka .search .text {
  width: 100%;
  background: url(/userfiles/images/icons.png) 5px -40px no-repeat #f4f4f4;
  padding: 5px;
  height: 50px;
  padding-left: 45px;
  padding-right: 10px;
  float: left;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #dddddd;
}
.hlavicka .search .btn {
  position: absolute;
  top: 0;
  right: 15px;
  float: right;
  height: 50px;
}
.account-nav {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: white;
  border: 1px solid #dddddd;
  padding: 10px;
  top: 28px;
  right: 0;
  width: 240px;
}
.account-nav a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}
.account-nav input[type=submit] {
  margin-top: 5px;
}
.account-nav label {
  font-size: 12px;
  margin-right: 20px;
}
.produkty {
  padding-bottom: 50px;
}
.produkty h3 {
  margin: 65px 0;
}
.produkty .produkt_box {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.produkty .produkt {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 25px;
}
.produkty .produkt .code {
  font-size: 11px;
  font-weight: 700;
  height: 28px;
  right: 0;
  position: absolute;
  top: 8px;
  z-index: 9;
  padding: 2px 6px;
  background: #fff;
}
.produkty .produkt.small {
  max-width: 250px;
  height: auto;
  float: left;
  min-height: auto;
}
.produkty .produkt .product-small-image {
  position: relative;
}
.produkty .produkt .product-small-image:hover .vars {
  height: auto;
}
.produkty .produkt .product-small-image .vars {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 95%;
  height: 35px;
  overflow: hidden;
}
.produkty .produkt .product-small-image .vars .var_item {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 1px solid #cdcdcd;
}
.produkty .produkt .product-small-image .vars .var_plus {
  cursor: pointer;
  background-color: red;
  color: red;
  float: right;
  width: 15px;
  height: 15px;
  border-radius: 8px;
}
.produkty .produkt h2 {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  min-height: 60px;
  margin-top: 15px;
  margin-bottom: 0;
  height: auto;
  line-height: 1.4;
}
.produkty .produkt h2 a {
  text-decoration: none;
}
.produkty .produkt h2 + p {
  height: 55px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.2;
}
.produkty .produkt .btn.white {
  width: 100%;
}
.produkty .item {
  background-color: white;
  min-height: 480px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #dddddd;
  position: relative;
}
.produkty .item:hover {
  border-color: #d82128;
}
.produkty .icons {
  position: absolute;
  top: 6px;
  left: 0;
  height: 28px;
  color: #fff;
  margin-top: 3px;
  z-index: 9;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.produkty .icons span {
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 3px;
}
.produkty .icons span.novinka {
  background: #2fbdb8;
}
.produkty .icons span.sleva {
  background: #d82128;
}
.produkty .icons span.professional-use-only {
  background: #ac1a20;
}
.produkty .icons span.akce {
  background: #2fbdb8;
}
.produkty .icons span.doporucujeme {
  background: #01b169;
}
.produkty .icons span.special-transport {
  background: #ec7308;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}
.produkty .icons span.special-transport::before {
  margin-left: 5px;
  font-size: 15px;
}
.produkty img {
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.produkty a:hover {
  color: #313131;
}
.produkty .cena_box {
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.produkty .cena {
  display: block;
  color: #d82128;
  font-size: 16px;
  font-weight: bold;
}
.produkty .cena.dop {
  color: black;
  font-weight: 300;
  font-size: 13px;
  text-decoration: line-through;
  line-height: 100%;
}
@media all and (max-width: 1278px) {
  .produkty .produkt:nth-child(1 + 2n) {
    padding-right: 15px;
  }
}
.blog__articles {
  padding-bottom: 100px;
}
.blog__articles .h2 {
  font-weight: 600;
}
.blog__articles .full-ref {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.blog__articles .pagination {
  display: inline-flex;
  align-items: center;
}
.blog__articles .pagination li.arrow.disabled {
  display: none;
}
.blog__articles .pagination li.arrow.beginning,
.blog__articles .pagination li.arrow.end {
  display: none;
}
.blog__articles .pagination li.arrow.right,
.blog__articles .pagination li.arrow.left {
  position: relative;
}
.blog__articles .pagination li.arrow.right a,
.blog__articles .pagination li.arrow.left a {
  padding: 11px 22px;
  border: 2px solid #dddddd;
  background: white;
  text-indent: -10000px;
}
.blog__articles .pagination li.arrow.right:after,
.blog__articles .pagination li.arrow.left:after {
  z-index: 20;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('/userfiles/images/icons.svg') no-repeat 0 -300px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.blog__articles .pagination li.arrow.right:after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.blog__articles .pagination li.arrow.left:after {
  transform: translate(-50%, -50%);
}
.blog__articles .pagination li.active span {
  padding: 12px 20px;
  background: #d82128;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.blog__articles .pagination li a {
  padding: 12px 20px;
  background: transparent;
  border: none;
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.author-box {
  padding: 14px 20px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  background: white;
  z-index: 6;
}
.author-box .author-img {
  margin: auto;
  margin-bottom: 12px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.author-box .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-box .author-label {
  font-size: 13px;
  display: block;
  line-height: 1;
  text-align: center;
}
.author-box .author-name {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.blog-col .rubrics {
  margin-bottom: 50px;
}
.blog-col .rubrics .h2 {
  font-weight: 600;
}
.blog-col .rubrics .rubric-name {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 9px;
  font-weight: 600;
  color: #d82128;
}
.blog-col .rubrics .rubric-name:hover {
  color: #ac1a20;
}
.blog-col .rubrics .rubric-name.submenu {
  padding-left: 15px;
  font-weight: 600;
  font-size: 13px;
  position: relative;
}
.blog-col .rubrics .rubric-name.submenu:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d82128;
}
.blog-col .contact-box {
  margin-bottom: 50px;
}
.blog-col .contact-box .h2 {
  font-weight: 600;
}
.blog-col .newsletter.right-small {
  padding-top: 20px;
}
.blog-col .newsletter.right-small p {
  font-size: 13px;
  color: #000;
}
.blog-col .newsletter.right-small .h2 {
  font-weight: 600;
}
.blog-col .newsletter.right-small .search {
  margin-top: 22px;
}
.blog-col .newsletter.right-small .newsletter_email .text {
  background-color: white;
}
.blog-col .labels .h2 {
  margin-bottom: 10px;
  margin-top: 40px;
}
.blog-col .labels a {
  color: #d82128;
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
  float: left;
}
.article-author .icon {
  margin-right: 19px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.article-author .one-line {
  display: flex;
  align-items: flex-start;
}
.article-author .one-line .icon {
  min-width: 70px;
}
.blog__section.section--separate {
  background: white;
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog__section.section--separate .similar-articles {
  margin-top: 0;
}
.blog__section.section--separate .h2 {
  margin: auto;
  text-align: center;
}
.blog__section.section--separate .gray-line {
  display: none;
}
.blog__section .content {
  padding-bottom: 60px;
}
.blog__section .content:before,
.blog__section .content:after {
  content: " ";
  display: table;
}
.blog__section .content:after {
  clear: both;
}
.blog__section .content:before,
.blog__section .content:after {
  content: " ";
  display: table;
}
.blog__section .content:after {
  clear: both;
}
.blog__section .gallery {
  margin-bottom: 30px;
}
.blog__section .gallery:before,
.blog__section .gallery:after {
  content: " ";
  display: table;
}
.blog__section .gallery:after {
  clear: both;
}
.blog__section .gallery:before,
.blog__section .gallery:after {
  content: " ";
  display: table;
}
.blog__section .gallery:after {
  clear: both;
}
.blog__section .detail-sm {
  width: 110px;
  height: 100px;
  display: inline-block;
  float: left;
}
.blog__section .detail-sm a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.blog__section .detail-sm a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__section .produkt_box {
  margin: 35px;
}
.blog__section .gray-line {
  content: "";
  position: absolute;
  height: 1px;
  background: #eaeaea;
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 60px;
}
.blog__section .similar-articles .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.blog__section .similar-articles .article {
  margin-top: 0;
  margin-bottom: 30px;
}
.blog__section .similar-articles .article .author-box {
  transform: scale(0.9, 0.9);
}
.blog__section .similar-articles .article .author-box .author-label {
  font-size: 11px;
}
.blog__section .similar-articles .article .author-box .author-name {
  font-size: 12px;
}
.blog__section .similar-articles .h2 {
  text-align: center;
  margin-bottom: 70px;
}
.blog__section .similar-articles .article .image {
  height: 180px;
}
.blog__section .full-ref {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.blog__section .gradient {
  z-index: 5;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 70%);
}
.blog__section .article {
  position: relative;
  margin-top: 60px;
}
.blog__section .article.no-image .image {
  background: #313131;
  width: 100%;
  height: 120px;
}
.blog__section .article.no-image .image .gradient {
  display: none;
}
.blog__section .article .short-lead p {
  padding-top: 25px;
  font-size: 13px;
  font-weight: normal;
}
.blog__section .article .view-more {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #d82128;
  position: relative;
  display: flex;
  align-items: center;
}
.blog__section .article .view-more:after {
  margin-left: 5px;
  top: 2px;
  content: "";
  background: url('/userfiles/images/icons.svg') no-repeat 0 -300px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
.blog__section .article h2 {
  font-size: 18px;
  font-weight: 600;
}
.blog__section .article a {
  text-decoration: none;
  cursor: pointer;
}
.blog__section .article .image {
  position: relative;
  background: #dddddd;
  width: 100%;
  height: 280px;
}
.blog__section .article .image .object-fit__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__section .article .image .rubric-label-date {
  z-index: 6;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog__section .article .image .rubric-label-date .rubric-name {
  font-weight: bold;
  color: #d82128;
  font-size: 13px;
  text-decoration: underline;
}
.blog__section .article .image .rubric-label-date .date {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  color: white;
}
.blog__section .h2 {
  font-weight: 600;
}
.blog__section .author__small-name {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.blog__section .author__small-text {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.blog__section .similar-articles {
  padding: 30px 0 30px 0;
  margin-top: 60px;
  position: relative;
}
.blog__section .gallery .detail-sm {
  margin-right: 20px;
}
.blog__section .gallery .next-photos {
  padding: 15px;
  border: #E3E3E3 1px solid;
}
.blog__section .gallery .next-photos .icon {
  margin: auto;
  width: 25px;
  display: block;
  height: 23px;
  background: url('/userfiles/images/icons.svg') no-repeat -23px -300px;
  margin-bottom: 12px;
}
.blog__section .gallery .next-photos span {
  display: block;
  margin: auto;
  text-align: center;
  line-height: 1;
  text-decoration: underline;
  color: #d82128;
  font-weight: 600;
  font-size: 14px;
}
.article__outline {
  padding-top: 30px;
  z-index: 100;
}
.article__outline.js-is-stuck {
  position: sticky;
  top: 0;
}
.article__outline.js-is-sticky .article__outline-inner {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.article__outline-inner {
  background: #eaeaea;
  padding: 5px 20px;
  margin-bottom: 50px;
}
.article__outline-inner > h3 {
  margin-top: 15px;
}
.article__outline-inner ul {
  list-style: none;
  padding: 0;
}
.article__outline-inner a {
  line-height: 1.6;
  margin: 15px 0;
  display: block;
}
.article__outline-inner a.secondary {
  margin: 5px 0 5px 20px;
  position: relative;
  font-size: 13px;
}
.article__outline-inner a.secondary:before {
  content: '•';
  position: absolute;
  font-size: 34px;
  top: 0;
  left: -18px;
  color: #d82128;
  line-height: 0.75;
}
.article__outline-inner a:hover {
  color: #d82128;
}
.fb-share-line {
  padding: 30px;
  border: #eaeaea solid 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fb-share-line p {
  font-size: 22px !important;
  font-weight: 600;
  margin-left: 28px;
  margin-bottom: 0;
  line-height: 1.2;
}
.blog-detail {
  padding-bottom: 60px;
}
.blog-detail .article-header .author-box {
  right: auto;
}
.blog-detail.no-image .article-header {
  min-height: 290px;
  background: #313131;
}
.blog-detail.no-image .article-header .gradient {
  display: none;
}
.blog-detail .article-header {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  height: 440px;
  width: 100%;
  position: relative;
  background: #313131;
}
.blog-detail .article-header .flex-wrapper {
  display: flex;
  align-items: flex-end;
}
.blog-detail .article-header .row {
  z-index: 5;
  display: flex;
  align-items: flex-end;
}
.blog-detail .article-header .author-box {
  position: relative;
  text-decoration: none;
  min-width: 150px;
  display: block;
}
.blog-detail .article-header .left-panel {
  margin-right: 60px;
  z-index: 6;
}
.blog-detail .article-header .image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-detail .article-header .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-detail .article-header h1 {
  font-size: 31px;
  font-weight: 600;
  color: white;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}
.blog-detail .rubric-label-date {
  z-index: 6;
  position: relative;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.blog-detail .rubric-label-date .rubric-name {
  font-weight: bold;
  color: #d82128;
  font-size: 19px;
  margin: 0;
}
.blog-detail .rubric-label-date .date {
  margin: 0;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 600;
  color: white;
}
.blog-detail .white-wrapper,
.blog-detail .article-header {
  padding: 0 60px;
}
.blog-detail .white-wrapper {
  position: relative;
  padding: 55px 60px;
  background: white;
}
.blog-detail .white-wrapper .row--stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.blog-detail .white-wrapper .row--stretch:before,
.blog-detail .white-wrapper .row--stretch:after {
  content: normal;
}
.blog-detail .white-wrapper .row--stretch .col-right {
  height: 100%;
  position: relative;
}
@media all and (max-width: 948px) {
  .blog__section .similar-articles .h2 {
    margin-bottom: 40px;
  }
  .blog__section .similar-articles .btn {
    margin-top: 10px;
  }
  .blog__section.section--separate {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 570px) {
  .blog-detail .white-wrapper,
  .blog-detail .article-header {
    padding: 0 20px;
  }
  .blog__section .article .author-box {
    padding: 7px 15px;
    position: absolute;
    top: 0;
    zoom: 0.9;
    background: white;
    z-index: 6;
    width: auto;
    bottom: auto;
    right: 0;
    transform: scale(0.8, 0.8);
    display: inline-block;
  }
}
.author-detail .author__detail-card {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
}
.author-detail .author__detail-card .author-img {
  margin-right: 25px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.author-detail .author__detail-card .author-heading {
  margin-top: 32px;
}
.author-detail .author__detail-card .content {
  padding-bottom: 0;
}
@media all and (max-width: 490px) {
  .fb-share-line p {
    margin: 20px 0 0 0;
    flex-basis: 100%;
  }
}
@media all and (max-width: 768px) {
  .article-author .one-line {
    flex-wrap: wrap;
  }
  .article-author .one-line .icon {
    margin-bottom: 15px;
  }
  .author-detail .author__detail-card {
    flex-wrap: wrap;
  }
  .author-detail .author__detail-card .author-img {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }
  .blog-detail .article-header h1 {
    font-size: 23px;
  }
  .blog-detail .article-header .author-box {
    position: absolute;
    top: 15px;
    bottom: auto;
    right: 0;
  }
  .blog-detail .article-header .article-row {
    height: 100%;
  }
  .blog-detail .article-header .article-row .col {
    height: 100%;
  }
  .blog-detail .article-header .article-row .col .flex-wrapper {
    height: 100%;
    position: relative;
  }
  .blog-detail h2 {
    font-size: 23px;
  }
  .blog-detail .author-box {
    padding: 11px 11px;
    min-width: 108px;
    line-height: 1.2;
  }
  .blog-detail .author-box .author-name {
    font-size: 11px;
  }
  .blog-detail .author-box .author-label {
    font-size: 10px;
  }
}
.product .right {
  float: right;
  margin: 36px 0 0;
}
.product .right .product_info {
  margin-bottom: 30px;
  border: none;
}
.product .main .product_info {
  border: none;
  border-top: 1px solid #dddddd;
}
.product .product_detail {
  background-color: white;
  border: 1px solid #dddddd;
  padding: 0 15px;
}
.product .product_detail .product_left_box {
  padding: 30px 0;
}
.product .product_detail .product_right_box {
  padding: 30px 30px 0;
  border-left: 1px solid #dddddd;
}
.product .product_detail .perex {
  margin-top: 32px;
  font-size: 14px;
  color: #313131;
}
.product .product_detail .perex p {
  margin: 0;
}
.product .product_detail .perex a {
  font-size: 14px;
  font-weight: 700;
  color: #313131;
  text-decoration: underline;
}
.product .product_detail .perex a:hover {
  color: #d82128;
}
.product .product_detail #main_product_image {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product_detail #main_product_image .overlay-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product_detail #main_product_image .overlay-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.product .product_detail #main_product_image .overlay-wrapper .text {
  color: #d82128;
  position: absolute;
  z-index: 2;
  font-size: 23px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product .product_detail #main_product_image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.product .product_detail .option_item {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 4px 0 0;
}
.product .product_detail .option_item label {
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.product .product_detail .option_item label img {
  border: 1px solid #dddddd;
  width: 48px;
  height: 48px;
}
.product .product_detail .option_item label input {
  position: absolute;
  top: 8px;
  left: 8px;
  margin: 0;
}
.product .product_detail .price {
  float: left;
  padding-right: 40px;
  line-height: 1.4;
}
.product .product_detail .price.saleEndedPrice {
  margin-bottom: 8px;
}
.product .product_detail .price p {
  color: #d82128;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.product .product_detail .price p + p {
  font-size: 15px;
  color: #313131;
  font-weight: 400;
}
.product .product_detail .action {
  font-size: 14px;
  margin-top: 20px;
}
.product .product_detail .action span:hover {
  color: #d82128;
  cursor: pointer;
}
.product .product_detail .action span + span {
  margin-left: 30px;
}
.product .product_detail .action span:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  height: 30px;
  width: 40px;
  background: url(/userfiles/images/icons.png) no-repeat;
}
.product .product_detail .action span:first-of-type:before {
  background-position: -54px -253px;
}
.product .product_detail .action span:last-of-type:before {
  background-position: -98px -253px;
}
.product .product_detail .icons {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  font-size: 12px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product .product_detail .icons span {
  display: inline-block;
  width: auto;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.product .product_detail .icons span span {
  margin-bottom: 0;
}
.product .product_detail .icons span.special-transport {
  background: #ec7308;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}
.product .product_detail .icons span.special-transport::before {
  margin-left: 5px;
  font-size: 15px;
}
.product .product_detail .icons span.novinka {
  background: #2fbdb8;
  color: white;
}
.product .product_detail .icons span.doporucujeme {
  background: #01b169;
}
.product .product_detail .icons span.professional-use-only {
  background: #ac1a20;
}
.product .product_detail .icons span.sleva {
  background: #d82128;
  color: white;
}
.product .product_detail .icons span.sleva span {
  display: inline-block;
  float: right;
  font-weight: 700;
  font-size: 16px;
  margin-left: 8px;
  padding: 0;
}
.product .product_detail .icons span.akce {
  text-transform: uppercase;
  background: #2fbdb8;
}
.product .product_info_choose {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 36px 0 0;
}
.product .product_info_choose li {
  position: relative;
  z-index: 9;
  display: inline;
  margin-right: 20px;
}
.product .product_info_choose li a {
  font-size: 15px;
  font-weight: 400;
  color: #313131;
  text-decoration: none;
}
.product .product_info_choose li.active {
  border-bottom: 2px solid #d82128;
  padding-bottom: 20px;
}
.product .product_info_choose li.active a {
  font-weight: 700;
  color: #313131;
}
.product .product_info {
  background-color: white;
  border: 1px solid #dddddd;
  padding: 26px 46px;
  margin-bottom: 50px;
}
.product .product_info p {
  font-size: 15px;
}
.product .product_info h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.product .product_info h3 {
  font-size: 20px;
}
.product .product_main {
  margin-bottom: 20px;
}
.product .product_main td {
  color: #313131;
  font-size: 18px;
}
.product .product_main td.in_stock {
  color: #313131;
}
.product .product_main td.out_of_stock {
  color: #d82128;
}
.product .product_main td + td {
  font-weight: 700;
  padding-left: 20px;
}
.product .product_form {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 70px;
}
.product .product-detail-form {
  background-color: white;
  position: relative;
}
.product .product-detail-form .prices,
.product .product-detail-form .buy_box {
  display: inline-block;
  float: left;
  margin: 0;
}
.product .product-detail-form .prices.expired,
.product .product-detail-form .buy_box.expired {
  width: 100%;
  max-width: 290px;
  padding: initial;
  position: relative;
}
.product .product-detail-form .prices.expired .icon.down,
.product .product-detail-form .buy_box.expired .icon.down {
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  position: absolute;
  z-index: 1;
  top: 48px;
  left: 14px;
}
.product .product-detail-form .prices.expired .btn,
.product .product-detail-form .buy_box.expired .btn {
  white-space: normal;
  font-weight: normal;
  line-height: 1.7;
  padding-left: 32px;
}
.product .product-detail-form .prices.expired .btn:before,
.product .product-detail-form .buy_box.expired .btn:before {
  content: none;
}
.product .product-detail-form .prices.expired a,
.product .product-detail-form .buy_box.expired a {
  height: 113px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.product .product-detail-form .btn.green {
  padding: 10px 30px 10px 20px;
  font-size: 12px;
  line-height: 40px;
}
.product .product-detail-form .btn.green:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(/userfiles/images/icons.png) -10px -340px no-repeat;
  position: relative;
  top: 10px;
}
.product .product-detail-form .options {
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product .product-detail-form .options > select {
  margin-bottom: 10px;
}
.product .product-detail-form .options .property_header {
  display: block;
  margin-top: 20px;
}
.product .product-detail-form .product_count {
  width: 80px;
  height: 66px;
  border: 0;
  background-color: #e4e8ec;
  padding-left: 10px;
}
.product .product-detail-form .buy_note {
  position: absolute;
  width: 200px;
  height: 200px;
  background: url(/userfiles/images/icons.png) 0 -355px no-repeat;
  bottom: 75px;
  right: 140px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product-detail-form .buy_note span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 28px 11px 28px;
  line-height: 120%;
}
.product .product_properties {
  background-color: white;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.product .product_properties table {
  color: #313131;
  font-size: 14px;
}
.product .product_properties td {
  border: 1px solid #dddddd;
}
.product .product_properties td:first-child {
  border-right: none;
}
.product .product_properties td:last-child {
  border-left: none;
}
.product_hr {
  margin: 0 -30px;
  border-top: 1px solid #ddd;
}
.product_contact_info .imagebox img {
  margin: -10px auto 0 auto;
}
.product_contact_info .header {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 15px;
}
.product_contact_info .subheader {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 140%;
}
.product_contact_info .nadpis_phone {
  margin-bottom: 5px;
}
.product_contact_info .phone,
.product_contact_info .mail {
  font-size: 15px;
  margin: 0;
}
.product_contact_info .phone span,
.product_contact_info .mail span {
  color: #919191;
}
.product_contact_info .phone a,
.product_contact_info .mail a {
  color: #313131;
  font-size: 15px;
}
.product_contact_info .phone:before,
.product_contact_info .mail:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 24px;
  margin-right: 5px;
  position: relative;
  top: 8px;
}
.product_contact_info .phone:before {
  background: url(/userfiles/images/icons.png) -126px -302px no-repeat;
}
.product_contact_info .mail:before {
  background: url(/userfiles/images/icons.png) -171px -298px no-repeat;
}
.product_contact_info .btn.white {
  margin: 15px 0;
}
@media all and (max-width: 1280px) {
  .product .product-detail-form .buy_note {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .product .product-detail-form .btn.green {
    padding: 10px 20px 10px 12px;
  }
  .product .product-detail-form .buy_box {
    margin-top: 10px;
  }
  .product h1 {
    font-size: 24px;
  }
  .product .product_contact_info {
    margin-bottom: 20px;
  }
  .product .product_info {
    padding: 15px;
  }
  .product .product_info h2 {
    font-size: 20px;
  }
  .product .product_info .content {
    padding-top: 0;
  }
  .product .product_info_choose li {
    display: block;
  }
  .product .product_info_choose li.active {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.footer {
  /*background-color: white;*/
  background: #313131;
  /*.social {
      display: flex;
      align-items: center;
      justify-content: space-between;

      p {
          font-size: 18px;
          color: @text;
          margin: 0;
      }

      .icon {
          display: inline-block;
          float: right;
          margin: 6px;
          width: 40px;
          height: 40px;
          background: url(/userfiles/images/icons.png) -4px -160px no-repeat;

          &.instagram {
              background-position: -55px -160px;
          }

          &.twitter {
              background-position: -105px -160px;
          }
      }
  }*/
  /*.bottom {

      p {
          font-size: 13px;
      }

      .payment {
          float: left;
          margin-right: 10px;
          background: url(/userfiles/images/icons.png) -4px -210px no-repeat;
          width: 38px;
          height: 28px;

          &:nth-of-type(2) {
              background-position: -52px -210px;
          }

          &:last-of-type {
              background-position: -104px -210px;
          }
      }
  }*/
}
.footer .footer-bottom {
  padding-top: 70px;
  padding-bottom: 30px;
}
.footer .footer-bottom .footer-list {
  margin-bottom: 72px;
}
.footer .footer-bottom .footer-list .h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer-bottom .footer-list ul {
  margin-top: 37px;
  padding-inline-start: unset;
}
.footer .footer-bottom .footer-list ul li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: left;
  list-style-type: none;
}
.footer .footer-bottom .footer-list ul li a {
  color: #C7C7C7;
  text-decoration: none;
}
.footer .footer-bottom .footer-list ul li a:hover,
.footer .footer-bottom .footer-list ul li a:focus {
  text-decoration: none;
  color: #d82128;
}
.footer .footer-bottom p {
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  max-width: 500px;
  margin: auto;
}
.footer .footer-bottom .footer_lower_right {
  padding-top: 20px;
}
.footer .footer-bottom .footer_lower_right a {
  color: #C7C7C7;
}
.footer .footer-bottom .footer_lower_right a:hover,
.footer .footer-bottom .footer_lower_right a:focus {
  text-decoration: none;
  color: #d82128;
}
.footer .footer-bottom .footer-comgate {
  display: block;
  margin: 40px auto 0 auto;
}
.footer .footer-bottom .footer-comgate img {
  max-width: 400px;
  width: 100%;
  padding: 10px;
  background: white;
  border-radius: 5px;
  margin-top: 20px;
}
@media all and (max-width: 1240px) {
  .footer .footer-wrapper .footer-top {
    min-height: 280px;
  }
  .footer .footer-wrapper .footer-cover .h3 {
    font-size: 23px;
    margin-top: 70px;
  }
  .footer .footer-wrapper .footer-cover .news-info {
    margin-top: 120px;
  }
  .footer .footer-wrapper .footer-cover .news-info .news-info-detail {
    padding-left: 25px;
    font-size: 13px;
  }
  .footer .footer-wrapper .footer-cover .news-info .news-info-detail:before {
    left: 0;
  }
  .footer .footer-wrapper .footer-cover .news-facebook {
    height: 160px;
    width: 162px;
    margin-left: -25px;
  }
  .footer .footer-wrapper .footer-cover .news-facebook a .facebook-text {
    font-size: 13px;
    padding: 110px 40px 30px;
  }
  .footer .footer-wrapper .footer-cover .news-facebook a .facebook-text:before {
    top: 35px;
    left: 50px;
  }
  .footer .footer-wrapper .footer-cover .form-group .form-control {
    width: 170px;
    height: 40px;
  }
  .footer .footer-wrapper .footer-cover .form-group .btn {
    height: 40px;
  }
  .footer .footer-bottom p {
    font-size: 12px;
  }
  .footer .footer-bottom .footer_lower_right {
    padding-left: 215px;
  }
}
@media all and (max-width: 948px) {
  .footer .footer-wrapper .footer-top {
    min-height: 220px;
  }
  .footer .footer-wrapper .footer-cover .h3 {
    font-size: 18px;
    margin-top: 40px;
  }
  .footer .footer-wrapper .footer-cover .form-group .form-control {
    width: 150px;
    height: 35px;
    font-size: 12px;
  }
  .footer .footer-wrapper .footer-cover .form-group .btn {
    height: 35px;
  }
  .footer .footer-wrapper .footer-cover .agreement {
    font-size: 11px;
  }
  .footer .footer-wrapper .footer-cover .news-info {
    margin-top: 60px;
  }
  .footer .footer-wrapper .footer-cover .news-info .news-info-detail {
    font-size: 11px;
  }
  .footer .footer-wrapper .footer-cover .news-facebook {
    height: 140px;
    width: 142px;
    margin-top: 30px;
    margin-left: -50px;
  }
  .footer .footer-wrapper .footer-cover .news-facebook a .facebook-text {
    padding: 90px 30px 15px;
  }
  .footer .footer-wrapper .footer-cover .news-facebook a .facebook-text:before {
    top: 25px;
    left: 40px;
  }
  .footer .footer-bottom {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .footer .footer-bottom .footer-list {
    margin-bottom: 40px;
  }
  .footer .footer-bottom .footer-list ul {
    margin-top: 25px;
  }
  .footer .footer-bottom .footer-list ul li {
    margin-bottom: 12px;
  }
  .footer .footer-bottom .footer_lower_left {
    padding-right: 20px;
  }
  .footer .footer-bottom .footer_lower_right {
    padding-left: 0;
    padding-top: 0px;
  }
}
@media all and (max-width: 768px) {
  .footer .footer-wrapper .footer-cover .fomr-news {
    text-align: center;
  }
  .footer .footer-wrapper .footer-cover .news-info {
    margin-top: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-wrapper .footer-cover .news-facebook {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-bottom {
    padding-top: 20px;
  }
  .footer .footer-bottom .footer-list {
    margin-bottom: 20px;
  }
  .footer .footer-bottom .footer_lower_left {
    margin-bottom: 30px;
  }
}
.hp-intro {
  max-width: 1920px;
  background: #eaeaea;
  width: 100%;
  position: relative;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 250px;
}
.intro .lead-text {
  font-size: 16px;
}
.intro .img-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.page-section--intro {
  max-width: 1920px;
  background: #eaeaea;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 0 0 80px 0;
}
.page-section--intro.has-image .gradient--from-left {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 75%);
}
.page-section--intro.has-image a {
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
}
.page-section--intro.has-image a:hover {
  color: #d82128;
  text-decoration: underline;
}
.page-section--intro.has-image .breadcrumb_nav .breadcrumb {
  padding-left: 0;
  margin: 10px 0 0 0;
}
.page-section--intro.has-image .breadcrumb_nav .breadcrumb li a {
  color: white;
}
.page-section--intro.has-image .breadcrumb_nav .breadcrumb li:last-of-type a {
  color: rgba(255, 255, 255, 0.6);
}
.page-section--intro.has-image .h1,
.page-section--intro.has-image .lead-text {
  color: white;
}
.page-section--intro .h1 {
  margin-top: 70px;
}
.page-section--intro .lead-text {
  font-size: 16px;
  margin-bottom: 20px;
}
.page-section--intro .img--background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.eshop-categories {
  background: #313131;
}
.eshop-categories .h2 {
  color: white;
  text-align: center;
  margin: 70px 0 50px;
}
.eshop-categories .categories-previews {
  margin-bottom: 55px;
}
.eshop-categories .categories-previews .images_wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.eshop-categories .categories-previews .images_wrapper.first {
  padding-left: 15px;
}
.eshop-categories .categories-previews .images_wrapper.last {
  padding-right: 15px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview--large {
  min-height: 350px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview--small {
  min-height: 110px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .count--full {
  width: 100%;
  margin-top: 10px;
  display: block;
  font-size: 12px;
  color: white;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .gradient {
  height: 100%;
  position: absolute;
  pointer-events: none;
  width: 100%;
  z-index: 2;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.43) 0%, transparent 100%);
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .wrapper--image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .wrapper--image:hover .bg-image,
.eshop-categories .categories-previews .images_wrapper .category__preview-item .wrapper--image:focus .bg-image {
  transform: scale(1.05);
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bg-image {
  transition: transform 0.3s;
  transform-origin: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .part--left {
  margin-right: 15px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .part--categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .h4 {
  text-decoration: none;
  margin: 0;
  transition: color 0.3s;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .h4:hover,
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .h4:focus {
  color: #d82128;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .btn {
  min-height: 33px;
  min-width: 33px;
  padding: unset;
  position: relative;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .btn .ico {
  width: 10px;
  height: 10px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-radius: 0;
  transform-origin: 50% 50%;
  transform: rotate(-135deg);
  position: absolute;
  right: 14px;
  top: 12px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .categories__subitem {
  color: #FFFFFF;
  padding-right: 8px;
  transition: color 0.3s;
  margin-top: 8px;
}
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .categories__subitem:hover,
.eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .categories__subitem:focus {
  color: #d82128;
}
.produkty h2 {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media all and (max-width: 1240px) {
  .intro .lead-text {
    font-size: 13px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .btn.one {
    right: -50px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview--large {
    min-height: 273px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview--small {
    min-height: 84px;
  }
  .eshop-categories a {
    font-size: 12px;
  }
}
@media all and (max-width: 948px) {
  .page-section--intro {
    padding: 0 0 50px 0;
  }
  .page-section--intro.has-image {
    color: #000000;
  }
  .page-section--intro.has-image .lead-text,
  .page-section--intro.has-image .h1,
  .page-section--intro.has-image .breadcrumb_nav .breadcrumb li a {
    color: #000000;
  }
  .page-section--intro.has-image .h1 {
    margin-top: 20px;
  }
  .page-section--intro.has-image .breadcrumb_nav .breadcrumb li:last-of-type a {
    color: rgba(0, 0, 0, 0.3);
  }
  .page-section--intro.has-image .gradient--from-left {
    display: none;
  }
  .page-section--intro.has-image .img--background {
    position: static;
  }
  .hp-intro {
    padding-bottom: 190px;
  }
  .hp-intro .btn {
    margin-bottom: 20px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview-item .count--full {
    font-size: 10px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part {
    bottom: 11px;
    left: 11px;
    right: 11px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .btn {
    min-height: 21px;
    min-width: 21px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview-item .bottom-part .btn .ico {
    right: 8px;
    top: 6px;
    width: 8px;
    height: 8px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview--large {
    min-height: 261px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview--small {
    min-height: 80px;
  }
  .eshop-categories .categories-previews .images_wrapper .h4 {
    font-size: 12px;
  }
  .eshop-categories a {
    font-size: 10px;
  }
}
@media all and (max-width: 768px) {
  .hp-intro {
    padding-top: 10px;
  }
  .hp-intro .main-intro {
    padding-right: 20px;
  }
  .eshop-categories .categories-previews {
    margin-bottom: 35px;
  }
  .eshop-categories .categories-previews .images_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview--large {
    min-height: 200px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .eshop-categories .categories-previews .images_wrapper .category__preview--small {
    margin-left: auto;
    margin-right: auto;
    min-height: 120px;
    max-width: 290px;
  }
  .eshop-categories .h2 {
    margin: 50px 0 30px;
    font-size: 18px;
  }
}
.btn {
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.btn.red {
  color: white;
  background: #d82128;
  padding: 15px 22px;
}
.btn.red:hover,
.btn.red:focus,
.btn.red:active,
.btn.red:hover:active {
  background: #ac1a20;
}
.btn.red.more-articles {
  margin: 15px 0;
}
.btn.green {
  color: white;
  background: #01b169;
  padding: 15px 22px;
}
.btn.green:hover,
.btn.green:focus,
.btn.green:active,
.btn.green:hover:active {
  background: #017e4b;
}
.btn.white {
  color: black;
  background: white;
  border: 2px solid #dddddd;
}
.btn.white:hover,
.btn.white:focus,
.btn.white:active,
.btn.white:hover:active {
  color: black;
  background: #e6e6e6;
  border: 2px solid #dddddd;
}
.btn.grey {
  color: black;
  background: #dddddd;
  padding: 15px 22px;
}
.btn.grey:hover,
.btn.grey:focus,
.btn.grey:active,
.btn.grey:hover:active {
  background: #c4c4c4;
}
.btn.black {
  color: white;
  background: #313131;
  padding: 15px 22px;
}
.btn.black:hover,
.btn.black:focus,
.btn.black:active,
.btn.black:hover:active {
  background: #181818;
}
@media all and (max-width: 1240px) {
  .btn.black {
    padding: 10px 15px;
  }
}
@media all and (max-width: 1240px) {
  .btn.black {
    padding: 8px 15px;
  }
}
.kosik_pridat {
  max-width: 910px;
  width: 100%;
  padding: 0;
  background: none;
  line-height: 1.2;
}
.kosik_pridat .last-viewed {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.kosik_pridat .last-viewed .produkt .item {
  padding: 15px;
  min-height: 310px;
  margin: 0 15px;
  border: 1px solid #ddd;
}
.kosik_pridat .last-viewed .produkt .item .cena {
  font-size: 15px;
}
.kosik_pridat .last-viewed .produkt .item h2 {
  min-height: 93px;
  margin-top: 15px;
}
.kosik_pridat .last-viewed .produkt .item .product-small-image img {
  margin: auto;
}
.kosik_pridat .nopadding:last-of-type .produkt_nahled {
  border-right: 1px solid #eaeaea;
}
.kosik_pridat .produkt {
  min-width: unset;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.kosik_pridat .produkt h2.produkt {
  height: 60px;
  align-items: flex-start;
}
.kosik_pridat .produkt:before,
.kosik_pridat .produkt:after {
  content: " ";
  display: table;
}
.kosik_pridat .produkt:after {
  clear: both;
}
.kosik_pridat .produkt:before,
.kosik_pridat .produkt:after {
  content: " ";
  display: table;
}
.kosik_pridat .produkt:after {
  clear: both;
}
.kosik_pridat .produkt .main_img {
  height: 200px;
}
.kosik_pridat .produkt .popis {
  min-height: 80px;
}
.kosik_pridat .produkt .popis p {
  height: auto;
}
.kosik_pridat .produkt .detail {
  padding: 0 15px;
}
.kosik_pridat .produkt .detail .btn-success {
  padding: 4px 22px;
}
.kosik_pridat .title {
  margin-top: 0;
}
.kosik_pridat .remodal-close {
  left: auto;
  right: 0;
}
.kosik_pridat .box {
  background: none;
  padding: 0;
}
.kosik_pridat .box .top {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
}
.kosik_pridat .box .top .btn {
  font-size: 14px;
}
.kosik_pridat .box .top .btn.btn-success {
  margin-right: 15px;
}
.kosik_pridat .box .top #free-shipping-bar {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.kosik_pridat .box .top #free-shipping-bar p {
  text-align: left;
}
.kosik_pridat .box .top #free-shipping-bar span {
  display: none;
}
.kosik_pridat .box .top #free-shipping-bar .progress {
  margin-bottom: 10px;
  width: 100%;
}
.kosik_pridat .box .top .order-stock {
  max-width: 500px;
  width: 100%;
  margin: 20px 0 15px 0;
}
.kosik_pridat .box .top .order-stock #free-shipping-bar {
  max-width: 390px;
  width: 100%;
  padding-top: 7px;
  text-align: left;
}
.kosik_pridat .box .top .product-add {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.kosik_pridat .box .top .product-add .main-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kosik_pridat .box .top .product-add .product__price-wrapper {
  text-align: left;
  margin-left: 20px;
}
.kosik_pridat .box .top .product-add .btn {
  margin-left: 50px;
  margin-top: 0;
  float: right;
}
.kosik_pridat .box .top .product-add .main-img {
  width: 100px;
  height: 100px;
}
.kosik_pridat .box .top .product-add .main-img img {
  max-width: 100%;
  max-height: 100%;
}
.kosik_pridat .box .top .product-add .product-name {
  max-width: 260px;
  text-align: left;
  margin: 0 20px;
}
.kosik_pridat .box .top .product-add .product-name .varianta {
  display: block;
  font-size: 12px;
}
.kosik_pridat .box .top .product-add .total-price {
  font-weight: 700;
  text-align: right;
}
.kosik_pridat .box .bottom {
  margin-top: 10px;
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  padding-bottom: 0px;
}
.kosik_pridat .box .bottom .product-preview {
  border: 1px solid #eaeaea;
  margin-bottom: 0;
  margin-top: 30px;
}
.kosik_pridat .box .bottom .product-preview h2 {
  font-size: 13px;
  min-height: 32px;
  text-align: center;
  margin: 0;
}
.kosik_pridat .box .bottom .product-preview .image {
  height: 209px;
}
.kosik_pridat .box .bottom .product-preview .price p {
  font-size: 14px;
}
.kosik_pridat .box .bottom .product-preview .price p span {
  font-size: 11px;
}
.kosik_pridat .box .bottom .product-preview .p-tags span {
  font-size: 11px;
}
.kosik_pridat .smallpadding {
  padding-left: 7px;
  padding-right: 7px;
}
.kosik_pridat .title {
  text-align: left;
  font-size: 15px;
}
.kosik_pridat .buttons {
  flex-direction: column;
}
.kosik_pridat .buttons .row__wrapper {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kosik_pridat .buttons .row__wrapper .red-link {
  color: #d82128;
  text-decoration: underline;
}
.product.small {
  padding-top: 25px;
  height: 370px;
  margin-bottom: 0;
  margin-top: 20px;
}
.product.small .image {
  height: 140px;
  margin-bottom: 10px;
}
.product.small h2 {
  font-size: 12px;
  height: 42px;
  line-height: 1.2;
}
.product.small .price p {
  font-size: 15px;
}
.product.small .price p.old-price {
  font-size: 12px;
}
.product.small .stock {
  font-size: 12px;
}
@media all and (max-width: 999px) {
  .kosik_pridat .box .top .product-add .break-line .btn-primary {
    margin-top: 25px;
    margin-left: 0;
    float: right;
  }
  .kosik_pridat .box .top .order-stock {
    max-width: unset;
    display: block;
    text-align: left;
    padding-left: 0;
  }
  .kosik_pridat .buttons .row__wrapper {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .kosik_pridat .box .top .product-add .product__price-wrapper {
    min-width: 260px;
  }
}
@media all and (max-width: 768px) {
  .remodal {
    max-width: 1018px;
  }
  .kosik_pridat .box .top .product-add {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .kosik_pridat .box .top .product-add .break-line {
    flex-basis: 100%;
  }
  .kosik_pridat .box .top .product-add .product-name,
  .kosik_pridat .box .top .product-add .product__price-wrapper {
    margin-left: 0;
    flex-basis: 100%;
    margin-top: 15px;
  }
  .kosik_pridat .box .top .product-add .product__price-wrapper {
    min-width: 260px;
  }
  .kosik_pridat .box .top .product-add .main-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  .kosik_pridat .box .top .order-stock {
    max-width: unset;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .kosik_pridat .box .top .product-add .break-line .btn-primary {
    float: left;
  }
}
h1,
.h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
h1 small,
.h1 small {
  font-size: 23px;
  font-weight: 900;
  color: #d82128;
  display: block;
  margin-bottom: 15px;
}
h2,
.h2 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
h2 span,
.h2 span {
  text-transform: none;
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
h3,
.h3 {
  font-size: 18px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
@media all and (min-width: 1240px) {
  h2.large,
  .h2.large {
    font-size: 34px;
    font-weight: 600;
  }
  h2.large span,
  .h2.large span {
    text-transform: none;
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
  }
}
@media all and (max-width: 1240px) {
  h1,
  .h1 {
    font-size: 27px;
  }
  h4,
  .h4 {
    font-size: 15px;
  }
}
.poradna_seznam {
  display: inline-block;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  position: relative;
  padding: 0 35px;
  min-width: 100%;
  background: white;
}
.poradna_seznam.float {
  float: right;
}
.poradna_seznam:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/userfiles/images/icons.png) -120px 6px no-repeat;
  top: 22px;
  left: -17px;
  width: 20px;
  height: 38px;
}
.poradna_seznam .rada {
  display: inline-block;
}
.poradna_seznam .btn-success {
  display: inline-block;
  float: right;
  background: #d82128;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
}
.poradna_seznam ul {
  padding-left: 0;
  margin-bottom: 0;
}
.poradna_seznam ul li {
  list-style-type: none;
  line-height: 1.6;
}
.poradna_seznam ul a {
  font-size: 13px;
  white-space: normal;
  color: #d82128;
  position: relative;
  padding: 5px 0 5px 26px;
  text-decoration: underline;
  display: flex;
  text-align: left;
  font-weight: 500;
}
.poradna_seznam ul a:hover {
  color: #e03339;
}
.poradna_seznam ul a:before {
  display: block;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: white;
}
.poradna_seznam ul a.item0:before {
  content: '1';
  background: #de2a31;
}
.poradna_seznam ul a.item1:before {
  content: '2';
  background: #e44d53;
}
.poradna_seznam ul a.item2:before {
  content: '3';
  background: #e97175;
}
.poradna_seznam ul a.item3:before {
  content: '4';
  background: #ef9498;
}
#eshop-filter {
  border: 1px solid #e4e8ec;
  margin-bottom: 20px;
  background-color: white;
}
#eshop-filter label {
  font-weight: 400;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}
#eshop-filter .form-group {
  margin: 0;
}
#eshop-filter .button-clear {
  background-color: #d82128;
  color: white;
  padding: 4px 8px;
  border: 0;
  font-size: 14px;
}
#eshop-filter .button-clear:hover,
#eshop-filter .button-clear:active,
#eshop-filter .button-clear:focus {
  background-color: #ac1a20;
}
#eshop-filter #minMaxSlider {
  display: inline-block;
  width: 60%;
  margin-left: 25px;
}
#eshop-filter .filter-sort input {
  visibility: hidden;
  display: none;
}
#eshop-filter .filter-sort label {
  padding-bottom: 15px;
}
#eshop-filter .filter-sort label ~ label {
  font-weight: 700;
  padding: 10px 10px 15px 10px;
  cursor: pointer;
  border-bottom: 1px solid white;
}
#eshop-filter .filter-sort label ~ label:hover,
#eshop-filter .filter-sort label ~ label:active,
#eshop-filter .filter-sort label ~ label:focus {
  color: #d82128;
  border-bottom: 1px solid #d82128;
}
#eshop-filter .filter-sort input[checked] + label {
  color: #d82128;
  border-bottom: 1px solid #d82128;
}
#eshop-filter #manufactureFilter {
  margin-top: 10px;
  padding: 10px 12px;
  margin-bottom: 0;
  cursor: pointer;
}
#eshop-filter #manufactureFilter:hover,
#eshop-filter #manufactureFilter:active,
#eshop-filter #manufactureFilter:focus {
  background-color: #f5f5f5;
  color: #d82128;
}
#eshop-filter .btn.white {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
}
#eshop-filter .filter-manufacture {
  display: none;
  padding: 10px 15px;
  background-color: #f5f5f5;
}
#eshop-filter .filter-filters {
  background-color: #f5f5f5;
  height: 60px;
  display: flex;
  align-items: center;
}
#eshop-filter .filter-filters .button-cancel {
  text-transform: none;
  margin-right: 10px;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  border: 0;
  font-size: 14px;
}
#eshop-filter .filter-filters .button-cancel:hover,
#eshop-filter .filter-filters .button-cancel:active,
#eshop-filter .filter-filters .button-cancel:focus {
  background-color: #e6e6e6;
}
#eshop-filter .filter-filters .button-cancel:after {
  content: "x";
  color: #d82128;
  font-weight: 700;
  margin-left: 8px;
}
#eshop-filter .filter-filters .button-clear {
  margin-right: 0;
  margin-left: auto;
}
#eshop-filter .filter-filters .filters_manufaturer {
  margin-left: 0;
  margin-right: 10px;
}
#eshop-filter .filter-filters button + .filters_manufaturer {
  margin-left: 20px;
}
#eshop-filter .filter-manufacture input[type=checkbox]:not(old),
#eshop-filter .filter-group input[type=checkbox]:not(old),
#eshop-filter .filter-manufacture input[type=radio]:not(old),
#eshop-filter .filter-group input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}
#eshop-filter .filter-manufacture input[type=checkbox]:not(old) + label,
#eshop-filter .filter-group input[type=checkbox]:not(old) + label,
#eshop-filter .filter-manufacture input[type=radio]:not(old) + label,
#eshop-filter .filter-group input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
}
#eshop-filter .filter-manufacture input[type=checkbox]:not(old) + label > span,
#eshop-filter .filter-group input[type=checkbox]:not(old) + label > span,
#eshop-filter .filter-manufacture input[type=radio]:not(old) + label > span,
#eshop-filter .filter-group input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border-radius: 0;
  background: #e0e0e0;
  background-image: linear-gradient(#f0f0f0, #e0e0e0);
  vertical-align: bottom;
}
#eshop-filter .filter-manufacture input[type=checkbox]:not(old):checked + label > span,
#eshop-filter .filter-group input[type=checkbox]:not(old):checked + label > span,
#eshop-filter .filter-manufacture input[type=radio]:not(old):checked + label > span,
#eshop-filter .filter-group input[type=radio]:not(old):checked + label > span {
  background-image: linear-gradient(#e0e0e0, #f0f0f0);
}
#eshop-filter .filter-manufacture input[type=checkbox]:not(old):checked + label > span:before,
#eshop-filter .filter-group input[type=checkbox]:not(old):checked + label > span:before {
  content: '✓';
  display: block;
  width: 1em;
  color: #313131;
  font-size: 0.8em;
  margin: 2px auto;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 0 0.0714em #73994d;
  font-weight: bold;
}
#eshop-filter .filter-manufacture input[type=radio]:not(old):checked + label > span > span,
#eshop-filter .filter-group input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border: 0.0625em solid #73994d;
  border-radius: 0.125em;
  background: #99cc66;
  background-image: linear-gradient(#b3d98c, #99cc66);
}
.paginator .pagination {
  float: right;
  margin: 14px 0 0;
}
.paginator .pagination > li > a,
.paginator .pagination > li > span {
  padding: 5px;
  margin: 5px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  color: #313131;
  border: 1px solid white;
}
.paginator .pagination > li > a:hover,
.paginator .pagination > li > span:hover,
.paginator .pagination > li > a:active,
.paginator .pagination > li > span:active,
.paginator .pagination > li > a:focus,
.paginator .pagination > li > span:focus {
  color: #d82128;
  border: 1px solid #d82128;
  background-color: white;
}
.paginator .pagination > li.active > a,
.paginator .pagination > li.active > span {
  background-color: white;
  color: #d82128;
}
.paginator .pagination > li.arrow > a,
.paginator .pagination > li.arrow > span {
  border: 1px solid #ddd;
}
.photos_box {
  padding: 4px 10px;
  float: left;
}
.photo__item {
  position: relative;
  height: 80px;
  width: 80px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  margin: 7px;
  border: 1px solid #e4e8ec;
}
.photo__item.plus {
  text-align: center;
  font-size: 11px;
}
.photo__item.plus:before {
  content: '';
  display: block;
  width: 38px;
  height: 34px;
  background: url(/userfiles/images/icons.png) -56px -334px no-repeat;
  margin: 10px auto 4px;
}
.photo__item.plus a {
  position: absolute;
  top: 0;
  left: 0;
}
.photo__item.plus a img {
  display: none;
}
.photo__item.video {
  text-align: center;
  font-size: 11px;
}
.photo__item.video a {
  font-size: 11px;
  color: #313131;
}
.photo__item.video:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url(/userfiles/images/icons.png) -108px -334px no-repeat;
  margin: 10px auto 4px;
}
.photo__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.photo__item a:hover:before {
  background: rgba(50, 64, 78, 0.2);
}
.photo__item img.width {
  height: 100%;
}
.photo__item img.height {
  width: 100%;
}
.kosik {
  margin-top: 15px;
  margin-right: 15px;
}
.kosik a {
  float: right;
  height: 55px;
  min-width: 115px;
  padding-left: 55px;
  padding-top: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  position: relative;
  padding-right: 10px;
  padding-bottom: 5px;
  text-align: right;
}
.kosik a:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 5px;
  background: url(/userfiles/images/icons.svg) -77px -2px no-repeat;
  display: block;
  width: 46px;
  height: 44px;
}
.kosik:hover {
  background: #eee;
}
.kosik:hover #basket .box {
  display: block;
}
#basket {
  position: relative;
}
#basket .total-pcount {
  position: absolute;
  left: -20px;
  top: -3px;
  border-radius: 14px;
  line-height: 1.3;
  font-size: 13px;
  padding: 2px 6px;
  background: red;
}
#basket .total {
  color: #000000;
}
#basket .total_summary {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
}
#basket .total_summary span {
  color: #d82128;
  font-weight: 700;
}
#basket .box {
  display: none;
  position: absolute;
  top: 44px;
  right: -10px;
  width: 420px;
  height: auto;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 10px;
}
#basket .box h3 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 18px;
  color: #313131;
  text-align: left;
}
#basket .box .btn.green {
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}
#basket .box table {
  width: 100%;
  padding: 5px 5px 10px 5px;
}
#basket .box table th,
#basket .box table td {
  color: black;
  text-align: left;
}
#basket .box table th {
  font-size: 13px;
}
#basket .box table td {
  font-size: 12px;
  font-weight: 400;
}
#basket .box table th:nth-of-type(2),
#basket .box table td:nth-of-type(2),
#basket .box table th:last-of-type,
#basket .box table td:last-of-type {
  text-align: right;
}
#basket .box table td.td_name > span {
  display: block;
  font-size: 10px;
  color: #757575;
}
#basket .box table td.td_image {
  display: inline-block;
  overflow: hidden;
  height: 56px;
  width: 46px;
  padding: 8px 0;
}
#basket .box table td.td_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
#basket .box table td.td_price {
  color: #d82128;
  font-size: 18px;
  font-weight: 700;
}
.productCountInput {
  display: inline-block;
  position: relative;
}
.productCountInput .product_count {
  width: 80px;
  height: 60px;
  font-size: 14px;
  border: 0;
  background-color: #e4e8ec;
  padding-left: 5px;
  padding-right: 20px;
  text-align: center;
}
.productCountInput .control {
  position: absolute;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  right: 0;
  width: 25px;
  height: 50%;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productCountInput .control:hover {
  cursor: pointer;
  background-color: #eee;
}
.productCountInput .control.plus {
  top: 0;
  border: 1px solid #e4e8ec;
}
.productCountInput .control.minus {
  bottom: 0;
  border-bottom: 1px solid #e4e8ec;
  border-left: 1px solid #e4e8ec;
  border-right: 1px solid #e4e8ec;
}
@media all and (max-width: 1159px) {
  #basket .total-pcount {
    left: auto;
    right: 0;
    top: 5px;
  }
}
.gls-button {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0 8px;
  max-width: 310px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  white-space: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  background: none;
  border: 1px solid #333;
  border-radius: 5px;
  transition: 0.2s;
  cursor: pointer;
}
.info {
  min-height: 475px;
  background: linear-gradient(to right, white 70%, #d82128 70%);
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
}
.info p {
  color: #000000;
}
.info .container .row {
  display: flex;
}
.info .info_box,
.info .info_atlas {
  padding-top: 30px;
  padding-bottom: 0;
}
.info .info_box {
  padding-right: 70px;
}
.info .info_box img {
  margin: 0 auto;
}
.info .info_atlas {
  min-height: 475px;
  background-color: #d82128;
  padding-left: 40px;
  padding-right: 40px;
}
.info .info_atlas h2,
.info .info_atlas h3,
.info .info_atlas p {
  color: white;
  padding: 0;
}
.info .info_atlas h3 {
  font-size: 16px;
}
.info .info_atlas .tt-menu h3 {
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}
.info .info_atlas a {
  text-decoration: none;
}
.info .info_atlas .twitter-typeahead {
  padding-right: 0;
  text-align: left;
}
.info .info_atlas .twitter-typeahead .tt-info {
  color: #313131 !important;
}
.info .icons {
  margin-top: 16px;
  margin-bottom: 20px;
}
.info .icons .icon a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.info .icons .icon img {
  margin: 5px auto;
}
.info .icons .icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.info form input {
  width: 100%;
  margin-bottom: 12px;
}
.info form input.text {
  background: url(/userfiles/images/icons.png) 5px -40px no-repeat #f4f4f4;
  padding: 5px;
  padding-left: 45px;
  height: 48px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #dddddd;
}
.info .name {
  font-size: 26px;
  font-weight: 400;
}
.info .phone,
.info .mail {
  font-size: 18px;
  color: #313131;
  margin-bottom: 0;
}
.info .phone .span,
.info .mail .span {
  font-weight: bold;
}
.info .phone a,
.info .mail a {
  color: #313131;
  font-size: 18px;
  font-weight: bold;
}
.info .phone:before,
.info .mail:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  position: relative;
  top: 8px;
}
.info .phone:before {
  background: url(/userfiles/images/icons.png) -126px -302px no-repeat;
}
.info .mail {
  margin-bottom: 25px;
}
.info .mail:before {
  background: url(/userfiles/images/icons.png) -171px -298px no-repeat;
}
@media all and (max-width: 768px) {
  .info {
    background: white;
  }
  .info .container .row {
    display: block;
  }
}
.files {
  background-color: white;
  padding-bottom: 30px;
}
.files .files_box a {
  font-size: 14px;
  display: block;
  color: red;
  text-decoration: underline;
}
.newsletter {
  padding-top: 70px;
  padding-bottom: 40px;
}
.newsletter h2 {
  margin-top: 0;
  margin-bottom: 14px;
}
.newsletter h2 + p {
  color: #696969;
}
.newsletter .newsletter_email .text {
  width: 100%;
  background: url(/userfiles/images/icons.png) 7px 0px no-repeat #f4f4f4;
  padding: 5px;
  height: 48px;
  padding-left: 45px;
  padding-right: 110px;
  float: left;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #dddddd;
}
.newsletter .newsletter_email .btn {
  position: relative;
  top: -48px;
  right: 0px;
  float: right;
  height: 48px;
}
.newsletter .newsletter_benefits {
  font-size: 14px;
  color: #696969;
}
.newsletter .newsletter_benefits strong {
  font-size: 18px;
  color: #000000;
}
.newsletter .newsletter_benefits .item:before {
  content: '';
  display: block;
  width: 66px;
  height: 64px;
  margin: 0 auto 16px;
  background: url(/userfiles/images/icons.png) 10px -86px no-repeat;
}
.newsletter .newsletter_benefits .item:nth-of-type(2):before {
  background-position: -60px -82px;
}
.newsletter .newsletter_benefits .item:last-of-type:before {
  width: 80px;
  background-position: -120px -82px;
}
.section--newsletter {
  background: #d82128;
  padding-top: 45px;
  padding-bottom: 60px;
}
.section--newsletter .row--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.section--newsletter .part--inner {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.section--newsletter .img--background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.section--newsletter .footer-top {
  max-width: 1920px;
  width: 100%;
  position: relative;
  min-height: 300px;
  margin: auto;
}
.section--newsletter .h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.section--newsletter .form-group {
  display: inline-flex;
  margin-bottom: 23px;
  width: 100%;
}
.section--newsletter .form-group .form-control {
  border: none;
  height: auto;
  max-width: 280px;
  width: 100%;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
}
.section--newsletter .form-group .btn {
  padding: 12px 22px;
}
.section--newsletter .agreement {
  color: white;
  font-weight: 500;
}
.section--newsletter .agreement a {
  color: white;
  text-decoration: underline;
}
.section--newsletter .agreement a:hover,
.section--newsletter .agreement a:focus {
  color: #313131;
}
.section--newsletter .newsletter__info {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--newsletter .newsletter__info .newsletter-info__detail {
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 22px;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1;
}
.section--newsletter .newsletter__info .newsletter-info__detail:before {
  content: "";
  width: 17px;
  height: 10px;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  border-radius: 0;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  position: absolute;
  left: 15px;
  top: -2px;
}
.section--newsletter .newsletter__facebook {
  margin-top: 20px;
  margin-bottom: -15px;
  min-height: 170px;
  max-width: 250px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 5px;
}
.section--newsletter .newsletter__facebook a {
  text-decoration: none;
  display: block;
}
.section--newsletter .newsletter__facebook a:hover .facebook__text:before,
.section--newsletter .newsletter__facebook a:focus .facebook__text:before {
  transform: scale(1.1);
}
.section--newsletter .newsletter__facebook a .facebook__text {
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  padding: 30px 30px 30px;
  position: relative;
}
.section--newsletter .newsletter__facebook a .facebook__text:before {
  transition: 0.3s all;
  content: '';
  background: url('/userfiles/images/icons.svg') no-repeat -451px -2px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: auto;
  margin-bottom: 23px;
}
.section--benefits {
  padding-bottom: 75px;
  background: #FFFFFF;
}
.section--benefits h2 {
  margin-top: 0;
  margin-bottom: 14px;
}
.section--benefits .h2 {
  color: #313131;
  margin-top: 100px;
  margin-bottom: 65px;
  text-align: center;
}
.section--benefits .newsletter_benefits {
  font-size: 14px;
  font-weight: 500;
  color: #696969;
}
.section--benefits .newsletter_benefits .info-text {
  max-width: 170px;
  text-align: center;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.section--benefits .newsletter_benefits .item:before {
  content: '';
  background: url('/userfiles/images/icons.svg') no-repeat -117px -3px;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 16px;
}
.section--benefits .newsletter_benefits .item.type_2:before {
  width: 41px;
  background-position: -159px -3px;
}
.section--benefits .newsletter_benefits .item.type_3:before {
  background-position: -202px -3px;
}
.section--benefits .newsletter_benefits .item.type_4:before {
  background-position: -251px -3px;
}
.section--benefits .newsletter_benefits .item.type_5:before {
  background-position: -297px -3px;
}
.section--benefits .newsletter_benefits .item.type_6:before {
  background-position: -345px -3px;
}
.section--benefits .benefit-info__wrapper {
  max-width: 495px;
  margin: auto;
}
.section--benefits .benefit-info__wrapper .benefit-info {
  display: inline-flex;
  position: relative;
  margin-top: 50px;
}
.section--benefits .benefit-info__wrapper .benefit-info .ico-upper {
  background: url('/userfiles/images/icons.svg') no-repeat -390px 0px;
  display: inline-flex;
  width: 55px;
  height: 46px;
  margin: 0 auto 16px;
  position: absolute;
  left: 14px;
}
.section--benefits .benefit-info__wrapper .benefit-info .benefit-text {
  line-height: 1.2;
  display: inline-flex;
  font-size: 21px;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  padding-left: 92px;
}
.section--benefits .benefit-info__wrapper .benefit-author {
  font-size: 16px;
  font-weight: 500;
  color: #828282;
  margin-bottom: 40px;
  text-align: right;
}
@media all and (max-width: 1240px) {
  .newsletter .benefit-info__wrapper .benefit-info .benefit-text {
    font-size: 16px;
  }
}
@media all and (max-width: 948px) {
  .section--benefits .benefit-info__wrapper .benefit-info .ico-upper {
    transform-origin: 0% 0%;
    transform: scale(0.7);
  }
  .section--benefits .benefit-info__wrapper .benefit-info .benefit-text {
    padding-left: 72px;
    font-size: 15px;
  }
  .newsletter .info-text {
    max-width: 170px;
    margin: auto auto 24px;
  }
  .newsletter .newsletter__benefits .item:before {
    margin: 0 auto 3px;
  }
}
@media all and (max-width: 768px) {
  .section--newsletter .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .section--newsletter .form-group .btn {
    margin-top: 10px;
  }
  .section--newsletter .newsletter__info {
    align-items: flex-start;
  }
  .newsletter .h2 {
    margin-top: 55px;
    margin-bottom: 35px;
    font-size: 25px;
  }
  .newsletter .benefit-info__wrapper .benefit-info {
    margin-top: 35px;
  }
  .newsletter .benefit-info__wrapper .benefit-info .ico-upper {
    transform-origin: 50% 0%;
    transform: scale(0.8);
  }
  .newsletter .benefit-info__wrapper .benefit-info .benefit-author {
    margin-bottom: 20px;
  }
  .newsletter .benefit-author {
    right: -90px;
  }
}
.messages_header {
  margin-top: 50px !important;
}
.messages {
  list-style: none;
  padding-left: 0;
}
.messages .message_item {
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 6px;
  background-color: #B3E5FC;
}
.messages .message_item.me {
  background-color: #B2DFDB;
}
.messages .message {
  font-size: 13px;
  margin-top: 8px;
  margin-bottom: 6px;
}
.messages .message_author {
  font-size: 12px;
  font-weight: bold;
}
.messages .message_date {
  font-size: 11px;
  text-align: left;
}
.subpage_menu {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
}
.subpage_menu a {
  text-decoration: none;
}
.subpage_menu .subpage_menu_item {
  color: #000000;
  height: 60px;
  background-color: white;
  padding: 10px 50px 10px 10px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.subpage_menu .subpage_menu_item p {
  margin: 0;
}
.subpage_menu .subpage_menu_item .subpage_menu_item--count {
  font-size: 13px;
  color: #969696;
}
.subpage_menu .subpage_menu_item .subpage_menu_item--menu {
  font-size: 13px;
  color: #969696;
}
.subpage_menu .subpage_menu_item:hover {
  background-color: #f2f2f2;
}
.subpage_menu .subpage_menu_item:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(/userfiles/images/icons.png) -15px -300px no-repeat;
}
.hlavicka .mobile-wrapper {
  display: flex;
  justify-content: space-between;
}
.hlavicka .navigation {
  background: #313131;
}
.hlavicka .navigation .nav-tabs {
  border: none;
  display: block;
}
.hlavicka .navigation .nav-tabs li {
  margin-bottom: 0;
}
.hlavicka .navigation .nav-tabs .level1 {
  flex: 1;
  border-right: 1px solid #505050;
}
.hlavicka .navigation .nav-tabs .level1:first-of-type {
  border-left: 1px solid #505050;
}
.hlavicka .navigation .nav-tabs a {
  text-transform: uppercase;
  color: white;
  background: #313131;
}
.hlavicka .navigation .level1.dropdown > a:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url(/userfiles/images/icons.png) -46px -308px no-repeat;
  position: relative;
  top: 6px;
  margin-left: 5px;
}
.hlavicka .navigation .level1:not(.fullwidthmenu-box) {
  position: relative;
}
.hlavicka .navigation .level1 > a {
  font-weight: bold;
  font-size: 15px;
  padding: 20px 28px;
  text-align: center;
  border: none;
}
.hlavicka .navigation .level1 > a:hover,
.hlavicka .navigation .level1 > a:active,
.hlavicka .navigation .level1 > a:focus,
.hlavicka .navigation .level1 > a:active:hover {
  color: white;
  background: #d82128;
}
.hlavicka .navigation .level1.active > a {
  color: white;
  background: #d82128;
  border: none;
}
.hlavicka .navigation .level2 > a {
  white-space: normal;
  display: block;
  font-size: 13px;
  padding: 15px 20px;
  text-align: left;
}
.hlavicka .navigation .level2 > a:hover,
.hlavicka .navigation .level2 > a:active,
.hlavicka .navigation .level2 > a:focus,
.hlavicka .navigation .level2 > a:active:hover {
  color: #313131;
  background: white;
}
.hlavicka .navigation .level2.active > a {
  color: #313131;
  background: white;
}
.hlavicka .navigation .level3 {
  padding-left: 25px;
}
.hlavicka .navigation .level3:before {
  content: '';
  position: relative;
  display: inline-block;
  top: -4px;
  width: 20px;
  height: 1px;
  background: #d82128;
  margin-left: -25px;
}
.hlavicka .navigation .level3 > a {
  color: black;
  background: transparent;
  font-size: 14px;
  text-transform: none;
}
.hlavicka .navigation .level3 > a:hover,
.hlavicka .navigation .level3 > a:active,
.hlavicka .navigation .level3 > a:focus,
.hlavicka .navigation .level3 > a:active:hover {
  color: black;
  font-weight: bold;
  background: transparent;
}
.hlavicka .navigation .level3.active > a {
  color: black;
  font-weight: bold;
  background: transparent;
}
.hlavicka .navigation .dropdown-menu {
  width: 100%;
  background: #313131;
  padding: 0;
  border: none;
}
.hlavicka .navigation .fullwidthmenu-content {
  position: absolute;
  top: 0;
  left: 300px;
  width: 900px;
  height: 100%;
  background: white;
  list-style: none;
  -moz-column-count: 4;
       column-count: 4;
}
@media all and (min-width: 1240px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu .level2:hover .fullwidthmenu-content,
  .dropdown-menu .level2:focus .fullwidthmenu-content,
  .dropdown-menu .level2:active .fullwidthmenu-content,
  .dropdown-menu .level2:active:hover .fullwidthmenu-content,
  .dropdown-menu .level2.active .fullwidthmenu-content {
    display: block;
  }
}
@media all and (max-width: 1240px) {
  .hlavicka .mobile-wrapper {
    padding-bottom: 5px;
  }
  .hlavicka .mobile-wrapper .line {
    width: 100vw;
    position: absolute;
    margin-left: -50vw;
    height: 1px;
    left: 50%;
    background: #dddddd;
    content: "";
    bottom: 0px;
  }
  .hlavicka .navbar-collapse {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .hlavicka .navbar-toggle {
    float: none;
    margin: 9px auto;
    display: block;
  }
  .hlavicka .navigation {
    background: none;
  }
  .hlavicka .navigation .nopadding {
    background: #313131;
  }
  .hlavicka .navigation .level1 {
    border-bottom: 1px solid #505050;
  }
  .hlavicka .navigation .level1:first-of-type {
    border-top: 1px solid #505050;
  }
  .hlavicka .navigation .level1 a,
  .hlavicka .navigation .level1 a.dropdown-toggle {
    padding: 17px 15px;
    text-align: left;
    position: relative;
    display: block;
  }
  .hlavicka .navigation .level1 a:before,
  .hlavicka .navigation .level1 a.dropdown-toggle:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 15px;
    width: 7px;
    height: 7px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform-origin: 50% 50%;
    transform: rotate(-135deg);
  }
  .hlavicka .navigation .nav-tabs {
    display: block;
  }
  .hlavicka .lower-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #eaeaea;
    color: #d82128;
    padding: 20px 15px;
    height: 177px;
  }
  .hlavicka .lower-menu a {
    padding: 10px 0;
  }
  .hlavicka .bottom {
    padding-bottom: 20px;
  }
  .hlavicka .top {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .hlavicka .ucet > a:first-of-type {
    float: none;
  }
  .hlavicka .horni_menu .main-navigation {
    top: 45px;
    right: 15px;
  }
  .hlavicka .logo {
    margin-top: 11px;
    margin-bottom: 0px;
  }
  .hlavicka .logo img {
    width: 150px;
  }
  .hlavicka .search {
    position: absolute;
    top: 80px;
    z-index: 100;
    display: none;
  }
  .hlavicka .kosik {
    margin-top: 11px;
  }
  .hlavicka .kosik .total {
    display: none;
  }
  .hlavicka .kosik a {
    min-width: 55px;
  }
  .hlavicka .row-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 6px;
  }
  .hlavicka .row-wrapper .search-mobile-ico {
    width: 35px;
    height: 37px;
    background: url('/userfiles/images/icons.svg') no-repeat no-repeat -251px -307px;
    display: block;
    margin-right: 10px;
  }
  .hlavicka .row-wrapper .kosik {
    margin: 0;
  }
  .hlavicka .row-wrapper .kosik a {
    padding: 0;
    height: 58px;
  }
  .hlavicka .horni_menu {
    position: relative;
  }
  .hlavicka .horni_menu .main-navigation {
    position: absolute;
    top: 42px;
    background: #fff;
    z-index: 9;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    border-top: none;
  }
  .hlavicka .horni_menu ul {
    display: block;
  }
  .hlavicka .horni_menu ul .level1 {
    line-height: 25px;
  }
  .hlavicka .navigation .nav-tabs {
    display: initial;
  }
  .hlavicka .navbar-collapse {
    clear: both;
  }
  .hlavicka .navbar-collapse .level1 {
    display: block;
    float: none;
  }
  .hlavicka .navbar-collapse .level1 a:after {
    display: none !important;
  }
}
.banner {
  background: white;
  margin-top: 10px;
  margin-bottom: 30px;
}
.banner a {
  text-decoration: none;
}
.fullwidthmenu .nav,
.fullwidthmenu .collapse,
.fullwidthmenu .dropdown {
  position: static;
}
.fullwidthmenu .dropdown-menu {
  left: auto;
}
.fullwidthmenu .dropdown.fullwidthmenu-box .dropdown-menu {
  left: 0;
  right: 0;
  min-height: 340px;
}
.fullwidthmenu .fullwidthmenu-content {
  display: none;
  padding: 20px 40px;
  min-height: 265px;
}
.professional_note {
  padding: 10px;
  margin-bottom: 30px;
  background: #d82128;
}
.professional_note p {
  margin-bottom: 0;
  color: white;
}
.professional_products {
  margin-top: 15px;
}
.professional_note .professional_products p {
  position: relative;
  top: 0;
  left: 0;
  line-height: 40px;
  padding: 0 10px;
  color: #000;
}
.professional_products p:nth-child(2n+1) {
  background: white;
}
.professional_products p:nth-child(2n) {
  background: #eee;
}
#order .professional_products .remove_button {
  border: 0;
  position: absolute;
  top: 0;
  width: 30px;
  height: 40px;
  background: url(/userfiles/images/basket.png) -6px -55px no-repeat;
  right: 5px;
}
.znacky {
  margin: 25px 0;
}
.znacky span {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 10px 10px 0;
  background: url(/userfiles/images/ikony-small.png);
}
.znacky span.ghs01 {
  background-position: 0 0;
}
.znacky span.ghs02 {
  background-position: 0 -81px;
}
.znacky span.ghs03 {
  background-position: 0 -163px;
}
.znacky span.ghs04 {
  background-position: 0 -244px;
}
.znacky span.ghs05 {
  background-position: 0 -651px;
}
.znacky span.ghs06 {
  background-position: 0 -326px;
}
.znacky span.ghs07 {
  background-position: 0 -407px;
}
.znacky span.ghs08 {
  background-position: 0 -488px;
}
.znacky span.ghs09 {
  background-position: 0 -570px;
}
/* cookie css settings */
/* Cookie modal */
.cookie-modal {
  max-width: 510px;
  padding: 0px;
  z-index: 9999999999;
  pointer-events: all !important;
}
.remodal-overlay.click-through {
  background: rgba(43, 46, 56, 0.4) !important;
}
/* Cookie box */
.cookie-box {
  background: white;
  display: block;
  padding: 30px;
  z-index: 9999999999;
}
@media screen and (max-width: 992px) {
  .cookie-box {
    padding: 15px;
  }
}
@media screen and (max-width: 500px) {
  .cookie-box {
    padding: 8px;
  }
}
.cookie-box--bar {
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
}
.cookie-box--hidden .cookie-box--bar {
  display: none;
}
.cookie-box--hidden .cookie-overlay {
  display: none;
}
.click-through {
  pointer-events: none;
}
/* Cookie overlay */
.cookie-overlay {
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: fixed;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999998;
  opacity: 1;
}
/* Cookie box | Settings */
.cookie-box__settings {
  margin-bottom: 20px;
}
.cookie-box__settings-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-right: 8px;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cookie-box__settings-label {
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
/* Cookie box | Content */
.cookie-box__content {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 1420px) {
  .cookie-box__content {
    flex-direction: column;
  }
}
.cookie-box--modal .cookie-box__content {
  flex-direction: column;
}
/* Cookie box | Title */
.cookie-box__title {
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 992px) {
  .cookie-box__title {
    font-size: 19px;
  }
}
.cookie-box__title:not(:first-child) {
  margin-top: 35px;
}
/* Cookie box | Text */
.cookie-box__text {
  margin-right: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  /* width */
  /* Track */
  /* Handle */
  /* Track piece */
}
@media screen and (max-width: 1420px) {
  .cookie-box__text {
    margin-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box--bar .cookie-box__text {
    max-height: 130px;
  }
}
.cookie-box--modal .cookie-box__text {
  margin-right: 0px;
  max-height: 450px;
}
@media screen and (max-width: 992px) {
  .cookie-box--modal .cookie-box__text {
    max-height: 200px;
  }
}
.cookie-box__text::-webkit-scrollbar {
  background: none;
  border: none;
  width: 7px;
}
.cookie-box__text::-webkit-scrollbar-track {
  border: none;
}
.cookie-box__text::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}
.cookie-box__text::-webkit-scrollbar-corner {
  border: none;
}
.cookie-box__text::-webkit-scrollbar-track-piece {
  border-left: none;
}
/* Cookie box | Lead */
.cookie-box__lead {
  font-size: 14px;
  /* Cookie box | Lead - Anchor underline */
}
@media screen and (max-width: 992px) {
  .cookie-box__lead {
    font-size: 12px;
  }
}
.cookie-box__lead > a,
.cookie-box__lead > p a {
  text-decoration: underline;
}
/* Cookie box | Buttons */
.cookie-box__buttons {
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 1420px) {
  .cookie-box__buttons {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.cookie-box--modal .cookie-box__buttons {
  flex-wrap: wrap;
  margin-top: 10px;
}
.cookie-box__button,
.cookie-box__button.btn {
  align-items: center;
  display: flex;
  margin-top: 10px;
  min-height: 52px;
  font-size: 14px;
  height: auto;
  line-height: 1.2;
  padding: 4px 10px 4px 10px;
  white-space: nowrap;
}
.cookie-box__button:not(:last-of-type),
.cookie-box__button.btn:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .cookie-box__button:not(:last-of-type),
  .cookie-box__button.btn:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .cookie-box__button,
  .cookie-box__button.btn {
    font-size: 12px;
    min-height: 34px;
  }
}
@media screen and (max-width: 500px) {
  .cookie-box__button,
  .cookie-box__button.btn {
    font-size: 11px;
    min-height: 34px;
    padding: 4px 8px 4px 8px;
  }
}
.cookie-box__mobile-item {
  display: none;
}
@media all and (max-width: 992px) {
  .cookie-box__mobile-item {
    display: block;
    flex-basis: 100%;
  }
}
.cookie-box__desktop-item {
  display: block;
}
@media all and (max-width: 992px) {
  .cookie-box__desktop-item {
    display: none;
  }
}
.cookie-box__toggle {
  display: block;
  background: #e8e8e8;
  border-radius: 20px;
  cursor: pointer;
  height: 24px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 50px;
}
.cookie-box__toggle-mark {
  background: #bbbbbb;
  border-radius: 50%;
  display: block;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all 0.3s;
  width: 20px;
}
.cookie-box__checkbox {
  display: none;
}
.cookie-box__checkbox:checked + .cookie-box__toggle-mark {
  background: #d82128;
  left: 27px;
}
.cookie-box__checkbox--disabled:checked + .cookie-box__toggle-mark {
  background: rgba(216, 33, 40, 0.5);
}
.cookie-box__manage {
  text-decoration: underline;
}
.cookie-box--modal .cookie-box__manage {
  margin-top: 8px;
}
/* Cookie box | Content | Bottom */
.cookie-box__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.cookie-box__bottom a {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .cookie-box__bottom {
    font-size: 12px;
  }
}
.twitter-typeahead {
  float: left;
  width: 100%;
  padding-right: 90px;
}
.twitter-typeahead h3 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
}
.tt-dataset {
  padding-bottom: 5px;
}
.tt-dataset.tt-dataset-products {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.tt-dataset.tt-dataset-products:before,
.tt-dataset.tt-dataset-products:after {
  content: " ";
  display: table;
}
.tt-dataset.tt-dataset-products:after {
  clear: both;
}
.tt-dataset.tt-dataset-products:before,
.tt-dataset.tt-dataset-products:after {
  content: " ";
  display: table;
}
.tt-dataset.tt-dataset-products:after {
  clear: both;
}
.tt-dataset.tt-dataset-products h3 {
  margin-left: 7.5px;
}
.tt-dataset .produkt.small {
  background: white;
  padding: 10px;
  max-width: 200px;
  margin: 7.5px;
  border: 1px solid #dddddd;
}
.tt-dataset .produkt.small h2 {
  text-align: center;
}
.tt-dataset .produkt.small .product-small-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.tt-dataset .produkt.small .product-small-image img {
  max-height: 80px;
}
.tt-dataset .produkt.small .cena_box {
  font-size: 16px;
  display: inline-block;
}
.tt-dataset .produkt.small .cena_box .cena {
  font-size: 16px;
}
.tt-dataset .produkt.small .cena_box .cena .with_vat {
  font-size: 11px;
}
.tt-dataset .produkt.small .btn {
  position: static;
  height: auto;
}
.tt-menu {
  background-color: #fafafa;
  padding: 10px;
  width: 865px;
  left: -250px !important;
}
.tt-menu .tt-dataset-categories .typeahead_text {
  padding-left: 0;
}
.typeahead_wrapper {
  line-height: 1.3;
  margin-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
}
.typeahead_wrapper a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.typeahead_image {
  flex-basis: 15%;
  overflow: hidden;
  max-height: 60px;
}
.typeahead_text {
  flex-basis: 60%;
  text-decoration: underline;
  font-size: 13px;
}
.typeahead_price {
  flex-basis: 25%;
  color: #d82128;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}
.produkt {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 25px;
}
.produkt.small {
  max-width: 250px;
  height: auto;
  float: left;
  min-height: auto;
}
.produkt .product-small-image {
  position: relative;
}
.produkt .product-small-image:hover .vars {
  height: auto;
}
.produkt .product-small-image .vars {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 95%;
  height: 35px;
  overflow: hidden;
}
.produkt .product-small-image .vars .var_item {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  margin-bottom: 5px;
  border: 1px solid #cdcdcd;
}
.produkt .product-small-image .vars .var_plus {
  cursor: pointer;
  background-color: red;
  color: red;
  float: right;
  width: 15px;
  height: 15px;
  border-radius: 8px;
}
.produkt h2 {
  font-size: 14px;
  font-weight: bold;
  color: #313131;
  height: 85px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.4;
}
.produkt h2 a {
  text-decoration: none;
}
.produkt h2 + p {
  height: 55px;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.2;
}
.produkt .btn.white {
  width: 100%;
}
.cena_box {
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cena {
  display: block;
  color: #d82128;
  font-size: 16px;
  font-weight: bold;
}
.cena.dop {
  color: black;
  font-weight: 300;
  font-size: 13px;
  text-decoration: line-through;
  line-height: 100%;
}
@media all and (max-width: 1160px) {
  .tt-menu {
    left: -297px !important;
    width: 865px;
  }
}
@media all and (max-width: 947px) {
  .tt-menu {
    left: 0px !important;
    width: 650px;
  }
  .tt-menu .tt-dataset .produkt.small {
    max-width: none;
    min-width: initial;
    display: block;
    width: auto;
    float: none;
  }
  .tt-menu .tt-dataset .produkt.small:before,
  .tt-menu .tt-dataset .produkt.small:after {
    content: " ";
    display: table;
  }
  .tt-menu .tt-dataset .produkt.small:after {
    clear: both;
  }
  .tt-menu .tt-dataset .produkt.small:before,
  .tt-menu .tt-dataset .produkt.small:after {
    content: " ";
    display: table;
  }
  .tt-menu .tt-dataset .produkt.small:after {
    clear: both;
  }
  .tt-menu .tt-dataset .produkt.small .product-small-image {
    float: left;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }
  .tt-menu .tt-dataset .produkt.small .product-small-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .tt-menu .tt-dataset .produkt.small h2 {
    height: 69px;
    text-align: left;
  }
  .tt-menu .tt-dataset .produkt.small .row {
    display: block;
    float: left;
  }
}
@media all and (max-width: 710px) {
  .tt-menu {
    width: 100%;
  }
}
.alert {
  font-weight: bold;
  padding: 5px 15px;
}
.alert.alert-success {
  background: #0091008a;
}
.alert.alert-danger {
  background: #bf000057;
}
.alert.alert-warning {
  background: #d5c80a5e;
}
.account {
  margin-top: 40px;
  margin-bottom: 60px;
}
.account .account_nav .navbar-nav {
  background: white;
  margin: 11px 0 0 0;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
.account .account_nav .navbar-nav li {
  list-style-type: none;
  float: none;
  padding: 3px 28px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.account .account_nav .navbar-nav li.selected {
  color: #d82128;
  font-weight: bold;
}
.account .account_nav .navbar-nav a {
  text-decoration: none;
}
.account a.btn {
  border-radius: 0;
}
.account .account_page {
  margin-top: 12px;
  background-color: white;
  padding: 10px;
  min-height: 400px;
  padding: 20px;
  border: 1px solid #dddddd;
  font-size: 16px;
}
.account .account_page h2,
.account .account_page h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.account .account_page p {
  font-size: 16px;
}
.account .account_page .btn {
  margin-top: 25px;
}
.account table .btn {
  margin-top: 0 !important;
  margin-left: 15px !important;
  padding: 1px 5px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-transform: none !important;
  border: none !important;
}
.account table .btn-success {
  background-color: #38b56d;
}
.account table .btn-success:hover {
  background-color: #2c8e56;
}
.account table .btn-info {
  background-color: blue;
}
.account table .btn-info:hover {
  background-color: #0000cc;
}
.account table .btn-danger {
  background-color: #e62f63;
}
.account table .btn-danger:hover {
  background-color: #ca184b;
}
.search {
  margin-top: 40px;
  margin-bottom: 30px;
}
.search.nabidka .produkt {
  padding-left: 15px;
}
.page.atlas_page .atlas_item {
  border: 1px solid #eaeaea;
  padding: 7px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  overflow: hidden;
}
.page.atlas_page .atlas_item.is_category {
  text-align: left;
  padding: 20px 10px;
  height: 210px;
}
.page.atlas_page .atlas_item > a {
  display: block;
  text-decoration: none;
}
.page.atlas_page .atlas_item > a:hover h2 {
  color: #d82128;
}
.page.atlas_page .atlas_item img {
  margin: 10px auto;
}
.page.atlas_page .atlas_item h2 {
  color: #313131;
  font-size: 24px;
  margin-bottom: 14px;
}
.page.atlas_page .atlas_item .content {
  padding: 0;
}
.page.atlas_page .atlas_item .content p {
  color: #313131;
  font-size: 14px;
}
.page.atlas_page .is_aside {
  padding: 30px 50px;
}
.page.atlas_page .is_aside .imagebox {
  margin-top: 32px;
  margin-bottom: 24px;
}
.page.atlas_page .is_aside .imagebox img {
  margin: 0 auto;
  max-height: 100%;
}
@media all and (max-width: 768px) {
  .page.atlas_page .is_aside {
    padding: 30px 15px;
  }
}
.loginForm {
  width: 360px;
  margin: 180px auto 150px auto;
}
.loginForm img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loginForm h3 {
  color: #000;
  margin-top: 50px;
  font-size: 2.4em;
  font-weight: lighter;
  text-align: center;
}
.loginForm form .btn-success {
  width: 100%;
}
.loginForm .forgotPassword {
  margin-top: 10px;
}
.loginForm .forgotPassword a {
  color: #ccc;
  text-decoration: none;
}
.loginForm .forgotPassword a:hover,
.loginForm .forgotPassword a:active,
.loginForm .forgotPassword a:focus {
  color: #000;
}
.register-wrapper {
  padding: 20px 0 60px 0;
}
.register-wrapper .form-group {
  margin: 10px 0;
}
.register-wrapper label {
  font-size: 15px;
  font-weight: 400;
}
.register-wrapper .btn {
  margin-top: 15px;
}
.register-wrapper .register-info {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.register-wrapper .register-info .register-info-box {
  background: #d82128;
  padding: 15px;
  position: relative;
  font-size: 13px;
  color: white;
  margin-bottom: 30px;
}
.register-wrapper .register-info .register-info-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d82128;
}
.register-wrapper .register-info h2 {
  font-size: 18px;
  margin-top: 0;
}
.register-wrapper .register-info .icons-row {
  display: flex;
}
.register-wrapper .register-info .icons-row .item {
  max-width: 350px;
  width: 190px;
  font-size: 13px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  padding: 20px;
  line-height: 1.6;
  background: white;
}
.register-wrapper .register-info .icons-row .item .ico {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.register-wrapper .register-info .icons-row .item .ico:before {
  width: 67px;
  height: 54px;
  content: "";
  display: block;
  margin-bottom: 5px;
}
.register-wrapper .register-info .icons-row .item:not(:nth-of-type(3)) {
  margin-right: 30px;
}
.register-wrapper .register-info .icons-row .item.order-ico .ico:before {
  background: url('/userfiles/images/icons.svg') no-repeat -129px -300px;
}
.register-wrapper .register-info .icons-row .item.address-ico .ico:before {
  width: 54px;
  min-width: 54px;
  background: url('/userfiles/images/icons.svg') no-repeat -70px -300px;
}
.register-wrapper .register-info .icons-row .item.overview-ico .ico:before {
  width: 45px;
  min-width: 45px;
  background: url('/userfiles/images/icons.svg') no-repeat -197px -300px;
}
@media all and (max-width: 1159px) {
  .register-wrapper .register-info .icons-row {
    flex-direction: column;
  }
  .register-wrapper .register-info .icons-row .item {
    text-align: left;
    width: 100%;
    flex-direction: row;
  }
  .register-wrapper .register-info .icons-row .item .ico {
    min-width: 90px;
    justify-content: flex-start;
  }
  .register-wrapper .register-info .icons-row .item:not(:nth-of-type(3)) {
    margin-right: 10px;
  }
}
@media all and (max-width: 949px) {
  .register-wrapper .register-info .icons-row .item:not(:nth-of-type(3)) {
    margin-right: 30px;
  }
}
@media all and (max-width: 570px) {
  .register-wrapper .register-info h2 {
    text-align: center;
  }
  .register-wrapper .register-info .icons-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .register-wrapper .register-info .icons-row .item:not(:nth-of-type(3)) {
    margin-right: 0px;
  }
  .register-wrapper .register-info .icons-row .item .ico {
    min-width: 80px;
  }
}
.form_sent {
  padding-top: 70px;
  padding-bottom: 100px;
}
.form_sent h2 {
  font-size: 46px;
}
.form_sent p {
  font-size: 24px;
}
.red-box {
  background: #d82128;
  color: white;
  padding: 10px 15px;
}
#order {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-color: white;
  font-size: 16px;
  padding: 10px;
}
#order .products-expired {
  background: #d82128;
  color: white;
  font-weight: bold;
  padding: 5px 29px;
  margin-top: 10px;
}
#order > .row {
  padding: 0 15px;
}
#order h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 40px;
}
#order h2 > table {
  margin-top: 0;
}
#order .info-disabled {
  opacity: 0.6;
}
#order .steps .step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  background-color: #f3f5f6;
  border: 1px solid #dddddd;
  padding: 20px 28px;
}
#order .steps .step:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(/userfiles/images/basket.png) -6px -30px no-repeat;
}
#order .steps .step:nth-child(2):before {
  background-position: -40px 0;
}
#order .steps .step:nth-child(3):before {
  background-position: -78px 0;
}
#order .steps .step:nth-child(4):before {
  background-position: -114px 0;
}
#order .steps .step.active {
  font-weight: 700;
  background-color: white;
}
#order .steps .step .arrow {
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 3;
  width: 0;
  height: 0;
  border-bottom: 35px solid transparent;
  border-top: 35px solid transparent;
  border-left: 10px solid #f3f5f6;
}
#order .steps .step .arrow + .arrow {
  right: -11px;
  z-index: 2;
  border-left-color: #dddddd;
}
#order .steps .step.active .arrow {
  border-left-color: #fff;
}
#order .steps .step.active .arrow + .arrow {
  border-left-color: #dddddd;
}
#order .steps .step.active:nth-child(2):before {
  background-position: -40px -30px;
}
#order .steps .step.active:nth-child(3):before {
  background-position: -78px -30px;
}
#order .steps .step.active:nth-child(4):before {
  background-position: -114px -30px;
}
#order table {
  margin-top: 40px;
  margin-bottom: 40px;
}
#order table .basket-price-box {
  line-height: 1.3;
}
#order table .basket-price-box small {
  display: block;
}
#order table .basket-price-box small small {
  display: initial;
}
#order table th,
#order table td {
  text-align: right;
}
#order table th:first-of-type,
#order table td:first-of-type {
  text-align: left;
}
#order table th:nth-child(n+2):nth-child(-n+5) {
  width: 175px;
}
#order table th:last-of-type {
  width: 70px;
}
#order table th {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
#order table td.price {
  padding-top: 12px;
  font-size: 22px;
}
#order table td.price small {
  font-size: 75%;
}
#order table td.price.stock {
  color: red;
  line-height: 1.2;
  font-size: 18px;
}
#order table td.price.stock.stock-positive {
  color: green;
}
#order table td.price.final {
  text-align: right;
  font-weight: 700;
  color: #d82128;
}
#order table td.count {
  font-size: 20px;
  padding-top: 20px;
}
#order table td.td_name .product_name span {
  display: block;
  font-size: 12px;
  color: #757575;
}
#order .no_product p {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#order .product_image {
  display: inline-block;
  height: 95px;
  width: 125px;
  float: left;
  overflow: hidden;
}
#order .product_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
#order .product_name {
  font-size: 15px;
  margin-left: 145px;
}
#order .remove_button {
  border: 0;
  position: relative;
  top: 12px;
  width: 30px;
  height: 40px;
  background: url(/userfiles/images/basket.png) -6px -55px no-repeat;
}
#order .total_price {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}
#order .total_price span {
  margin-left: 15px;
  color: #d82128;
}
#order .list-group-item {
  display: flex;
  font-size: 18px;
  border-color: #CDCDCD;
  align-items: flex-start;
  flex-wrap: wrap;
}
#order .list-group-item .results_box {
  flex-basis: 100%;
  margin: 10px auto 0 auto;
  max-width: 440px;
}
#order .list-group-item .results_box div {
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  #order .list-group-item .results_box div {
    padding-left: 0;
  }
}
#order .list-group-item .results_box div img {
  width: 75px;
}
#order .list-group-item .results_box div p {
  margin: 0 0 0 10px;
  display: inline-flex;
  flex-direction: column;
}
#order .list-group-item .payment-transport-name {
  line-height: 1.4;
  margin-right: 10px;
}
#order .list-group-item .payment-transport-name span {
  display: block;
  padding-left: 0;
}
#order .list-group-item .payment-transport-image {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 100%;
  margin-right: 8px;
  line-height: 1.2;
}
#order .list-group-item .payment-transport-image img {
  max-width: 100%;
  max-height: 100%;
}
#order .list-group-item .price {
  margin-left: auto;
}
#order .list-group-item:before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  height: 16px;
  min-width: 16px;
  width: 16px;
  margin-right: 12px;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  background-color: #fff;
}
#order .list-group-item.active {
  color: #000;
  background-color: #f0f2f4;
}
#order .list-group-item.active:before {
  background: radial-gradient(circle, #d82128 40%, transparent 0);
}
#order .list-group-item .price {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
}
#order .list-group-item .option_note {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
  padding-left: 28px;
  color: #333333;
}
#order button.step,
#order a.step {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 12px 25px;
  color: white;
}
#order button.step.stepnext,
#order a.step.stepnext {
  background-color: #01b169;
  border: 1px solid #01b169;
  font-weight: 700;
}
#order button.step.stepnext:hover,
#order a.step.stepnext:hover {
  background-color: #017e4b;
}
#order button.step.stepnext:after,
#order a.step.stepnext:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/basket.png) -20px -5px no-repeat;
}
#order button.step.stepback,
#order a.step.stepback {
  color: black;
  font-weight: 300;
  background-color: white;
  border: 1px solid #dddddd;
}
#order button.step.stepback:hover,
#order a.step.stepback:hover {
  background-color: #e6e6e6;
}
#order button.step.stepback:before,
#order a.step.stepback:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/basket.png) -4px -5px no-repeat;
}
#order .input_erorr {
  display: block;
  color: #d40000;
}
#order .input_erorr:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(/userfiles/images/basket.png) -48px -65px no-repeat;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
#order .input_erorr ~ .col-sm-8 .form-control {
  background-color: #ffcdcd;
  box-shadow: inset 6px 7px 7px -6px rgba(0, 0, 0, 0.3);
}
#order .input_erorr + .checkbox {
  background-color: #ffcdcd;
}
#order .checkbox {
  display: inline-block;
  padding: 5px;
}
#order #note {
  min-height: 116px;
}
#order .form-group {
  margin-bottom: 10px;
}
#order .form-group > label {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
}
#order .form-group > label > span {
  color: red;
}
#order .fade-transition {
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
#order .fade-enter,
#order .fade-leave {
  opacity: 0;
  visibility: hidden;
}
#order [v-cloak] {
  display: none;
}
#couponQuestion {
  float: left;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}
#couponQuestion span {
  font-weight: 700;
}
#couponQuestion:hover {
  cursor: pointer;
}
#couponQuestion:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 40px;
  top: 14px;
  height: 40px;
  background: url(/userfiles/images/basket.png) 0px -100px no-repeat;
}
#couponInput {
  display: inline-block;
  width: 350px;
  height: 75px;
  position: relative;
  margin-top: 45px;
}
#couponInput input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  background-color: #dddddd;
  height: 50px;
  border: 0;
  font-size: 18px;
  padding-left: 15px;
}
#couponInput input.bad {
  background-color: #ffcdcd;
}
#couponInput button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 50px;
  border: 0;
  margin-top: 0;
  background: #32404e;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 700;
}
#couponInput .basket_message {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  margin-left: 8px;
  font-size: 14px;
}
#couponInput .basket_message.bad {
  color: #d40000;
}
#couponInput .basket_message.bad:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(/userfiles/images/basket.png) -48px -65px no-repeat;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
#couponInput .basket_message.good {
  color: green;
}
@media all and (max-width: 1159px) {
  #order h2 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #order .list-group-item {
    font-size: 13px;
  }
  #order .list-group-item .price {
    font-size: 13px;
  }
  #order #couponQuestion {
    font-size: 12px;
  }
  #order #couponInput {
    margin: auto;
    text-align: center;
    display: block;
    width: 240px;
  }
  #order #couponInput input {
    font-size: 11px;
  }
  #order #couponInput .send {
    font-size: 11px;
  }
  #order .total_price {
    font-size: 15px;
  }
  #order .steps {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: center;
  }
  #order .steps .step {
    margin: 0px;
    width: 90px;
    text-align: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    border: none;
    background: white;
  }
  #order .steps .step span {
    font-size: 9px;
  }
  #order .steps .step .arrow {
    display: none;
  }
  #order .steps .step.desktop-only {
    display: none;
  }
  #order .steps .step {
    padding: 4px;
  }
  #order .steps .step:before {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #order table {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #order table .remove-btn-td {
    padding: 0;
  }
  #order table .remove-btn-td .remove_button {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  #order table thead {
    display: none;
  }
  #order table tbody {
    display: block;
    position: relative;
  }
  #order table tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 7px;
    border-bottom: 1px solid #dddddd;
  }
  #order table tr:first-of-type {
    border-top: 1px solid #dddddd;
  }
  #order table tr td {
    border: none;
    display: block;
  }
  #order table tr td.td_name {
    width: 100%;
    padding-right: 45px;
    display: flex;
  }
  #order table tr td.td_name .product_name {
    margin-top: 6px;
    margin-left: 10px;
  }
  #order table tr td.td_name .product_name a {
    display: block;
    font-size: 11px;
  }
  #order table tr td.td_name .product_image {
    height: 65px;
    min-width: 81px;
    float: none;
  }
  #order table tr td.price {
    font-size: 13px;
  }
  #order table tr td.price.basket-price-box {
    margin-left: auto;
    padding-top: 26px;
  }
  #order table tr td.price.basket-price-box small {
    display: none;
  }
  #order table tr td.price.final {
    text-align: right;
    margin-left: 6px;
    line-height: 1.1;
  }
  #order table tr td.price.final .price {
    font-weight: 400;
    display: block;
    text-decoration: none;
  }
  #order table tr td.price.final .price small {
    font-size: 75%;
  }
  #order table tr td.price.final .price.stock {
    color: red;
  }
  #order table tr td.price.final .price.stock.stock-positive {
    color: green;
  }
  #order table tr td.price.final .price.final {
    text-align: right;
    font-weight: 700;
    color: #d82128;
  }
  #order table tr td .product_count {
    width: 67px;
    height: 40px;
  }
  #order table th {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  #order #couponQuestion {
    float: none;
    display: block;
    margin: auto;
    text-align: center;
  }
  #order .total_price {
    float: none !important;
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  #order button.step.stepnext {
    margin: 15px auto;
    display: block;
    float: none !important;
  }
  #order button.step.stepnext:before {
    top: 5px;
  }
  #order button.step.stepnext span {
    font-size: 12px;
  }
  #order button.step.stepback {
    display: none;
  }
}

