/*!
 * 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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 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: 980px) {
  .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: 980px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #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   \A0';
}
.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: '\A0   \2014';
}
address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.8;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 980px) {
  .container {
    width: 949px;
  }
}
@media (min-width: 1079px) {
  .container {
    width: 1049px;
  }
}
@media (min-width: 1239px) {
  .container {
    width: 1209px;
  }
}
.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: 980px) {
  .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: 1079px) {
  .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: 1239px) {
  .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: 979px) {
  .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"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 980px) {
  .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;
  -ms-touch-action: manipulation;
      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;
  -ms-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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 980px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 980px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 980px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 980px) {
  .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: 980px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 980px) {
  .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: 980px) {
  .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: 980px) {
  .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: 979px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 32px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 980px) {
  .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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 22px;
  margin-bottom: 22px;
}
@media (min-width: 980px) {
  .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: 979px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 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: 980px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 980px) {
  .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: 979px) {
  .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: 979px) {
  .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: 60px 0 0 0;
  padding-left: 15px;
  list-style: none;
  border-radius: 0px;
}
.breadcrumb a {
  text-transform: none;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #ccc;
  content: "";
}
.breadcrumb > .active {
  color: #fff;
  font-size: 16px;
}
.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;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #CDCDCD;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 32px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 32px;
  margin-bottom: 32px;
  background-color: #f5f5f5;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #CDCDCD;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #FFF;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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%;
}
.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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 979px) {
  .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: 979px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 979px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 979px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 980px) and (max-width: 1078px) {
  .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: 980px) and (max-width: 1078px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 980px) and (max-width: 1078px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 980px) and (max-width: 1078px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1079px) and (max-width: 1238px) {
  .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: 1079px) and (max-width: 1238px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1079px) and (max-width: 1238px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1079px) and (max-width: 1238px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1239px) {
  .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: 1239px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1239px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1239px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 979px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1078px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1079px) and (max-width: 1238px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1239px) {
  .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-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 13px;
	width: 90%;
	left: 10px;
}
.noUi-horizontal .noUi-handle {
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #f1f1f1;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #ffffff;
  -webkit-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  	background: #005380;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	left: -10px;
	top: -6px;
	cursor: pointer;
}
.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  background: #fff;
  color: #797979;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  width: 80px;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  bottom: -40px;
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	left: 36px;
	text-align: left;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	right: -45px;
	text-align: right;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*
 *  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;

  -ms-touch-action: none;
  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: 9999999999;
  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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-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 {
  -webkit-filter: blur(3px);
  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 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

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

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  background: transparent;
}

.remodal.base {
  background: white;
}

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

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

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  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;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.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: "\D7";
  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;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  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
   ========================================================================== */

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

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

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

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

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

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

    opacity: 0;
  }
}

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

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

    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

.lt-ie9 .remodal {
  width: 910px;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
#slides ul li{
  background: none;
}
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 {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          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: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
       -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
          transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
       -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
          transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .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;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 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;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  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;
}

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.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, .6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(rgba(0, 0, 0, .85)),
  color-stop(50%, rgba(0, 0, 0, .3)),
  color-stop(65%, rgba(0, 0, 0, .15)),
  color-stop(75.5%, rgba(0, 0, 0, .075)),
  color-stop(82.85%, rgba(0, 0, 0, .037)),
  color-stop(88%, rgba(0, 0, 0, .019)),
  to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom,
  rgba(0, 0, 0, .85) 0%,
  rgba(0, 0, 0, .3) 50%,
  rgba(0, 0, 0, .15) 65%,
  rgba(0, 0, 0, .075) 75.5%,
  rgba(0, 0, 0, .037) 82.85%,
  rgba(0, 0, 0, .019) 88%,
  rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom,
  rgba(0, 0, 0, .85) 0%,
  rgba(0, 0, 0, .3) 50%,
  rgba(0, 0, 0, .15) 65%,
  rgba(0, 0, 0, .075) 75.5%,
  rgba(0, 0, 0, .037) 82.85%,
  rgba(0, 0, 0, .019) 88%,
  rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top,
  rgba(0, 0, 0, .85) 0%,
  rgba(0, 0, 0, .3) 50%,
  rgba(0, 0, 0, .15) 65%,
  rgba(0, 0, 0, .075) 75.5%,
  rgba(0, 0, 0, .037) 82.85%,
  rgba(0, 0, 0, .019) 88%,
  rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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 {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
       -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
          transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

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

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* 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;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 {
  /*background: #ddd;*/
  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: rgba(0, 0, 0, 0);
  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__list {
  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 .fancybox-thumbs__list {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .glide * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

.font-light {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
}
.font-book {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.font-bold {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.font-demi {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.font-alternate {
  font-family: 'Great Vibes', sans-serif;
}
::-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;
  -o-transition: 300ms;
  transition: 300ms;
}
::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
  border: none;
  border-left: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #252525;
  font-size: 16px;
  line-height: 1.6;
}
h1,
.h1 {
  font-size: 38px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  color: #005380;
  margin: 30px 0 40px 0;
  line-height: 100%;
}
h1 span,
.h1 span {
  font-size: 27px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  color: #23b2e1;
  display: block;
  line-height: 140%;
  margin-top: 20px;
}
.margin-top {
  margin-top: 15px;
}
.no-margin {
  margin: 0 !important;
}
h2,
.h2 {
  font-size: 46px;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  color: #005380;
  margin: 0;
  line-height: 1.3;
  text-align: center;
}
h2 strong,
.h2 strong {
  color: #23b2e1;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.row--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.row--stretch:before,
.row--stretch:after {
  content: normal;
}
.row--stretch .col-right {
  position: relative;
}
h3 {
  font-size: 28px;
  margin-top: 0;
  color: #005380;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
}
h4 {
  font-size: 23px;
  color: #23b2e1;
  line-height: 1.5;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
h4 span {
  color: #005380;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
p {
  font-size: 14px;
  color: #252525;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin: 0;
}
p a {
  color: #005380;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
}
p a:hover {
  color: #0074b3;
}
p strong a,
p b a {
  font-weight: 700;
}
p.big {
  font-size: 34px;
  line-height: 140%;
}
a {
  text-transform: none;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  color: #005380;
}
a:hover {
  color: #0074b3;
}
a.btn {
  text-decoration: none !important;
}
a.under {
  text-decoration: underline;
}
.content {
  /* Přidám vlastní plus/minus a odsazení */
  /* Čára mezi otázkami */
}
.content a {
  text-decoration: underline;
}
.content p {
  margin: 20px 0;
}
.content summary {
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
  font-weight: 700;
  font-family: 'FuturaLTPro-Bold', sans-serif;
}
.content summary::marker {
  content: "";
}
.content summary::before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.content details[open] summary::before {
  content: "\2013";
}
.content details + details {
  border-top: 1px solid #e0e0e0;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.content .content {
  padding: 0.5em 0 0 1.5em;
  color: #444;
  line-height: 1.4;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flipped {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}
.small {
  font-size: 17px;
}
.img-border {
  border: 2px solid #e5e5e5;
}
.catelog_link {
  position: absolute;
  top: -38px;
  max-width: 100%;
  overflow: hidden;
}
.catelog_link img {
  width: 200%;
}
.catelog_link:hover {
  text-indent: -100%;
}
#accountNav {
  display: none;
  position: absolute;
  text-align: right;
  z-index: 99;
  margin-right: 10px;
  top: 0;
  right: 0;
  background: white;
  padding: 20px;
}
#accountNav a {
  display: block;
  text-align: right;
}
.form-control {
  color: #252525;
  background-color: #f4f4f4;
  border: 1px solid #d6d6d6;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -28px;
  margin-top: 2px;
}
.navbar-collapse {
  padding: 0;
}
figure {
  margin: 24px 0;
}
figure img {
  margin-bottom: 5px;
}
#filter_anchor {
  position: relative;
  top: -165px;
}
.text-small {
  font-size: 11px !important;
}
.text-left-important {
  text-align: left !important;
}
.ml-2 {
  margin-left: 20px;
}
.row--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: center;
      align-self: center;
}
.justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no_products_content {
  padding: 35px 40px 30px;
  background: #fff;
}
.no_products_content h2 {
  text-align: left;
}
.delivery_info {
  font-size: 16px;
  color: #ca2c2d;
  margin-top: 20px;
  margin-bottom: 32px;
}
.content {
  padding-bottom: 20px;
}
.container-fluid.banner {
  margin-top: 80px;
}
.wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#flash_message {
  background: #fd7900;
}
.flash-message {
  overflow: hidden;
  color: #fff;
  background: #fd7900;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 15px;
}
.flash-message p {
  color: #fff;
}
.flash-message .flash-wrapper {
  text-align: center;
}
.flash-message .flash-wrapper .flash-content {
  padding: 18px 0px 16px 0;
  display: inline-block;
  height: 100%;
}
.flash-message .flash-wrapper .more {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.flash-message .flash-wrapper .more:hover {
  color: #000;
}
.flash-message button {
  color: #fff;
  background: none;
  padding: 10px 46px 10px 30px;
  position: relative;
  margin: 10px 0 10px 0;
  border: none;
}
.flash-message button:before {
  content: '\D7';
  font-size: 30px;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  line-height: 27px;
  height: 34px;
  width: 34px;
  color: white;
  background: #000;
}
.flash-message button:hover,
.flash-message button:focus,
.flash-message button:active,
.flash-message button:active:hover {
  border: none;
  background: none;
  color: #1a1a1a;
}
.flash-message button:hover:before,
.flash-message button:focus:before,
.flash-message button:active:before,
.flash-message button:active:hover:before {
  background: #1a1a1a;
}
.fixed .flash-message button {
  margin-right: 15px;
}
.print_it {
  float: right;
  line-height: 25px;
  font-size: 14px;
  color: #005380;
  text-decoration: none;
  position: relative;
  margin-top: 30px;
  padding-right: 5px;
}
.print_it:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("/userfiles/images/icons.svg") -647px -721px no-repeat;
  position: absolute;
  left: -25px;
  top: 2px;
}
div#chat-application {
  max-height: 56px;
  max-width: 114px;
  height: 56px;
  width: 114px;
  bottom: 24px;
  left: initial;
  right: 11px;
  position: fixed;
}
@media all and (max-width: 768px) {
  div#chat-application {
    max-height: 56px;
    max-width: 61px;
    height: 56px;
    width: 61px;
    right: 6px;
    bottom: 8px;
  }
}
@media all and (max-width: 1079px) {
  .justify {
    display: initial;
  }
}
@media all and (max-width: 980px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 25px;
  }
  .print-it {
    display: none;
  }
}
p.input_erorr {
  display: block;
  font-size: 12px;
  color: #ca2c2d;
  margin-top: 10px;
}
.career-embed {
  margin-top: -30px;
  margin-bottom: 30px;
}
@media all and (max-width: 700px) {
  .flash-message {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4px 15px 12px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flash-message .button {
    margin: 10px 0 0 0;
  }
  .flash-message .flash-wrapper .flash-content {
    height: unset;
  }
  .flash-message .flash-wrapper .flash-content .more {
    display: inline-block;
  }
}
@media all and (max-width: 460px) {
  .flash-message .flash-wrapper .flash-content {
    display: block;
    padding: 5px 0;
  }
  .flash-message .flash-wrapper .flash-content .more {
    display: inline-block;
  }
}
/* Global */
@font-face {
  font-family: 'icons';
  src: url('../../font/icons.eot');
  src: url('../../font/icons.eot?#iefix') format('embedded-opentype'), url('../../font/icons.svg#icons') format('svg'), url('../../font/icons.ttf') format('truetype'), url('../../font/icons.woff') format('woff'), url('../../font/icons.woff2') format('woff2');
  font-display: swap;
  font-weight: normal;
}
.icon::before {
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-transform: none;
}
.icon--know-how:before {
  content: "\E92F";
}
.icon--bathrooms-work:before {
  content: "\E930";
}
.icon--play:before {
  content: "\E931";
}
.icon--planet-earth:before {
  content: "\E932";
}
.icon--jacuzzi:before {
  content: "\E933";
}
.icon--home:before {
  content: "\E92E";
}
.icon--user:before {
  content: "\E92D";
}
.icon--clock:before {
  content: "\E92C";
}
.icon--phone:before {
  content: "\E927";
}
.icon--mail:before {
  content: "\E928";
}
.icon--message:before {
  content: "\E929";
}
.icon--camera:before {
  content: "\E92A";
}
.icon--quote:before {
  content: "\E92B";
}
.icon--let-5:before {
  content: "\E900";
}
.icon--bezuchytkove-provedeni:before {
  content: "\E901";
}
.icon--doplnkove-skrinky:before {
  content: "\E902";
}
.icon--dostupna-sire:before {
  content: "\E903";
}
.icon--dozivotni-zaruka:before {
  content: "\E904";
}
.icon--dverove-provedeni:before {
  content: "\E905";
}
.icon--dverove-provedeni_1:before {
  content: "\E906";
}
.icon--ergonomicky-tvar:before {
  content: "\E907";
}
.icon--flexibilni-rozmery:before {
  content: "\E908";
}
.icon--ip44-zasuvky:before {
  content: "\E909";
}
.icon--lakovane:before {
  content: "\E90A";
}
.icon--led-osvetleni:before {
  content: "\E90B";
}
.icon--maximalni-hloubka:before {
  content: "\E90C";
}
.icon--modularita:before {
  content: "\E90D";
}
.icon--moznost-volby-uchytky:before {
  content: "\E90E";
}
.icon--netradicni-design:before {
  content: "\E90F";
}
.icon--nozicky-20cm:before {
  content: "\E910";
}
.icon--oble-boky:before {
  content: "\E911";
}
.icon--oble-ostre-hrany:before {
  content: "\E912";
}
.icon--oboustranne-zrcadlo:before {
  content: "\E913";
}
.icon--odkladaci-prostor:before {
  content: "\E914";
}
.icon--otevirani-za-celo:before {
  content: "\E915";
}
.icon--pomer-zasuvek:before {
  content: "\E916";
}
.icon--prakticke-umyvadlo:before {
  content: "\E917";
}
.icon--protiskluzova-podlozka:before {
  content: "\E918";
}
.icon--push-to-open:before {
  content: "\E919";
}
.icon--regulator-stmivani:before {
  content: "\E91A";
}
.icon--regulator-teploty:before {
  content: "\E91B";
}
.icon--ruzne-tvary:before {
  content: "\E91C";
}
.icon--rychle-dodani:before {
  content: "\E91D";
}
.icon--siroky-vyber:before {
  content: "\E91E";
}
.icon--tlumene-dovirani:before {
  content: "\E91F";
}
.icon--ulozny-prostor:before {
  content: "\E920";
}
.icon--variabilita:before {
  content: "\E921";
}
.icon--velky-prostor:before {
  content: "\E922";
}
.icon--vhodne-pro-projekty:before {
  content: "\E923";
}
.icon--vhodne-pro-umyvadlo:before {
  content: "\E924";
}
.icon--vypinac:before {
  content: "\E925";
}
.icon--zasuvkove-provedeni:before {
  content: "\E926";
}
.\--title-h2 {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #23b2e1;
}
@media all and (min-width: 1079px) {
  .\--title-h2 {
    font-size: 40px;
  }
}
.\--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.\--absolute-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* Bootstrap override */
.small-column-offsets .row {
  margin-left: -8px;
  margin-right: -8px;
}
.small-column-offsets [class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
/* Components */
.historie {
  padding-top: 80px;
  padding-bottom: 80px;
}
.historie h1 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 120%;
}
.historie h1 span {
  font-size: 27px;
  text-align: center;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  color: #23b2e1;
  display: block;
  line-height: 140%;
  margin-top: 20px;
}
.historie h2 {
  font-size: 27px;
  text-align: center;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  color: #23b2e1;
  display: block;
}
.historie.perex {
  padding-top: 0;
}
.historie.perex p {
  font-size: 17px;
}
.historie.perex h2 {
  font-size: 21px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  color: #005380;
  text-align: left;
}
.historie.perex ul {
  padding: 0;
}
.historie.perex li {
  padding-left: 35px;
  display: block;
  padding-bottom: 20px;
  list-style-type: none;
  position: relative;
}
.historie.perex li a {
  text-decoration: underline;
  color: #005380;
}
.historie.perex li a:hover {
  color: #23b2e1;
}
.historie.perex li:before {
  content: '1';
  color: #fff;
  display: block;
  position: absolute;
  padding-left: 7px;
  padding-top: 3px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  top: 1px;
  left: 0px;
  font-size: 13px;
  background: #00466c;
  border-radius: 50%;
  width: 23px;
  height: 24px;
}
.historie.perex li:nth-child(2):before {
  content: '2';
  background: #1f89b3;
}
.historie.perex li:nth-child(3):before {
  content: '3';
  background: #23b2e1;
}
.historie.vypis {
  background: #f4f4f4;
}
.historie.vypis h3 {
  font-size: 24px;
  margin-top: 0;
  color: #00466c;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.historie.vypis .retezec {
  margin-top: 80px;
  position: relative;
}
.historie.vypis .retezec .retez {
  position: absolute;
  right: 50%;
  margin-right: -1.5px;
  height: 100%;
  width: 3px;
  background: #00466c;
}
.historie.vypis .vpravo {
  margin-left: 25px;
  margin-top: 80px;
}
.historie.vypis .vlevo {
  margin-right: 25px;
}
.historie.vypis .udalost {
  border: 2px solid #e5e5e5;
  position: relative;
  padding: 25px;
  background: #fff;
  margin-bottom: 25px;
}
.historie.vypis .udalost .roh {
  display: block;
  position: absolute;
  top: -4px;
  z-index: 99;
  background: url("/userfiles/images/icons.svg") -395px -107px no-repeat;
  width: 22px;
  height: 22px;
}
.historie.vypis .udalost .roh.left {
  left: -20px;
  background-position: -418px -107px;
}
.historie.vypis .udalost .roh.right {
  right: -20px;
}
.historie.vypis .udalost .bod {
  display: block;
  position: absolute;
  top: -9px;
  z-index: 99;
  background: #23b2e1;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.historie.vypis .udalost .bod.left {
  left: -51.5px;
}
.historie.vypis .udalost .bod.right {
  right: -51.5px;
}
.historie.vypis .udalost .mince {
  float: right;
  margin-left: 25px;
}
.historie.vypis .udalost p {
  font-size: 16px;
}
.historie.vypis .udalost p span {
  text-decoration: underline;
}
.historie.vypis .udalost img {
  margin-top: 20px;
}
.historie.vypis .udalost .images {
  max-height: 220px;
  overflow: hidden;
}
.historie.vypis .udalost .images img {
  margin-top: 20px;
  width: 100%;
}
.historie.vypis .konec {
  font-size: 25px;
  text-align: center;
  color: #005380;
  margin-top: 10px;
}
@media all and (max-width: 1079px) {
  .historie.vypis .retezec .retez {
    display: none;
  }
  .historie.vypis .vpravo {
    margin-top: 0;
  }
  .historie.vypis .udalost .bod {
    display: none;
  }
  .historie.vypis .udalost .roh {
    display: none;
  }
  .historie.vypis .udalost .mince {
    display: none;
  }
  .historie.vypis .vpravo {
    margin-left: 0;
    margin-right: 25px;
  }
}
@media all and (max-width: 980px) {
  .historie.vypis .udalost:first-of-type {
    margin-top: 42px;
  }
}
.o_drevojasu {
  padding-top: 80px;
  padding-bottom: 80px;
}
.o_drevojasu .big {
  max-height: 470px;
  overflow: hidden;
}
.o_drevojasu h1 {
  margin-bottom: 0;
}
.o_drevojasu h1,
.o_drevojasu h2 {
  font-size: 48px;
  color: #005380;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
}
.o_drevojasu h1 span,
.o_drevojasu h2 span {
  font-size: 27px;
  color: #23b2e1;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-top: 20px;
  display: block;
  line-height: 140%;
}
.o_drevojasu .firma {
  overflow: hidden;
  margin-top: 60px;
}
.o_drevojasu .firma .left {
  background: #fff;
  width: 35%;
  padding: 55px 50px 0 50px;
  float: left;
  height: 470px;
  overflow: hidden;
}
.o_drevojasu .firma .right {
  width: 65%;
  float: right;
  height: 470px;
  overflow: hidden;
}
.o_drevojasu p {
  font-size: 18px;
  margin-bottom: 20px;
}
.o_drevojasu.uvod {
  background: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 0;
}
.o_drevojasu .citace {
  font-size: 24px;
  color: #005380;
  font-style: italic;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  padding-left: 70px;
  position: relative;
}
.o_drevojasu .citace:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/userfiles/images/icons.svg") -599px -630px no-repeat;
  top: -14px;
  left: 5px;
  z-index: 99;
  width: 50px;
  height: 40px;
}
.o_drevojasu.vyvoj {
  background: #005380;
  padding-top: 90px;
  padding-bottom: 0;
}
.o_drevojasu.vyvoj h2 {
  color: #fff;
}
.o_drevojasu.vyvoj h2 span {
  margin-bottom: 80px;
}
.o_drevojasu.vyvoj .citace {
  color: #fff;
}
.o_drevojasu.vyvoj p {
  color: #fff;
}
.o_drevojasu.vyvoj .informace {
  margin-bottom: 80px;
}
.o_drevojasu.vyvoj .technologie {
  position: relative;
  margin-bottom: 45px;
}
.o_drevojasu.vyvoj .technologie p {
  padding-left: 45px;
  margin-bottom: 0;
}
.o_drevojasu.vyvoj .technologie p:before {
  content: '';
  display: block;
  position: absolute;
  background: url("/userfiles/images/icons.svg") -402px 0px no-repeat;
  top: 6px;
  left: 0px;
  width: 36px;
  height: 26px;
}
.o_drevojasu.design {
  background: #f4f4f4;
  padding-bottom: 0;
}
.o_drevojasu.design .citace {
  color: #005380;
}
.o_drevojasu.design h2 span {
  margin-bottom: 80px;
}
.o_drevojasu.design p {
  color: #252525;
}
.o_drevojasu.design h4 {
  font-size: 27px;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  color: #005380;
  margin-top: 0;
}
.o_drevojasu.design .left {
  position: relative;
  text-align: center;
}
.o_drevojasu.design .left .med {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -150px;
}
.o_drevojasu.prodej {
  padding-bottom: 0;
}
.o_drevojasu.prodej h2 span {
  margin-bottom: 80px;
}
.o_drevojasu.prodej .big {
  position: relative;
  margin-top: 60px;
}
.o_drevojasu.prodej .big img {
  width: 100%;
}
.o_drevojasu.prodej .big .wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.o_drevojasu.prodej .big .wrapper .btn {
  display: inline-block;
}
.o_drevojasu.prodej .big .wrapper p {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
@media all and (max-width: 979px) {
  .odsazeni {
    padding: 0 15px !important;
  }
}
@media all and (max-width: 1239px) {
  .o_drevojasu .firma .right {
    width: 60%;
  }
  .o_drevojasu .firma .left {
    width: 40%;
    padding: 55px 25px 0 25px;
  }
}
@media all and (max-width: 1079px) {
  .o_drevojasu .citace {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 979px) {
  .o_drevojasu.design .firma .right {
    width: 100%;
  }
  .o_drevojasu.design .firma .left {
    width: 100%;
  }
  .o_drevojasu .citace {
    font-size: 20px;
  }
  .o_drevojasu .firma .right {
    width: 50%;
  }
  .o_drevojasu .firma .left {
    width: 50%;
  }
  .o_drevojasu h2 {
    font-size: 35px;
  }
  .o_drevojasu h2 span {
    font-size: 20px;
  }
}
@media all and (max-width: 675px) {
  .o_drevojasu h2 {
    font-size: 30px;
  }
  .o_drevojasu h2 span {
    font-size: 20px;
  }
  .o_drevojasu .firma .right {
    display: none;
  }
  .o_drevojasu .firma .left {
    width: 100%;
  }
  .o_drevojasu.prodej .big .wrapper {
    bottom: 20px;
    left: 20px;
  }
  .o_drevojasu.prodej .big .wrapper p {
    font-size: 16px;
  }
}
.podporujeme .vyhoda,
.vyhody_drevojasu .vyhoda {
  text-align: center;
  overflow: hidden;
  height: 470px;
}
.podporujeme .vyhoda:nth-child(odd),
.vyhody_drevojasu .vyhoda:nth-child(odd) {
  background: #f4f4f4;
}
.podporujeme .vyhoda .left,
.vyhody_drevojasu .vyhoda .left {
  float: left;
  width: 50%;
}
.podporujeme .vyhoda .left img,
.vyhody_drevojasu .vyhoda .left img {
  float: right;
}
.podporujeme .vyhoda .right,
.vyhody_drevojasu .vyhoda .right {
  float: right;
  width: 50%;
}
.podporujeme .vyhoda .right img,
.vyhody_drevojasu .vyhoda .right img {
  float: left;
}
.podporujeme .vyhoda .popis,
.vyhody_drevojasu .vyhoda .popis {
  padding: 60px 40px 0 40px;
}
.podporujeme .vyhoda .popis > span,
.vyhody_drevojasu .vyhoda .popis > span {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #00466c;
  border-radius: 50%;
  font-size: 39px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.podporujeme .vyhoda .popis h4,
.vyhody_drevojasu .vyhoda .popis h4 {
  font-size: 23px;
  margin-top: 0;
}
.podporujeme .vyhoda .popis h3,
.vyhody_drevojasu .vyhoda .popis h3 {
  font-size: 28px;
  margin-top: 25px;
  text-transform: uppercase;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.podporujeme .vyhoda .popis p,
.vyhody_drevojasu .vyhoda .popis p {
  font-size: 16px;
  margin-top: 20px;
}
.podporujeme .vyhoda .popis p span,
.vyhody_drevojasu .vyhoda .popis p span {
  text-decoration: underline;
}
.podporujeme .vyhoda .nahled,
.vyhody_drevojasu .vyhoda .nahled {
  overflow: hidden;
}
.podporujeme h2 {
  margin: 100px 0 50px 0;
}
.podporujeme .vyhoda {
  border-bottom: 2px solid #e5e5e5;
  background: #fff !important;
}
.podporujeme .vyhoda .left img,
.podporujeme .vyhoda .right img {
  display: block;
  float: none;
  max-height: 470px;
  margin: 0 auto;
}
.podporujeme h2 ~ .vyhoda,
.podporujeme .vyhoda:first-of-type {
  border-top: 2px solid #e5e5e5;
}
.podporujeme-line {
  background: #f1f1f1;
  padding: 40px 0;
}
.podporujeme-line p.title {
  font-size: 25px;
  color: #23b2e1;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.podporujeme-line p .btn {
  margin-top: 20px;
  display: inline-block;
}
.podporujeme-line img {
  margin: 20px 0;
}
@media all and (max-width: 1079px) {
  .podporujeme-line img {
    margin-top: 40px;
  }
}
@media all and (max-width: 979px) {
  .vyhody_drevojasu h2 {
    font-size: 35px;
  }
  .vyhody_drevojasu h3 {
    font-size: 20px;
  }
  .vyhody_drevojasu .vyhoda .nahled {
    display: none;
  }
  .vyhody_drevojasu .vyhoda .popis {
    width: 100%;
  }
  .vyhody_drevojasu .vyhoda .popis h3 {
    font-size: 22px;
  }
  .vyhody_drevojasu .vyhoda .popis h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 675px) {
  .vyhody_drevojasu h2 {
    font-size: 30px;
  }
  .vyhody_drevojasu h3 {
    font-size: 20px;
  }
}
.produkty {
  text-align: center;
}
.produkty h2 {
  margin-bottom: 40px;
}
.produkty .produkt a {
  display: block;
  border: 1px solid #fff;
  text-decoration: none;
  padding-bottom: 25px;
  padding-top: 20px;
  overflow: hidden;
  max-width: 195px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkty .produkt a:hover {
  border: 1px solid #e5e5e5;
  color: #000;
}
.produkty .produkt a img {
  padding-bottom: 15px;
}
.produkty .produkt a span {
  font-size: 16px;
}
@media all and (max-width: 1078px) {
  .produkty .produkt a {
    margin: 0 auto;
  }
}
@media all and (max-width: 700px) {
  .produkty h2 {
    font-size: 38px;
  }
}
@media all and (max-width: 564px) {
  .produkty h2 {
    font-size: 30px;
  }
}
.jasanek .image {
  display: inline-block;
}
.jasanek .jasan_text {
  background: #f1f1f1;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  line-height: 1.2;
}
.jasanek .jasan_text:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -24px;
  left: 12px;
  background: url("/userfiles/images/icons.svg") -169px -486px no-repeat;
  width: 32px;
  height: 26px;
}
.katalog_podstrana .jasanek {
  margin: 20px 0;
}
.katalog_podstrana .jasan_text {
  background: #fff;
  top: -50px;
  margin-left: 10px;
}
.katalog_podstrana .jasan_text:before {
  background-position: -207px -486px;
}
.vyhody {
  padding-top: 80px;
  padding-bottom: 180px;
  border-bottom: 2px solid #e5e5e5;
}
.vyhody .item {
  padding-top: 30px;
  text-align: center;
}
.vyhody .item p {
  line-height: 1.4;
  font-size: 18px;
}
.vyhody .item span {
  background: url("/userfiles/images/icons.svg") 3px -113px no-repeat;
  display: block;
  width: 64px;
  height: 76px;
  margin: 20px auto 15px;
}
.vyhody .item:nth-child(3) span {
  background-position: -72px -113px;
}
.vyhody .item:nth-child(4) span {
  background-position: -150px -116px;
}
.vyhody .item:nth-child(5) span {
  background-position: -230px -113px;
}
.vyhody .item:nth-child(6) span {
  background-position: -310px -116px;
}
.vyhody .item:nth-child(7) span {
  background-position: 0px -196px;
}
.vyhody .item:nth-child(8) span {
  background-position: -74px -196px;
}
.vyhody .item:last-of-type {
  padding-top: 130px;
}
.de .vyhody .item p {
  min-height: 100px;
}
.de .vyhody .item:nth-child(2) span {
  background-position: -341px -920px;
}
@media all and (max-width: 980px) {
  .vyhody .item h3 {
    font-size: 24px;
  }
  .vyhody .item p {
    font-size: 16px;
  }
}
.uvod .box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.42)), color-stop(14%, rgba(255, 255, 255, 0.84)), color-stop(24%, rgba(255, 255, 255, 0.84)), color-stop(31%, rgba(255, 255, 255, 0.84)), color-stop(52%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.84) 14%, rgba(255, 255, 255, 0.84) 24%, rgba(255, 255, 255, 0.84) 31%, rgba(255, 255, 255, 0) 52%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.84) 14%, rgba(255, 255, 255, 0.84) 24%, rgba(255, 255, 255, 0.84) 31%, rgba(255, 255, 255, 0) 52%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.84) 14%, rgba(255, 255, 255, 0.84) 24%, rgba(255, 255, 255, 0.84) 31%, rgba(255, 255, 255, 0) 52%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.uvod .box .slider_text h1 span {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
}
.uvod .box .slider_text span {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  color: #005380;
}
.uvod .down {
  background: #fff url("/userfiles/images/icons.svg") -65px -27px no-repeat;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
@media all and (max-width: 1400px) {
  .uvod .box .slider_text {
    margin-top: 10%;
  }
  .uvod .box .slider_text h1 {
    font-size: 40px;
  }
  .uvod .box .slider_text span {
    font-size: 36px;
  }
  .uvod .box .slider_text p {
    font-size: 18px;
  }
}
.eu-cookies {
  background: #005380;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 0px 10px 0px;
}
.eu-cookies p {
  font-size: 14px;
  color: white;
  margin: 0;
}
.eu-cookies .btn {
  background: white;
  color: #49b924;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
  margin: 0 20px;
}
.eu-cookies .btn:hover,
.eu-cookies .btn:focus {
  opacity: 0.9;
}
.eu-cookies a {
  color: white;
  text-decoration: underline;
}
.eu-cookies a:hover,
.eu-cookies a:focus,
.eu-cookies a:active {
  color: white;
}
.doprava .zdarma {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 45px;
  margin-bottom: 15px;
}
.doprava .zdarma span {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.doprava .zdarma strong {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.doprava .zdarma:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") -383px -76px no-repeat;
  width: 40px;
  height: 25px;
}
.doprava .utrata {
  float: right;
  margin-bottom: 15px;
}
.doprava .graficky {
  width: 100%;
  display: block;
  height: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.doprava .graficky .utraceno {
  width: 30%;
  display: block;
  height: 100%;
  background: #23b2e1;
}
.kontakt_row .kontakt_row__ramec {
  border: 2px solid #e5e5e5;
  background: url(/userfiles/images/prouzky.webp) 0 -88px no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 15px;
  position: relative;
  bottom: 98px;
  min-height: 194px;
}
.kontakt_row .kontakt_row__ramec.lazy {
  background-image: none !important;
}
.kontakt_row .kontakt_row__ramec .text .kontakt_row__ramec_nadpis {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #23b2e1;
  line-height: 1.5;
  margin-top: 15px;
  display: inline-block;
}
.kontakt_row .kontakt_row__ramec .text .kontakt_row__ramec_nadpis span {
  color: #005380;
}
.kontakt_row .kontakt_row__ramec .text p:not(.kontakt_row__ramec_nadpis) {
  position: relative;
  padding-left: 50px;
  padding-right: 0;
  line-height: 1.4;
  font-size: 13px;
  display: inline-block;
  margin-top: 20px;
  color: #252525;
  max-width: 340px;
  margin-right: 8px;
}
.kontakt_row .kontakt_row__ramec .text p:not(.kontakt_row__ramec_nadpis) span {
  color: #7a7a7a;
}
.kontakt_row .kontakt_row__ramec .text p:not(.kontakt_row__ramec_nadpis):before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") -68px -70px no-repeat;
  width: 36px;
  height: 34px;
}
.kontakt_row .kontakt_row__ramec .text p:not(.kontakt_row__ramec_nadpis).address {
  margin-left: 0;
}
.kontakt_row .kontakt_row__ramec .text p:not(.kontakt_row__ramec_nadpis).address:before {
  background-position: -118px -66px;
  top: 0px;
}
.kontakt_row .image {
  overflow: hidden;
}
.kontakt_row .image img {
  border-radius: 5px;
  max-width: 290px;
  max-height: 160px;
}
.kontakt_row .btn-success {
  float: right;
  margin-top: 10px;
  margin-right: 25px;
}
@media all and (max-width: 920px) {
  .kontakt_row .kontakt_row__ramec .text .kontakt_row__ramec_nadpis {
    font-size: 20px;
    margin-left: 0;
  }
  .kontakt_row .kontakt_row__ramec .text p {
    margin: 10px 0 0;
  }
  .kontakt_row .btn-success {
    float: none;
    margin-right: 0;
  }
}
@media all and (max-width: 620px) {
  .kontakt_row .kontakt_row__ramec {
    bottom: 20px;
    background: 0 -100px no-repeat;
  }
}
.kolekce {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 110px;
}
.kolekce h2 {
  margin-bottom: 40px;
}
.kolekce.detail {
  padding-bottom: 24px;
}
.kolekce.detail h2 {
  font-size: 33px;
}
@media all and (max-width: 700px) {
  .kolekce h2 {
    font-size: 38px;
  }
}
@media all and (max-width: 564px) {
  .kolekce h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 564px) {
  .kolekce.detail h2 {
    font-size: 27px;
  }
}
.hlavicka .hl-menu-mobile {
  display: none;
}
.hlavicka .mobile-search {
  display: none;
}
.hlavicka .mobile-search-box {
  display: none;
  position: absolute;
  bottom: -40px;
  right: 125px;
  z-index: 5555;
}
.hlavicka .mobile-search-box .button {
  top: 0px;
  right: -84px;
}
.hlavicka .mobile-search-box:before {
  content: "";
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d6d6d6;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 5;
  left: 98%;
  width: 0;
  height: 0;
  top: -7px;
}
.hlavicka #sticky_nav.fixed {
  position: fixed;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  left: 0;
  top: 0;
  z-index: 101;
  background-color: white;
}
.hlavicka #sticky_nav.fixed.plus {
  top: 42px;
}
.hlavicka #location_banner {
  display: none;
}
.hlavicka .top {
  height: 42px;
  background: #005380;
}
.hlavicka .top p {
  padding-top: 8px;
  color: #fff;
  float: left;
}
.hlavicka .top p a {
  color: #23b2e1;
}
.hlavicka .top p a span {
  color: #fff;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.hlavicka .top p a span:hover {
  color: #23b2e1;
}
.hlavicka .top .krizek {
  float: right;
  display: block;
  background: url("/userfiles/images/icons.svg") 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  cursor: pointer;
}
.hlavicka .hl_menu {
  height: 42px;
  border-bottom: 1px solid #e5e5e5;
}
.hlavicka .hl_menu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: white;
}
.hlavicka .hl_menu .kontakty {
  display: none;
}
.hlavicka .hl_menu .hl_menu_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hlavicka .hl_menu .home-icon::before {
  font-size: 13px;
}
.hlavicka .hl_menu .home-icon:hover::before,
.hlavicka .hl_menu .home-icon:focus::before {
  color: #23b2e1;
}
.hlavicka .hl_menu .home-icon__text {
  display: inline-block;
  text-indent: -9999px;
  /* Hides text */
}
.hlavicka .hl_menu .navbar-toggle {
  width: 100px;
  margin: 0;
}
.hlavicka .hl_menu .navbar-toggle span {
  background: #005380;
}
.hlavicka .hl_menu nav {
  padding-left: 0;
}
.hlavicka .hl_menu .navbar-nav {
  display: inline-block;
  margin-top: 5px;
}
.hlavicka .hl_menu .navbar-nav li {
  padding-right: 12px;
}
.hlavicka .hl_menu .navbar-nav li a {
  color: #005380;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.hlavicka .hl_menu .navbar-nav li a:hover,
.hlavicka .hl_menu .navbar-nav li a:active,
.hlavicka .hl_menu .navbar-nav li a:focus,
.hlavicka .hl_menu .navbar-nav li a:active:hover {
  background: none;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.hlavicka .hl_menu a.active {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #005380;
}
.hlavicka .hl_menu a:hover,
.hlavicka .hl_menu a:active,
.hlavicka .hl_menu a:focus,
.hlavicka .hl_menu a:active:hover {
  color: #005380;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.hlavicka .hl_menu .lang {
  margin-top: 6px;
}
.hlavicka .hl_menu .lang a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  padding: 0 4px 0 0;
  color: #005380;
}
.hlavicka .hl_menu .log {
  margin-top: 3px;
  margin-left: 25px;
}
.hlavicka .hl_menu .log #log {
  text-decoration: none;
  position: relative;
  padding: 9px 10px 0 35px;
  font-size: 11px;
  text-transform: uppercase;
  height: 3px;
  border: 2px solid #fff;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  z-index: 9999;
  height: 39px;
}
.hlavicka .hl_menu .log #log .prihlas {
  cursor: pointer;
}
.hlavicka .hl_menu .log #log .prihlas:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  background: url("/userfiles/images/icons.svg") -20px 1px no-repeat;
  width: 20px;
  height: 20px;
}
.hlavicka .hl_menu .log #log:hover {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  border: 2px solid #d6d6d6;
  border-radius: 5px 5px 0 0;
  border-bottom: 2px solid #fff;
}
.hlavicka .hl_menu .log #log .box {
  position: absolute;
  border-radius: 5px 0px 5px 5px;
  padding: 30px;
  display: none;
  opacity: 0;
  background: #fff;
  top: 36px;
  right: -2px;
  border: 2px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  max-width: 380px;
  min-width: 176px;
}
.hlavicka .hl_menu .log #log .box table td {
  padding-bottom: 15px;
}
.hlavicka .hl_menu .log #log .box table td:first-of-type {
  padding-right: 30px;
}
.hlavicka .hl_menu .log #log .box table input {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  height: 36px;
  width: 210px;
}
.hlavicka .hl_menu .log #log .box table label {
  font-size: 14px;
  text-transform: none;
  color: #252525;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.hlavicka .hl_menu .log #log .box span {
  text-decoration: underline;
  text-transform: none;
  font-size: 12px;
}
.hlavicka .hl_menu .log #log .box span:hover {
  color: #23b2e1;
}
.hlavicka .hl_menu .log #log .box .btn-primary {
  float: right;
  padding: 15px 38px;
}
.hlavicka .hl_menu .log #log .reg {
  display: block;
}
.hlavicka .hl_menu .log #log .acc_link {
  display: block;
  text-align: right;
}
.hlavicka .bottom {
  min-height: 110px;
}
.hlavicka .bottom .logo {
  margin-right: 20px;
  margin-top: 24px;
  display: inline-block;
  float: left;
}
.hlavicka .bottom .logo a {
  text-decoration: none;
}
.hlavicka .bottom .logo span {
  min-width: 150px;
  font-size: 15px;
  color: #7a7a7a;
  display: block;
  line-height: 100%;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  margin-top: 5px;
}
.hlavicka .bottom .form-group {
  margin-bottom: 0;
}
.hlavicka .bottom .search {
  margin-top: 20px;
  margin-right: 14px;
  display: inline-block;
  padding: 10px 10px 0 10px;
  float: left;
}
.hlavicka .bottom .search .button {
  top: 0px;
  right: 22px;
}
.hlavicka .bottom .search #search {
  width: 310px;
  border: 2px solid #fff;
  display: block;
  position: relative;
  height: 62px;
  z-index: 999;
  border-radius: 5px 5px 0 0;
}
.hlavicka .bottom .search #search .box {
  width: 736px;
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 59px;
  right: -215px;
  border: 2px solid #d6d6d6;
  padding: 20px 0px 0px 0px;
  background: #fff;
  text-align: center;
}
.hlavicka .bottom .search #search .box .flex {
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 0 15px;
}
.hlavicka .bottom .search #search .box .zobrazit {
  font-size: 13px;
}
.hlavicka .bottom .search #search .box .zobrazit:hover {
  color: #23b2e1;
}
.hlavicka .bottom .search #search .box .prehled {
  background: #f4f4f4;
  margin-top: 15px;
  padding-top: 20px;
}
.hlavicka .bottom .search #search .box .prehled table {
  width: 100%;
  text-align: left;
}
.hlavicka .bottom .search #search .box .prehled table th {
  padding-bottom: 10px;
  color: #252525;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.hlavicka .bottom .search #search .box .prehled table th:first-of-type {
  padding-left: 20px;
}
.hlavicka .bottom .search #search .box .prehled table th:last-of-type {
  padding-right: 20px;
}
.hlavicka .bottom .search #search .box .prehled table td {
  font-size: 11px;
  padding-bottom: 5px;
}
.hlavicka .bottom .search #search .box .prehled table td:first-of-type {
  padding-left: 20px;
}
.hlavicka .bottom .search #search .box .prehled table td:last-of-type {
  padding-right: 20px;
}
.hlavicka .bottom .search #search .box .prehled table td span:hover {
  color: #23b2e1;
}
.hlavicka .bottom .search #search .box .prehled table .last td {
  padding-bottom: 15px;
}
.hlavicka .bottom .search #search .box .prehled table .kolekce {
  padding: 0 20px 0 0;
  position: relative;
}
.hlavicka .bottom .search #search .box .prehled table .kolekce:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 3px;
  background: url("/userfiles/images/icons.svg") -74px -6px no-repeat;
  width: 10px;
  height: 16px;
}
.hlavicka .bottom .search #search .box .prehled .vsechny {
  background: #fff;
}
.hlavicka .bottom .search #search .box .prehled .vsechny td {
  padding: 10px 0 15px 0;
}
.hlavicka .bottom .search #search .box .prehled .vsechny .zobrazit {
  position: relative;
  padding-left: 24px;
  text-decoration: underline;
}
.hlavicka .bottom .search #search .box .prehled .vsechny .zobrazit:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  height: 16px;
  background: url("/userfiles/images/icons.svg") 1px -485px no-repeat;
}
.hlavicka .bottom .cesky {
  background: url("/userfiles/images/icons.svg") -110px 0px no-repeat;
  height: 54px;
  width: 45px;
  display: inline-block;
  margin-top: 30px;
  margin-right: 50px;
  float: left;
}
.hlavicka .bottom .kontakty {
  display: inline-block;
  margin: 40px 20px 0;
  line-height: 1.2;
}
.hlavicka .bottom .kontakty p {
  font-size: 17px;
  color: #005380;
}
.hlavicka .bottom .kontakty p strong {
  font-weight: 700;
}
.hlavicka .bottom .kontakty span {
  font-size: 13px;
  color: #7a7a7a;
  display: block;
}
.hlavicka .bottom .basket {
  display: inline-block;
  margin-top: 9px;
  float: right;
  max-width: 240px;
}
.hlavicka .bottom .basket #basket {
  position: relative;
  height: 90px;
  display: block;
  z-index: 25;
  border: 2px solid #fff;
  border-radius: 5px 5px 0 0;
}
.hlavicka .bottom .basket #basket .kosik {
  text-decoration: none;
  display: block;
  padding: 30px 20px;
  cursor: pointer;
}
.hlavicka .bottom .basket #basket .kosik p {
  line-height: 0.7;
  position: relative;
  padding-left: 75px;
  color: #005380;
  font-size: 23px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.hlavicka .bottom .basket #basket .kosik p .dph {
  font-size: 12px;
  color: #7a7a7a;
  padding-left: 5px;
}
.hlavicka .bottom .basket #basket .kosik p:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") 1px -68px no-repeat;
  width: 52px;
  height: 44px;
}
.hlavicka .bottom .basket #basket .kosik p .count {
  display: block;
  position: absolute;
  top: -12px;
  left: 41px;
  background: #49b924;
  height: 24px;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  border-radius: 50%;
}
.hlavicka .bottom .basket #basket:hover {
  border: 2px solid #d6d6d6;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.hlavicka .bottom .basket #basket:hover .box {
  display: block;
  z-index: -1;
}
.hlavicka .bottom .basket #basket .box {
  display: none;
  position: absolute;
  background: #fff;
  border: 2px solid #d6d6d6;
  width: 435px;
  right: -2px;
  top: 87px;
  border-radius: 5px 0 5px 5px;
  z-index: 25;
}
.hlavicka .bottom .basket #basket .box.prazdny .text {
  padding: 20px 25px;
}
.hlavicka .bottom .basket #basket .box.prazdny .text p {
  font-size: 13px;
}
.hlavicka .bottom .basket #basket .box.prazdny .text p:last-of-type {
  color: #005380;
  margin-top: 10px;
}
.hlavicka .bottom .basket #basket .box.prazdny .text p span {
  text-decoration: underline;
}
.hlavicka .bottom .basket #basket .box.prazdny .text p span:hover {
  color: #23b2e1;
}
.hlavicka .bottom .basket #basket .box.plny .text {
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #d6d6d6;
}
.hlavicka .bottom .basket #basket .box.plny .text table {
  width: 100%;
  font-size: 13px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td {
  padding: 6px 5px 12px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td.imageTd .image {
  width: 56px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td.imageTd .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td.nameTd {
  line-height: 1.2;
  margin-top: 15px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td.nameTd .nazev {
  font-size: 14px;
  color: #005380;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td.nameTd .nazev a {
  text-decoration: none;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td.nameTd .barva {
  font-size: 13px;
  color: #252525;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td .pocet {
  float: none;
  margin: 0;
  height: 64px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td .pocet .hodnota {
  height: 27px;
  padding-top: 4px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td .pocet .unit {
  top: 23px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td .pocet .zmena.minus {
  background-position: -234px -28px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td .cena_celkem {
  display: inline-block;
  font-size: 18px;
  float: right;
  margin-right: 5px;
}
.hlavicka .bottom .basket #basket .box.plny .text table tr td .krizek {
  cursor: pointer;
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  background: url("/userfiles/images/icons.svg") -393px -653px no-repeat;
}
.hlavicka .bottom .basket #basket .box.plny .celkem {
  padding: 15px 30px 20px 0;
}
.hlavicka .bottom .basket #basket .box.plny .celkem table {
  width: 100%;
}
.hlavicka .bottom .basket #basket .box.plny .celkem table th {
  margin-left: 20px;
  color: #252525;
  font-size: 18px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  text-align: right;
}
.hlavicka .bottom .basket #basket .box.plny .celkem table td {
  font-size: 14px;
  color: #797979;
  text-align: right;
}
.hlavicka .bottom .basket #basket .box.plny .prejit {
  padding: 20px;
  text-align: right;
}
.hlavicka .bottom .basket #basket .box.plny .prejit .btn-info {
  padding: 20px 35px;
}
.hlavicka .navigace {
  background: url(/userfiles/images/prouzky.webp) center -17px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 15;
  height: 55px;
}
.hlavicka .navigace.lazy {
  background-image: none !important;
}
.hlavicka .navigace .dolni_menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.hlavicka .navigace .navbar-toggle {
  width: 107px;
  float: left;
  margin: 10px 0;
}
.hlavicka .navigace .navbar-toggle span {
  background: white;
}
.hlavicka .navigace a {
  color: #fff;
  font-size: 14px;
  padding: 16px 15px 0 15px;
  height: 55px;
  display: block;
}
.hlavicka .navigace li {
  border-left: 1px solid #00466c;
  float: left;
}
.hlavicka .navigace li:nth-last-child(2) {
  border-right: 1px solid #00466c;
}
.hlavicka .navigace li.active a {
  background: #fff;
  color: #005380;
}
.hlavicka .navigace li a:hover {
  background: #fff;
  color: #005380;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.13);
          box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.13);
}
.hlavicka .navigace li.is_kolekce {
  float: right;
}
.hlavicka .navigace li.is_kolekce.active a {
  background: white;
}
.hlavicka .navigace li.is_kolekce.active a:before {
  background-position: -653px -357px;
}
.hlavicka .navigace li.is_kolekce a {
  padding-left: 60px;
  position: relative;
  background: #00466c;
  text-decoration: none;
}
.hlavicka .navigace li.is_kolekce a:hover {
  background: #fff;
  color: #005380;
  text-decoration: none;
  -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.13);
          box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.13);
}
.hlavicka .navigace li.is_kolekce a:hover:before {
  background-position: -653px -357px;
}
.hlavicka .navigace li.is_kolekce a:before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  background: url("/userfiles/images/icons.svg") -39px -32px no-repeat;
  width: 30px;
  height: 24px;
}
@media all and (max-width: 1239px) {
  .hlavicka .navigace a {
    padding: 13px 11px 0;
  }
  .hlavicka .navigace li.is_kolekce a {
    padding-left: 45px;
  }
  .hlavicka .navigace li.is_kolekce a:before {
    left: 5px;
  }
  .hlavicka .navigace .dolni_menu a {
    font-size: 13px;
    padding-top: 17px;
  }
  .hlavicka .bottom {
    padding-bottom: 60px;
    position: relative;
  }
  .hlavicka .bottom .basket #basket {
    border: none !important;
  }
  .hlavicka .bottom .basket #basket:hover .box {
    display: none !important;
  }
  .hlavicka .bottom .search {
    position: absolute;
    left: 50%;
    margin-left: -153px;
    bottom: -50px;
    margin-top: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 1079px) {
  .hlavicka .navigace a {
    padding: 13px 6px 0;
  }
}
@media all and (max-width: 979px) {
  .hlavicka {
    z-index: 1000;
    position: relative;
  }
  .hlavicka .hl_menu .log #log .box {
    right: -2px;
    max-width: 277px;
  }
  .hlavicka .hl_menu .log #log .box .btn-primary {
    float: none;
    margin: 15px 0;
  }
  .hlavicka .hl_menu .log #log .box table td {
    padding: 0;
    padding-bottom: 0px;
  }
  .hlavicka .hl_menu .log #log .box table td label {
    margin-top: 15px;
  }
  .hlavicka .hl_menu .log #log .box table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hlavicka .hl_menu .log #log .box table input {
    width: 178px;
  }
  .hlavicka .hl_menu .hl_menu_items .kontakty {
    display: block;
    margin-top: 14px;
    padding-left: 23px;
  }
  .hlavicka .hl_menu .hl_menu_items .kontakty a {
    font-size: 12px;
    color: #7a7a7a;
  }
  .hlavicka .hl_menu .hl_menu_items .kontakty:before {
    width: 18px;
    height: 18px;
    background-position: -697px -3px;
    top: 0px;
  }
  .hlavicka .hl_menu .hl_menu_items .navbar-toggle {
    display: none;
  }
  .hlavicka .mobile-search {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    top: 25px;
    background: url("/userfiles/images/icons.svg") no-repeat -543px -74px;
  }
  .hlavicka .bottom {
    padding-bottom: 0;
    min-height: 90px;
  }
  .hlavicka .bottom .vpravo {
    float: left;
    margin-right: 20px;
  }
  .hlavicka .bottom .logo {
    margin-top: 14px;
    margin-right: 10px;
    margin-left: 0px;
    width: 180px;
  }
  .hlavicka .bottom .logo span {
    font-size: 13px;
  }
  .hlavicka .bottom .logo img {
    max-width: 100%;
    height: auto;
  }
  .hlavicka .bottom .kontakty {
    display: none;
  }
  .hlavicka .bottom .basket #basket {
    height: 83px;
  }
  .hlavicka .bottom .basket #basket .kosik {
    padding: 16px 0 0;
    font-size: 16px;
    padding-left: 5px;
  }
  .hlavicka .bottom .basket #basket .kosik p .count {
    right: 11px;
    left: auto;
    text-indent: 0px;
  }
  .hlavicka .bottom .basket #basket .kosik p .dph,
  .hlavicka .bottom .basket #basket .kosik p span {
    display: none;
  }
  .hlavicka #sticky_nav.fixed {
    position: relative;
  }
  .hlavicka .navigace {
    margin-bottom: 15px;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    background: #23b2e1;
    height: 50px;
    border-bottom: 3px solid #0089ba;
  }
  .hlavicka .navigace .navbar-toggle {
    width: 100%;
    text-transform: uppercase;
    float: none;
    margin: auto;
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hlavicka .navigace .navbar-toggle .ham-ico {
    margin-right: 8px;
  }
  .hlavicka .navigace .navbar-toggle .ham-ico .icon-bar {
    margin-right: 0;
  }
  .hlavicka .navigace .navbar-toggle .desc {
    background: none;
    line-height: 1;
    font-weight: 700;
    font-size: 14px !important;
    color: white;
  }
  .hlavicka .navigace .navbar-collapse {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 44px;
  }
  .hlavicka .navigace .navbar-collapse:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #23b2e1;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  .hlavicka .navigace .hl-menu-mobile {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #F3F3F3;
    padding: 15px 20px;
    height: 230px;
  }
  .hlavicka .navigace .hl-menu-mobile a {
    color: #005380;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 5px;
    text-transform: uppercase;
    height: auto;
  }
  .hlavicka .navigace .dolni_menu {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #005380;
  }
  .hlavicka .navigace .dolni_menu li {
    float: none;
  }
  .hlavicka .navigace .dolni_menu li a {
    font-size: 16px;
    color: white;
    padding: 14px 0;
    padding-left: 25px;
    height: auto;
    position: relative;
  }
  .hlavicka .navigace .dolni_menu li a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 24px;
    height: 8px;
    width: 8px;
    border-left: 2px solid #23b2e1;
    border-bottom: 2px solid #23b2e1;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .hlavicka .navigace .dolni_menu li a:hover {
    background: #004267;
    color: white;
  }
  .hlavicka .navigace .dolni_menu li.is_kolekce a:before {
    display: none;
  }
  .hlavicka .navigace .dolni_menu li.active a {
    background: #004267;
    color: white;
  }
  .hlavicka .hl_menu .navbar-nav {
    margin: 15px 0;
  }
  .hlavicka .hl_menu .navbar-collapse {
    position: absolute;
    top: 40px;
    left: 0px;
    background: #fff;
    z-index: 999;
    padding: 10px 30px;
  }
  .hlavicka .hl_menu .navbar-collapse li a {
    color: #005380;
  }
}
@media all and (max-width: 370px) {
  .hlavicka .bottom .logo {
    width: 140px;
  }
  .hlavicka .bottom .basket #basket .kosik {
    padding: 16px 0px 0;
  }
  .hlavicka .mobile-search-box .text {
    width: 177px;
    padding-left: 36px;
  }
  .hlavicka .mobile-search-box .ico--search {
    left: 13px;
  }
}
.katalog {
  min-height: 535px;
  background: url(/userfiles/images/prouzky.webp) center -349px;
}
.katalog.lazy {
  background-image: none !important;
}
.katalog .text {
  text-align: center;
  float: left;
  padding: 130px 0 100px 0;
}
.katalog .text h2 {
  font-size: 34px;
  margin-bottom: 20px;
}
.katalog .text p {
  font-size: 16px;
}
.katalog .text p a {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.katalog .btn-primary {
  margin-top: 30px;
}
.row-catalog {
  padding-bottom: 40px;
}
.row-catalog .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-catalog .buttons .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media all and (min-width: 1240px) {
  .row-catalog .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .row-catalog .buttons .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px;
  }
}
@media all and (max-width: 1239px) {
  .katalog {
    min-height: 400px;
  }
  .katalog .text {
    float: none;
    padding: 80px 0 80px 0;
  }
}
@media all and (max-width: 463px) {
  .katalog .text h2 {
    font-size: 26px;
  }
}
.prodejna {
  background: url(/userfiles/images/prodejna_back.jpg) top center no-repeat;
  padding-top: 100px;
  padding-bottom: 90px;
  text-align: center;
}
.prodejna .top {
  background: #fff;
  width: 100%;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.prodejna .top h2 {
  margin-bottom: 35px;
  font-size: 34px;
  padding-top: 34px;
}
.prodejna .top p {
  font-size: 16px;
  padding-top: 35px;
  padding-bottom: 40px;
}
.prodejna .top p a {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.prodejna .bottom {
  background: #005380;
  padding: 25px;
  width: 100%;
  text-align: left;
  border-radius: 0 0 5px 5px;
}
.prodejna .bottom p {
  color: #fff;
  line-height: 1.4;
  width: 320px;
  display: inline-block;
}
.prodejna .bottom p a {
  color: #23b2e1;
}
.prodejna .bottom p a span {
  color: #fff;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.prodejna .bottom p a span:hover {
  color: #23b2e1;
}
.prodejna .bottom .zobraz {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  display: inline-block;
  float: right;
  margin-top: 10px;
  padding-right: 25px;
  position: relative;
}
.prodejna .bottom .zobraz:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  right: 0px;
  background: url("/userfiles/images/icons.svg") -94px -38px no-repeat;
  width: 10px;
  height: 12px;
}
.prodejna .bottom .zobraz:hover {
  color: #23b2e1;
  text-decoration: none;
}
@media all and (max-width: 979px) {
  .prodejna {
    padding: 80px 40px 70px 40px;
  }
}
@media all and (max-width: 750px) {
  .prodejna {
    padding: 80px 15px 70px 15px;
  }
}
@media all and (max-width: 564px) {
  .prodejna .top h2 {
    font-size: 26px;
  }
  .prodejna .bottom {
    height: 120px;
  }
  .prodejna .bottom .zobraz {
    float: left;
    margin-top: 15px;
  }
  .prodejna .bottom p {
    display: block;
    width: 100%;
  }
}
.hledani h1 {
  font-size: 38px;
  text-transform: none;
  margin-bottom: 35px;
}
.hledani .umisteni {
  height: 56px;
  padding: 17px 22px 0 22px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
  background: #f1f1f1;
}
.hledani .umisteni p {
  font-size: 13px;
  color: #005380;
}
.hledani .umisteni p span {
  color: #848484;
}
.hledani .umisteni.selected {
  border-bottom: none;
  background: #fff;
}
.hledani .umisteni:hover {
  border-bottom: none;
  background: #fff;
}
.hledani .deleni {
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
  padding-top: 25px;
}
.hledani .deleni .kategorie {
  margin-bottom: 35px;
}
.hledani .deleni .kategorie p {
  padding-top: 20px;
  padding-left: 5px;
}
@media all and (max-width: 1500px) {
  .produkt_vypis .nahoru {
    display: none;
  }
}
@media all and (max-width: 1239px) {
  .produkt_vypis .nahoru {
    display: none;
  }
}
.info {
  padding-top: 65px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.info h2 {
  font-size: 34px;
  padding-bottom: 20px;
}
.info p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 60px;
}
.info .kontakty {
  text-align: left;
  margin-bottom: 0;
}
.info .vlevo {
  margin-right: 30px;
  text-align: left;
}
.info .vlevo .jasanek .jasan_text {
  margin-top: 10px;
}
.info .vlevo .jasanek .jasan_text:before {
  background-position: -331px -23px;
  width: 30px;
  height: 34px;
  left: -25px;
  bottom: 5px;
}
.info .vlevo .image {
  float: left;
  width: 220px;
}
.info .vlevo .image .btn-info {
  margin-top: 20px;
  display: inline-block;
}
.info .vlevo .poradna_seznam {
  display: inline-block;
}
.info .vlevo .poradna_seznam h3 {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  margin-top: 40px;
}
.info .ramec {
  max-width: 480px;
}
@media all and (max-width: 463px) {
  .info h2 {
    font-size: 26px;
  }
  .info .vlevo .poradna_seznam h3 {
    font-size: 20px;
  }
  .info .vlevo .poradna_seznam li a {
    font-size: 13px;
  }
}
@media all and (max-width: 536px) {
  .info .jasanek .jasan_text {
    display: none;
  }
}
@media all and (max-width: 536px) {
  .info .ramec {
    width: 303px;
  }
  .info .ramec img {
    display: none;
  }
}
.poradna h2 {
  font-size: 33px;
  text-align: left;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}
.poradna.odpoved_detail h1 {
  margin-bottom: 50px;
}
.poradna .jasanek {
  display: inline-block;
  margin-bottom: 20px;
}
.poradna .jasanek img {
  margin-top: 40px;
  float: left;
}
.poradna .jasanek .jasan_text {
  float: left;
}
.poradna .ramec {
  display: inline-block;
  padding-right: 145px;
  float: right;
}
.poradna .ramec .profilovka {
  top: 40px;
  right: 10px;
}
.poradna .ramec .mail {
  margin-bottom: 10px;
}
.poradna .blog_detail.rubrika {
  padding-top: 0;
}
.poradna .otazka_obsah {
  margin-top: 50px;
  width: 80%;
}
.poradna .otazka_obsah .flex {
  margin-bottom: 8px;
}
.poradna .otazka_obsah .flex .foto {
  width: 75px;
  margin-right: 30px;
}
.poradna .otazka_obsah .zobraz {
  margin-top: 15px;
}
.poradna .otazka_obsah:last-of-type {
  margin-bottom: 30px;
}
.poradna .otazka_obsah > a:hover {
  text-decoration: none;
}
.poradna .strana {
  float: left;
  margin-top: 30px;
  margin-bottom: 0;
}
@media all and (max-width: 1239px) {
  .poradna .ramec {
    float: none;
    display: block;
    max-width: 430px;
  }
}
@media all and (max-width: 475px) {
  .poradna .ramec {
    padding: 30px;
  }
  .poradna .ramec img {
    display: none;
  }
}
@media all and (max-width: 1239px) {
  .poradna .rubrika {
    margin-top: 50px;
  }
}
.paticka {
  padding-top: 70px;
}
.paticka .lang-footer-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paticka .lang-footer-options .lang-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-decoration: none;
  opacity: 0.5;
  margin-bottom: 8px;
}
.paticka .lang-footer-options .lang-option.active {
  opacity: 1;
}
.paticka .lang-footer-options .lang-option:hover {
  text-decoration: underline;
  opacity: 1;
}
.paticka .lang-footer-options .lang-option:first-of-type {
  margin-right: 15px;
}
.paticka .lang-footer-options .lang-option img {
  min-width: 20px;
  width: 20px;
  margin-right: 10px;
}
.paticka .top {
  padding-bottom: 140px;
  border-bottom: 2px solid #e5e5e5;
}
.paticka .bottom {
  padding-top: 60px;
}
.paticka .kontakt_row + .bottom {
  padding-top: 0px;
}
.paticka .seznam {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paticka .seznam .new-window {
  padding-right: 25px;
  position: relative;
  white-space: nowrap;
}
.paticka .seznam .new-window::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/userfiles/images/icons.svg") no-repeat -90px -1020px;
}
.paticka .seznam_header {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #23b2e1;
}
.paticka ul {
  padding-left: 0;
}
.paticka ul li {
  list-style-type: none;
  line-height: 1.8;
}
.paticka ul li a {
  font-size: 14px;
  text-decoration: none;
}
.paticka ul li a:hover {
  color: #23b2e1;
}
.paticka .bottom .vlevo {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.paticka .bottom .vlevo span {
  margin-right: 10px;
  width: 69px;
  height: 69px;
  background: url("/userfiles/images/icons.svg") 0px -333px;
}
.paticka .bottom .vlevo span:nth-child(2) {
  width: 42px;
  height: 32px;
  background-position: -82px -351px;
}
.paticka .bottom .vlevo span:nth-child(3) {
  width: 42px;
  height: 32px;
  background-position: -136px -351px;
}
.paticka .bottom .vlevo span:nth-child(4) {
  width: 84px;
  height: 32px;
  background-position: -191px -351px;
}
.paticka .bottom .vpravo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}
.paticka .bottom .vpravo span {
  margin-right: 10px;
}
.paticka .bottom .vpravo span:nth-child(2) {
  width: 71px;
  height: 76px;
  background: url("/userfiles/images/icons.svg") 0px -1066px;
}
.paticka .bottom .vpravo span:nth-child(2).german-icon {
  background-position: -79px -1066px;
}
.paticka .bottom .vpravo span:nth-child(3) {
  font-size: 12px;
  color: #a0a0a0;
}
.paticka .bottom .vpravo span:nth-child(4) {
  font-size: 12px;
  color: #a0a0a0;
}
.paticka .bottom .vpravo span:nth-child(5) {
  width: 250px;
  height: 46px;
  background: url("/userfiles/images/icons.svg") -380px -347px;
}
.paticka .bottom .vpravo span:nth-child(5) a {
  display: block;
  width: 250px;
  height: 46px;
}
.paticka .bottom p {
  font-size: 12px;
  color: #7a7a7a;
  float: left;
  margin-top: 60px;
  margin-bottom: 40px;
}
.paticka .bottom p a {
  text-decoration: none;
}
.paticka .bottom p.doprava {
  float: right;
}
@media all and (max-width: 1239px) {
  .paticka .top .ramec {
    max-width: 480px;
  }
}
@media all and (max-width: 1079px) {
  .paticka .bottom .vpravo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 40px;
  }
}
@media all and (max-width: 750px) {
  .paticka .bottom p {
    display: block;
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .paticka .bottom p.doprava {
    display: block;
    float: none;
  }
}
@media all and (max-width: 620px) {
  .paticka .bottom .vlevo {
    padding-left: 15px;
  }
  .paticka .bottom .vpravo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .paticka .bottom .vpravo > span {
    margin-bottom: 10px;
  }
  .paticka .top .seznam_header {
    font-size: 15px;
  }
  .paticka .top ul li a {
    font-size: 12px;
  }
}
@media all and (max-width: 500px) {
  .paticka .top .ramec {
    max-width: 480px;
  }
  .paticka .top .ramec img {
    display: none;
  }
}
.footer__logo-fsc-figure {
  width: 71px;
  margin-right: 30px;
  position: relative;
  top: 18px;
}
.footer__logo-fsc-img {
  width: 100%;
}
.footer__wrapper-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 621px) {
  .footer__logo-fsc-figure {
    width: 71px;
    margin-right: 30px;
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}
.soc_site {
  border-bottom: 1px solid #e5e5e5;
  min-height: 95px;
}
.soc_site p {
  font-size: 20px;
  padding-top: 30px;
}
.soc_site a:hover {
  text-decoration: none;
}
.soc_site .odsadit {
  padding: 0 15px;
}
.soc_site .text {
  border-right: 1px solid #e5e5e5;
  height: 95px;
}
.soc_site .sit {
  border-right: 1px solid #e5e5e5;
  height: 95px;
  padding-top: 25px;
}
.soc_site .sit span {
  margin: 0 auto;
  display: block;
  width: 41px;
  height: 41px;
  background: url("/userfiles/images/icons.svg") 2px -284px;
}
.soc_site .sit.tweet span {
  background-position: -50px -284px;
}
.soc_site .sit.insta span {
  background-position: -100px -284px;
}
.soc_site .sit.in span {
  background-position: -150px -284px;
}
.soc_site .sit.p span {
  background-position: -200px -284px;
}
.soc_site .sit.yt span {
  background-position: -250px -284px;
}
@media all and (max-width: 979px) {
  .soc_site .sit {
    border: none;
  }
  .soc_site .text {
    border: none;
    text-align: center;
  }
}
.novinky {
  min-height: 305px;
  background: url(/userfiles/images/prouzky.webp) 0px -943px no-repeat;
  padding-top: 60px;
  text-align: center;
  max-width: 1920px;
  margin: auto;
}
.novinky.lazy {
  background-image: none !important;
}
.novinky h4 {
  font-size: 25px;
  margin-top: 0;
}
.novinky p {
  color: #fff;
  padding-bottom: 25px;
}
.novinky .form-group {
  display: inline-block;
}
.novinky .text {
  margin-right: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  height: 42px;
  width: 215px;
  background-position: -432px -24px;
}
.novinky .button {
  position: initial;
  width: 130px;
  height: 42px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  border: none;
  border-bottom: 3px solid #0089ba;
  font-size: 13px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  background: #23b2e1;
}
.novinky .button:hover {
  background: #1ca2ce;
  color: #fff;
  border-bottom: 3px solid #0089ba;
  text-decoration: none;
}
.novinky .button:focus {
  background: #1ca2ce;
  color: #fff;
  border-bottom: 3px solid #0089ba;
  text-decoration: none;
}
.novinky .button:active {
  background: #1ca2ce;
  color: #fff;
  border-bottom: 3px solid #0089ba;
  text-decoration: none;
}
.novinky .item p {
  line-height: 1.4;
  font-size: 17px;
}
.novinky .item span {
  background: url("/userfiles/images/icons.svg") -155px -200px no-repeat;
  display: block;
  width: 70px;
  height: 65px;
  margin: 30px auto 15px;
}
.novinky .item.druhy span {
  background-position: -235px -200px;
}
.novinky .item.treti span {
  background-position: -329px -200px;
}
@media all and (max-width: 1079px) {
  .novinky {
    background: #005380;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 600px) {
  .novinky {
    text-align: left;
  }
  .novinky .item {
    text-align: center;
  }
  .novinky h4 {
    font-size: 23px;
  }
  .novinky .text {
    width: 180px;
  }
}
.btn-primary {
  color: #fff;
  border: none;
  border-bottom: 3px solid #0089ba;
  font-size: 13px;
  padding: 15px 32px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  background: #23b2e1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
  background: #1ca2ce;
  color: #fff;
  border-bottom: 3px solid #0089ba;
  text-decoration: none;
}
.btn-info {
  color: #fff;
  border: none;
  border-bottom: 3px solid #0089ba;
  font-size: 12px;
  padding: 14px 26px;
  text-transform: uppercase;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  background: #23b2e1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover {
  background: #1ca2ce;
  color: #fff;
  border-bottom: 3px solid #0089ba;
  text-decoration: none;
}
.btn-info.green {
  background: #49b924;
  border: none;
}
.btn-info.green:hover,
.btn-info.green:focus,
.btn-info.green:active,
.btn-info.green:active:hover {
  background: #41a420;
  color: #fff;
  border: none;
  text-decoration: none;
}
.btn-success {
  background: none;
  font-size: 12px;
  display: inline-block;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #005380;
  text-transform: uppercase;
  border: 2px solid #d6d6d6;
  text-decoration: none;
  padding: 13px 30px 13px 35px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
  border: 2px solid #005380;
  text-decoration: none;
  background: none;
  color: #005380;
}
form .button {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 84px;
  height: 50px;
  margin: 0;
  border: 2px solid #d6d6d6;
  border-left: none;
  background: #fff;
  color: #005380;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
form .text {
  width: 200px;
  padding-left: 10px;
  padding-top: 0;
  margin-top: 0;
  height: 50px;
  float: left;
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}
form .text::-webkit-input-placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
form .text::-moz-placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
form .text::-ms-input-placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
form .text::placeholder {
  color: #7a7a7a;
  font-size: 13px;
}
.search-form .text {
  padding-left: 40px;
}
.multiple-designs-button {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 18px;
}
.ico--search {
  width: 18px;
  height: 19px;
  background: url("/userfiles/images/icons.svg") no-repeat -514px -79px;
  position: absolute;
  left: 19px;
  top: 18px;
  display: block;
  z-index: 5;
}
.full-button {
  width: 100%;
}
.zobraz,
.show-button {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  display: inline-block;
}
.zobraz:hover,
.show-button:hover {
  text-decoration: none;
  color: #23b2e1;
}
.zobraz:before,
.show-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: -17px;
  background: url("/userfiles/images/icons.svg") -94px -38px no-repeat;
  width: 10px;
  height: 12px;
}
.kategorie {
  display: inline-block;
  margin: 10px 15px 25px 0;
}
.kategorie a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  width: 200px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}
.kategorie a:hover {
  border: 2px solid #005380;
}
.kategorie p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.3;
  padding-top: 13px;
  font-size: 13px;
  color: #005380;
}
.kategorie p span {
  color: #848484;
}
.kategorie .image {
  padding: 5px 0 5px 5px;
  -ms-flex-preferred-size: 55px;
      flex-basis: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#content-hp {
  padding-top: 40px;
}
.noUi-tooltip {
  width: auto;
  padding-top: 10px;
}
.noUi-horizontal {
  width: 95%;
}
.custom-tooltip-r {
  right: 10px;
}
.custom-tooltip-l {
  left: 10px;
}
.clanky {
  padding-top: 65px;
  padding-bottom: 70px;
}
.clanky h2 {
  font-size: 34px;
}
.clanky .clanek {
  height: 250px;
  overflow: hidden;
  margin-top: 45px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.clanky .clanek .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-left: 15px;
  padding-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.92)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.92) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.clanky .clanek h2,
.clanky .clanek h3 {
  font-size: 34px;
  color: #fff;
  line-height: 100%;
  text-align: left;
  margin: 0;
}
.clanky .clanek h3 {
  font-size: 28px;
}
.clanky .clanek a {
  display: inline-block;
  position: relative;
}
.clanky .clanek_text {
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto auto auto;
  grid-column-gap: 40px;
  grid-row-gap: 5px;
}
.clanky .clanek_text .rol_menu {
  grid-area: 1;
  margin: 10px 0 0 0;
}
.clanky .clanek_text p {
  grid-area: 2;
  margin: 0;
}
.clanky .clanek_text .clanek_text--show-more {
  grid-area: 3;
}
.clanky .clanek_text .foto {
  grid-area: 2;
}
.clanky .clanek_text .foto img {
  border-radius: 50%;
  width: 70px;
}
.clanky .rol_menu {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #23b2e1;
  text-transform: uppercase;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  display: block;
}
.clanky h4 {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.clanky p {
  display: block;
  margin: 10px 0 15px 0;
}
.clanky .clanek__foto {
  float: right;
  padding: 30px 0 0 40px;
  width: 110px;
  max-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clanky .clanek__foto img {
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
}
.clanky .clanek__foto p {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  padding-top: 10px;
}
.clanky .btn-primary {
  margin-top: 40px;
}
.clanky .clanek__foto-wrapper {
  height: 55px;
  width: 55px;
}
.clanky .clanek__autor-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clanky .clanek__rubrics {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #23b2e1;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.clanky .clanek__rubrics:before {
  content: '';
  display: inline-block;
  position: relative;
  left: 0px;
  top: 3px;
  width: 20px;
  height: 16px;
  background: url("/userfiles/images/icons.svg") 1px -485px no-repeat;
}
.clanky .clanek__rubrics-large {
  position: relative;
  display: none;
  font-size: 12px;
  color: #23b2e1;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.clanky .clanek__rubrics-large:before {
  content: '';
  display: inline-block;
  position: relative;
  left: 0px;
  top: 3px;
  width: 20px;
  height: 16px;
  background: url("/userfiles/images/icons.svg") 1px -485px no-repeat;
}
.clanky .clanek__doba-cteni {
  display: inline-block;
  margin: 3px 20px 3px 0;
}
.clanky .clanek__doba-cteni:hover,
.clanky .clanek__doba-cteni:focus {
  text-decoration: none;
}
.clanky .clanek__doba-cteni--time {
  font-size: 16px;
  display: inline-block;
  color: #959490;
}
.clanky .clanek__doba-cteni--time::before {
  color: #23b2e1;
  font-size: 15px;
}
.clanky .clanek__doba-cteni-large {
  display: inline-block;
  margin: 3px 20px 3px 0;
}
.clanky .clanek__doba-cteni-large:hover,
.clanky .clanek__doba-cteni-large:focus {
  text-decoration: none;
}
.clanky .clanek__doba-cteni-large--time {
  font-size: 16px;
  display: inline-block;
  color: #959490;
}
.clanky .clanek__doba-cteni-large--time::before {
  color: #23b2e1;
  font-size: 15px;
}
@media all and (max-width: 463px) {
  .clanky h2,
  .clanky h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 600px) {
  .clanky h2,
  .clanky h3 {
    font-size: 26px;
  }
  .clanky .clanek {
    height: auto;
  }
  .clanky .clanek .gradient {
    padding-top: 25%;
  }
  .clanky .clanek span {
    font-size: 26px;
  }
  .clanky .clanek__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 10px;
  }
  .clanky .clanek__foto {
    float: none;
    max-width: none;
    width: auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .clanky .clanek__foto p {
    padding-top: 0;
    margin: 0;
  }
  .clanky .clanek__rubrics-large {
    display: none;
  }
  .clanky .clanek__doba-cteni-large {
    display: none;
  }
  .clanky .clanek__doba-cteni-large--time {
    display: none;
  }
}
@media all and (min-width: 600px) {
  .clanky .clanek__rubrics {
    display: none;
  }
  .clanky .clanek__rubrics-large {
    display: inline-block;
  }
  .clanky .clanek__doba-cteni {
    display: none;
  }
  .clanky .clanek__doba-cteni--time {
    display: none;
  }
}
.clanek_text--blog {
  display: contents!important;
}
.clanek_text--max-width {
  max-width: 575px;
}
.poptavka {
  background: #000;
  padding-top: 70px;
  padding-bottom: 75px;
}
.poptavka p {
  color: #b9b5af;
  padding-top: 15px;
  float: left;
}
.poptavka h2 {
  color: #fff;
  float: left;
}
.poptavka .btn-primary {
  margin-top: 0;
}
@media all and (max-width: 1290px) {
  .poptavka .btn-primary {
    float: left;
    margin-top: 25px;
  }
}
.formular {
  background: #f4f4f4;
  margin-top: -80px;
}
.formular .gdpr-info {
  float: left;
}
.formular.no_products {
  margin-top: 30px;
}
.formular.no_products .form_katalog > p {
  text-align: center !important;
}
.formular.no_products h2 {
  text-align: center !important;
}
.formular.no_products .vyplnit {
  margin: 0 !important;
}
.formular.type2 {
  margin-top: 0px;
}
.formular .text h3 {
  font-size: 20px;
  color: #23b2e1;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: none;
}
.formular .text p {
  font-size: 16px;
  margin-bottom: 25px;
}
.formular .text a {
  text-decoration: underline;
}
.formular .vyplnit {
  margin-left: 25px;
  margin-bottom: 30px;
}
.formular .vyplnit p {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
  margin-right: 5px;
}
.formular .vyplnit .form_katalog {
  padding: 35px 40px 30px 40px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
}
.formular .vyplnit .form_katalog h2 {
  font-size: 32px;
  text-align: left;
  line-height: 1;
}
.formular .vyplnit .form_katalog h2 strong {
  font-size: 15px;
}
.formular .vyplnit .form_katalog input:not(.btn):not(.chb) {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  height: 50px;
}
.formular .vyplnit .form_katalog textarea {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}
.formular .vyplnit .form_katalog label {
  font-size: 13px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
.formular .vyplnit .form_katalog .podminky .chci {
  float: right;
}
.formular .vyplnit .form_katalog .podminky .checkbox {
  display: inline-block;
}
.formular .vyplnit .form_katalog .podminky .checkbox input {
  height: 20px;
  margin-left: -25px;
}
.formular .vyplnit .form_katalog .podminky .checkbox label {
  margin-top: 0;
  padding-left: 10px;
  line-height: 25px;
}
.formular .star {
  color: #ca2c2d;
}
@media all and (max-width: 620px) {
  .formular .vyplnit .form_katalog h2 {
    font-size: 25px;
  }
  .formular .vyplnit .form_katalog .podminky .chci {
    float: none;
    margin-top: 10px;
  }
}
.produkt_express {
  background: #fff;
  border: 2px solid #d6d6d6;
  color: #252525;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  min-height: 455px;
}
.produkt_express .space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 385px;
}
.produkt_express .image {
  padding: 20px 0;
}
.produkt_express h2 {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #252525;
  text-align: left;
}
.produkt_express h2 a {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #252525;
  text-align: left;
}
.produkt_express .produkt_express_subheader {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.produkt_express .produkt_express_barvy p {
  font-size: 13px;
}
.produkt_express .produkt_express_barvy .produkt_express_barva {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin: 5px 2.5px;
}
.produkt_express .produkt_express_barvy .produkt_express_barva img {
  border-radius: 50%;
  border: 2px solid #CCC;
  max-height: 100%;
}
.produkt_express .produkt_express_perex {
  font-size: 13px;
  margin-bottom: 20px;
}
.produkt_express .produkt_express_price {
  margin-bottom: 15px;
}
.produkt_express .btn-success {
  padding: 6px 15px;
}
.produkt_detail h1 {
  font-size: 39px;
  text-transform: none;
  margin-bottom: 50px;
}
.produkt_detail .form-control[disabled] {
  opacity: 0.6;
}
.produkt_detail .property_header.relative {
  position: relative;
}
.produkt_detail .property_header .help-icon {
  width: 22px;
  height: 22px;
  background: url("/userfiles/images/icons.svg") no-repeat -39px -1020px;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  top: 5px;
  cursor: pointer;
}
.produkt_detail .property_header .popover {
  min-width: 250px;
  position: absolute;
  z-index: 3;
  background: white;
  padding: 12px;
  font-size: 13px;
  max-width: 250px;
  border: 1px solid #d2cfca;
  color: #252525;
  margin-top: 10px;
  background: #f1f1f1;
}
.produkt_detail .property_header .popover::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  background: #f1f1f1;
  width: 14px;
  height: 14px;
  top: -7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: 1px solid #d2cfca;
  border-top: 1px solid #d2cfca;
  margin-left: -7px;
}
.produkt_detail .detail-lg {
  margin: 0 auto 60px;
  position: relative;
  max-width: 550px;
}
.produkt_detail .detail-lg .is_expired {
  position: relative;
  display: block;
}
.produkt_detail .detail-lg .is_expired img {
  opacity: 0.35;
}
.produkt_detail .detail-lg .is_expired .main_product_expired {
  position: absolute;
  top: 36%;
  left: 20%;
  display: inline-block;
  margin: 0 auto;
  color: #ca2c2d;
  font-size: 24px;
  font-weight: 700;
  padding: 5px;
  background-color: white;
}
.produkt_detail .detail-lg .icons {
  position: absolute;
  z-index: 11;
  top: 10px;
  left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
}
.produkt_detail .detail-lg .icons .popover {
  padding-bottom: 12px;
  max-width: 150px;
  position: absolute;
}
.produkt_detail .detail-lg .icons .popover-content {
  padding: 15px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  min-width: 195px;
  border-radius: 3px;
  background: #252525;
  position: relative;
}
.produkt_detail .detail-lg .icons .popover-content a {
  color: #23b2e1;
  font-size: 14px;
  text-decoration: underline;
}
.produkt_detail .detail-lg .icons .popover-content a:hover {
  color: white;
}
.produkt_detail .detail-lg .icons .popover-content:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #252525;
  top: 100%;
}
.produkt_detail .detail-lg .icons > span {
  font-size: 16px;
  padding: 3px 6px;
  margin-bottom: 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkt_detail .detail-lg .icons > span[data-toggle] {
  cursor: pointer;
}
.produkt_detail .detail-lg .icons > span.novinka {
  background: #fd7900;
}
.produkt_detail .detail-lg .icons > span.exc_basin {
  background: #e96082;
}
.produkt_detail .detail-lg .icons > span.until_sold {
  background: #e96082;
}
.produkt_detail .detail-lg .icons > span.sleva {
  background: #23b2e1;
}
.produkt_detail .detail-lg .icons > span.expresni-dodani {
  background: #23b2e1;
  display: none;
}
.produkt_detail .detail-lg .icons > span.bath-waste {
  background: #3a8ba7;
  padding-right: 35px;
  position: relative;
}
.produkt_detail .detail-lg .icons > span.bath-waste .badge__ico {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background: #51a6c3;
  position: absolute;
  right: -14px;
  top: -5px;
}
.produkt_detail .detail-lg .icons > span.bath-waste .badge__ico:after {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  background: url("/userfiles/images/icons.svg") 0px -1018px no-repeat;
}
.produkt_detail .detail-lg .icons > span.vyhoda {
  background: #00466c;
}
.produkt_detail .detail-lg .icons > span.osobni-odber {
  background: black;
}
.produkt_detail .detail-lg .icons > span.discount {
  background: #00466c;
}
.produkt_detail #main_product_image {
  position: relative;
  display: block;
  min-height: 550px;
  overflow: hidden;
}
.produkt_detail #main_product_image > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
}
.produkt_detail .moznosti {
  border: 2px solid #e5e5e5;
  margin-top: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
}
.produkt_detail .moznosti.no-margin,
.produkt_detail .moznosti + .moznosti {
  border-top: none;
  margin-top: 0;
}
.produkt_detail .moznosti th {
  width: 175px;
  padding: 5px 10px 0 10px;
}
.produkt_detail .moznosti p {
  margin-left: 0;
  font-size: 16px;
  float: left;
}
.produkt_detail .moznosti p.option-heading {
  float: right;
  color: #005380;
  font-weight: 700;
}
.produkt_detail .moznosti .moznosti_barva {
  margin: 0 5px;
}
.produkt_detail .moznosti .moznosti_barva .disabled-option {
  opacity: 0.3;
  cursor: not-allowed !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.produkt_detail .moznosti .moznosti_barva .option_item {
  display: inline-block;
  width: 74px;
  height: 48px;
  margin: 5px;
}
.produkt_detail .moznosti .moznosti_barva .option_item.circle {
  width: 46px;
}
.produkt_detail .moznosti .moznosti_barva .option_item.circle > label {
  border: none;
}
.produkt_detail .moznosti .moznosti_barva .option_item.circle .option_image.img-circle {
  border: 1px solid #999;
  max-height: 100%;
}
.produkt_detail .moznosti .moznosti_barva .option_item.circle .option_checked {
  right: -5px;
}
.produkt_detail .moznosti .moznosti_barva .option_item .option_item_image {
  width: 74px;
  height: 48px;
  margin: 0 auto;
}
.produkt_detail .moznosti .moznosti_barva .option_item > label {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  width: 74px;
  height: 48px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.produkt_detail .moznosti .moznosti_barva .option_item > label input {
  display: none;
}
.produkt_detail .moznosti .moznosti_barva .option_item > label .option_image {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.produkt_detail .moznosti .moznosti_barva .option_item > label .option_checked {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #005380 url("/userfiles/images/icons.svg") -210px 6px no-repeat;
}
.produkt_detail .moznosti .moznosti_barva .option_item > label input:checked + .option_checked {
  display: block;
}
.produkt_detail .moznosti .sizes_control {
  display: none;
  padding: 20px;
}
.produkt_detail .moznosti .ral_control {
  width: 100px;
}
.produkt_detail .moznosti .ral_control > .form-control {
  background: #fafafa;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px 25px 5px 5px;
  text-align: right;
}
.produkt_detail .moznosti .ral.under {
  position: relative;
  padding-left: 30px;
}
.produkt_detail .moznosti .ral.under:before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: url("/userfiles/images/icons.svg") -532px -205px no-repeat;
}
.produkt_detail .moznosti .size_control {
  position: relative;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.produkt_detail .moznosti .size_control.cutout {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 25px;
  margin-bottom: 15px;
}
.produkt_detail .moznosti .size_control > span {
  margin-right: 8px;
  width: 20px;
}
.produkt_detail .moznosti .size_control > .form-control {
  min-width: 10px;
  background: #fafafa;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 5px 25px 5px 5px;
  text-align: right;
}
.produkt_detail .moznosti .size_control > .form-control::-webkit-outer-spin-button,
.produkt_detail .moznosti .size_control > .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.produkt_detail .moznosti .size_control:after {
  content: 'cm';
  position: absolute;
  right: 5px;
  top: 18px;
}
.produkt_detail .moznosti .has-label-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.produkt_detail .moznosti .has-label-right input[type=checkbox] {
  margin-right: 15px;
}
.produkt_detail .moznosti .cutout-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.produkt_detail .moznosti .cutout-image .sizes_image {
  padding: 8px;
  max-width: 100%;
}
.produkt_detail .popis {
  margin-top: 20px;
}
.produkt_detail .popis td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.produkt_detail .popis td p {
  word-break: break-word;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.produkt_detail .popis td p.dostupnost {
  color: #49b924;
}
.produkt_detail .popis td p.dostupnost.out {
  color: #fd7900;
}
.produkt_detail .popis td p.expired {
  color: #ca2c2d;
}
.produkt_detail .popis td:first-child {
  width: 110px;
}
.produkt_detail .popis td:first-child p {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.produkt_detail .reminder {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.produkt_detail .reminder .btn {
  padding: 10px 32px;
}
.produkt_detail .reminder input {
  background: #f4f4f4 url("/userfiles/images/icons.svg") -430px -22px no-repeat;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding-left: 42px;
}
.produkt_detail .reminder > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 5px;
}
.produkt_detail .koupit {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkt_detail .koupit .cena {
  display: inline-block;
  padding: 28px 0 20px 25px;
}
.produkt_detail .koupit .cena p {
  line-height: 1.3;
}
.produkt_detail .koupit .cena .puvodni {
  font-size: 12px;
  padding-left: 5px;
  text-decoration: line-through;
  color: #7a7a7a;
}
.produkt_detail .koupit .cena .aktualni {
  font-size: 33px;
}
.produkt_detail .koupit .cena .aktualni.de {
  /* Germany version - full price is smaller */
  font-size: 18px;
  padding-left: 6px;
}
.produkt_detail .koupit .cena .bez_dph {
  font-size: 18px;
  padding-left: 6px;
}
.produkt_detail .koupit .cena .bez_dph span {
  font-size: 12px;
}
.produkt_detail .koupit .cena .bez_dph.de {
  /* Germany version - price without vat is bigger */
  font-size: 33px;
}
.produkt_detail .koupit .cena .bez_dph.de span {
  font-size: 16px;
}
.produkt_detail .koupit .controls {
  display: inline-block;
  float: right;
  padding: 28px 25px;
}
.produkt_detail .koupit .controls.expired {
  width: 50%;
  padding: initial;
  position: relative;
}
.produkt_detail .koupit .controls.expired:after {
  content: '';
  position: absolute;
  right: -93px;
  width: 93px;
  height: 474px;
  top: 54px;
  background: url(/userfiles/images/expired_arrow.png) no-repeat;
}
.produkt_detail .koupit .controls.expired a {
  height: 113px;
  background: #005380;
  display: block;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.produkt_detail .koupit .controls.expired a:hover {
  background: #00649a;
}
.produkt_detail .koupit .pridat {
  display: inline-block;
  float: right;
}
.produkt_detail .koupit .pridat .kosik {
  height: 70px;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 220px;
  padding: 25px 30px 20px 65px;
  background: #49b924;
  color: #fff;
  font-size: 12px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  border: 0;
}
.produkt_detail .koupit .pridat .kosik.kosik--adding-to-basket {
  background-color: rgba(73, 185, 36, 0.7);
  cursor: progress;
}
.produkt_detail .koupit .pridat .kosik:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 19px;
  background: url("/userfiles/images/icons.svg") -296px -8px no-repeat;
  width: 35px;
  height: 35px;
}
.produkt_detail .koupit .pridat .kosik:hover {
  text-decoration: none;
  background: #41a420;
}
.produkt_detail .ramec {
  margin-top: 45px;
  border: none;
  background: #f1f1f1;
  padding: 20px 20px 25px 134px;
  max-width: 600px;
  margin-bottom: 40px;
}
.produkt_detail .ramec .vlevo {
  display: inline-block;
}
.produkt_detail .ramec .vlevo .ramec_header {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 18px;
  line-height: 0.6;
}
.produkt_detail .ramec .vlevo .ramec_header span {
  color: #005380;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.produkt_detail .ramec .vpravo {
  display: inline-block;
  float: right;
}
.produkt_detail .ramec .vpravo p {
  margin-top: 10px;
}
.produkt_detail .ramec a {
  float: left;
}
.produkt_detail .ramec .profilovka {
  position: absolute;
  left: 11px;
  bottom: auto;
  top: auto;
}
.produkt_detail .ramec .napiste {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.produkt_detail .copy-wrapper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.produkt_detail .copy-wrapper-wrapper a {
  text-decoration: underline;
}
.produkt_detail .copy-wrapper-wrapper .copy-wrapper {
  font-size: 16px;
  margin-left: 15px;
}
.produkt_detail .copy-wrapper-wrapper .copy-wrapper .copy-inner {
  opacity: 0;
  padding-right: 5px;
}
.produkt_detail .copy-wrapper-wrapper .copy-wrapper.active .first-dot {
  -webkit-animation: show 100ms 0s forwards;
          animation: show 100ms 0s forwards;
}
.produkt_detail .copy-wrapper-wrapper .copy-wrapper.active .second-dot {
  -webkit-animation: show 100ms 100ms forwards;
          animation: show 100ms 100ms forwards;
}
.produkt_detail .copy-wrapper-wrapper .copy-wrapper.active .third-dot {
  -webkit-animation: show 100ms 200ms forwards;
          animation: show 100ms 200ms forwards;
}
.produkt_detail .copy-wrapper-wrapper .copy-wrapper.active .text {
  -webkit-animation: show 100ms 300ms forwards;
          animation: show 100ms 300ms forwards;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#contact_form_part {
  display: none;
}
.pocet {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 70px;
  float: right;
  margin-right: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #e5e5e5;
}
.pocet .zmena {
  background: #f1f1f1 url("/userfiles/images/icons.svg") -199px -30px no-repeat;
  height: 17px;
  display: block;
  text-align: center;
  cursor: pointer;
}
.pocet .zmena:hover {
  text-decoration: none;
}
.pocet .zmena.minus {
  background-position: -234px -30px;
}
.pocet .hodnota {
  font-size: 13px;
  width: 46px;
  height: 34px;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 6px;
  text-align: right;
  border: 0;
}
.pocet .unit {
  position: absolute;
  font-size: 13px;
  right: 7px;
  top: 27px;
}
@media all and (max-width: 1239px) {
  .produkt_detail .moznosti .size_control {
    width: 80px;
  }
  .produkt_detail .moznosti .size_control span {
    width: 16px;
    margin-right: 3px;
    font-size: 12px;
  }
  .produkt_detail .moznosti .size_control .form-control {
    font-size: 12px;
    height: 36px;
  }
  .produkt_detail .moznosti .size_control.cutout {
    margin-right: 8px;
  }
  .produkt_detail .moznosti .size_control:after {
    top: 17px;
    font-size: 12px;
  }
  .produkt_detail .ramec .vpravo,
  .produkt_detail .ramec .napiste {
    display: block;
    float: none;
  }
  .produkt_detail .ramec a {
    float: none;
  }
  .produkt_detail .koupit .controls.expired:after {
    display: none !important;
  }
}
@media all and (max-width: 980px) {
  .produkt_detail h1 {
    font-size: 32px;
  }
  .produkt_detail .ramec {
    padding: 30px;
  }
  .produkt_detail .ramec .profilovka {
    display: none;
  }
  .produkt_detail .detail-lg {
    margin: 0 auto;
  }
  .produkt_detail .koupit .cena {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding: 28px 25px;
  }
  .produkt_detail .koupit .controls {
    float: none;
    display: block;
    padding-top: 0;
  }
  .produkt_detail .koupit .controls.expired {
    float: none;
    width: 100%;
  }
  .produkt_detail .koupit .pocet {
    float: none;
  }
  .produkt_detail .koupit .pridat .kosik {
    width: 196px;
    padding: 25px 20px 20px 60px;
  }
  .produkt_detail .property_header {
    margin-top: 15px;
  }
  .produkt_detail .moznosti tr td {
    width: 100%;
    text-align: center;
  }
}
.galery.flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.galery.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.galery .detail-sm {
  overflow: hidden;
}
.galery .detail-sm a {
  display: block;
  overflow: hidden;
  width: 96px;
  height: 96px;
  border: 1px solid #e5e5e5;
}
.galery .detail-sm a:hover {
  border: 1px solid #005380;
  text-decoration: none;
}
.galery .detail-sm span {
  display: block;
  width: 36px;
  height: 28px;
  background: url("/userfiles/images/icons.svg") -280px -73px no-repeat;
  margin: 20px auto 0;
}
.galery .detail-sm span.video {
  background-position: -333px -72px;
}
.galery .detail-sm p {
  font-size: 12px;
  margin: 10px;
  text-align: center;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.galery.lite .detail-sm {
  width: 92px;
  margin: 1px;
}
.galery.lite .detail-sm a {
  width: 92px;
  height: 92px;
  position: relative;
}
.galery.lite .detail-sm a small {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #005380;
  padding: 0 5px;
}
.galery.lite .detail-sm.filling-space {
  height: 0;
}
@media all and (min-width: 1240px) {
  .galery.flex {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media all and (max-width: 739px) {
  .galery.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.produkt_detail_vyhody {
  background: #005380;
  min-height: 363px;
  overflow: hidden;
}
.produkt_detail_vyhody .back .back_box {
  position: absolute;
  top: 0;
  right: 0;
}
.produkt_detail_vyhody .back .back_box:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.88)), color-stop(50%, rgba(0, 0, 0, 0.66)), color-stop(80%, rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.12)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 50%, rgba(0, 0, 0, 0.34) 80%, rgba(0, 0, 0, 0.12) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 50%, rgba(0, 0, 0, 0.34) 80%, rgba(0, 0, 0, 0.12) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.66) 50%, rgba(0, 0, 0, 0.34) 80%, rgba(0, 0, 0, 0.12) 100%);
}
.produkt_detail_vyhody h2 {
  color: #fff;
  margin-top: 160px;
  text-align: left;
  font-size: 28px;
}
.produkt_detail_vyhody .btn {
  margin-top: 15px;
}
.produkt_detail_vyhody p {
  margin-top: 15px;
  color: #fff;
}
.produkt_detail_vyhody p a {
  color: #fff;
}
.produkt_detail_vyhody p a:hover {
  color: #23b2e1;
}
.produkt_detail_vyhody .item p {
  font-size: 17px;
  margin-left: 40px;
  position: relative;
  margin-bottom: 70px;
  display: block;
  padding-left: 100px;
}
.produkt_detail_vyhody .item p:first-of-type {
  margin-top: 65px;
}
.produkt_detail_vyhody .item p:last-of-type {
  margin-bottom: 0;
}
.produkt_detail_vyhody .item p:before {
  content: '';
  background: url("/userfiles/images/icons.svg") -388px -130px no-repeat;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  width: 60px;
  height: 55px;
}
.produkt_detail_vyhody .item.druhy p:before {
  background-position: -458px -131px;
  left: 3px;
}
.produkt_detail_vyhody .item.treti p:before {
  background-position: -527px -130px;
  width: 80px;
  top: -17px;
  left: -8px;
}
@media all and (max-width: 1079px) {
  .produkt_detail_vyhody {
    padding-bottom: 50px;
  }
  .produkt_detail_vyhody .back img {
    display: none;
  }
  .produkt_detail_vyhody h2 {
    margin-top: 40px;
    font-size: 24px;
  }
  .produkt_detail_vyhody .item p:first-of-type {
    margin-left: 0;
    margin-top: 42px;
  }
  .produkt_detail_vyhody .item p:before,
  .produkt_detail_vyhody .item.druhy p:before,
  .produkt_detail_vyhody .item.treti p:before {
    top: 0;
  }
}
.produkt_detail_menu {
  height: 120px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(232, 232, 232, 0.61);
          box-shadow: 0px 2px 2px 0px rgba(232, 232, 232, 0.61);
}
.produkt_detail_menu.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  background-color: white;
}
.produkt_detail_menu .image {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.produkt_detail_menu .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.produkt_detail_menu p {
  margin-top: 28px;
  margin-bottom: 20px;
}
.produkt_detail_menu p strong {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.produkt_detail_menu p span {
  color: #49b924;
}
.produkt_detail_menu .tabs-menu {
  padding-left: 0;
  margin: 0;
}
.produkt_detail_menu .tabs-menu li {
  display: inline-block;
  list-style-type: none;
  position: relative;
  margin-right: 10px;
}
.produkt_detail_menu .tabs-menu li a {
  font-size: 14px;
  text-decoration: none;
  padding: 13px 10px 0 15px;
  height: 50px;
  display: block;
}
.produkt_detail_menu .tabs-menu li a:hover {
  color: #fff;
  background: #005380;
}
.produkt_detail_menu .tabs-menu li.selected:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  background: url("/userfiles/images/icons.svg") -342px -5px no-repeat;
  display: block;
  width: 16px;
  height: 8px;
  margin-left: -8px;
}
.produkt_detail_menu .tabs-menu li.selected a {
  background: #005380;
  color: #fff;
}
@media all and (max-width: 980px) {
  .produkt_detail_menu {
    display: none;
  }
  .produkt_detail_menu.fixed {
    display: none;
  }
}
.galery .gallery_item:hover {
  opacity: 0.85;
}
.galery .gallery_item.width {
  height: 100%;
}
.galery .gallery_item.height {
  width: 100%;
}
.galery .photo_box {
  height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
}
.galery .photo_box.wide {
  height: auto;
}
@media all and (max-width: 740px) {
  .galery.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .galery.flex .detail-sm {
    margin-bottom: 15px;
  }
  .galery.flex.lite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sdilet {
  border: 2px solid #005380;
  border-radius: 5px;
  background: #f4f4f4;
  min-height: 100px;
  margin: 50px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sdilet .fb-share-button {
  position: relative;
}
.sdilet .vlevo {
  -ms-flex-item-align: center;
      align-self: center;
  float: left;
  padding-left: 25px;
  margin-right: 15px;
}
.sdilet .odkazy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-left: 2px solid #e5e5e5;
  text-align: center;
  padding: 16px 14px;
  position: relative;
}
.sdilet .odkazy:before {
  background: url("/userfiles/images/icons.svg") -316px -295px no-repeat;
  width: 16px;
  height: 26px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -5px;
  display: block;
}
.sdilet .odkazy span {
  display: inline-block;
  margin-right: 2px;
}
.sdilet .odkazy span:last-of-type {
  margin-right: 0;
}
.sdilet .odkazy span .sit {
  width: 60px;
  height: 35px;
  border: 1px solid #bababa;
  border-radius: 5px;
  text-align: center;
  color: #646464;
  font-size: 13px;
  padding-top: 7px;
  position: relative;
}
.sdilet .odkazy span .sit:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  background: url("/userfiles/images/icons.svg") -347px -304px;
}
.sdilet .odkazy span a {
  width: 62px;
  height: 24px;
  display: block;
  margin-top: 5px;
}
.sdilet .odkazy span a:hover {
  text-decoration: none;
}
.sdilet .odkazy span a.fb {
  background: url("/userfiles/images/icons.svg") -557px -295px;
}
.sdilet .odkazy span a.tw {
  background: url("/userfiles/images/icons.svg") -380px -295px;
}
.sdilet .odkazy span a.in {
  background: url("/userfiles/images/icons.svg") -473px -295px;
}
.sdilet .twitter-share-button,
.sdilet .IN-widget,
.sdilet .fb-share-button {
  margin: 0 5px;
}
.sdilet .sdilet_nadpis {
  font-size: 21px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  text-transform: none;
}
.sdilet .sdilet_nadpis span {
  color: #23b2e1;
}
@media all and (max-width: 979px) {
  .sdilet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    background: white;
  }
  .sdilet .odkazy {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sdilet .odkazy:before {
    display: none;
  }
  .sdilet_nadpis {
    margin: 8px 0 12px;
  }
}
.prazdny_kosik h1 {
  margin-bottom: 60px;
}
.prazdny_kosik .btn-info {
  display: block;
  margin-top: 20px;
}
.prazdny_kosik .vlevo {
  text-align: center;
  margin-right: 30px;
  text-align: left;
}
.prazdny_kosik .vlevo .jasanek .jasan_text {
  margin-top: 10px;
}
.prazdny_kosik .vlevo .jasanek .jasan_text:before {
  background-position: -331px -23px;
  width: 30px;
  height: 34px;
  left: -25px;
  bottom: 5px;
}
.prazdny_kosik .vlevo .image {
  float: left;
  width: 220px;
}
.prazdny_kosik .vlevo .image .btn-info {
  margin-top: 20px;
  display: inline-block;
}
.prazdny_kosik .vlevo .poradna_seznam {
  display: inline-block;
}
.prazdny_kosik .vlevo .poradna_seznam h3 {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  margin-top: 40px;
}
.prazdny_kosik h3 {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
@media all and (max-width: 1079px) {
  .prazdny_kosik h1 {
    font-size: 30px;
  }
}
@media all and (max-width: 1239px) {
  .prazdny_kosik .ramec {
    max-width: 480px;
  }
}
@media all and (max-width: 540px) {
  .prazdny_kosik .ramec {
    max-width: 310px;
  }
  .prazdny_kosik .ramec img {
    display: none;
  }
}
@media all and (max-width: 564px) {
  .prazdny_kosik .jasan_text {
    display: none;
  }
}
@media all and (max-width: 1079px) {
  .chybova_strana.oblibene h2 {
    font-size: 26px!important;
  }
  .chybova_strana.oblibene .produkt_nahled {
    margin-bottom: 20px;
  }
}
.produkt_detail_popis {
  background: #f1f1f1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.produkt_detail_popis .content h2 {
  text-align: left;
  text-transform: none;
  font-size: 30px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 16px;
}
.produkt_detail_popis h3 {
  font-size: 26px;
  text-transform: none;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 20px;
}
.produkt_detail_popis ul {
  list-style: none;
  padding-left: 0;
}
.produkt_detail_popis ul li {
  font-size: 14px;
  line-height: 2;
  padding-left: 30px;
  text-indent: -24px;
}
.produkt_detail_popis ul li:before {
  content: "\2022   ";
  color: #005380;
  padding-right: 10px;
}
.produkt_detail_popis .na_miru {
  margin-right: 80px;
  background: #fff url(/userfiles/images/namiru.jpg) 470px -20px no-repeat;
  padding: 35px 220px 30px 30px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkt_detail_popis .na_miru h3 {
  margin-top: 0;
}
.produkt_detail_popis .na_miru .btn-info {
  margin-top: 25px;
}
.produkt_detail_popis .parametry {
  width: 260px;
  float: right;
}
.produkt_detail_popis .parametry .tabulka {
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding-top: 30px;
  padding-left: 35px;
}
.produkt_detail_popis .parametry .tabulka.instalation {
  padding: 20px 25px;
}
.produkt_detail_popis .parametry .tabulka.instalation table {
  width: 100%;
}
.produkt_detail_popis .parametry .tabulka.instalation table td {
  padding-right: 0;
  overflow-wrap: anywhere;
}
.produkt_detail_popis .parametry .tabulka.instalation table .prava {
  text-align: right;
  white-space: normal;
}
.produkt_detail_popis .parametry .tabulka:not(.produkt_detail_popis .parametry .tabulka:first-of-type) {
  margin-top: 40px;
}
.produkt_detail_popis .parametry .tabulka .heading {
  font-size: 23px;
  margin-bottom: 10px;
  color: #005380;
  font-family: FuturaLTPro-Light, sans-serif;
}
.produkt_detail_popis .parametry .tabulka table td {
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.produkt_detail_popis .parametry .tabulka img {
  margin: 10px 0 25px 5px;
}
.produkt_detail_popis .parametry .tabulka img.instalation-image {
  width: 100%;
  margin: 0 auto 30px auto;
}
.produkt_detail_popis .parametry .tabulka .prava {
  white-space: normal;
}
.produkt_detail_popis .parametry .navod h3 {
  margin-bottom: 5px;
}
.produkt_detail_popis .parametry .navod a {
  display: block;
  padding-left: 40px;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.produkt_detail_popis .parametry .navod a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 27px;
  background: url("/userfiles/images/icons.svg") -431px -74px no-repeat;
}
.produkt_detail_popis .parametry .navod a.pdf:before {
  background-position: -431px -74px;
}
.produkt_detail_popis .parametry .navod a.video:before {
  background-position: -471px -76px;
}
.produkt_detail_popis .parametry .prohlidka {
  border: 2px solid #e5e5e5;
  background: url(/userfiles/images/prouzky.webp) -12px -1257px;
  text-align: center;
  padding: 30px 15px 15px 15px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-bottom: none;
  margin-top: 40px;
}
.produkt_detail_popis .parametry .prohlidka.lazy {
  background-image: none !important;
}
.produkt_detail_popis .parametry .prohlidka p {
  color: #252525;
  font-size: 15px;
  margin-bottom: 20px;
}
.produkt_detail_popis .parametry .prohlidka p span {
  color: #7a7a7a;
  font-size: 13px;
}
.produkt_detail_popis .parametry .prohlidka p:first-of-type {
  font-size: 13px;
  margin-bottom: 10px;
}
.produkt_detail_popis .parametry .prohlidka h4 {
  font-size: 18px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.produkt_detail_popis .parametry .prohlidka img {
  border-radius: 5px;
  margin-bottom: 15px;
}
.produkt_detail_popis .parametry .prohlidka .btn-success {
  background: #fff;
}
.produkt_detail_popis .parametry .bottom {
  background: #005380;
  padding: 20px 20px 20px 15px;
  border: 2px solid #e5e5e5;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-top: none;
  text-align: center;
}
.produkt_detail_popis .parametry .bottom p {
  color: #fff;
}
.produkt_detail_popis .parametry .bottom p a {
  color: #23b2e1;
}
.produkt_detail_popis .parametry .bottom p a span {
  color: #fff;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.produkt_detail_popis .parametry .bottom p a span:hover {
  color: #23b2e1;
}
.produkt_detail_popis .parametry .poradna {
  margin-top: 45px;
}
.produkt_detail_popis .parametry .poradna p {
  font-size: 12px;
  line-height: 1.2;
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkt_detail_popis .parametry .poradna p:before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  right: -21px;
  background: url("/userfiles/images/icons.svg") -371px -23px no-repeat;
  width: 22px;
  height: 30px;
}
.produkt_detail_popis .parametry .poradna img {
  float: right;
  margin-top: 5px;
}
.produkt_detail_popis .parametry .poradna a {
  font-size: 14px;
  text-decoration: underline;
  float: left;
  padding-left: 18px;
  position: relative;
  line-height: 1.8;
}
.produkt_detail_popis .parametry .poradna a:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") -94px -38px no-repeat;
  width: 10px;
  height: 12px;
}
.produkt_detail_popis .parametry .poradna a:hover {
  color: #23b2e1;
}
@media all and (max-width: 1079px) {
  .produkt_detail_popis .na_miru {
    background: #fff;
  }
  .produkt_detail_popis .parametry {
    float: left;
    margin-top: 50px;
  }
}
@media all and (max-width: 768px) {
  .produkt_detail_popis .na_miru {
    margin-right: 0;
    padding: 30px;
  }
  .produkt_detail_popis .parametry {
    float: none;
    width: auto;
  }
}
.produkt_detail_vybrane {
  padding-top: 75px;
  background: #f1f1f1;
  padding-bottom: 50px;
}
.produkt_detail_vybrane + .produkt_detail_vybrane {
  padding-top: 0px;
}
.produkt_detail_vybrane.chybova_strana h3 {
  text-align: center;
}
.produkt_detail_vybrane.chybova_strana h3 strong {
  color: #23b2e1;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  display: block;
}
.produkt_detail_vybrane h3 {
  font-size: 28px;
  text-transform: none;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
.produkt_detail_vybrane.vypis {
  padding-top: 30px;
}
/* Product | Slider */
.product-slider {
  max-width: 1920px;
  margin: 0 auto 30px auto;
}
.product-slider .produkt_nahled {
  margin-bottom: 0px;
}
.product-slider__slides {
  margin-bottom: 0;
}
.product-slider__gradient {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 150px;
}
.product-slider__gradient--left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(transparent));
  background: -webkit-linear-gradient(left, #f1f1f1 0%, transparent 100%);
  background: -o-linear-gradient(left, #f1f1f1 0%, transparent 100%);
  background: linear-gradient(to right, #f1f1f1 0%, transparent 100%);
}
.product-slider__gradient--right {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f1f1f1), to(transparent));
  background: -webkit-linear-gradient(right, #f1f1f1 0%, transparent 100%);
  background: -o-linear-gradient(right, #f1f1f1 0%, transparent 100%);
  background: linear-gradient(to left, #f1f1f1 0%, transparent 100%);
}
/* Product | Slider | Arrow */
.product-slider__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 44%;
  pointer-events: none;
  left: 70px;
  right: 70px;
  z-index: 3;
}
.product-slider__arrow {
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  cursor: pointer;
  height: 55px;
  pointer-events: all;
  position: relative;
  width: 55px;
}
.product-slider__arrow::after {
  background: url("/userfiles/images/icons.svg") -216px -72px no-repeat;
  content: "";
  -webkit-filter: drop-shadow(0 11px 13px #EAF2F6);
          filter: drop-shadow(0 11px 13px #EAF2F6);
  height: 30px;
  left: 19px;
  position: absolute;
  top: 10px;
  width: 12px;
}
.product-slider__arrow:hover,
.product-slider__arrow:focus {
  background: #f1f1f1;
}
.product-slider__arrow--right::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media all and (max-width: 1400px) {
  .product-slider__arrows {
    left: 20px;
    right: 20px;
  }
  .product-slider__gradient {
    width: 80px;
  }
}
@media all and (max-width: 1079px) {
  .product-slider__arrows {
    left: 0px;
    right: 0px;
  }
  .product-slider__arrow {
    height: 45px;
    width: 45px;
  }
  .product-slider__arrow::after {
    left: 14px;
    top: 6px;
  }
  .product-slider__gradient {
    width: 40px;
  }
}
@media all and (max-width: 490px) {
  .product-slider__gradient {
    display: none;
  }
}
.produkt_nahled {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-width: 250px;
  max-width: 350px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  height: 550px;
}
.produkt_nahled.produkt .main_img {
  position: relative;
}
.produkt_nahled.produkt .main_img > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: 220px;
  padding: 10px;
}
.produkt_nahled.produkt .main_img > a > img {
  max-height: 100%;
}
.produkt_nahled .barvy {
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 19px;
}
.produkt_nahled .barvy .barvy__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.produkt_nahled .barvy .barvy__box .barva {
  overflow: hidden;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.produkt_nahled .barvy .barvy__box .barva-more {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  text-decoration: none;
  margin-right: 6px;
}
.produkt_nahled .icons {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.produkt_nahled .icons span {
  margin-bottom: 3px;
  padding: 4px 6px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkt_nahled .icons span.novinka {
  background: #fd7900;
}
.produkt_nahled .icons span.exc_basin {
  background: #e96082;
}
.produkt_nahled .icons span.until_sold {
  background: #e96082;
}
.produkt_nahled .icons span.sleva {
  background: #23b2e1;
}
.produkt_nahled .icons span.expresni-dodani {
  background: #23b2e1;
}
.produkt_nahled .icons span.vyhoda {
  background: #00466c;
}
.produkt_nahled .icons span.osobni-odber {
  background: black;
}
.produkt_nahled .icons span.discount {
  background: #00466c;
}
.produkt_nahled a:not(.btn) {
  display: block;
}
.produkt_nahled a:not(.btn):hover {
  text-decoration: none;
}
.produkt_nahled .produkt_nahled_nadpis {
  font-size: 18px;
  color: #005380;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 15px;
  display: block;
}
.produkt_nahled.produkt .produkt_nahled_nadpis {
  height: 78px;
  overflow: hidden;
  padding: 0 20px;
}
.produkt_nahled .kolekce {
  height: 38px;
  padding: 0;
  margin-bottom: 15px;
}
.produkt_nahled .kolekce span {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkt_nahled .kolekce span.typ {
  background: #f1f1f1;
}
.produkt_nahled .kolekce a {
  display: inline-block;
}
.produkt_nahled .detail {
  text-align: left;
  padding: 0 20px;
  width: 100%;
}
.produkt_nahled .detail .mail:hover {
  text-decoration: underline;
}
.produkt_nahled .detail p {
  margin: 0 !important;
}
.produkt_nahled .detail .cena {
  display: inline-block;
}
.produkt_nahled .detail .cena .puvodni {
  height: 19px;
  font-size: 12px;
  text-decoration: line-through;
  color: #7a7a7a;
}
.produkt_nahled .detail .cena .aktualni {
  font-size: 18px;
  display: inline-block;
}
.produkt_nahled .detail .cena .aktualni span {
  font-size: 12px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.produkt_nahled .detail .btn-success {
  float: right;
  padding: 12px 18px;
}
.produkt_nahled .detail .btn-success:hover {
  background: #49b924;
  border: 2px solid #49b924;
  color: #fff;
}
.produkt_nahled .popis {
  text-align: left;
  padding: 0 20px;
}
.produkt_nahled .popis p {
  font-size: 11px !important;
  margin-top: 16px !important;
}
.produkt_nahled .popis .stock {
  color: #49b924;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.produkt_nahled .popis .out-of-stock {
  color: #ca2c2d;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.produkt_nahled.velky .main_img img {
  width: 100%;
  padding-top: 0;
}
.produkt_nahled.poradna .main_img {
  margin-bottom: 10px;
}
.produkt_nahled.poradna .main_img img {
  padding-top: 10px;
  margin: 0 auto;
}
.produkt_nahled.poradna .main_img .main_img_header {
  padding-top: 30px;
  padding-left: 0;
  font-size: 16px;
  color: #23b2e1;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: none;
}
.produkt_nahled.poradna .detail .detail_header {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  font-size: 26px;
}
.produkt_nahled.poradna .detail a {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
.produkt_nahled.poradna .detail a:hover {
  text-decoration: none;
}
.produkt_nahled.poradna .detail p:not(.detail_header) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.produkt_nahled.poradna .popis p {
  padding-bottom: 0;
}
.produkt_nahled.poradna .popis p:first-of-type {
  color: #252525;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-top: 0;
}
.produkt_nahled.poradna .popis .btn-success {
  padding: 13px 0;
  text-align: center;
}
.produkt_nahled.career .detail .detail_header {
  font-size: 23px;
  margin-bottom: 20px !important;
}
.produkt_nahled.sm {
  height: 365px;
  max-width: 162px;
  margin: 8px;
  padding: 1px;
  min-width: 152px;
  border: 2px solid #e5e5e5;
}
.produkt_nahled.sm .detail {
  padding: 0;
  text-align: center;
  display: block;
}
.produkt_nahled.sm .detail .btn-success {
  float: none;
  margin-top: 7px;
  padding: 3px 20px;
}
.produkt_nahled.sm .detail .cena {
  line-height: 1.2;
}
.produkt_nahled.sm .produkt_nahled_nadpis {
  font-size: 15px;
  margin: 5px 0;
  height: 42px;
}
.produkt_nahled.sm .novinka {
  width: 60px;
}
.produkt_nahled.sm .main_img {
  position: relative;
}
.produkt_nahled.sm .main_img a {
  height: 145px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.produkt_nahled.sm .main_img img {
  max-height: 100%;
}
.produkt_nahled.sm .popis {
  display: block;
  text-align: center;
}
.produkt_nahled.sm .popis p {
  margin: 6px 0 0 0 ;
}
.produkt_vypis_uvod h1 {
  font-size: 39px;
  text-transform: none;
  margin-bottom: 30px;
}
.produkt_vypis_uvod .kategorie p {
  font-size: 13px;
}
.produkt_vypis_uvod p {
  font-size: 16px;
}
.produkt_vypis_uvod.druhy {
  background: #fff;
  padding-top: 50px;
}
.produkt_vypis_uvod.secondary .content {
  padding-top: 20px;
}
@media all and (max-width: 1079px) {
  .produkt_vypis_uvod h1 {
    font-size: 30px;
  }
  .produkt_vypis_uvod .poradna_seznam.ramecek {
    margin-top: 50px;
    float: left;
  }
}
.poradna_seznam {
  float: left;
  margin-bottom: 45px;
}
.poradna_seznam .poradna_seznam_nadpis {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  color: #23b2e1;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
}
.poradna_seznam ul {
  padding-left: 0;
}
.poradna_seznam ul li {
  list-style-type: none;
}
.poradna_seznam ul a {
  font-size: 14px;
  position: relative;
  padding-left: 18px;
  text-decoration: underline;
  color: #005380;
}
.poradna_seznam ul a:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") -94px -38px no-repeat;
  width: 10px;
  height: 12px;
}
.poradna_seznam ul a:hover {
  color: #23b2e1;
}
.poradna_seznam .bublina {
  font-size: 16px;
  background: #f1f1f1;
  padding: 20px 24px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  z-index: 999;
  line-height: 1.2;
}
.poradna_seznam .bublina:before {
  content: '';
  display: block;
  position: absolute;
  top: 48px;
  left: -20px;
  background: url("/userfiles/images/icons.svg") -335px -25px no-repeat;
  width: 22px;
  height: 32px;
}
.poradna_seznam.ramecek {
  max-width: 450px;
  float: right;
  padding: 40px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.poradna_seznam.ramecek ul {
  margin-bottom: 20px;
}
.poradna_seznam.ramecek ul h3 {
  margin-top: 0;
}
.ramec {
  padding: 30px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ramec .ramec_nadpis {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  font-size: 32px;
  color: #005380;
  line-height: 100%;
  margin: 0;
  text-align: left;
}
.ramec span + .ramec_nadpis {
  margin-top: 15px;
}
.ramec .ramec_subnadpis {
  display: block;
  margin-bottom: 22px;
}
.ramec span {
  font-size: 14px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  color: #23b2e1;
}
.ramec .profilovka {
  position: absolute;
  top: 70px;
  right: 30px;
}
.ramec .profilovka2 {
  position: absolute;
  top: 50px;
  right: 50px;
}
.de .ramec .profilovka {
  top: 100px;
}
.de .produkt_detail .ramec .profilovka {
  top: auto;
}
.kontakty {
  color: #005380;
  line-height: 100%;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 45px;
  text-align: left;
  margin-top: 25px;
  font-size: 16px;
}
.kontakty span {
  font-size: 12px;
  color: #737373;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.kontakty:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") 3px -28px no-repeat;
  width: 36px;
  height: 36px;
}
.mail {
  margin-top: 20px;
  margin-bottom: 25px;
  padding-left: 45px;
  position: relative;
  font-size: 15px;
  display: block;
  text-decoration: underline;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.mail:before {
  content: '';
  display: block;
  position: absolute;
  height: 27px;
  top: 0px;
  left: 0;
  background: url("/userfiles/images/icons.svg") -167px -74px no-repeat;
  width: 40px;
}
.content blockquote,
.new-content blockquote {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  background: #F1F1F1;
  padding: 20px 35px;
  font-size: 22px;
  color: #000;
  position: relative;
  line-height: 1.3;
}
.content blockquote:before,
.new-content blockquote:before {
  content: "";
  position: absolute;
  left: 40px;
  top: -15px;
  width: 51px;
  height: 36px;
  background: url("/userfiles/images/icons.svg") no-repeat -669px -632px;
}
.content .produkt_info .produkt_nahled,
.new-content .produkt_info .produkt_nahled {
  width: 100%;
}
.content .produkt_nahled,
.new-content .produkt_nahled {
  border: 2px solid #e5e5e5;
}
.content .produkt_nahled.var--content,
.new-content .produkt_nahled.var--content {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  padding-right: 15px;
  height: auto;
}
.content .produkt_nahled.var--content .barvy,
.new-content .produkt_nahled.var--content .barvy {
  position: static;
  padding: 0;
}
.content .produkt_nahled.var--content .barvy__box,
.new-content .produkt_nahled.var--content .barvy__box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content .produkt_nahled.var--content .informace p,
.new-content .produkt_nahled.var--content .informace p {
  padding-bottom: 30px;
  font-size: 16px;
}
.content .produkt_nahled.var--content .btn-success,
.new-content .produkt_nahled.var--content .btn-success {
  display: inline-block;
  float: right;
}
.content .produkt_nahled.var--content .tags-and-image,
.new-content .produkt_nahled.var--content .tags-and-image {
  min-width: 200px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .produkt_nahled.var--content .other-content,
.new-content .produkt_nahled.var--content .other-content {
  width: 100%;
}
.content .produkt_nahled.var--content .popis,
.new-content .produkt_nahled.var--content .popis {
  float: left;
}
.content .produkt_nahled.var--content .popis p,
.new-content .produkt_nahled.var--content .popis p {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.content .produkt_nahled.var--content .popis .stock,
.new-content .produkt_nahled.var--content .popis .stock {
  margin-bottom: 0 !important;
  display: block;
}
.content .produkt_nahled.var--content .detail .btn-success,
.new-content .produkt_nahled.var--content .detail .btn-success {
  display: none;
}
.content .produkt_nahled .kolekce,
.new-content .produkt_nahled .kolekce {
  text-align: left;
  padding: 0 12px;
}
.content .menuitem-preview,
.new-content .menuitem-preview {
  margin: 30px 0;
  width: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 15px;
}
.content .menuitem-preview .text,
.new-content .menuitem-preview .text {
  padding-right: 0 !important;
  text-align: center;
}
.content .menuitem-preview .text h2,
.new-content .menuitem-preview .text h2 {
  text-align: center;
  font-size: 28px;
  margin: 0 0 15px 0;
}
.content .menuitem-preview .text .btn-info,
.new-content .menuitem-preview .text .btn-info {
  margin-bottom: 0;
}
.content .menuitem-preview.has-image,
.new-content .menuitem-preview.has-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.content .menuitem-preview.has-image .preview-img,
.new-content .menuitem-preview.has-image .preview-img {
  width: 200px;
  margin-right: 30px;
  position: relative;
}
.content .menuitem-preview.has-image .preview-img img,
.new-content .menuitem-preview.has-image .preview-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .menuitem-preview.has-image .text,
.new-content .menuitem-preview.has-image .text {
  text-align: left;
}
.content .menuitem-preview.has-image .text h2,
.new-content .menuitem-preview.has-image .text h2 {
  text-align: left;
}
.content .menuitem-preview .btn-info,
.new-content .menuitem-preview .btn-info {
  margin-top: 0;
  margin-bottom: 15px;
}
.content .menuitem-preview .text .btn,
.new-content .menuitem-preview .text .btn {
  margin-left: auto;
}
.checkbox {
  margin: 3px 0 3px 20px;
}
input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #808080;
  content: "";
  background: #FFF;
}
input[type="checkbox"]:after {
  position: relative;
  display: block;
  left: 0px;
  top: -20px;
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #d6d6d6;
  content: "";
  background: #fff;
}
input[type="checkbox"]:checked:after {
  background: #23b2e1 url("/userfiles/images/icons.svg") -249px -5px no-repeat;
  border: 2px solid #23b2e1;
}
input[type="checkbox"]:disabled:after {
  background: url("/userfiles/images/icons.svg") -168px -1px no-repeat;
  -webkit-filter: opacity(0.4);
}
input[type="checkbox"]:not(:disabled):checked:hover:after {
  background: #50c2e7 url("/userfiles/images/icons.svg") -249px -5px no-repeat;
}
input[type="checkbox"]:not(:disabled):hover:after {
  background: #fff;
  border: 2px solid #23b2e1;
}
.leva {
  max-width: 830px;
  float: left;
}
.leva h3 {
  font-size: 28px;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  text-transform: none;
}
.odsazeni {
  padding: 0 30px;
}
.breadcrumb {
  padding-left: 0;
  margin: 30px 0;
}
.breadcrumb .home-icon::before {
  font-size: 13px;
}
.breadcrumb .home-icon:hover::before,
.breadcrumb .home-icon:focus::before {
  color: #23b2e1;
}
.breadcrumb .home-icon__text {
  display: inline-block;
  text-indent: -9999px;
  /* Hides text */
}
.breadcrumb li:before {
  background: url("/userfiles/images/icons.svg") -70px -1px no-repeat;
  margin: 0 8px;
}
.breadcrumb a {
  font-size: 14px;
  color: #005380;
}
.breadcrumb a:hover {
  color: #252525;
  text-decoration: none;
}
.breadcrumb .active {
  font-size: 14px;
  color: #252525;
}
.breadcrumb .active:before {
  background-position: -70px -5px;
}
/* Color override */
.main-header--image .breadcrumb > li a {
  color: #fff;
}
.main-header--image .breadcrumb > li a:hover {
  color: #252525;
}
.main-header--image .breadcrumb > li.active {
  color: #fff;
}
.main-header--image .breadcrumb > li:before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  font-size: 16px;
  padding: 6px;
  color: #005380;
  background-color: transparent;
  border-color: transparent;
}
.pagination li a:hover,
.pagination li a:active,
.pagination li a:focus,
.pagination li a:active:hover {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #005380;
  background-color: transparent;
  border-color: transparent;
}
.pagination li.active span,
.pagination li.active a {
  color: #005380;
  background-color: transparent;
  border-color: transparent;
  padding: 6px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.pagination li.active span:hover,
.pagination li.active a:hover,
.pagination li.active span:active,
.pagination li.active a:active,
.pagination li.active span:focus,
.pagination li.active a:focus,
.pagination li.active span:active:hover,
.pagination li.active a:active:hover {
  color: #005380;
  background-color: transparent;
  border-color: transparent;
}
.pagination li.arrow {
  height: 30px;
  width: 12px;
  background: url("/userfiles/images/icons.svg") -216px -72px no-repeat;
}
.pagination li.arrow.next {
  background-position: -238px -72px;
}
.pagination li.arrow a {
  height: 100%;
}
@media all and (max-width: 1079px) {
  .content .produkt_nahled.var--content .detail .btn-success,
  .new-content .produkt_nahled.var--content .detail .btn-success {
    display: inline-block;
  }
  .content .produkt_nahled.var--content .btn-success,
  .new-content .produkt_nahled.var--content .btn-success {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .content .produkt_nahled.var--content,
  .new-content .produkt_nahled.var--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media all and (max-width: 420px) {
  .content .menuitem-preview.has-image,
  .new-content .menuitem-preview.has-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.postup {
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
.postup .doprava {
  display: none;
}
.postup a:hover {
  text-decoration: none;
}
.postup .karta {
  height: 49px;
  padding-top: 10px;
  padding-left: 30px;
  position: relative;
}
.postup .karta.last:after {
  display: none;
}
.postup .karta.last.selected {
  text-align: center;
}
.postup .karta.last.selected p {
  position: relative;
  padding-right: 40px;
}
.postup .karta.last.selected p:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 25px;
  right: 0;
  top: -1px;
  background: url("/userfiles/images/icons.svg") -405px 0px no-repeat;
}
.postup .karta:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  display: block;
  height: 49px;
  width: 16px;
  background: url("/userfiles/images/icons.svg") -341px -628px no-repeat;
  z-index: 3;
}
.postup .karta.selected {
  background: #005380;
}
.postup .karta.selected p {
  color: #fff;
}
.postup .karta.selected span {
  border: 2px solid #fff;
}
.postup .karta.selected:after {
  background-position: -293px -628px;
}
.postup .karta span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  background: #fff;
  text-align: center;
  color: #005380;
  font-size: 14px;
}
.postup .karta p {
  display: inline-block;
  font-size: 14px;
  color: #005380;
  padding-left: 10px;
}
.produkt_vypis {
  background: #f1f1f1;
  padding-top: 60px;
}
.produkt_vypis > .row > .container {
  position: relative;
}
.produkt_vypis .produkt_vypis_header {
  font-size: 35px;
  font-weight: 300;
  text-align: left;
  margin-top: 14px;
  margin-bottom: 36px;
}
.produkt_vypis .product_count {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 300;
}
.produkt_vypis .f-toggler {
  display: none;
}
.produkt_vypis .razeni {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.produkt_vypis .razeni p {
  padding-bottom: 15px;
}
.produkt_vypis .razeni .rozmezi {
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 20px;
  min-height: 140px;
  position: relative;
}
.produkt_vypis .razeni .typ {
  padding: 25px 20px;
  border-top: 1px solid #d6d6d6;
}
.produkt_vypis .razeni .typ label {
  font-size: 14px;
  color: #005380;
  padding-left: 10px;
}
.produkt_vypis .razeni .checkbox.disabled .name {
  text-decoration: line-through;
}
.produkt_vypis .razeni .checkbox.disabled input[type=checkbox] {
  cursor: not-allowed;
}
.produkt_vypis .razeni .checkbox input[type=checkbox] {
  margin-left: -20px;
  cursor: pointer;
}
.produkt_vypis .barva {
  padding: 25px 19px;
}
.produkt_vypis .barva .option_item_circle {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.produkt_vypis .barva .option_item_circle.active {
  border: 2px solid #005380;
}
.produkt_vypis .barva .option_item_circle img {
  cursor: pointer;
}
.produkt_vypis .barva .option_item_circle input {
  display: none;
}
.produkt_vypis .vypis {
  padding-bottom: 50px;
  position: relative;
}
.produkt_vypis .vypis .tabs-menu {
  padding: 0;
  text-align: left;
  background: #fff;
  margin-bottom: 0;
}
.produkt_vypis .vypis .tabs-menu p {
  padding: 22px 50px 18px 30px;
  float: left;
  color: #252525;
  font-size: 14px;
}
.produkt_vypis .vypis .tabs-menu .tab {
  display: inline-block;
  list-style-type: none;
  padding: 22px 0 18px 0;
  position: relative;
  margin-right: 30px;
}
.produkt_vypis .vypis .tabs-menu .tab a {
  padding: 22px 0 20px 0;
}
.produkt_vypis .vypis .tabs-menu .tab:last-of-type {
  margin-right: 0;
}
.produkt_vypis .vypis .tabs-menu .tab:hover {
  border-bottom: 1px solid #23b2e1;
}
.produkt_vypis .vypis .tabs-menu .tab:hover a:hover {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #005380;
  text-decoration: none;
}
.produkt_vypis .vypis .tabs-menu .tab.selected {
  border-bottom: 1px solid #23b2e1;
}
.produkt_vypis .vypis .tabs-menu .tab.selected a {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.produkt_vypis .vypis .zobrazeno {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  color: #7a7a7a;
}
.produkt_vypis .vypis .zobrazeno .stranek {
  color: #000;
}
.produkt_vypis .vypis .pocet_stran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.produkt_vypis .vypis .pocet_stran empty_selector {
  width: 84px;
}
.produkt_vypis .vypis .pocet_stran select {
  background: #fff url("/userfiles/images/icons.svg") -482px 8px no-repeat;
  width: 64px;
  line-height: 1;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  height: 38px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #005380;
  padding-left: 12px;
  -webkit-appearance: none;
}
.produkt_vypis .nahoru {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 50px;
  right: -150px;
}
.produkt_vypis .nahoru a {
  height: 104px;
  display: block;
}
.produkt_vypis .nahoru a:hover {
  text-decoration: none;
}
.produkt_vypis .nahoru a:hover p:before {
  top: 13px;
}
.produkt_vypis .nahoru p {
  position: relative;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  padding-top: 40px;
}
.produkt_vypis .nahoru p:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 38px;
  display: block;
  height: 16px;
  width: 26px;
  background: #fff url("/userfiles/images/icons.svg") -564px -3px no-repeat;
}
.produkt_vypis .galerky_box {
  min-height: 200px;
  background: white url(/userfiles/images/galerky_box.jpg) 95% 15% no-repeat;
  margin-bottom: 30px;
  margin-top: 20px;
  border-radius: 5px;
}
.produkt_vypis .galerky_box .galerky_box_text {
  padding: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.produkt_vypis .galerky_box .galerky_box_text p {
  display: inline-block;
  max-width: 420px;
  font-size: 25px;
  color: #00466c;
  margin-right: 40px;
}
#jasanek_desc_filter {
  display: block;
  position: absolute;
  width: 180px;
  left: -168px;
  top: 0px;
}
#jasanek_desc_filter .jasanek_desc_text {
  background: white;
  padding: 15px;
  border-radius: 5px;
  color: #252525;
  position: relative;
}
#jasanek_desc_filter .jasanek_desc_text:after {
  content: '';
  position: absolute;
  bottom: -28px;
  right: 40px;
  width: 34px;
  height: 30px;
  background: url("/userfiles/images/icons.svg") -214px -486px no-repeat;
}
@media all and (max-width: 1500px) {
  .produkt_vypis .vypis .pocet_stran .strana {
    float: right;
  }
  #jasanek_desc_filter {
    display: none;
  }
}
@media all and (max-width: 1079px) {
  .produkt_vypis h1 {
    font-size: 30px;
  }
  .produkt_vypis .vypis .pocet_stran .btn-info {
    display: inline-block;
    margin-top: 20px;
  }
  .produkt_vypis .vypis .pocet_stran .strana {
    float: left;
    margin-top: 20px;
  }
  .produkt_vypis .galerky_box .galerky_box_text p {
    font-size: 22px;
    margin-right: 20px;
  }
}
@media all and (max-width: 980px) {
  .produkt_vypis .f-toggler {
    display: block;
    max-width: 400px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
  }
  .produkt_vypis .f-toggler::after {
    content: "";
    display: block;
    position: absolute;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    width: 8px;
    height: 8px;
    right: 25px;
    top: 20px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .produkt_vypis .f-toggler .f-toggler__hide {
    display: none;
  }
  .produkt_vypis .f-toggler .f-toggler__show {
    display: initial;
  }
  .produkt_vypis .f-toggler.expanded::after {
    top: 24px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .produkt_vypis .f-toggler.expanded .f-toggler__hide {
    display: initial;
  }
  .produkt_vypis .f-toggler.expanded .f-toggler__show {
    display: none;
  }
  .produkt_vypis .razeni {
    display: none;
    max-width: 400px;
    margin: auto;
  }
  .produkt_vypis .razeni.show {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .produkt_vypis .galerky_box {
    background: white;
  }
  .produkt_vypis .galerky_box .galerky_box_text {
    display: block;
  }
  .produkt_vypis .galerky_box .galerky_box_text .btn {
    margin-top: 20px;
  }
}
.katalog_podstrana {
  padding-bottom: 40px;
}
.katalog_podstrana .katalog {
  background: none;
}
.katalog_podstrana .catelog_link {
  top: initial;
}
.katalog_podstrana .text {
  margin-top: 20px;
}
.katalog_podstrana .top h1 {
  font-size: 38px;
  text-transform: none;
}
.katalog_podstrana .top h2 {
  text-align: left;
  color: #23b2e1;
  font-size: 28px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-top: 70px;
}
.katalog_podstrana .top p {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.katalog_podstrana .top p.platnost {
  font-style: italic;
}
.katalog_podstrana .top .btn-info {
  display: block;
  padding: 13px 15px 13px 50px;
  position: relative;
  margin-top: 20px;
}
.katalog_podstrana .top .btn-info:before {
  content: '';
  display: block;
  width: 36px;
  height: 34px;
  position: absolute;
  top: 6px;
  left: 11px;
  background: url("/userfiles/images/icons.svg") -405px -200px no-repeat;
}
.katalog_podstrana .top .btn-info.online {
  padding-left: 60px;
}
.katalog_podstrana .top .btn-info.online:before {
  background: url("/userfiles/images/icons.svg") -412px -248px no-repeat;
}
@media all and (max-width: 1239px) {
  .formular {
    margin-top: 50px;
    padding-top: 50px;
  }
}
@media all and (max-width: 1239px) {
  .formular .vyplnit {
    margin-left: 0;
  }
}
.blog-outline {
  z-index: 100;
}
.blog-outline__box {
  background: #F6F6F6;
  padding: 20px 20px 15px 20px;
  margin-bottom: 30px;
  overflow: auto;
}
.js-is-sticky .blog-outline__box {
  max-height: calc(100vh - 300px);
}
.blog-outline__list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.blog-outline__item {
  margin: 15px 0 5px;
  position: relative;
}
.blog-outline__item--secondary {
  margin: 0 0 3px 0;
}
.blog-outline__link {
  text-decoration: underline;
  font-size: 18px;
}
.blog-outline__item--secondary .blog-outline__link {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
}
.blog-outline__item--secondary .blog-outline__link:before {
  background: #23b2e1;
  border-radius: 50%;
  content: '';
  font-size: 34px;
  height: 8px;
  left: 0px;
  position: absolute;
  top: 9px;
  width: 8px;
}
.blog_detail .blog-outline__link {
  font-size: 16px;
}
.blog_detail .blog-outline__item--secondary .blog-outline__link {
  font-size: 14px;
}
.blog-outline__heading {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #005380;
  margin-top: 0;
  margin-bottom: 10px;
}
.koupelnove_kolekce h1 {
  font-size: 39px;
  text-transform: none;
  margin-bottom: 30px;
}
.koupelnove_kolekce p {
  font-size: 16px;
  margin-bottom: 20px;
}
.koupelnove_kolekce p:first-of-type {
  font-size: 21px;
}
@media all and (max-width: 1079px) {
  .koupelnove_kolekce .poradna_seznam {
    float: left;
  }
}
@media all and (max-width: 1239px) {
  .kolekce_vypis .kolekce_nahled {
    max-width: 265px;
  }
}
.kolekce_nahled {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.kolekce_nahled a {
  display: block;
  overflow: hidden;
  position: relative;
}
.kolekce_nahled a:hover {
  opacity: 0.9;
}
.kolekce_nahled a .gradient {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.kolekce_nahled a .gradient p {
  font-size: 25px;
  padding-top: 75px;
  color: #fff;
}
.kolekce_nahled a .novinka {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 9px;
  background: #fd7900;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.kolekce_nahled a .novinka:hover {
  background: #e46d00;
}
@media all and (max-width: 1078px) {
  .kolekce .kolekce_nahled {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .kolekce .kolekce_nahled a {
    margin: 0 auto;
  }
}
.kolekce_vypis {
  background: #f1f1f1;
  padding-bottom: 40px;
  padding-top: 50px;
}
.kolekce_vypis h3 {
  font-size: 28px;
  text-transform: none;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}
.kolekce_vypis .kolekce_nahled {
  height: 265px;
  overflow: hidden;
  border-radius: 5px;
  margin: 15px auto;
}
.kolekce_vypis .kolekce_nahled a .gradient p {
  font-size: 20px;
  padding-top: 0;
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  text-align: left;
  padding-right: 20px;
}
.koupelnove_kolekce_detail.uvod {
  position: relative;
}
.koupelnove_kolekce_detail .arrow {
  position: absolute;
  width: 140px;
  height: 86px;
  background: black;
  bottom: 15px;
  z-index: 3;
  border-radius: 5px;
}
.koupelnove_kolekce_detail .arrow.previous {
  left: 15px;
}
.koupelnove_kolekce_detail .arrow.previous .arrow__name {
  right: 5px;
}
.koupelnove_kolekce_detail .arrow.previous .arrow_icon {
  left: 5px;
}
.koupelnove_kolekce_detail .arrow.next {
  right: 15px;
}
.koupelnove_kolekce_detail .arrow.next .arrow__name {
  left: 5px;
}
.koupelnove_kolekce_detail .arrow.next .arrow_icon {
  right: 5px;
}
.koupelnove_kolekce_detail .arrow a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
}
.koupelnove_kolekce_detail .arrow a:hover {
  opacity: 0.8;
}
.koupelnove_kolekce_detail .arrow a img {
  border-radius: 5px;
}
.koupelnove_kolekce_detail .arrow a .arrow__name {
  position: absolute;
  bottom: 5px;
  font-size: 20px;
  color: white;
}
.koupelnove_kolekce_detail .arrow a .arrow_icon {
  position: absolute;
  bottom: 5px;
  color: white;
  line-height: 42px;
  font-size: 42px;
}
.koupelnove_kolekce_detail .box .slider_text {
  background: #fff;
  padding: 40px 45px;
  display: inline-block;
  text-align: center;
}
.koupelnove_kolekce_detail .box .slider_text h1 {
  line-height: 1.2;
  margin-bottom: 0;
}
.koupelnove_kolekce_detail .box .slider_text h1 span {
  font-size: 38px;
}
.koupelnove_kolekce_detail .box .slider_text .prejit {
  display: block;
  margin-top: 15px;
  font-size: 13px;
  text-decoration: underline;
}
.koupelnove_kolekce_detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.koupelnove_kolekce_detail .text h2 {
  font-size: 28px;
  text-transform: none;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
.koupelnove_kolekce_detail .text p {
  font-size: 18px;
  padding-right: 50px;
}
.koupelnove_kolekce_detail .text.vpravo {
  max-width: 500px;
  float: left;
}
.koupelnove_kolekce_detail .image {
  display: inline-block;
}
.koupelnove_kolekce_detail .image .vlevo {
  float: left;
}
.koupelnove_kolekce_detail .image .vpravo {
  float: right;
}
.koupelnove_kolekce_detail .koupelnove_kolekce_detail_fit .image {
  display: block;
  overflow: hidden;
}
.koupelnove_kolekce_detail .produkt_detail_preparing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 40px 0 20px;
}
.koupelnove_kolekce_detail .produkt_detail_preparing p {
  font-size: 48px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  color: #005380;
  margin: 0 0 20px 0;
}
.koupelnove_kolekce_detail .produkt_detail_preparing .btn {
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  padding: 14px 22px;
}
.produkt_detail_preparing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 40px 0 20px;
}
.produkt_detail_preparing p {
  font-size: 48px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  color: #005380;
  margin: 0 0 20px 0;
}
.produkt_detail_preparing .btn {
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  padding: 14px 22px;
}
@media all and (max-width: 1350px) {
  .koupelnove_kolekce_detail .big .flex {
    display: block;
  }
  .koupelnove_kolekce_detail .big .text {
    margin: 50px 0;
  }
  .koupelnove_kolekce_detail .big .text.vpravo {
    max-width: none;
  }
}
@media all and (max-width: 1180px) {
  .koupelnove_kolekce_detail .small .flex {
    display: block;
  }
  .koupelnove_kolekce_detail .small .text {
    margin: 50px 0;
  }
  .koupelnove_kolekce_detail .small .image {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 979px) {
  .koupelnove_kolekce_detail .image {
    display: none;
  }
  .koupelnove_kolekce_detail .box .slider_text {
    padding: 20px 25px;
    margin-top: 50px;
  }
  .koupelnove_kolekce_detail .box .slider_text h1 {
    line-height: 1.1;
    margin: 0;
    font-size: 26px;
  }
  .koupelnove_kolekce_detail .box .slider_text h1 span {
    font-size: 24px;
  }
}
.collections-benefits {
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding-top: 115px;
  padding-bottom: 130px;
}
.collections-benefits__item {
  text-align: center;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.collections-benefits__icon::before {
  font-size: 40px;
  color: #005380;
  margin: 0 auto 16px;
}
.collections-benefits__icon--flexibilni-rozmery::before {
  font-size: 35px;
}
.collections-benefits__icon--odkladaci-prostor::before {
  font-size: 35px;
}
.collections-benefits__icon--moznost-volby-uchytky::before {
  font-size: 25px;
}
.collections-benefits__icon--let-5::before {
  font-size: 60px;
}
.vyber_barvy {
  padding-top: 70px;
  padding-bottom: 30px;
}
.vyber_barvy .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
}
.vyber_barvy .flex p {
  font-size: 18px;
  text-align: left;
  padding-right: 130px;
}
.vyber_barvy .flex h3 {
  font-size: 38px;
  text-transform: none;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 25px;
}
.vyber_barvy .barva {
  padding: 40px 0;
}
.vyber_barvy .barva span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  border: 2px solid #ccc;
  cursor: pointer;
}
.vyber_barvy .barva span.checked {
  border: 2px solid #005380;
}
@media all and (max-width: 979px) {
  .vyber_barvy .flex {
    display: block;
  }
  .vyber_barvy .flex h3 {
    margin-top: 50px;
  }
}
@media all and (max-width: 1130px) {
  .vyber_barvy .flex h3 {
    font-size: 30px;
  }
  .vyber_barvy .flex p {
    padding-right: 0;
  }
}
.wrapper-obchodni_sit {
  height: calc(100vh - 200px);
  min-height: 1020px;
}
.obchodni_sit {
  position: relative;
}
.obchodni_sit.isTop {
  position: absolute;
  width: 100%;
}
.obchodni_sit .map_marker_desc h5 {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: normal;
}
.obchodni_sit .map_marker_desc p a {
  display: block;
}
.obchodni_sit .map_marker_desc a:focus {
  outline: none;
  color: #005380;
}
.obchodni_sit .map_marker_desc a:hover {
  color: #23b2e1;
}
.obchodni_sit #map {
  height: calc(100vh - 200px);
  min-height: 1020px;
  z-index: 7;
}
.obchodni_sit #map .gm-style .gm-style-iw-c {
  padding: 20px !important;
  border-radius: 0 !important;
}
.obchodni_sit #map .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.obchodni_sit #map + .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.obchodni_sit .isPanel {
  position: relative;
  z-index: 10;
}
.obchodni_sit .obch_sit_vypis {
  background: #fff;
  max-width: 400px;
  margin-top: 5%;
}
.obchodni_sit .obch_sit_vypis .top {
  padding: 20px 50px 25px 35px;
}
.obchodni_sit .obch_sit_vypis .top .breadcrumb {
  margin: 0;
}
.obchodni_sit .obch_sit_vypis .top .search .button {
  position: initial;
}
.obchodni_sit .obch_sit_vypis .top h1,
.obchodni_sit .obch_sit_vypis .top .h1 {
  font-size: 40px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 120%;
}
.obchodni_sit .obch_sit_vypis .top p {
  line-height: 140%;
  margin-bottom: 15px;
}
.obchodni_sit .obch_sit_vypis .top a {
  font-size: 14px;
  display: block;
}
.obchodni_sit .obch_sit_vypis .top a span {
  color: #9a9b9c;
}
.obchodni_sit .obch_sit_vypis .top a:hover {
  text-decoration: none;
}
.obchodni_sit .obch_sit_vypis h4 {
  font-size: 13px;
  line-height: 1.4;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  margin: 0;
}
.obchodni_sit .obch_sit_vypis .sit_prodejna {
  padding: 25px 35px 25px 35px;
  background: url(/userfiles/images/obchodni_sit_prodejna.jpg) no-repeat;
}
.obchodni_sit .obch_sit_vypis .sit_prodejna p {
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
  margin-top: 10px;
}
.obchodni_sit .obch_sit_vypis .sit_prodejna p a {
  color: #fff;
}
.obchodni_sit .obch_sit_vypis .sit_prodejna p a:hover {
  color: #23b2e1;
}
.obchodni_sit .obch_sit_vypis .top_prodejny {
  padding: 20px 50px 25px 35px;
}
.obchodni_sit .obch_sit_vypis .top_prodejny p {
  font-size: 13px;
  color: #005380;
  margin-top: 10px;
}
.obchodni_sit.partneri {
  padding-top: 60px;
  padding-bottom: 80px;
}
.obchodni_sit.partneri .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obchodni_sit h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.obchodni_sit.produkt_vypis {
  padding-top: 60px;
  padding-bottom: 95px;
  border-bottom: 1px solid #e4e4e4;
}
.obchodni_sit.produkt_vypis .flex {
  margin-bottom: 30px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.obchodni_sit.produkt_vypis .flex.no-margin {
  margin: 0;
}
.obchodni_sit.produkt_vypis .strana {
  margin-bottom: 0;
}
.obchodni_sit.produkt_vypis .strana a.sipka {
  margin-right: 0;
}
.obchodni_sit .pagination {
  float: right;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 25px;
}
@media all and (max-width: 980px) {
  .obchodni_sit.isTop form .text {
    width: 150px;
  }
  .obchodni_sit .obch_sit_vypis .top h1 {
    font-size: 32px;
  }
  .obchodni_sit.partneri h2 {
    text-align: left;
  }
  .obchodni_sit.partneri .flex {
    display: inline-block;
  }
  .obchodni_sit .zobrazeno {
    display: none;
  }
}
.prodejna_info {
  background: #fff;
  border-radius: 5px;
  min-height: 330px;
  padding: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 295px;
  width: 100%;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.prodejna_info .store-badges {
  margin-bottom: 10px;
  margin-top: -33px;
}
.prodejna_info .store-badges .store-badge {
  border-radius: 5px;
  font-size: 12px;
  color: white;
  padding: 3px 6px;
  margin-right: 3px;
}
.prodejna_info .store-badges .store-badge--top {
  background-color: #e2007a;
}
.prodejna_info .store-badges .store-badge--configurator {
  background-color: #fd7900;
}
.prodejna_info p {
  font-size: 12px;
}
.prodejna_info p span {
  color: #848484;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.prodejna_info h3 {
  font-size: 18px;
  text-transform: none;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.prodejna_info a {
  font-size: 12px;
  color: #005380;
  text-decoration: underline;
  display: block;
}
.prodejna_info a:hover {
  color: #23b2e1;
}
.prodejna_info a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin-right: 5px;
}
.prodejna_info a.email:before {
  background: url("/userfiles/images/icons.svg") -628px 0 no-repeat;
}
.prodejna_info a.website:before {
  background: url("/userfiles/images/icons.svg") -658px 0 no-repeat;
}
.prodejna_info .kontakt {
  margin-top: 10px;
}
.prodejna_info .otevreno {
  margin-top: 10px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.prodejna_info .otevreno.mimoradne {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #ca2c2d;
}
.prodejna_info img {
  margin-top: 15px;
  max-width: 100%;
  max-height: 100px;
}
.prodejny {
  background: #f1f1f1;
}
.prodejny.obchodni_sit {
  padding-top: 25px;
  padding-bottom: 75px;
}
.prodejny.obchodni_sit .kategorie {
  margin-top: 22px;
  margin-bottom: 0;
}
.prodejny.obchodni_sit .kategorie a {
  height: 48px;
  width: 185px;
}
.prodejny.obchodni_sit .kategorie a p {
  text-indent: 15px;
}
.prodejny.obchodni_sit.sales-network .district-row {
  margin-bottom: 30px;
}
.prodejny.obchodni_sit.sales-network .district-row .kategorie {
  width: 100%;
  margin-right: 0;
}
.prodejny.obchodni_sit.sales-network .district-row .kategorie a {
  width: 100%;
}
.prodejny.obchodni_sit.sales-network .prodejna_info {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}
.prodejny .obch_sit_vypis {
  margin-top: 0;
  float: left;
  max-width: 375px;
}
.prodejny .obch_sit_vypis .selected {
  font-weight: 700;
}
.prodejny .obch_sit_vypis .selected .pocet {
  font-weight: 300;
}
.prodejny .obch_sit_vypis .top_prodejny {
  background: #e2007a;
}
.prodejny .obch_sit_vypis .top_prodejny h4 {
  color: #fff;
}
.prodejny .obch_sit_vypis .top_prodejny p {
  color: #fff;
}
.prodejny .obch_sit_vypis .top_prodejny p a {
  color: #fff;
}
.prodejny .obch_sit_vypis .configurator-box {
  background: #fd7900;
  padding: 20px 50px 25px 35px;
}
.prodejny .obch_sit_vypis .configurator-box h4 {
  color: #fff;
}
.prodejny .obch_sit_vypis .configurator-box p {
  margin-top: 10px;
  color: #fff;
}
.prodejny .obch_sit_vypis .configurator-box p a {
  color: #fff;
}
.prodejny h2,
.prodejny .h2 {
  text-align: left;
  margin-top: 25px;
  font-size: 28px;
}
.prodejny .zobrazeno {
  float: left;
  margin-top: 5px;
  margin-bottom: 25px;
}
@media all and (max-width: 1079px) {
  .objednavka_kosik .postup {
    border: none;
    margin: 0 0 0 15px;
  }
  .objednavka_kosik .postup .karta {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .objednavka_kosik .postup .karta:after {
    display: none;
  }
  .objednavka_kosik.obsah .kosik tr td img {
    display: none;
  }
}
.znacka {
  background: #f1f1f1;
}
.znacka.obchodni_sit {
  padding-top: 25px;
  padding-bottom: 75px;
}
.znacka.obchodni_sit .obch_sit_vypis {
  margin-top: 0;
  background: #fff;
}
.znacka.obchodni_sit .obch_sit_vypis .breadcrumb li {
  font-size: 13px;
}
.znacka.obchodni_sit .obch_sit_vypis .breadcrumb li:before {
  margin: 0;
  background-position: -70px -3px;
}
.znacka.obchodni_sit .obch_sit_vypis .breadcrumb li a {
  font-size: 13px;
  display: inline-block;
}
.znacka.obchodni_sit .zobrazeno {
  float: left;
  margin-bottom: 25px;
}
.znacka.obchodni_sit .popis_znacky {
  margin-bottom: 40px;
  padding-right: 300px;
}
.znacka.obchodni_sit .popis_znacky a {
  text-decoration: underline;
}
.znacka.obchodni_sit .popis_znacky p {
  margin-top: 20px;
}
.znacka.obchodni_sit .popis_znacky p.ic {
  color: #7a7a7a;
}
.znacka.obchodni_sit .logo {
  float: right;
}
.znacka.obchodni_sit .logo img {
  border-radius: 5px;
}
.znacka .strana a.sipka {
  margin-right: 0;
}
@media all and (max-width: 750px) {
  .obchodni_sit.znacka .logo {
    float: none;
    margin: 20px 0;
  }
}
.blog_detail {
  position: relative;
}
.blog_detail .img--bg {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_detail .gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blog_detail .breadcrumb {
  padding-left: 15px;
}
.blog_detail.uvod {
  min-height: 510px;
}
.blog_detail.uvod .breadcrumb a {
  color: #fff;
}
.blog_detail.uvod .breadcrumb .active {
  color: #fff;
}
.blog_detail.uvod h1 {
  font-size: 38px;
  padding-left: 15px;
  color: #fff;
  text-transform: none;
  line-height: 1.4;
}
.blog_detail .datum {
  font-size: 12px;
  margin-right: 15px;
}
.blog_detail .rol_menu {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #23b2e1;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.blog_detail .rol_menu:before {
  content: '';
  display: inline-block;
  position: relative;
  left: 0px;
  top: 3px;
  width: 20px;
  height: 16px;
  background: url("/userfiles/images/icons.svg") 1px -485px no-repeat;
}
.blog_detail .similar_blogs {
  padding-top: 54px;
}
.blog_detail.rubrika {
  padding-top: 40px;
  padding-bottom: 60px;
}
.blog_detail.rubrika .foto {
  float: right;
  max-width: 100px;
  margin: 20px;
}
.blog_detail.rubrika .foto img {
  border-radius: 50%;
}
.blog_detail.rubrika .foto p {
  font-size: 9px;
  margin-top: 10px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.blog_detail.rubrika .content > h2 {
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  margin-top: 18px;
  margin-bottom: 20px;
  color: #005380;
}
.blog_detail.rubrika .content > h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #23b2e1;
}
.blog_detail.rubrika .content > ul,
.blog_detail.rubrika .content > p ul {
  margin-top: 24px;
  list-style: none;
  padding-left: 0;
}
.blog_detail.rubrika .content > ul li,
.blog_detail.rubrika .content > p ul li {
  font-size: 14px;
  line-height: 2;
  padding-left: 30px;
  text-indent: -24px;
}
.blog_detail.rubrika .content > ul li:before,
.blog_detail.rubrika .content > p ul li:before {
  content: "\2022   ";
  color: #005380;
  padding-right: 10px;
}
.blog_detail.rubrika > ol,
.blog_detail.rubrika > p ol {
  margin-top: 24px;
}
.blog_detail.rubrika .text {
  padding-right: 130px;
}
.blog_detail.rubrika .text p {
  margin-top: 30px;
  font-size: 16px;
}
.blog_detail.rubrika .produkt_info .produkt_nahled {
  border: 2px solid #e5e5e5;
  float: right;
  width: 264px;
  margin-left: 30px;
}
.blog_detail.rubrika .produkt_info .informace p {
  padding-bottom: 30px;
  font-size: 16px;
}
.blog_detail.rubrika .galery {
  width: 100%;
  margin-top: 40px;
}
.blog_detail.rubrika .galery .detail-sm a {
  width: 117px;
  height: 117px;
}
.blog_detail.rubrika .rubriky {
  margin: 0 0 40px 0;
}
.blog_detail.rubrika .rubriky .rubriky_nadpis {
  font-size: 28px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #23b2e1;
  line-height: 1.1;
}
.blog_detail.rubrika .rubriky a {
  display: block;
  font-size: 14px;
}
.blog_detail.rubrika .rubriky a:hover {
  text-decoration: none;
}
.blog_detail.rubrika .rubriky a span {
  color: #9a9b9c;
}
.blog_detail.rubrika .rubriky a.active {
  font-weight: 700;
}
.blog_detail.rubrika .produkt_nahled.poradna {
  width: 264px;
  border: 2px solid #e5e5e5;
  margin-top: 60px;
  height: auto;
}
.blog_detail.rubrika .produkt_nahled.poradna .main_img img {
  margin: 0 auto;
}
.blog_detail.rubrika .glide__product {
  margin-top: 0;
}
.blog_detail.stitky {
  background: #f1f1f1;
  padding-top: 45px;
}
.blog_detail.stitky .stitek {
  font-size: 15px;
  text-decoration: underline;
}
.blog_detail.stitky .stitek.hlavni {
  font-size: 24px;
}
.blog_detail.clanky {
  background: #f1f1f1;
  padding-top: 0;
}
.blog_detail.clanky .autor_nadpis {
  margin-bottom: 30px;
  margin-top: 50px;
  font-size: 28px;
  color: #005380;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
.blog_detail.clanky .autor {
  text-transform: uppercase;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.blog_detail.clanky .clanek {
  margin-top: 20px;
}
.blog_detail.clanky .clanek span {
  font-size: 26px;
}
.blog_detail.clanky .clanek h2 {
  color: white;
}
.blog_detail.clanky .autor_clanku {
  float: left;
  overflow: hidden;
  border-radius: 50%;
  max-width: 150px;
  margin-right: 20px;
}
.blog_detail.komentare {
  padding-top: 60px;
}
.blog_detail.komentare .komentar {
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog_detail.komentare .btn-info {
  float: right;
  margin-bottom: 40px;
}
.blog_detail.komentare h3 {
  float: left;
  margin-top: 10px;
}
.blog_detail.komentare p {
  display: inline-block;
  padding-left: 30px;
}
.blog_detail.komentare p.autor {
  position: relative;
  margin-bottom: 30px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.blog_detail.komentare p.autor:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") -20px 1px no-repeat;
  width: 20px;
  height: 20px;
}
.blog_detail.komentare p.dat {
  color: #7a7a7a;
  padding-left: 10px;
}
.blog_detail.komentare p.text {
  display: block;
}
.blog_detail.komentare .koment {
  padding-left: 15px;
  text-decoration: underline;
}
.blog_detail.komentare .formular {
  margin-bottom: 105px;
  background: #fff;
  margin-top: 20px;
}
.blog_detail.komentare .formular .vyplnit {
  margin-left: 0;
}
.blog_detail.komentare .formular .vyplnit p {
  display: block;
  text-align: right;
  padding-left: 0;
}
@media all and (max-width: 1240px) {
  .blog_detail.clanky .clanek .gradient {
    padding-top: 18%;
  }
}
@media all and (max-width: 979px) {
  .blog_detail.clanky .autor_clanku {
    display: none;
  }
  .blog_detail.clanky .clanek .gradient {
    padding-top: 18%;
  }
  .blog_detail .nazev_kolekce h2 {
    font-size: 20px;
  }
  .blog_detail .informace {
    display: block;
  }
  .blog_detail.rubrika .produkt_info .produkt_nahled {
    float: none;
    margin-left: 0;
  }
  .blog_detail.rubrika .text {
    padding-right: initial;
  }
  .blog_detail.rubrika h2 {
    font-size: 24px;
  }
  .blog_detail .rubriky {
    margin-top: 50px;
  }
}
@media all and (max-width: 700px) {
  .blog_detail.uvod {
    min-height: 250px;
  }
  .blog_detail.uvod h1 {
    font-size: 34px;
  }
  .blog_detail.rubrika h2 {
    font-size: 20px;
  }
  .blog_detail .ukazka {
    display: none;
  }
}
@media all and (max-width: 455px) {
  .blog_detail.clanky .clanek .gradient {
    padding-top: 8%;
  }
}
.blog .clanek_cely {
  margin-bottom: 50px;
  padding: 0 15px;
}
.blog .author-image-and-text {
  margin-bottom: 30px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog .author-image-and-text .image {
  margin-right: 22px;
  margin-bottom: 15px;
}
.blog .author-image-and-text .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog .author-image-and-text .text {
  max-width: 530px;
  width: 100%;
}
.blog .author-image-and-text .text .h3 {
  margin-bottom: 10px;
}
.blog h1 {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 38px;
  padding-left: 15px;
  text-align: left;
}
.blog.clanky {
  background: #fff;
  padding-top: 22px;
}
.blog.clanky .clanek {
  margin-top: 15px;
  height: 238px;
  border-radius: 5px;
  overflow: hidden;
}
.blog.clanky .clanek img {
  float: left;
}
.blog.clanky .clanek a {
  min-height: 100px;
}
.blog.rubrika {
  padding-bottom: 100px;
}
.blog.rubrika .produkt_nahled h3 {
  margin-top: 0;
}
.blog.rubrika .foto {
  padding-right: 5px;
}
.blog.rubrika .rubriky h3 {
  margin-top: 20px;
  padding-left: 0;
}
.blog .strana {
  margin-bottom: 0;
  float: none;
}
.blog .stitky .stitky_nadpis {
  font-size: 28px;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin-top: 15px;
  color: #23b2e1;
  line-height: 1.1;
  padding-left: 0;
}
.blog .stitky .stitek {
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
}
.blog .stitky .stitek.hlavni {
  font-size: 24px;
}
.blog__author .blog__author-button {
  margin-top: 15px;
}
@media all and (max-width: 979px) {
  .rubrika .rubriky {
    margin-top: 40px;
  }
  .blog.clanky .clanek {
    height: auto;
  }
}
.aktualne {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 110px;
}
.aktualne .strana {
  float: left;
  margin-left: 115px;
  margin-bottom: 0;
}
.aktualne h1 {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 38px;
  padding-left: 15px;
  text-align: left;
  margin-bottom: 60px;
}
.aktualne .dat {
  height: 114px;
  width: 82px;
  float: left;
  text-align: center;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding-top: 10px;
}
.aktualne .dat p {
  color: #23b2e1;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.aktualne .dat p.den {
  font-size: 44px;
}
.aktualne .dat p.mesic {
  font-size: 12px;
}
.aktualne .dat p.rok {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  padding-top: 3px;
}
.aktualne .text {
  margin-left: 115px;
  margin-bottom: 80px;
}
.aktualne .text a {
  text-decoration: none;
}
.aktualne .text h3 {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 25px;
}
.aktualne .text p {
  margin-bottom: 30px;
}
@media all and (max-width: 979px) {
  .aktualne .dat {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .aktualne .text {
    margin-left: 0;
  }
}
.ke_stazeni.menu.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 165px;
  z-index: 100;
  background-color: white;
}
.ke_stazeni .stin {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(232, 232, 232, 0.61);
  box-shadow: 0px 2px 2px 0px rgba(232, 232, 232, 0.61);
}
.ke_stazeni h1 {
  margin-bottom: 55px;
}
.ke_stazeni p {
  margin-bottom: 25px;
  font-size: 16px;
}
.ke_stazeni img {
  margin-top: 10px;
}
.ke_stazeni .jasanek .image {
  margin-top: 20px;
}
.ke_stazeni .jasanek .jasan_text {
  float: right;
}
.ke_stazeni .jasanek .jasan_text:before {
  background-position: -331px -23px;
  width: 30px;
  height: 34px;
  left: -25px;
  bottom: 5px;
}
.ke_stazeni .produkt_detail_menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  height: auto;
}
.ke_stazeni .produkt_detail_menu .tabs-menu {
  margin-left: 0;
  padding-left: 0;
}
.ke_stazeni .produkt_detail_menu .tabs-menu li {
  margin-right: 0;
}
.ke_stazeni .produkt_detail_menu .tabs-menu li a {
  padding-left: 10px;
  padding-right: 10px;
}
.ke_stazeni.formular {
  background: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 90px;
}
.ke_stazeni.formular .vyplnit {
  margin-left: 0;
}
.ke_stazeni.formular .vyplnit .form_katalog {
  padding: 10px 0 50px 0;
}
.ke_stazeni.formular .vyplnit .form_katalog h2 {
  text-align: center;
  margin-top: 35px;
}
.ke_stazeni.formular .vyplnit .form_katalog p {
  text-align: center;
}
@media all and (max-width: 1239px) {
  .ke_stazeni .jasanek .image {
    float: left;
    margin-bottom: 50px;
  }
  .ke_stazeni .jasanek .jasan_text {
    float: left;
    margin-left: 40px;
  }
}
@media all and (max-width: 530px) {
  .ke_stazeni .jasanek {
    display: none;
  }
}
.soubory {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1f1f1;
}
.soubory .produkt_nahled {
  width: 264px;
  border: 2px solid #e5e5e5;
  float: right;
}
.soubory .slozka {
  background: #fff;
  padding: 30px 30px 45px 30px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
}
.soubory .slozka ul {
  padding-left: 0;
}
.soubory .slozka h2 {
  font-size: 30px;
  text-align: left;
  color: #005380;
  margin-bottom: 0;
}
.soubory .slozka .soubor {
  font-size: 14px;
  display: block;
  margin-top: 7px;
  position: relative;
  padding-left: 33px;
  text-decoration: underline;
}
.soubory .slozka .soubor:first-of-type {
  margin-top: 25px;
}
.soubory .slozka .soubor:before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
  width: 30px;
  height: 28px;
  background: url("/userfiles/images/icons.svg") -497px -205px no-repeat;
}
.soubory .slozka .soubor.paleta:before {
  width: 26px;
  background-position: -531px -205px;
}
.soubory .slozka .soubor.prostor:before {
  width: 26px;
  background-position: -498px -237px;
}
.soubory .slozka .soubor.vektor:before {
  width: 28px;
  background-position: -534px -240px;
}
.soubory .slozka .soubor.jpg:before {
  width: 28px;
  background-position: -573px -237px;
}
.soubory .slozka p strong {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.soubory .slozka p:first-of-type {
  margin-top: 25px;
}
.soubory .slozka a {
  text-decoration: underline;
}
@media all and (max-width: 1239px) {
  .soubory .produkt_nahled.poradna {
    float: left;
  }
}
.obecna h1 {
  font-size: 38px;
  text-transform: none;
  margin-bottom: 35px;
}
.obecna p {
  font-size: 16px;
  margin: 0 0 16px;
}
.obecna .produkt_nahled {
  width: 264px;
  border: 2px solid #e5e5e5;
  float: right;
  height: auto;
}
.obecna h2 {
  font-size: 28px;
  text-align: left;
  margin-top: 20px;
}
.obecna h3 {
  font-size: 20px;
  margin-top: 20px;
}
.obecna table {
  width: 100%;
  margin-top: 15px;
}
.obecna table th {
  font-size: 16px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  border-bottom: 2px solid #e5e5e5;
  padding: 5px;
}
.obecna table td {
  padding: 5px;
}
.obecna table tr {
  font-size: 13px;
}
.obecna table tr:nth-child(odd) td {
  background: #f4f4f4;
}
.obecna ul {
  margin-bottom: 30px;
  padding-left: 10px;
}
.obecna ul > li {
  position: relative;
  color: #252525;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  padding-left: 20px;
  list-style-type: none;
}
.obecna ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") -94px -38px no-repeat;
  width: 10px;
  height: 12px;
}
.obecna .content {
  margin-bottom: 30px;
}
.obecna .content a {
  text-decoration: underline;
}
.obecna .galery.lite {
  margin-bottom: 50px;
}
.obecna.formular .form-note {
  margin: 5px 0 20px 0;
  font-size: 14px;
  background: #005380;
  color: white;
  padding: 10px 10px 10px 45px;
  max-width: 600px;
  position: relative;
}
.obecna.formular .form-note::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url("/userfiles/images/icons.svg") no-repeat -65px -1020px;
}
.content .ukazka {
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
  background: #005380;
}
.content .ukazka .nazev_kolekce {
  height: 248px;
  text-align: center;
  background: #005380;
  display: inline-block;
  width: 40%;
}
.content .ukazka .nazev_kolekce h2 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 50px;
  margin-bottom: 20px;
}
.content .ukazka .nazev_kolekce h2 span {
  font-size: 18px;
  font-weight: 300;
  display: block;
  text-transform: none;
}
.content .ukazka .nazev_kolekce p {
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
}
.content .ukazka .ukazka_kolekce {
  float: right;
  width: 60%;
  height: 248px;
}
.content .kariera__ramec {
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 25px;
  position: relative;
}
.content .kariera__ramec h2 {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #23b2e1;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 16px;
  display: inline-block;
}
.content .kariera__ramec p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 1079px) {
  .obecna h1 {
    font-size: 30px;
  }
  .obecna .produkt_nahled {
    float: left;
  }
}
.partner-text {
  text-align: center!important;
}
.partner-text h2 {
  text-align: center!important;
  font-weight: 700!important;
}
@media all and (max-width: 979px) {
  .obecna.formular .vyplnit .form-group {
    padding: 0 15px;
  }
  .content .nazev_kolekce h2 {
    font-size: 20px;
  }
}
.registrace .formular {
  padding-top: 10px;
}
.registrace .formular .btn-info {
  width: 100%;
  margin-top: 35px;
}
.registrace .formular form {
  margin-top: 30px;
}
.registrace .jasanek {
  display: block;
  margin-top: 30px;
}
.registrace .jasanek .jasan_text {
  float: left;
}
.registrace .jasanek .jasan_text:before {
  background-position: -331px -23px;
  width: 30px;
  height: 34px;
  left: -25px;
  bottom: 5px;
}
.registrace .jasanek .image {
  float: left;
  margin-right: 30px;
}
.registrace .flex {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.registrace .flex .item .sprite-icon {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto;
  background: url("/userfiles/images/icons.svg") -1px -527px no-repeat;
}
.registrace .flex .item .sprite-icon.adresy {
  background-position: -82px -527px;
}
.registrace .flex .item .sprite-icon.prehled {
  background-position: -166px -530px;
}
.registrace .flex .item p {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
@media all and (max-width: 1079px) {
  .registrace h1 {
    font-size: 30px;
  }
  .registrace .flex {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 485px) {
  .registrace .jasan_text {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .registrace .flex {
    display: block;
  }
}
.vse_o_nakupu {
  padding-bottom: 75px;
}
.vse_o_nakupu h1 {
  margin-bottom: 50px;
}
.vse_o_nakupu .jasanek {
  margin-top: 50px;
  max-width: 250px;
}
.vse_o_nakupu .jasanek .jasan_text {
  margin-left: 17px;
  margin-bottom: 10px;
}
.vse_o_nakupu .jasanek .jasan_text:before {
  left: 100px;
}
.vse_o_nakupu .item {
  padding-top: 45px;
  height: 220px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.vse_o_nakupu .item:hover,
.vse_o_nakupu .item:active,
.vse_o_nakupu .item:focus {
  border-color: #005380;
}
.vse_o_nakupu .item:hover a,
.vse_o_nakupu .item:active a,
.vse_o_nakupu .item:focus a {
  text-decoration: none;
}
.vse_o_nakupu .item p {
  color: #005380;
  text-align: center;
  margin-top: 20px;
}
.vse_o_nakupu .item .sprite-icon {
  width: 74px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: url("/userfiles/images/icons.svg") no-repeat;
}
.vse_o_nakupu .item .sprite-icon.doruceni {
  background-position: -245px -525px;
}
.vse_o_nakupu .item .sprite-icon.platba {
  background-position: -331px -526px;
}
.vse_o_nakupu .item .sprite-icon.znacka {
  background-position: -420px -525px;
}
.vse_o_nakupu .item .sprite-icon.zaruka {
  background-position: -510px -523px;
}
.vse_o_nakupu .item .sprite-icon.hodnoceni {
  background-position: -599px -525px;
}
.vse_o_nakupu .item .sprite-icon.zmena {
  background-position: 3px -623px;
}
.vse_o_nakupu .item .sprite-icon.vraceni {
  background-position: -83px -620px;
}
.vse_o_nakupu .item .sprite-icon.reklamace {
  background-position: -170px -619px;
}
.vse_o_nakupu .ramec {
  height: 220px;
  margin-top: 20px;
  max-width: 550px;
}
.vse_o_nakupu .ramec .profilovka {
  bottom: -40px;
  right: 10px;
}
@media all and (max-width: 520px) {
  .vse_o_nakupu .ramec img {
    display: none;
  }
}
.chybova_strana {
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
}
.chybova_strana h1 {
  margin-bottom: 55px;
}
.chybova_strana .vlevo {
  margin-right: 0;
}
.chybova_strana .image {
  margin-top: 90px;
}
.chybova_strana .jasan_text {
  text-align: left;
}
.chybova_strana .jasan_text p {
  text-align: left;
  margin-bottom: 0;
}
.chybova_strana.info {
  padding-top: 0;
}
.chybova_strana.produkty {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: none;
}
.chybova_strana.produkty h2 {
  font-size: 33px;
}
.chybova_strana.oblibene {
  padding-bottom: 40px;
  background: #f1f1f1;
  padding-top: 50px;
}
.chybova_strana.oblibene h2 {
  font-size: 33px;
  margin-bottom: 40px;
}
@media all and (max-width: 1239px) {
  .chybova_strana .ramec {
    margin-top: 50px;
  }
  .chybova_strana .produkt_nahled {
    margin: 0 auto;
  }
}
.objednavka_kosik .order__info-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.objednavka_kosik .order__small-info {
  margin: 15px 0 0;
}
.objednavka_kosik .per-piece {
  display: none;
}
.objednavka_kosik .mb-break {
  display: none;
}
.objednavka_kosik h1 {
  margin-top: 50px;
  display: inline-block;
}
.objednavka_kosik.podle-kodu {
  padding: 20px 15px 50px 15px;
}
.objednavka_kosik .code-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.objednavka_kosik .code-form .code-input {
  min-width: 240px;
  font-family: 'FuturaLTPro-Book';
  font-weight: 400;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  padding-right: 8px;
}
.objednavka_kosik .code-form .code-submit {
  margin-left: -7px;
  padding: 0 26px;
}
.objednavka_kosik .search-by-code .kosik {
  position: relative;
  padding: 10px 16px 10px 45px;
}
.objednavka_kosik .search-by-code .kosik:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  background: url("/userfiles/images/icons.svg") -296px -8px no-repeat;
  width: 35px;
  height: 35px;
}
.objednavka_kosik .search-by-code table th,
.objednavka_kosik .search-by-code table tr td {
  background: white;
  border-bottom: 1px solid #e5e5e5;
}
.objednavka_kosik .search-by-code table td {
  padding: 10px 20px 15px 20px;
  background: #fff;
}
.objednavka_kosik .search-by-code table td.imageTd .image {
  width: 160px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.objednavka_kosik .search-by-code table td.imageTd .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.objednavka_kosik .search-by-code table td.nameTd {
  line-height: 1.1;
  margin-top: 20px;
  padding-left: 25px;
}
.objednavka_kosik .search-by-code table td.nameTd .nazev {
  font-size: 21px;
  color: #005380;
}
.objednavka_kosik .search-by-code table td.nameTd .barva {
  font-size: 17px;
  color: #252525;
}
.objednavka_kosik .search-by-code table td.nameTd a {
  text-decoration: none;
}
.objednavka_kosik .search-by-code table td:last-of-type {
  padding-left: 0;
  padding-right: 15px;
}
.objednavka_kosik .search-by-code table td .green {
  color: #49b924;
  font-size: 13px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.objednavka_kosik .search-by-code table td .green-text {
  background: #49b924;
  font-size: 13px;
  border: none;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.objednavka_kosik .search-by-code table td .pocet {
  float: none;
  margin: 0;
}
.objednavka_kosik .search-by-code table td .cena_celkem {
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
}
.objednavka_kosik .search-by-code table td .cena_kus {
  font-size: 20px;
}
.objednavka_kosik .search-by-code table td .krizek {
  cursor: pointer;
  display: block;
  height: 15px;
  width: 15px;
  background: url("/userfiles/images/icons.svg") -393px -653px no-repeat;
}
.objednavka_kosik .search-by-code .code-image {
  width: 100px;
}
.objednavka_kosik .vpravo {
  float: right;
  margin-top: 45px;
}
.objednavka_kosik .vpravo .doprava p {
  font-size: 13px;
}
.objednavka_kosik .vpravo .doprava .zdarma {
  margin-right: 50px;
  margin-bottom: 10px;
}
.objednavka_kosik.obsah {
  -webkit-box-shadow: 0px 4px 2px 0px #f0f0f0;
          box-shadow: 0px 4px 2px 0px #f0f0f0;
  background: #f1f1f1;
  margin-top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 20px;
  padding-bottom: 60px;
}
.objednavka_kosik.obsah .kosik {
  width: 100%;
  font-size: 14px;
}
.objednavka_kosik.obsah .kosik tr {
  border-top: 1px solid #e5e5e5;
  position: relative;
}
.objednavka_kosik.obsah .kosik tr:nth-child(2) {
  border-top: none;
}
.objednavka_kosik.obsah .kosik tr:nth-child(1) {
  border-top: none;
}
.objednavka_kosik.obsah .kosik tr th {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  padding: 10px 20px 15px 20px;
}
.objednavka_kosik.obsah .kosik tr th:first-of-type {
  padding-left: 0;
}
.objednavka_kosik.obsah .kosik tr td {
  padding: 10px 20px 15px 20px;
  background: #fff;
}
.objednavka_kosik.obsah .kosik tr td.imageTd .image {
  width: 160px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.objednavka_kosik.obsah .kosik tr td.imageTd .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.objednavka_kosik.obsah .kosik tr td.nameTd {
  line-height: 1.1;
  margin-top: 20px;
  padding-left: 25px;
}
.objednavka_kosik.obsah .kosik tr td.nameTd .nazev {
  font-size: 21px;
  color: #005380;
}
.objednavka_kosik.obsah .kosik tr td.nameTd .barva {
  font-size: 17px;
  color: #252525;
}
.objednavka_kosik.obsah .kosik tr td.nameTd a {
  text-decoration: none;
}
.objednavka_kosik.obsah .kosik tr td:last-of-type {
  padding-left: 0;
  padding-right: 15px;
}
.objednavka_kosik.obsah .kosik tr td .green {
  color: #49b924;
  font-size: 13px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.objednavka_kosik.obsah .kosik tr td .pocet {
  float: none;
  margin: 0;
}
.objednavka_kosik.obsah .kosik tr td .cena_celkem {
  display: inline-block;
  font-size: 20px;
}
.objednavka_kosik.obsah .kosik tr td .cena_kus {
  font-size: 20px;
}
.objednavka_kosik.obsah .kosik tr td .small {
  font-size: 12px;
  white-space: nowrap;
  color: #7a7a7a;
}
.objednavka_kosik.obsah .kosik tr td .small.bold {
  color: initial;
}
.objednavka_kosik.obsah .kosik tr td.price_one,
.objednavka_kosik.obsah .kosik tr td.price_all {
  text-align: right;
}
.objednavka_kosik.obsah .kosik tr td .krizek {
  cursor: pointer;
  display: block;
  height: 15px;
  width: 15px;
  background: url("/userfiles/images/icons.svg") -393px -653px no-repeat;
}
.objednavka_kosik.obsah .vlevo {
  margin-top: 25px;
  display: inline-block;
}
.objednavka_kosik.obsah .vlevo .btn-success {
  margin-top: 50px;
}
.objednavka_kosik.obsah .vlevo .coupon_area label {
  font-size: 16px;
  color: #005380;
  text-decoration: underline;
  cursor: pointer;
}
.objednavka_kosik.obsah .vlevo #couponInput {
  position: relative;
  width: 300px;
}
.objednavka_kosik.obsah .vlevo #couponInput .top {
  display: block;
  height: 40px;
}
.objednavka_kosik.obsah .vlevo #couponInput .bottom {
  position: relative;
}
.objednavka_kosik.obsah .vlevo #couponInput .bottom span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #ca2c2d;
}
.objednavka_kosik.obsah .vlevo #couponInput .bottom span.good {
  color: #49b924;
}
.objednavka_kosik.obsah .vlevo #couponInput input {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 126px;
  height: 40px;
  background-color: white;
  font-size: 16px;
}
.objednavka_kosik.obsah .vlevo #couponInput .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 32px;
}
.objednavka_kosik .pokracovat {
  padding: 30px 0px;
  background: #fff;
  float: right;
  border: 5px;
  margin-top: 15px;
}
.objednavka_kosik .pokracovat .btn-info {
  margin-top: 15px;
}
.objednavka_kosik .pokracovat .celkem {
  padding: 0 20px;
}
.objednavka_kosik .pokracovat .celkem table {
  width: 100%;
}
.objednavka_kosik .pokracovat .celkem table th {
  margin-left: 20px;
  font-size: 18px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  text-align: right;
}
.objednavka_kosik .pokracovat .celkem table td {
  font-size: 14px;
  color: #797979;
  text-align: right;
}
.coupon_remodal {
  background: white;
}
@media all and (max-width: 980px) {
  .objednavka_kosik .per-piece {
    display: inline-block;
  }
  .objednavka_kosik .pokracovat .celkem table th:first-of-type,
  .objednavka_kosik .pokracovat .celkem table td:first-of-type {
    text-align: left;
  }
  .objednavka_kosik .mb-break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
    display: block;
  }
  .objednavka_kosik.obsah .kosik {
    display: block;
    max-width: 100%;
  }
  .objednavka_kosik.obsah .kosik tbody {
    display: block;
    position: relative;
  }
  .objednavka_kosik.obsah .kosik tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: white;
    padding: 7px;
  }
  .objednavka_kosik.obsah .kosik tr.first {
    display: none;
  }
  .objednavka_kosik.obsah .kosik tr td {
    padding: 10px 5px;
  }
  .objednavka_kosik.obsah .kosik tr th {
    padding: 10px 5px;
  }
  .objednavka_kosik.obsah .kosik tr td.when-to-arrive {
    width: 100%;
    text-align: right;
    padding-right: 13px;
  }
  .objednavka_kosik.obsah .kosik tr td.prd--count {
    height: 0;
    overflow: visible;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    top: -42px;
  }
  .objednavka_kosik.obsah .kosik tr td.imageTd .image {
    max-width: 70px;
    max-height: 70px;
  }
  .objednavka_kosik.obsah .kosik tr td.nameTd {
    width: 70%;
    padding-right: 30px;
    max-width: 400px;
    margin-top: 0px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    text-align: left;
  }
  .objednavka_kosik.obsah .kosik tr td.nameTd .nazev {
    font-size: 16px;
  }
  .objednavka_kosik.obsah .kosik tr td.nameTd .barva {
    font-size: 12px;
  }
  .objednavka_kosik.obsah .kosik tr td.price_one,
  .objednavka_kosik.obsah .kosik tr td.price_all {
    text-align: right;
    margin-top: auto;
  }
  .objednavka_kosik.obsah .kosik tr td.price_one .cena_kus,
  .objednavka_kosik.obsah .kosik tr td.price_all .cena_kus,
  .objednavka_kosik.obsah .kosik tr td.price_one .cena_celkem,
  .objednavka_kosik.obsah .kosik tr td.price_all .cena_celkem {
    font-size: 16px;
  }
  .objednavka_kosik.obsah .kosik tr td.empty_item {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 5px;
  }
  .objednavka_kosik.obsah .kosik tr td.price_one {
    padding-left: 60px;
    margin-right: 15px;
    margin-left: auto;
  }
  .objednavka_kosik .vlevo {
    display: block;
  }
  .objednavka_kosik .pokracovat {
    float: none;
  }
  .objednavka_kosik .pokracovat .btn {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .objednavka_kosik.obsah .kosik {
    width: 650px;
  }
  .objednavka_kosik.obsah .kosik tr td.nameTd .nazev {
    font-size: 16px;
  }
  .objednavka_kosik .doprava.zdarma {
    padding-left: 0px;
  }
  .objednavka_kosik .doprava.zdarma:before {
    content: none;
  }
}
@media all and (max-width: 450px) {
  .objednavka_kosik.obsah .kosik tr td.price_all {
    margin-left: auto;
  }
}
@media all and (max-width: 370px) {
  .objednavka_kosik.obsah .kosik tr td.name {
    width: 60%;
  }
}
.objednavka_doprava_platba.hlavicka .bottom {
  -webkit-box-shadow: 0px 4px 2px 0px #f0f0f0;
  box-shadow: 0px 4px 2px 0px #f0f0f0;
}
.objednavka_doprava_platba.hlavicka .bottom .cesky {
  float: right;
  margin-right: 70px;
}
.objednavka_doprava_platba.obsah {
  background: #f1f1f1;
  margin-top: 3px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.objednavka_doprava_platba.obsah .all-only-in-person {
  background: #fd7900;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.objednavka_doprava_platba.obsah .all-only-in-person p {
  color: white;
}
.objednavka_doprava_platba.obsah .all-only-in-person p a {
  color: white;
}
.objednavka_doprava_platba.obsah .all-only-in-person p a:hover {
  color: black;
}
.objednavka_doprava_platba.obsah .right {
  float: right;
}
.objednavka_doprava_platba.obsah h3 {
  font-size: 28px;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin: 20px 0 20px 22px;
}
.objednavka_doprava_platba.obsah .doprava {
  background: #fff;
  border-radius: 5px;
}
.objednavka_doprava_platba.obsah .doprava table {
  width: 100%;
}
.objednavka_doprava_platba.obsah .doprava td td {
  cursor: pointer;
  padding: 8px 22px;
}
.objednavka_doprava_platba.obsah .doprava td td .cena_dopravy {
  text-align: right;
  font-size: 16px;
}
.objednavka_doprava_platba.obsah .doprava td td .cena_dopravy.small {
  font-size: 12px;
  color: #7a7a7a;
}
.objednavka_doprava_platba.obsah .doprava .selected {
  background: #dff0f6;
}
.objednavka_doprava_platba.obsah .doprava .zpusob .sprite-icon {
  float: left;
  margin-right: 10px;
  height: 18px;
  width: 18px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  margin-top: 10px;
}
.objednavka_doprava_platba.obsah .doprava .zpusob .sprite-icon.checked {
  background: #23b2e1 url("/userfiles/images/icons.svg") -250px -7px no-repeat;
  border: 2px solid #23b2e1;
}
.objednavka_doprava_platba.obsah .doprava .zpusob .prepravce {
  float: left;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.objednavka_doprava_platba.obsah .doprava .zpusob .prepravce img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.objednavka_doprava_platba.obsah .doprava .zpusob p {
  float: left;
  font-size: 13px;
  color: #666666;
}
.objednavka_doprava_platba.obsah .doprava .zpusob p strong {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #252525;
  display: block;
}
.objednavka_doprava_platba.obsah .doprava .zpusob .note span {
  color: white;
  background: #23b2e1;
  padding: 1px 4px;
  border-radius: 4px;
  float: none;
}
.objednavka_doprava_platba.obsah .doprava .sleva {
  padding-top: 0;
  padding-bottom: 25px;
}
.objednavka_doprava_platba.obsah .doprava .sleva span {
  background: #23b2e1;
  border-radius: 5px;
  color: #fff;
  padding: 1px 5px;
  margin-left: 80px;
}
.objednavka_doprava_platba.obsah .doprava.platba {
  margin-top: 25px;
  margin-bottom: 20px;
}
.objednavka_doprava_platba.obsah .ramec {
  padding: 20px;
  background: #fff;
  margin-bottom: 15px;
}
.objednavka_doprava_platba.obsah .ramec h4 {
  margin-top: 12px;
  font-size: 26px;
}
.objednavka_doprava_platba.obsah .ramec span {
  line-height: 0.6;
  font-size: 16px;
}
.objednavka_doprava_platba.obsah .ramec .kontakty {
  font-size: 11px;
  margin-top: 15px;
}
.objednavka_doprava_platba.obsah .ramec .kontakty span {
  font-size: 11px;
  color: #737373;
}
.objednavka_doprava_platba.obsah .ramec .kontakty:before {
  background-position: -407px -32px;
  width: 24px;
  height: 24px;
  top: -5px;
}
.objednavka_doprava_platba.obsah .ramec .mail {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 11px;
}
.objednavka_doprava_platba.obsah .ramec .mail:before {
  background-position: -437px -33px;
  width: 24px;
  height: 24px;
}
.objednavka_doprava_platba.obsah .ramec .profilovka {
  bottom: -5px;
  right: -20px;
}
.objednavka_doprava_platba.obsah .kosik_obsah .kosik {
  font-size: 13px;
  width: 100%;
  background: #fff;
}
.objednavka_doprava_platba.obsah .kosik_obsah .kosik td {
  padding: 10px;
}
.objednavka_doprava_platba.obsah .kosik_obsah .kosik td.count,
.objednavka_doprava_platba.obsah .kosik_obsah .kosik td.price {
  text-align: right;
}
.objednavka_doprava_platba.obsah .kosik_obsah .kosik tr {
  border-bottom: 1px solid #e5e5e5;
}
.objednavka_doprava_platba.obsah .kosik_obsah .kosik p {
  font-size: 13px;
  color: #005380;
}
.objednavka_doprava_platba.obsah .kosik_obsah .kosik p span {
  color: #252525;
}
.objednavka_doprava_platba.obsah .kosik_obsah .shrnuti {
  background: #fff;
  width: 100%;
  font-size: 13px;
}
.objednavka_doprava_platba.obsah .kosik_obsah .shrnuti p {
  font-size: 13px;
}
.objednavka_doprava_platba.obsah .kosik_obsah .shrnuti p span {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.objednavka_doprava_platba.obsah .kosik_obsah .shrnuti td {
  padding: 20px 10px 10px 10px;
}
.objednavka_doprava_platba.obsah .kosik_obsah .shrnuti td.last {
  padding-top: 0px;
  padding-bottom: 20px;
}
.objednavka_doprava_platba.obsah .kosik_obsah .shrnuti td.price {
  text-align: right;
}
.objednavka_doprava_platba.obsah .objednavka_kosik {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.objednavka_doprava_platba.obsah .objednavka_kosik .pokracovat {
  width: 100%;
}
.objednavka_doprava_platba.obsah .objednavka_kosik .pokracovat .btn-info {
  display: block;
}
.objednavka_doprava_platba .zpet {
  font-size: 13px;
  text-decoration: underline;
}
.transport-payment-options-info {
  margin-bottom: 30px;
}
.transport-payment-options-info .tp-item {
  min-height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 0 1px #e5e5e5;
          box-shadow: 0 0 0 1px #e5e5e5;
  border-collapse: collapse;
  background: white;
}
.transport-payment-options-info .tp-item .results_box div {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.transport-payment-options-info .tp-item .results_box div img {
  width: 75px;
}
.transport-payment-options-info .tp-item .results_box div p {
  margin: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.transport-payment-options-info .tp-item .custom-option {
  min-width: 30px;
  width: 30px;
  height: 100%;
}
.transport-payment-options-info .tp-item .custom-option .option-box {
  min-width: 20px;
}
.transport-payment-options-info .tp-item .image {
  min-width: 65px;
  width: 65px;
  height: 100%;
  margin-right: 15px;
  text-align: center;
}
.transport-payment-options-info .tp-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.transport-payment-options-info .tp-item .text .option-name {
  line-height: 1.1;
  font-size: 17px;
  font-weight: 400;
}
.transport-payment-options-info .tp-item .text .option-name span {
  display: block;
  font-size: 13px;
  margin-top: 7px;
  color: #959490;
}
.transport-payment-options-info .tp-item .price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  min-width: 100px;
}
@media all and (max-width: 1079px) {
  .objednavka_doprava_platba h1 {
    font-size: 30px;
  }
  .objednavka_doprava_platba .postup {
    border: none;
    margin: 0 0 0 15px;
  }
  .objednavka_doprava_platba .postup .karta {
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .objednavka_doprava_platba .postup .karta:after {
    display: none;
  }
}
@media all and (max-width: 979px) {
  .objednavka_kosik {
    text-align: center;
  }
  .objednavka_kosik .doprava {
    display: none;
  }
  .objednavka_kosik .doprava .zdarma {
    padding-left: 0;
  }
  .objednavka_kosik .doprava .zdarma:before {
    content: none;
  }
  .objednavka_kosik .postup {
    margin: 0;
  }
  .objednavka_kosik .postup .doprava {
    display: block;
    max-width: 380px;
    margin: 10px auto;
  }
  .objednavka_kosik .postup .doprava .utrata {
    float: none;
    margin-top: 9px;
  }
  .objednavka_kosik .postup .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .objednavka_kosik .postup .karta {
    height: auto;
    border: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    margin-right: 7px;
    margin-left: 7px;
  }
  .objednavka_kosik .postup .karta p {
    margin-top: 5px;
    font-size: 13px;
    padding-left: 0;
  }
  .objednavka_kosik .postup .karta span {
    display: block;
    width: auto;
    height: auto;
    padding: 6px 9px;
    line-height: 1;
  }
  .objednavka_kosik .postup .karta,
  .objednavka_kosik .postup .karta.selected {
    background: none;
  }
  .objednavka_kosik .postup .karta p,
  .objednavka_kosik .postup .karta.selected p {
    color: #252525;
  }
  .objednavka_kosik .postup .karta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .objednavka_kosik .postup .karta.selected span {
    background: #005380;
    color: white;
  }
  .objednavka_kosik .postup .karta.last {
    display: none;
  }
}
@media all and (max-width: 550px) {
  .transport-payment-options-info .tp-item {
    padding: 8px 8px;
  }
  .transport-payment-options-info .tp-item .image {
    min-width: 48px;
    width: 48px;
  }
  .transport-payment-options-info .tp-item .price {
    min-width: 70px;
    text-align: right;
    font-size: 13px;
  }
  .transport-payment-options-info .tp-item .text {
    margin-right: 10px;
  }
  .transport-payment-options-info .tp-item .text .option-name {
    font-size: 13px;
  }
  .transport-payment-options-info .tp-item .text .option-name span {
    font-size: 11px;
  }
}
.objednavka_udaje {
  background: #f1f1f1;
  margin-top: 3px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.objednavka_udaje .adresa {
  background: #fff;
  border-radius: 5px;
  padding: 20px 0;
  margin-top: 33px;
  margin-bottom: 20px;
  min-height: 830px;
}
.objednavka_udaje .adresa h3 {
  font-size: 28px;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 20px;
  margin-left: 25px;
}
.objednavka_udaje .adresa .udaje {
  padding: 20px 20px 0 25px;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.objednavka_udaje .adresa .udaje .form-control {
  font-size: 13px;
}
.objednavka_udaje .adresa .udaje table {
  width: 80%;
}
.objednavka_udaje .adresa .udaje table td {
  padding-bottom: 10px;
  position: relative;
}
.objednavka_udaje .adresa .udaje table td:nth-last-child(2) {
  padding-right: 10px;
}
.objednavka_udaje .adresa .udaje table td .max-length-counter {
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  font-size: 12px;
  padding-left: 10px;
}
.objednavka_udaje .adresa .udaje table td .input_erorr {
  display: block;
  font-size: 12px;
  color: #ca2c2d;
}
.objednavka_udaje .adresa .udaje table td .input_erorr.black {
  color: black;
}
.objednavka_udaje .adresa .udaje table input {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  height: 36px;
}
.objednavka_udaje .adresa .udaje table label {
  font-size: 13px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.objednavka_udaje .adresa .udaje table select {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  height: 36px;
}
.objednavka_udaje .adresa .udaje table .style_select {
  background: #fff url("/userfiles/images/icons.svg") -513px 6px no-repeat right center;
}
.objednavka_udaje .adresa .udaje table textarea {
  background: #f4f4f4;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}
.objednavka_udaje .adresa .udaje table textarea::-webkit-input-placeholder {
  font-size: 13px;
}
.objednavka_udaje .adresa .udaje table textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
}
.objednavka_udaje .adresa .udaje table textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
}
.objednavka_udaje .adresa .udaje table textarea:-ms-input-placeholder {
  font-size: 13px;
}
.objednavka_udaje .adresa .udaje table .star {
  color: #ca2c2d;
}
.objednavka_udaje .adresa .podminky {
  margin-top: 20px;
}
.objednavka_udaje .adresa .podminky label {
  color: #005380;
  font-size: 14px;
}
.objednavka_udaje .objednavka_kosik .pokracovat .celkem {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.objednavka_udaje .objednavka_kosik .podminky {
  padding: 20px 20px 0 20px;
}
.objednavka_udaje .objednavka_kosik .podminky .checkbox {
  margin-top: 0;
  margin-bottom: 10px;
}
.objednavka_udaje .objednavka_kosik .podminky label {
  font-size: 14px;
  padding-left: 10px;
}
.objednavka_udaje .zpet {
  font-size: 13px;
  text-decoration: underline;
}
@media all and (max-width: 1079px) {
  .objednavka_udaje h1 {
    font-size: 30px;
  }
  .objednavka_udaje .adresa .udaje table {
    width: 100%;
  }
}
@media all and (max-width: 470px) {
  .objednavka_doprava_platba.obsah .ramec .profilovka {
    display: none;
  }
}
.objednavka_dokonceno {
  text-align: center;
  padding-bottom: 55px;
}
.objednavka_dokonceno h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 140%;
}
.objednavka_dokonceno p {
  font-size: 21px;
  line-height: 1.4;
}
.objednavka_dokonceno .green {
  padding: 20px 40px;
  margin-top: 25px;
  margin-bottom: 22px;
}
.objednavka_dokonceno .vytisknout {
  text-decoration: underline;
  padding-left: 35px;
  position: relative;
}
.objednavka_dokonceno .vytisknout:after {
  content: '';
  background: url("/userfiles/images/icons.svg") -460px -205px no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.objednavka_dokonceno.popis {
  padding-top: 40px;
}
.objednavka_dokonceno.popis .flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.objednavka_dokonceno.popis .flex .krok span {
  height: 140px;
  display: block;
  width: 114px;
  background: url("/userfiles/images/icons.svg") no-repeat;
  margin: 0 auto;
}
.objednavka_dokonceno.popis .flex .krok span.zaplatit {
  background-position: 15px -752px;
}
.objednavka_dokonceno.popis .flex .krok span.zaplatit2 {
  background-position: -305px -752px;
}
.objednavka_dokonceno.popis .flex .krok span.zabalit {
  background-position: -80px -745px;
}
.objednavka_dokonceno.popis .flex .krok span.poslat {
  background-position: -194px -752px;
}
.objednavka_dokonceno.popis .flex .krok span.poslat2 {
  background-position: -425px -752px;
}
.objednavka_dokonceno.popis .flex .krok span.poslat3 {
  background-position: -560px -752px;
}
.objednavka_dokonceno.popis .flex .krok p {
  line-height: 1.2;
  margin-top: 18px;
}
.objednavka_dokonceno.popis .flex .sipka {
  margin-top: 85px;
}
.objednavka_dokonceno.popis .flex .sipka span {
  height: 32px;
  display: block;
  width: 42px;
  background: url("/userfiles/images/icons.svg") -236px -704px no-repeat;
}
.objednavka_dokonceno.tym {
  height: 840px;
  background: url(/userfiles/images/tym.jpg) top center no-repeat;
}
@media all and (max-width: 979px) {
  .objednavka_dokonceno h1 {
    font-size: 30px;
  }
  .objednavka_dokonceno.popis .flex {
    display: block;
  }
}
.kosik_pridat .box .prvni,
.kosik_pripomenuti .box .prvni {
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  text-align: left;
}
.kosik_pridat .box .prvni .top,
.kosik_pripomenuti .box .prvni .top {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px 10px 25px;
}
.kosik_pridat .box .prvni .top p,
.kosik_pripomenuti .box .prvni .top p {
  font-size: 18px;
  display: inline-block;
}
.kosik_pridat .box .prvni .top .krizek,
.kosik_pripomenuti .box .prvni .top .krizek {
  cursor: pointer;
  display: inline-block;
  margin-top: 9px;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background: url("/userfiles/images/icons.svg") -393px -653px no-repeat;
  float: right;
}
.kosik_pridat .box .prvni .obsah,
.kosik_pripomenuti .box .prvni .obsah {
  padding: 5px 20px 15px 20px;
}
.kosik_pridat .box .prvni .obsah table,
.kosik_pripomenuti .box .prvni .obsah table {
  width: 100%;
  font-size: 13px;
}
.kosik_pridat .box .prvni .obsah table .imageTd .image,
.kosik_pripomenuti .box .prvni .obsah table .imageTd .image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kosik_pridat .box .prvni .obsah table .imageTd .image img,
.kosik_pripomenuti .box .prvni .obsah table .imageTd .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.kosik_pridat .box .prvni .obsah table .nameTd,
.kosik_pripomenuti .box .prvni .obsah table .nameTd {
  line-height: 1.2;
  margin-top: 25px;
  padding-left: 20px;
}
.kosik_pridat .box .prvni .obsah table .nameTd .name,
.kosik_pripomenuti .box .prvni .obsah table .nameTd .name,
.kosik_pridat .box .prvni .obsah table .nameTd .nazev,
.kosik_pripomenuti .box .prvni .obsah table .nameTd .nazev {
  font-size: 20px;
  color: #005380;
}
.kosik_pridat .box .prvni .obsah table .nameTd .barva,
.kosik_pripomenuti .box .prvni .obsah table .nameTd .barva {
  font-size: 15px;
  color: #252525;
}
.kosik_pridat .box .prvni .obsah table .cena,
.kosik_pripomenuti .box .prvni .obsah table .cena {
  text-align: right;
  line-height: 1.2;
}
.kosik_pridat .box .prvni .obsah table .cena.celkem,
.kosik_pripomenuti .box .prvni .obsah table .cena.celkem {
  font-size: 18px;
}
.kosik_pridat .box .prvni .obsah table .cena.kus,
.kosik_pripomenuti .box .prvni .obsah table .cena.kus {
  font-size: 13px;
}
.kosik_pridat .box .prvni .obsah table .krizek,
.kosik_pripomenuti .box .prvni .obsah table .krizek {
  display: block;
  height: 15px;
  width: 15px;
  margin: 3px 10px 0;
  cursor: pointer;
  background: url("/userfiles/images/icons.svg") -393px -653px no-repeat;
}
.kosik_pridat .box .prvni .obsah .celkemcena,
.kosik_pripomenuti .box .prvni .obsah .celkemcena {
  display: inline-block;
}
.kosik_pridat .box .prvni .obsah .celkemcena tbody,
.kosik_pripomenuti .box .prvni .obsah .celkemcena tbody {
  text-align: right;
  float: right;
}
.kosik_pridat .box .prvni .obsah .celkemcena tr td,
.kosik_pripomenuti .box .prvni .obsah .celkemcena tr td {
  padding: 0px 10px;
}
.kosik_pridat .box .prvni .obsah .celkemcena tr:first-of-type,
.kosik_pripomenuti .box .prvni .obsah .celkemcena tr:first-of-type {
  font-size: 22px;
  color: #252525;
}
.kosik_pridat .box .prvni .obsah .celkemcena tr:last-of-type,
.kosik_pripomenuti .box .prvni .obsah .celkemcena tr:last-of-type {
  font-size: 16px;
  color: #797979;
}
.kosik_pridat .box .prvni .volba,
.kosik_pripomenuti .box .prvni .volba {
  background: #f4f4f4;
  padding: 20px;
}
.kosik_pridat .box .prvni .volba .flex,
.kosik_pripomenuti .box .prvni .volba .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kosik_pridat .box .prvni .volba .flex.space,
.kosik_pripomenuti .box .prvni .volba .flex.space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kosik_pridat .box .prvni .volba .flex .btn,
.kosik_pripomenuti .box .prvni .volba .flex .btn {
  height: 60px;
  margin-top: 5px;
  padding: 6px 12px;
  width: 200px;
}
.kosik_pridat .box .prvni .volba .flex .btn-success,
.kosik_pripomenuti .box .prvni .volba .flex .btn-success {
  background: #fff;
}
.kosik_pridat .box .druhy,
.kosik_pripomenuti .box .druhy {
  margin-top: 5px;
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
}
.kosik_pridat .box .druhy .nejprodavanejsi,
.kosik_pripomenuti .box .druhy .nejprodavanejsi {
  font-size: 18px;
  padding-left: 20px;
  margin-top: 15px;
}
.kosik_pridat .box .druhy .flex,
.kosik_pripomenuti .box .druhy .flex {
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding: 0 15px;
}
.kosik_pridat .box .remove_all,
.kosik_pripomenuti .box .remove_all {
  color: #005380;
  text-decoration: underline;
  font-size: 15px;
  margin-top: 8px;
  cursor: pointer;
}
.kosik_pridat .box .remove_all:hover,
.kosik_pripomenuti .box .remove_all:hover {
  color: #0074b3;
}
.kosik_pripomenuti {
  max-width: 750px;
}
.pozadi {
  height: 100%;
  width: 100%;
  background: #2b5065;
  opacity: 0.7;
  position: absolute;
  z-index: 10000;
}
@media all and (max-width: 980px) {
  .kosik_pridat .box .prvni .volba .flex,
  .kosik_pripomenuti .box .prvni .volba .flex {
    display: block;
  }
  .kosik_pridat .box .prvni .volba .flex .btn,
  .kosik_pripomenuti .box .prvni .volba .flex .btn {
    width: 100%;
  }
  .kosik_pridat .box .prvni .obsah table .nameTd,
  .kosik_pripomenuti .box .prvni .obsah table .nameTd {
    padding-left: 0;
  }
}
.box .doprava {
  padding: 2px 25px;
  background: #f4f4f4;
}
#basket .doprava {
  padding: 20px 25px;
}
.doprava {
  background: transparent;
}
.doprava p {
  font-size: 13px;
}
.doprava .zdarma {
  font-size: 12px;
  float: none;
}
.doprava .utrata {
  margin-bottom: 0;
}
.doprava .akce {
  color: #005380;
  font-size: 13px;
  text-decoration: underline;
}
.doprava .akce:hover {
  color: #23b2e1;
}
.doprava .progress {
  width: 100%;
  height: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}
.doprava .progress .progress-bar {
  background-color: #23b2e1;
}
.designblok.nazev {
  padding-top: 85px;
  padding-bottom: 85px;
}
.designblok.nazev h1 {
  font-size: 48px;
  text-align: center;
}
.designblok.nazev h1 span {
  display: block;
  font-size: 27px;
  color: #23b2e1;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin-top: 20px;
}
.designblok.uvod {
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}
.designblok.uvod p {
  font-size: 18px;
  margin-bottom: 25px;
}
.designblok.uvod p:first-of-type {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
}
.designblok.expozice {
  padding-top: 85px;
  background: #005380;
}
.designblok.expozice .citace {
  color: #fff;
}
.designblok.expozice .nadpis {
  color: #fff;
}
.designblok.expozice .item {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  text-align: center;
  line-height: 1.6;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.designblok.expozice .item p {
  font-size: 15px;
  color: #005380;
}
.designblok.expozice .item p span {
  font-size: 24px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.designblok.expozice .znak {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  padding: 0 7px;
}
.designblok.expozice .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designblok.expozice .image {
  margin-top: 90px;
  overflow: hidden;
  max-height: 470px;
}
.designblok.novinky_detail {
  background: #f4f4f4;
  padding-top: 110px;
}
.designblok.novinky_detail .nadpis span {
  font-size: 27px;
}
.designblok.novinky_detail .image {
  overflow: hidden;
}
.designblok.novinky_detail .image.main {
  max-height: 490px;
}
.designblok.novinky_detail .image img {
  width: 100%;
}
.designblok.novinky_detail .image.bottom {
  max-height: 450px;
  background: url(/userfiles/images/novinky_info.jpg) top center no-repeat;
  background-size: 100%;
  padding: 140px 20% 150px 20%;
}
.designblok.novinky_detail .image.bottom span {
  width: 70px;
  height: 70px;
  display: block;
  background: #23b2e1 url("/userfiles/images/icons.svg") -274px -685px no-repeat;
  margin: 0 auto;
  border-radius: 50%;
}
.designblok.novinky_detail .image.bottom p {
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
.designblok.novinky_detail .bila {
  background: #fff;
}
.designblok.novinky_detail .flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 50px;
}
.designblok.novinky_detail .flex .text {
  width: 350px;
}
.designblok.novinky_detail .flex .text p {
  font-size: 18px;
  line-height: 1.4;
}
.designblok.kde_a_kdy {
  padding-bottom: 40px;
  padding-top: 80px;
}
.designblok.kde_a_kdy .nadpis span {
  font-size: 27px;
}
.designblok.kde_a_kdy .designblok_logo {
  float: right;
}
.designblok.kde_a_kdy .text p {
  font-size: 18px;
  margin-bottom: 25px;
}
.designblok.kde_a_kdy .text p.last {
  margin-top: 50px;
}
.designblok.kde_a_kdy .fb {
  margin-top: 95px;
  margin-left: 70px;
  width: 270px;
}
.designblok.kde_a_kdy .fb p {
  font-size: 18px;
}
.designblok.kde_a_kdy .fb .btn-primary {
  padding: 12px 17px 12px 48px;
  position: relative;
  margin-top: 20px;
  display: block;
}
.designblok.kde_a_kdy .fb .btn-primary:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 15px;
  width: 25px;
  height: 25px;
  background: url("/userfiles/images/icons.svg") -348px -699px no-repeat;
}
.designblok.formular {
  background: #fff;
  margin-top: 0px;
  padding-bottom: 75px;
}
.designblok.formular .vyplnit {
  margin-left: 0;
}
.designblok.formular .vyplnit .form_katalog {
  padding: 10px 0px 35px 0px;
}
.designblok.formular .vyplnit .form_katalog p {
  text-align: center;
}
.designblok.formular .vyplnit .form_katalog h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
}
.designblok.formular .vyplnit .form_katalog label {
  margin-top: 10px;
  margin-bottom: 2px;
}
.designblok.formular .vyplnit .form_katalog .podminky {
  margin-top: 20px;
}
.designblok.formular .vyplnit .form_katalog .podminky label {
  margin-top: 0;
}
.designblok.formular .vyplnit .form_katalog .podminky label a {
  font-size: 14px;
}
.nadpis {
  font-size: 48px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  margin-bottom: 95px;
}
.nadpis span {
  font-size: 36px;
  display: block;
  margin-top: 20px;
  color: #23b2e1;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
@media all and (max-width: 1079px) {
  .designblok.nazev h1 {
    font-size: 35px;
  }
  .designblok.nazev h1 span {
    font-size: 20px;
  }
  .designblok.uvod p:first-of-type {
    margin-top: 50px;
  }
  .designblok .nadpis {
    font-size: 35px;
  }
  .designblok .nadpis span {
    font-size: 20px;
  }
  .designblok.expozice .flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .designblok.kde_a_kdy .fb {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .designblok.kde_a_kdy .text {
    margin-top: 50px;
  }
}
@media all and (max-width: 875px) {
  .designblok.novinky_detail .flex {
    padding-bottom: 25px;
  }
  .designblok.novinky_detail .flex .image {
    display: none;
  }
}
@media all and (max-width: 1239px) {
  .designblok.novinky_detail .image.bottom {
    padding: 100px 10% 100px 10%;
  }
  .designblok.novinky_detail .image.bottom p {
    font-size: 20px;
  }
}
@media all and (max-width: 850px) {
  .designblok.novinky_detail .image.bottom {
    padding: 70px 15px 70px 15px;
  }
}
@media all and (max-width: 660px) {
  .designblok.novinky_detail .image.bottom {
    padding: 40px 15px 40px 15px;
  }
}
@media all and (max-width: 560px) {
  .designblok.novinky_detail .image.bottom span {
    display: none;
  }
}
.kontakty_podstrana.obch_sit {
  padding-top: 55px;
  padding-bottom: 70px;
  background: #f4f4f4 url(/userfiles/images/kontakty_sit.jpg) top center no-repeat;
}
.kontakty_podstrana.obch_sit h2 {
  font-size: 32px;
  text-align: left;
}
.kontakty_podstrana.obch_sit p {
  margin-top: 25px;
  margin-bottom: 32px;
}
.kontakty_podstrana.obch_sit ul {
  display: inline-block;
  list-style-type: none;
  line-height: 1.8;
  padding-left: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.kontakty_podstrana.obch_sit ul .mnozstvi {
  color: #7a7a7a;
}
@media all and (max-width: 1079px) {
  .kontakty_podstrana.obch_sit ul {
    margin-top: 50px;
  }
}
.kontakty_podstrana.udaje {
  padding-top: 70px;
}
.kontakty_podstrana.udaje h2 {
  font-size: 32px;
  text-align: left;
}
.kontakty_podstrana.udaje .udaje_info {
  float: left;
  padding-right: 45px;
  margin-top: 25px;
}
.kontakty_podstrana.udaje .na_miru {
  height: 265px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  background: #fff url(/userfiles/images/namiru.jpg) 300px -15px no-repeat;
  padding: 30px 50px 30px 30px;
}
.kontakty_podstrana.udaje .na_miru p {
  margin-top: 20px;
}
.kontakty_podstrana.udaje .na_miru .btn-info {
  margin-top: 20px;
}
.kontakty_podstrana.udaje .prace {
  margin-bottom: 25px;
  height: 265px;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  padding: 30px 50px 30px 30px;
  font-size: 13px;
}
.kontakty_podstrana.udaje .prace p {
  margin-top: 20px;
}
@media all and (max-width: 1079px) {
  .kontakty_podstrana.udaje ul {
    margin-top: 30px;
  }
  .kontakty_podstrana.udaje h2 {
    margin-top: 30px;
  }
  .kontakty_podstrana.udaje .prace {
    height: auto;
  }
  .kontakty_podstrana.udaje .prace h2 {
    margin-top: 0;
  }
  .kontakty_podstrana.udaje .na_miru {
    height: auto;
  }
  .kontakty_podstrana.udaje .na_miru h2 {
    margin-top: 0;
  }
}
.kontaktni_osoba {
  max-width: 270px;
  height: 320px;
  padding: 30px 20px 25px 20px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 13px;
}
.kontaktni_osoba .image,
.prace .image {
  overflow: hidden;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin: 0 auto;
}
.kontaktni_osoba h4,
.prace h4 {
  font-size: 17px;
  color: #005380;
  margin-bottom: 0;
  text-align: center;
}
.kontaktni_osoba span,
.prace span {
  text-align: center;
  display: block;
}
.kontaktni_osoba a,
.prace a {
  display: block;
  text-decoration: underline;
}
.kontaktni_osoba p,
.prace p {
  font-size: 13px;
  margin-top: 20px;
}
.kontakty_podstrana.uvod h1 {
  margin-bottom: 35px;
}
.kontakty_podstrana.uvod .poradna {
  font-size: 32px;
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  display: block;
  color: #005380;
  line-height: 1;
}
.kontakty_podstrana.uvod .rada {
  font-size: 14px;
  font-family: 'FuturaLTPro-Bold', sans-serif;
  font-weight: 700;
  color: #23b2e1;
}
.kontakty_podstrana.uvod .ramec {
  height: 292px;
}
.kontakty_podstrana.uvod .image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 292px;
}
.kontakty_podstrana.uvod .image img {
  height: 100%;
}
.kontakty_podstrana.uvod .image .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(1%, #030303), color-stop(72%, rgba(184, 184, 184, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #000000 0%, #030303 1%, rgba(184, 184, 184, 0) 72%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #000000 0%, #030303 1%, rgba(184, 184, 184, 0) 72%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #000000 0%, #030303 1%, rgba(184, 184, 184, 0) 72%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.kontakty_podstrana.uvod .image .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px;
}
.kontakty_podstrana.uvod .image .wrapper .poradna {
  color: #fff;
}
.kontakty_podstrana.uvod .image .wrapper .rada {
  color: #23b2e1;
}
.kontakty_podstrana.uvod .image .wrapper p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}
.kontakty_podstrana.uvod .image .wrapper .mapa {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  display: block;
}
.kontakty_podstrana.uvod .image .wrapper .mapa:hover {
  color: #23b2e1;
}
.kontakty_podstrana.uvod .image .wrapper .btn-success {
  padding: 11px 30px 11px 30px;
  margin-top: 15px;
  background: #fff;
}
.kontakty_podstrana.uvod .image .wrapper .btn-success:hover {
  background: #f4f4f4;
  border: 2px solid #e5e5e5;
}
@media all and (max-width: 1239px) {
  .kontakty_podstrana.uvod h1 {
    font-size: 35px;
  }
  .kontakty_podstrana.uvod .ramec {
    max-width: 500px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 488px) {
  .kontakty_podstrana.uvod .ramec {
    max-width: 500px;
    margin-bottom: 30px;
  }
  .kontakty_podstrana.uvod .ramec img {
    display: none;
  }
}
.prodejna_podstrana h2 {
  text-align: left;
  font-size: 32px;
}
.prodejna_podstrana .image {
  max-height: 392px;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.prodejna_podstrana .image .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(1%, #030303), color-stop(72%, rgba(184, 184, 184, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #000000 0%, #030303 1%, rgba(184, 184, 184, 0) 72%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #000000 0%, #030303 1%, rgba(184, 184, 184, 0) 72%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #000000 0%, #030303 1%, rgba(184, 184, 184, 0) 72%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.prodejna_podstrana .image .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px;
}
.prodejna_podstrana .image .wrapper p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}
.prodejna_podstrana .image .wrapper .mapa {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  display: block;
}
.prodejna_podstrana .image .wrapper .mapa:hover {
  color: #23b2e1;
}
.prodejna_podstrana.uvod {
  padding-bottom: 50px;
}
.prodejna_podstrana.uvod h1 {
  margin-bottom: 35px;
}
.prodejna_podstrana.uvod .ramec .profilovka {
  bottom: -45px;
  right: 30px;
}
.prodejna_podstrana.uvod .ramec span {
  display: block;
  line-height: 1.4;
}
.prodejna_podstrana.uvod .ramec .kontakty {
  margin-top: 20px;
}
.prodejna_podstrana.uvod .ramec .mail {
  margin-top: 15px;
  margin-bottom: 0;
}
.prodejna_podstrana.uvod .o_prodejne {
  margin-top: 50px;
}
.prodejna_podstrana.uvod .o_prodejne .item {
  display: inline-block;
  padding-right: 20px;
  text-align: center;
}
.prodejna_podstrana.uvod .o_prodejne .item .icons {
  width: 78px;
  height: 70px;
  display: block;
  margin: 0 auto;
  background: url("/userfiles/images/icons.svg") -2px -925px no-repeat;
}
.prodejna_podstrana.uvod .o_prodejne .item .icons.odber {
  background-position: -92px -925px;
}
.prodejna_podstrana.uvod .o_prodejne .item .icons.parkovani {
  background-position: -176px -925px;
}
.prodejna_podstrana.uvod .o_prodejne .item .icons.pristup {
  background-position: -260px -925px;
}
.prodejna_podstrana.uvod .o_prodejne .item p {
  line-height: 1.4;
  margin-top: 15px;
}
.prodejna_podstrana.galerie {
  padding-top: 45px;
  padding-bottom: 35px;
  background: -webkit-gradient(linear, left top, right top, from(#005380), color-stop(50%, #005380), color-stop(50%, #00466c), color-stop(100%, #005380), to(#00466c));
  background: -webkit-linear-gradient(left, #005380 0%, #005380 50%, #00466c 50%, #005380 100%, #00466c 100%);
  background: -o-linear-gradient(left, #005380 0%, #005380 50%, #00466c 50%, #005380 100%, #00466c 100%);
  background: linear-gradient(to right, #005380 0%, #005380 50%, #00466c 50%, #005380 100%, #00466c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.prodejna_podstrana.galerie h2 {
  color: #fff;
  margin-bottom: 15px;
}
.prodejna_podstrana.galerie .image {
  max-height: 270px;
  max-width: 525px;
}
.prodejna_podstrana.galerie .galery {
  margin-left: 30px;
}
.prodejna_podstrana.galerie .galery .detail-sm {
  margin-bottom: 30px;
}
.prodejna_podstrana.galerie .galery .detail-sm p {
  color: #005380;
  margin-top: 15px;
}
.prodejna_podstrana.galerie .galery .detail-sm span {
  margin-top: 30px;
}
.prodejna_podstrana.galerie .galery .detail-sm.dalsi a {
  background: #fff;
}
.prodejna_podstrana.galerie .galery .detail-sm a {
  height: 120px;
  width: auto;
  max-width: 160px;
  border: none;
  border-radius: 5px;
}
.prodejna_podstrana.prohlidka {
  padding-top: 40px;
  padding-bottom: 50px;
}
.prodejna_podstrana.prohlidka h2 {
  margin-bottom: 30px;
}
.prodejna_podstrana.prohlidka .image .wrapper p {
  font-size: 20px;
  margin-bottom: 15px;
}
@media all and (max-width: 1079px) {
  .prodejna_podstrana h2 {
    font-size: 26px;
  }
  .prodejna_podstrana.uvod h1 {
    font-size: 35px;
  }
  .prodejna_podstrana.galerie .galery {
    margin-left: 0;
  }
}
@media all and (max-width: 1239px) {
  .prodejna_podstrana.uvod .o_prodejne {
    float: none;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 730px) {
  .prodejna_podstrana.uvod .o_prodejne {
    display: block;
  }
  .prodejna_podstrana.uvod .o_prodejne .item {
    display: block;
    margin-top: 20px;
  }
}
@media all and (max-width: 670px) {
  .prodejna_podstrana.prohlidka .image .wrapper p {
    font-size: 14px;
  }
}
@media all and (max-width: 500px) {
  .prodejna_podstrana.uvod .image .wrapper {
    padding: 15px;
  }
  .prodejna_podstrana.uvod .image .wrapper p {
    font-size: 12px;
  }
  .prodejna_podstrana.prohlidka .image .wrapper {
    padding: 15px;
  }
}
@media all and (max-width: 455px) {
  .prodejna_podstrana.uvod .ramec {
    width: auto;
  }
  .prodejna_podstrana.uvod .ramec .profilovka {
    display: none;
  }
}
.messages {
  max-height: 600px;
  overflow-y: auto;
  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_item.archiv {
  display: none;
}
.messages .messages_all {
  display: block;
  margin-top: 8px;
  cursor: pointer;
  text-align: right;
}
.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;
}
.jobs_page .jobs_type {
  font-size: 23px;
  color: #005380;
  line-height: 1.5;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.jobs_page .job_link > h4 {
  font-size: 20px;
  margin-top: 0;
  color: #23b2e1;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.jobs_page .job_list {
  list-style: none;
}
.jobs_page .jobs_aside_list .jobs_list_header {
  font-size: 28px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #23b2e1;
  line-height: 1.1;
}
.jobs_page .jobs_aside_list a {
  display: block;
  font-size: 14px;
}
.jobs_page .jobs_aside_list a:hover {
  text-decoration: none;
}
body.no-webp .hlavicka .navigace,
body.no-webp .katalog,
body.no-webp .kontakt_row .kontakt_row__ramec,
body.no-webp .novinky,
body.no-webp .produkt_detail_popis .parametry .prohlidka {
  background-image: url(/userfiles/images/prouzky.jpg);
}
body.no-webp .katalog_podstrana .katalog {
  background: none;
}
@media (max-width: 979px) {
  body.no-webp .hlavicka .navigace {
    background: #23b2e1;
  }
}
.express-tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.express-tp--large {
  min-height: 380px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
  background: -webkit-linear-gradient(top, #fff 0%, #F5F5F5 100%);
  background: -o-linear-gradient(top, #fff 0%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #fff 0%, #F5F5F5 100%);
}
.express-tp--small {
  min-height: 185px;
  border-radius: 5px;
  padding: 0 15px;
  margin: 40px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#F9f9f9));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #F9f9f9 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #F9f9f9 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #F9f9f9 100%);
}
.express-tp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.express-tp__img {
  max-width: 100%;
}
.express-tp--large .express-tp__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 510px;
          flex: 0 1 510px;
}
.express-tp--small .express-tp__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
}
.express-tp__info {
  font-size: 18px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.express-tp--large .express-tp__info {
  margin: 25px 0;
}
.express-tp--small .express-tp__info {
  margin: 15px 0 0;
}
.express-tp__info a {
  text-decoration: underline;
  color: #015480;
}
.express-tp__badge {
  font-family: 'FuturaLTPro-Bold', sans-serif;
  border-radius: 14px;
  background: #FD7C13;
  color: white;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
}
.express-tp--small .express-tp__badge {
  width: 78px;
  height: 78px;
  font-size: 11px;
  top: 52px;
}
.express-tp--small .express-tp__badge::before {
  background: url("/userfiles/images/icons.svg") no-repeat -130px -1020px;
}
.express-tp--large .express-tp__badge {
  width: 90px;
  height: 90px;
  font-size: 14px;
  top: 140px;
}
.express-tp--large .express-tp__badge::before {
  background: url("/userfiles/images/icons.svg") no-repeat -110px -1020px;
}
.express-tp__badge::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
.express-tp__text--left {
  margin-right: 45px;
}
.express-tp__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0;
}
.express-tp--large .express-tp__text-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 380px;
          flex: 0 1 380px;
}
.express-tp--small .express-tp__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 620px;
          flex: 0 1 620px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.express-tp__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.express-tp--large .express-tp__img-wrap {
  margin-right: 60px;
  padding-right: 10px;
}
.express-tp--small .express-tp__img-wrap {
  margin-right: 30px;
  padding-right: 37px;
}
.express-tp__heading {
  margin-top: 0;
  text-align: left;
}
@media all and (min-width: 980px) {
  .express-tp--large .express-tp__heading {
    font-size: 36px;
  }
  .express-tp--small .express-tp__heading {
    font-size: 28px;
  }
}
@media all and (max-width: 1079px) {
  .express-tp__text--left {
    margin-right: 0px;
  }
  .express-tp--large .express-tp__img {
    margin-right: 0;
  }
  .express-tp--large .express-tp__badge {
    top: 30%;
  }
  .express-tp--small .express-tp__info {
    margin: 25px 0;
  }
  .express-tp--large .express-tp__img-wrap {
    margin-right: 0px;
  }
  .express-tp--small .express-tp__img-wrap {
    margin-right: 0px;
  }
  .express-tp--small .express-tp__text-wrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .express-tp--large .express-tp__text-wrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .express-tp--large .express-tp__text-wrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .express-tp--small .express-tp__text-wrap {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .express-tp__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.errors {
  list-style-type: none;
  padding: 0;
  text-transform: none;
  text-align: right;
}
.errors li {
  display: block;
  font-size: 12px;
  color: #ca2c2d;
}
.remodal--login .h3 {
  margin: 0 0 25px 0;
}
.remodal--login .formular {
  background: none;
  margin: 0;
  padding: 0;
}
.remodal--login .formular .btn-info {
  width: 100%;
  margin-top: 35px;
}
.remodal--login .formular .vyplnit {
  margin: 0;
}
.remodal--multiple-designs .h3 {
  margin-top: 10px;
}
.remodal--multiple-designs .remodal__image {
  margin: 0 0 30px 0 ;
  width: 100%;
}
.remodal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.remodal__row:before,
.remodal__row:after {
  content: normal;
}
.remodal__subtitle {
  font-size: 21px;
  font-weight: bold;
  margin-top: 15px;
}
.remodal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  margin: 0 auto 40px;
  max-width: 300px;
}
.remodal__table {
  max-width: 400px;
}
.remodal__table td {
  padding: 5px;
  overflow-wrap: anywhere;
}
.remodal__table td:first-of-type {
  text-align: left;
}
.remodal__table td:last-of-type {
  text-align: right;
}
.content__slider-wrapper {
  position: relative;
  margin: 30px 0;
}
.content__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  pointer-events: none;
  left: 0;
  bottom: 0;
  display: block;
  background: -webkit-linear-gradient(right, white 0px, transparent 260px);
  background: -o-linear-gradient(right, white 0px, transparent 260px);
  background: linear-gradient(to left, white 0px, transparent 260px);
}
@media all and (max-width: 1079px) {
  .content__overlay {
    background: -webkit-linear-gradient(right, white 0px, transparent 60px);
    background: -o-linear-gradient(right, white 0px, transparent 60px);
    background: linear-gradient(to left, white 0px, transparent 60px);
  }
}
.glide__product {
  white-space: normal;
  margin: 0;
  max-width: 100%;
}
.glide__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  top: 48%;
  left: -10px;
  right: -10px;
  z-index: 5;
}
.glide__arrow {
  width: 29px;
  height: 29px;
  position: relative;
  background: #23b2e1;
  display: block;
  cursor: pointer;
  pointer-events: all;
  border-radius: 5px;
}
.glide__arrow:hover,
.glide__arrow:focus {
  background: #1ca2ce;
}
.glide__arrow:hover::after,
.glide__arrow:focus::after {
  border-color: white;
}
.glide__arrow::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 11px;
  top: 9px;
  width: 11px;
  height: 11px;
}
.glide__arrow--right::after {
  left: 6px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
/* 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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 1420px) {
  .cookie-box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cookie-box--modal .cookie-box__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1420px) {
  .cookie-box__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }
}
.cookie-box--modal .cookie-box__buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.cookie-box__button,
.cookie-box__button.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
    -ms-flex-preferred-size: 100%;
        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;
      -ms-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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 20px;
}
.cookie-box__checkbox {
  display: none;
}
.cookie-box__checkbox:checked + .cookie-box__toggle-mark {
  background: #005380;
  left: 27px;
}
.cookie-box__checkbox--disabled:checked + .cookie-box__toggle-mark {
  background: #80d2ff;
}
.cookie-box__manage {
  text-decoration: underline;
}
.cookie-box--modal .cookie-box__manage {
  margin-top: 8px;
}
/* Cookie box | Content | Bottom */
.cookie-box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  }
}
.fancybox-html-container .fancybox-content {
  padding: 0;
  background: none;
  width: 1180px;
  max-width: 95%;
  margin: 0;
}
/* Modules */
.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px 0;
}
.spec__item {
  margin: 3px 20px 3px 0;
}
.spec__item:hover,
.spec__item:focus {
  text-decoration: none;
}
.spec__item--time {
  font-size: 16px;
  display: inline-block;
  color: #959490;
}
.spec__item--time::before {
  color: #23b2e1;
  font-size: 15px;
}
.question__spec .spec__item--time {
  margin: 0 0 15px 0;
}
.spec__item--rubric {
  font-size: 16px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  display: block;
}
.spec__item--rubric::before {
  color: #23b2e1;
  font-size: 15px;
}
.question__spec .spec__item--rubric {
  margin: 0 0 15px 0;
}
.spec__item--date {
  font-size: 16px;
}
.spec--top .spec__item--date {
  margin-right: 45px;
}
.main-header {
  position: relative;
}
.main-header--image {
  position: relative;
  max-width: 1920px;
  margin: auto;
  aspect-ratio: 2.5;
  max-height: calc(100vh - 205px);
  padding-bottom: 70px;
  width: 100%;
}
.main-header--image.main-header--about .main-header__figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-radial-gradient(ellipse 1400px 600px at 50% 50%, rgba(0, 0, 0, 0.61) 0%, transparent 100%);
  background: -o-radial-gradient(ellipse 1400px 600px at 50% 50%, rgba(0, 0, 0, 0.61) 0%, transparent 100%);
  background: radial-gradient(ellipse 1400px 600px at 50% 50%, rgba(0, 0, 0, 0.61) 0%, transparent 100%);
}
.main-header--about {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-header--about .main-header__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main-header__texts {
  margin: auto 0;
}
.main-header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-header__picture {
  width: 100%;
  height: 100%;
}
.main-header__figure {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main-header__title {
  line-height: 1.3;
}
.main-header--image .main-header__title {
  color: #fff;
}
.main-header--about .main-header__title {
  margin: 0 0 10px 0;
  font-size: 28px;
}
@media all and (min-width: 1079px) {
  .main-header--about .main-header__title {
    font-size: 56px;
  }
}
.main-header__arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #fff;
  left: 50%;
  bottom: 0;
  border-radius: 8px 8px 0 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-header__arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #23b2e1;
  border-bottom: 2px solid #23b2e1;
  left: 20px;
  top: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-header__desc {
  font-size: 17px;
}
@media all and (min-width: 1079px) {
  .main-header__desc {
    font-size: 24px;
  }
}
.main-header--image .main-header__desc {
  color: #fff;
}
.main-header__authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 45px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-header__spec {
  margin: 10px 0;
}
.faq-categories {
  background: #F6F6F6;
  padding: 30px 0;
}
.faq-categories__title {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 34px;
  text-align: left;
  margin: 0 0 20px 0;
}
.faq-cat {
  width: 100%;
  max-width: 380px;
  padding: 15px 20px;
  min-height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #d6d6d6;
  margin: 0 0 15px 0;
}
.faq-cat:hover,
.faq-cat:focus {
  background: #F6F6F6;
  text-decoration: none;
}
.faq-cat:hover .faq-cat__icon::before,
.faq-cat:focus .faq-cat__icon::before {
  color: #005380;
}
.faq-cat__icon::before {
  font-size: 15px;
  color: #23b2e1;
  margin: 0 15px 0 0;
}
.faq-cat__title {
  font-size: 16px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  margin: 0 15px 0 0;
}
.faq-cat__count {
  font-size: 16px;
  color: #9C9C9C;
  margin-left: auto;
}
.faq-articles {
  padding: 60px 0;
}
/* Faq contact box */
.faq-contact-box {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  max-width: 680px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f1f1f1;
  line-height: 1.3;
  margin: 30px 0;
}
@media all and (max-width: 1079px) {
  .faq-contact-box {
    padding: 15px;
  }
}
/* Faq contact box | Title */
.faq-contact-box__title {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 15px 0;
}
@media all and (max-width: 1079px) {
  .faq-contact-box__title {
    font-size: 21px;
  }
}
/* Faq contact box | Desc */
.faq-contact-box__desc {
  font-size: 18px;
  margin: 0 0 30px 0;
}
@media all and (max-width: 1079px) {
  .faq-contact-box__desc {
    font-size: 14px;
  }
}
/* Faq contact box | Contacts */
.faq-contact-box__contacts {
  display: grid;
  gap: 15px;
  grid-template-columns: 2fr 1fr;
  max-width: 320px;
}
@media all and (max-width: 500px) {
  .faq-contact-box__contacts {
    grid-template-columns: 1fr;
  }
}
/* Faq contact box | Bottom */
.faq-contact-box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px 30px;
}
/* Faq contact box | Item */
.faq-contact-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 12px;
}
.faq-contact-box__name {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #005380;
}
@media all and (max-width: 1079px) {
  .faq-contact-box__name {
    font-size: 16px;
  }
}
/* Faq contact box | Figure */
.faq-contact-box__figure {
  width: 54px;
  height: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
/* Faq contact box | Img */
.faq-contact-box__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
/* Faq contact box | Button */
.faq-contact-box__button {
  padding: 15px 18px;
}
.article {
  margin: 0 0 28px 0;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  max-width: 900px;
  overflow: hidden;
}
.article__wrap {
  padding: 35px;
}
@media all and (max-width: 1079px) {
  .article__wrap {
    padding: 20px;
  }
}
.article__title {
  font-size: 34px;
  margin: 0 0 25px 0;
  text-align: left;
  z-index: 2;
}
@media all and (max-width: 1079px) {
  .article__title {
    font-size: 20px;
  }
}
.article__figure .article__title {
  margin: 0;
}
.article__desc {
  margin: 0 0 45px 0;
}
@media all and (max-width: 1079px) {
  .article__desc {
    margin: 0 0 25px 0;
  }
}
.article__desc > p {
  font-size: 16px;
}
.article__link {
  text-decoration: none;
}
.article__link:hover,
.article__link:focus {
  text-decoration: none;
}
.article__figure .article__link {
  color: #fff;
}
.article__figure .article__link:hover,
.article__figure .article__link:focus {
  color: #23b2e1;
}
.article__spec {
  margin: 0 0 15px 0;
}
.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article__button {
  margin: 0 25px 15px 0;
}
.article__authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -5px -30px -5px 0;
}
@media all and (max-width: 1079px) {
  .article__authors {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.article__date {
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
  margin: 10px 30px 10px 0px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1079px) {
  .article__date {
    border-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.article__figure {
  border-radius: 5px;
  background: #005380;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  min-height: 220px;
}
.article__figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(75%, transparent));
  background: -webkit-linear-gradient(bottom, #000 0%, transparent 75%);
  background: -o-linear-gradient(bottom, #000 0%, transparent 75%);
  background: linear-gradient(to top, #000 0%, transparent 75%);
}
@media all and (max-width: 1079px) {
  .article__figure {
    padding: 20px;
  }
}
.article__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5px 0 5px 0;
}
.author:hover,
.author:focus {
  text-decoration: none;
}
.author:hover .author__name,
.author:focus .author__name {
  color: #23b2e1;
}
.authors--small .author {
  margin-right: 30px;
}
.author--big {
  padding: 40px 0;
}
.author--big:hover .author__name,
.author--big:focus .author__name {
  color: #005380;
}
@media all and (max-width: 1079px) {
  .author--big {
    padding: 10px 0;
  }
}
.author__button {
  margin: 10px 0;
}
.author__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author__title {
  font-family: 'FuturaLTPro-Book', sans-serif;
  text-align: left;
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 34px;
}
@media all and (max-width: 1079px) {
  .author__title {
    font-size: 24px;
  }
}
.author__figure {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 0 0;
}
.author--big .author__figure {
  width: 52px;
  height: 52px;
}
.author__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author__desc {
  line-height: 1.3;
}
.author__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.author__text {
  font-size: 18px;
  margin-top: 25px;
}
@media all and (max-width: 1079px) {
  .author__text {
    font-size: 16px;
  }
}
.author__role {
  font-size: 14px;
  color: #7D7D7D;
  display: block;
}
.author--big .author__role {
  font-size: 16px;
}
@media all and (max-width: 1079px) {
  .author--big .author__role {
    font-size: 14px;
  }
}
.author__name {
  font-size: 16px;
  color: #005380;
  display: block;
}
.author--big .author__name {
  font-size: 24px;
}
@media all and (max-width: 1079px) {
  .author--big .author__name {
    font-size: 16px;
  }
}
.helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  max-width: 340px;
}
.helper__figure {
  width: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
}
.helper__img {
  max-width: 100%;
}
.helper__text {
  background: #f1f1f1;
  padding: 15px 30px;
  margin-left: -15px;
  margin-bottom: 20px;
  font-size: 15px;
  position: relative;
  line-height: 1.2;
  border-radius: 5px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.helper__text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -24px;
  left: 12px;
  background: url("/userfiles/images/icons.svg") -169px -486px no-repeat;
  width: 32px;
  height: 26px;
}
.quick-contact {
  margin: 0 0 20px 0;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-box .quick-contact {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 0 0;
}
.quick-contact__box {
  text-align: left;
  color: #005380;
  font-weight: 700;
  font-size: 16px;
}
.quick-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 45px;
  position: relative;
}
.quick-contact__wrap:not(:last-of-type) {
  margin: 0 0 18px 0;
}
.quick-contact__wrap::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.quick-contact__wrap--phone::before {
  font-size: 30px;
}
.quick-contact__wrap--mail::before {
  font-size: 22px;
}
.quick-contact__mail {
  position: relative;
  font-size: 15px;
  display: block;
  text-decoration: underline;
  font-weight: 700;
}
.quick-contact__opening {
  display: block;
  font-size: 12px;
  color: #737373;
  font-weight: 400;
}
/* Custom furniture | Header */
.custom-furniture__header {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
/* Custom furniture | Figure */
.custom-furniture__figure {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media all and (max-width: 980px) {
  .custom-furniture__figure {
    position: static;
  }
}
/* Custom furniture | Picture */
.custom-furniture__picture {
  height: 100%;
  width: 100%;
}
/* Custom furniture | Image */
.custom-furniture__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/* Custom furniture | Title */
.custom-furniture__title {
  color: white;
  font-size: 46px;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
@media all and (max-width: 1079px) {
  .custom-furniture__title {
    font-size: 28px;
  }
}
@media all and (max-width: 980px) {
  .custom-furniture__title {
    color: #005380;
  }
}
/* Custom furniture | Subtitle */
.custom-furniture__subtitle {
  font-size: 32px;
  margin: 0 0 35px 0;
  text-align: center;
}
@media all and (max-width: 1079px) {
  .custom-furniture__subtitle {
    font-size: 23px;
  }
}
.custom-furniture__contact .custom-furniture__subtitle {
  margin: 0 0 25px 0;
}
.custom-furniture__contact--partners .custom-furniture__subtitle {
  font-size: 30px;
  text-align: left;
}
@media all and (max-width: 1079px) {
  .custom-furniture__contact--partners .custom-furniture__subtitle {
    font-size: 23px;
  }
}
.custom-furniture__contact--germany .custom-furniture__subtitle {
  text-align: center;
}
.custom-furniture__store .custom-furniture__subtitle {
  font-size: 19px;
  margin: 0 0 25px 0;
}
@media all and (max-width: 1079px) {
  .custom-furniture__store .custom-furniture__subtitle {
    font-size: 20px;
  }
}
/* Custom furniture | Perex */
.custom-furniture__perex {
  font-size: 18px;
  margin: 0 0 29px 0;
}
.custom-furniture__header .custom-furniture__perex {
  color: white;
}
@media all and (max-width: 980px) {
  .custom-furniture__header .custom-furniture__perex {
    color: #005380;
  }
}
.custom-furniture__contact .custom-furniture__perex {
  color: black;
  margin: 0;
}
/* Custom furniture | Button group */
.custom-furniture__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* Custom furniture | Button */
.custom-furniture__button-group .custom-furniture__button {
  margin-right: 14px;
  margin-bottom: 10px;
}
/* Custom furniture | Text */
.custom-furniture__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 540px;
  padding: 20px 0;
}
@media all and (max-width: 1079px) {
  .custom-furniture__text {
    min-height: 320px;
  }
}
@media all and (max-width: 980px) {
  .custom-furniture__text {
    min-height: 0;
  }
}
/* Custom furniture | Section */
.custom-furniture__section {
  padding: 70px 0;
}
@media all and (max-width: 1079px) {
  .custom-furniture__section {
    padding: 45px 0;
  }
}
/* Custom furniture | Benefits */
.custom-furniture__benefits {
  padding-bottom: 55px;
}
@media all and (max-width: 1079px) {
  .custom-furniture__benefits {
    padding-bottom: 45px;
  }
}
/* Custom furniture | Benefits | Wrap */
.custom-furniture__benefits-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}
@media all and (max-width: 500px) {
  .custom-furniture__benefits-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* Custom furniture | Benefit */
.custom-furniture__benefit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  margin: 25px 15px;
  max-width: 210px;
  text-align: center;
  width: 100%;
}
.custom-furniture__benefit::before {
  background: url("/userfiles/images/icons.svg") 8px -120px no-repeat;
  content: "";
  display: block;
  height: 75px;
  margin-bottom: 10px;
  width: 75px;
}
.custom-furniture__benefit--price::before {
  background-position: -630px -122px;
}
.custom-furniture__benefit--sustainable::before {
  background-position: -923px -125px;
}
.custom-furniture__benefit--view::before {
  background-position: -705px -120px;
}
.custom-furniture__benefit--time::before {
  background-position: -778px -120px;
}
.custom-furniture__benefit--truck::before {
  background-position: -850px -125px;
}
.custom-furniture__benefit--warranty::before {
  background-position: -230px -120px;
}
.custom-furniture__benefit--czech::before {
  background-position: 8px -120px;
}
/* Custom furniture | Gallery */
.custom-furniture__gallery {
  background: #F6F6F6;
  padding-bottom: 85px;
}
@media all and (max-width: 1079px) {
  .custom-furniture__gallery {
    padding-bottom: 45px;
  }
}
/* Custom furniture | Contact */
.custom-furniture__contact {
  padding-bottom: 85px;
}
@media all and (max-width: 1079px) {
  .custom-furniture__contact {
    padding-bottom: 45px;
  }
}
.custom-furniture__contact--germany {
  text-align: center;
}
.custom-furniture__contact--partners {
  background: #F6F6F6;
  padding-top: 80px;
}
.custom-furniture__photo-overlay {
  display: none;
}
/* Custom furniture | Section */
.custom-furniture__photo {
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.05);
  height: 138px;
  margin: 10px auto;
  max-width: 275px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.custom-furniture__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.custom-furniture__photo a {
  height: 100%;
  width: 100%;
}
.custom-furniture__photo:hover .custom-furniture__photo-overlay,
.custom-furniture__photo:focus .custom-furniture__photo-overlay {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.custom-furniture__photo:hover .custom-furniture__photo-overlay::before,
.custom-furniture__photo:focus .custom-furniture__photo-overlay::before {
  content: "";
  display: block;
  background: #005380;
  height: 100%;
  opacity: 0.69;
  width: 100%;
}
.custom-furniture__photo:hover .custom-furniture__photo-overlay::after,
.custom-furniture__photo:focus .custom-furniture__photo-overlay::after {
  background: url("/userfiles/images/icons.svg") no-repeat -151px -1011px;
  content: "";
  height: 27px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 27px;
}
/* Custom furniture | Contact | Wrap */
.custom-furniture__contact-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.custom-furniture__contact--partners .custom-furniture__contact-wrap {
  text-align: left;
}
.custom-furniture__contact--germany .custom-furniture__contact-wrap {
  text-align: center;
}
/* Custom furniture | Contact | Mail */
.custom-furniture__mail {
  display: block;
  font-size: 41px;
  color: #005380;
  margin: 25px 0 30px;
  text-decoration: underline;
}
@media all and (max-width: 1079px) {
  .custom-furniture__mail {
    font-size: 26px;
  }
}
.custom-furniture__contact--partners .custom-furniture__mail {
  margin: 0px 0 40px;
}
.custom-furniture__store {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  border: 1px solid #E5E5E5;
  padding: 30px;
  margin: 28px 0 0 0;
  max-width: 580px;
}
.custom-furniture__store-content {
  margin-right: 20px;
}
.custom-furniture__right-column {
  padding-left: 25px;
}
.custom-furniture__store-item {
  position: relative;
  padding-left: 50px;
  padding-right: 0;
  line-height: 1.4;
  font-size: 13px;
  margin: 0 0 10px 0;
  color: #252525;
  max-width: 270px;
}
.custom-furniture__store-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("/userfiles/images/icons.svg") -68px -70px no-repeat;
  width: 36px;
  height: 34px;
}
.custom-furniture__store-item span {
  color: #7a7a7a;
}
.custom-furniture__store-item--address::before {
  background-position: -118px -66px;
}
.custom-furniture__store-figure {
  width: 175px;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0 5px 0;
}
.custom-furniture__store-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media all and (max-width: 1079px) {
  .custom-furniture__right-column {
    padding: 30px 0 0 0;
  }
}
.contact-wrap {
  margin: 0 0 15px 0;
}
.contact-box {
  border-radius: 5px;
  border: 2px solid #e5e5e5;
  padding: 15px;
}
.contact-wrap .contact-box {
  padding: 25px 15px;
}
.contact-wrap .contact-box:not(:last-of-type) {
  border-bottom: 0px;
}
.contact-box--top-radius {
  border-radius: 5px 5px 0px 0px;
}
.contact-box--bottom-radius {
  border-radius: 0px 0px 5px 5px;
}
.contact-box__figure {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
}
.contact-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-box__wrap {
  margin-right: 15px;
  line-height: 1.2;
}
.contact-box__role {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #23b2e1;
}
.contact-box__name {
  font-size: 21px;
  color: #005380;
}
.contact-box__post {
  font-size: 13px;
  color: #7D7D7D;
  display: block;
}
.section {
  padding: 40px 0;
}
.section--offset {
  padding: 40px 0;
}
.section--background {
  background: #F6F6F6;
}
.section__box {
  margin: 0 0 35px 0;
  max-width: 320px;
}
.section__title {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  font-size: 34px;
}
.section__subtitle {
  font-size: 24px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.section__subtitle--original {
  text-transform: none;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #23b2e1;
  line-height: 1.1;
}
.section__box .section__button {
  width: 100%;
  margin-top: 0;
}
.section__wrap {
  max-width: 835px;
}
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.share__title {
  font-size: 34px;
  text-align: left;
  max-width: 400px;
  margin: 15px auto 15px 0;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.share__title span {
  display: block;
  font-weight: 700;
}
@media all and (max-width: 1079px) {
  .share__title {
    font-size: 24px;
  }
}
.share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px -6px;
}
.share__item {
  width: 100px;
  height: 100px;
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6px;
}
.banner {
  margin: 0 0 25px 0;
  background: #005380;
  border-radius: 5px;
  max-width: 900px;
  overflow: hidden;
  min-height: 220px;
  padding: 35px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (max-width: 1079px) {
  .banner {
    padding: 30px;
  }
}
.banner__text {
  z-index: 2;
}
.banner__label {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  color: #23b2e1;
  font-size: 13px;
}
.banner__title {
  font-size: 25px;
  text-align: left;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
@media all and (max-width: 1079px) {
  .banner__title {
    font-size: 20px;
  }
}
.banner__link {
  color: #fff;
  text-decoration: underline;
}
.banner__link:hover,
.banner__link:focus {
  color: #23b2e1;
}
.banner__figure {
  background: #005380;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.banner__figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background: -webkit-linear-gradient(right, #000 0%, transparent 100%);
  background: -o-linear-gradient(right, #000 0%, transparent 100%);
  background: linear-gradient(to left, #000 0%, transparent 100%);
}
.banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-module {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media all and (max-width: 1079px) {
  .product-module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.product-module__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-module__rows {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(220px, 1fr);
  width: 100%;
  gap: 15px;
}
@media all and (max-width: 1239px) {
  .product-module__rows {
    grid-template-columns: repeat(3, 1fr);
    max-width: 600px;
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .product-module__rows {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}
.product-module__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-module__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-module__column--2 {
  grid-column: span 2;
}
@media all and (max-width: 600px) {
  .product-module__column--2 {
    grid-column: span 1;
  }
}
.product-module__column--3 {
  grid-column: span 3;
}
@media all and (max-width: 600px) {
  .product-module__column--3 {
    grid-column: span 1;
  }
}
.product-module__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f1f1f1;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 225px;
  color: #000;
  border: 2px solid #f1f1f1;
}
.product-module__box:hover,
.product-module__box:focus {
  text-decoration: none;
  color: #000;
  border-color: #23b2e1;
}
.product-module__icon {
  height: 12px;
  width: 5px;
}
.product-module__icon-width {
  height: 5px;
  width: 12px;
}
.product-module__img-wrapper {
  width: 100%;
  height: 45px;
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 93px;
}
.product-module__img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.06);
}
.product-module__name {
  font-size: 21px;
  text-align: left;
  line-height: 1.1;
  color: #005380;
}
.product-module__quantity {
  font-size: 16px;
  text-align: left;
}
.product-module__dimension {
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.product-module__icon-wrapper {
  width: 13px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-module__title {
  font-size: 24px;
  text-align: center;
  color: #23b2e1;
  margin-bottom: 30px;
}
@media all and (min-width: 980px) {
  .product-module__title {
    font-size: 34px;
  }
}
.product-module__perex {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 980px) {
  .product-module__perex {
    font-size: 18px;
  }
}
.product-module__button {
  width: 23px;
  height: 23px;
  background: #23b2e1;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-module__button::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #F6F6F6;
  border-left: 0;
  border-top: 0;
  left: 6px;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.product-module__bttm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assembly-sizes {
  background: #fff;
  border: 2px solid #e5e5e5;
  margin: 35px 0;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px 15px;
}
.assembly-sizes__title {
  font-family: 'FuturaLTPro-Light', sans-serif;
  font-weight: 300;
  font-size: 21px !important;
  color: #005380;
  margin: 0 0 10px 0 !important;
  text-align: center;
}
.assembly-sizes__figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.assembly-sizes__figure:hover .assembly-sizes__img,
.assembly-sizes__figure:focus .assembly-sizes__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.assembly-sizes__img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* Modules - About */
.about-info {
  padding: 40px 0;
}
@media all and (min-width: 1079px) {
  .about-info {
    padding: 110px 0;
  }
}
.about-info__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 570px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 1079px) {
  .about-info__gallery {
    max-width: none;
  }
}
.about-info__figure {
  width: calc(100% + 20px);
  aspect-ratio: 1.5;
  background: #f1f1f1;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.about-info__figure iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-info__figure:hover .about-info__img,
.about-info__figure:focus .about-info__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (min-width: 1079px) {
  .about-info__figure {
    margin-right: -75px;
  }
}
@media all and (min-width: 1239px) {
  .about-info__figure {
    margin-right: -55px;
  }
}
.about-info__figure--large {
  max-width: 60vw;
  aspect-ratio: 1.2;
  margin-right: auto;
}
@media all and (min-width: 600px) {
  .about-info__figure--large {
    max-width: 380px;
  }
}
.about-info__figure--medium {
  max-width: 40vw;
  margin-bottom: -10vw;
  z-index: 2;
}
@media all and (min-width: 600px) {
  .about-info__figure--medium {
    max-width: 220px;
    margin-bottom: -100px;
  }
}
@media all and (min-width: 1239px) {
  .about-info__figure--medium {
    margin-right: 55px;
  }
}
.about-info__figure--small {
  max-width: 33vw;
  z-index: 1;
  margin-top: -38.8vw;
  margin-bottom: 20vw;
}
@media all and (min-width: 600px) {
  .about-info__figure--small {
    max-width: 180px;
    margin-top: -208px;
    margin-bottom: 118px;
  }
}
@media all and (min-width: 1239px) {
  .about-info__figure--small {
    max-width: 230px;
    margin-top: -200px;
    margin-bottom: 70px;
  }
}
.about-info__figure--video {
  max-width: 400px;
}
.about-info__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.about-info__title {
  margin: 0 0 15px 0;
  text-align: left;
}
.about-info__title small {
  font-size: 20px;
  color: #005380;
  display: block;
  text-transform: uppercase;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
}
.about-info__play {
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}
.about-info__play-icon::before {
  font-size: 18px;
  color: #23b2e1;
  position: relative;
  right: -2px;
}
@media all and (min-width: 1079px) {
  .about-info__text {
    font-size: 18px;
  }
}
.about-info__text a {
  text-decoration: underline;
}
.about-benefits {
  padding: 45px 0 25px 0;
  background: #F6F6F6;
}
@media all and (min-width: 1079px) {
  .about-benefits {
    padding: 95px 0 75px 0;
  }
}
.about-benefits__title {
  margin: 0 0 55px 0;
}
.about-benefits__subtitle {
  font-size: 24px;
  margin: 0 0 8px 0;
}
.about-benefits__desc {
  font-size: 17px;
  line-height: 1.2;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
.about-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media all and (min-width: 1079px) {
  .about-benefits__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.about-benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px 0;
}
.about-benefits__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 0 10px 0;
}
.about-benefits__icon::before {
  color: #005380;
  font-size: 65px;
}
.about-specialties {
  padding: 45px 0 15px 0;
}
@media all and (min-width: 1079px) {
  .about-specialties {
    padding: 75px 0 45px 0;
  }
}
.about-specialties__title {
  margin: 0 0 45px 0;
}
.about-nature-partner {
  padding: 60px 0;
  min-height: 300px;
  position: relative;
  margin: auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 1079px) {
  .about-nature-partner {
    min-height: 630px;
  }
}
.about-nature-partner__symbol {
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 50px;
  height: auto;
}
.about-nature-partner__title {
  margin: 0 0 10px 0;
}
.about-nature-partner__text {
  margin: 0 0 20px 0;
}
.about-nature-partner__figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.about-nature-partner__box {
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  text-align: center;
  padding: 25px;
}
@media all and (min-width: 1079px) {
  .about-nature-partner__box {
    padding: 45px;
  }
}
.about-technologies {
  padding: 40px 0;
  position: relative;
}
@media all and (min-width: 1079px) {
  .about-technologies {
    padding: 110px 0;
  }
}
.about-technologies__title {
  margin: 0 0 25px 0;
}
.about-technologies__img {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.about-technologies__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 800px) {
  .about-technologies__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1079px) {
  .about-technologies__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.about-technologies__figure {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  aspect-ratio: 1.5;
  background: #005380;
  position: relative;
  padding: 35px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  text-transform: uppercase;
}
.about-technologies__figure:hover .about-technologies__img,
.about-technologies__figure:focus .about-technologies__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.about-keep-in-touch {
  padding: 40px 0;
  background: #F6F6F6;
}
@media all and (min-width: 1079px) {
  .about-keep-in-touch {
    padding: 95px 0;
  }
}
.specialty-card {
  width: 100%;
  aspect-ratio: 0.75;
  border-radius: 8px;
  position: relative;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 30px 0;
  background: #005380;
}
@media all and (min-width: 1079px) {
  .specialty-card {
    padding: 35px;
  }
}
.specialty-card--vertical {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.specialty-card--technologies {
  aspect-ratio: 2;
  padding: 20px;
  margin: 0 0 16px 0;
  min-height: 300px;
}
@media all and (min-width: 1079px) {
  .specialty-card--technologies {
    padding: 35px;
  }
}
.specialty-card--link:hover,
.specialty-card--link:focus {
  color: #fff;
  text-decoration: none;
}
.specialty-card--link:hover .specialty-card__title,
.specialty-card--link:focus .specialty-card__title {
  text-decoration: underline;
}
.specialty-card--link:hover .specialty-card__img,
.specialty-card--link:focus .specialty-card__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.specialty-card__title {
  font-size: 20px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  color: #fff;
}
@media all and (min-width: 1079px) {
  .specialty-card__title {
    font-size: 34px;
  }
}
.specialty-card__figure {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.specialty-card__figure::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#005380), color-stop(60%, transparent));
  background: -webkit-linear-gradient(bottom, #005380 0%, transparent 60%);
  background: -o-linear-gradient(bottom, #005380 0%, transparent 60%);
  background: linear-gradient(to top, #005380 0%, transparent 60%);
}
.specialty-card--no-text .specialty-card__figure::after {
  content: none;
}
.specialty-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.specialty-card__text {
  position: relative;
  z-index: 1;
}
.specialty-card--technologies .specialty-card__text {
  max-width: 400px;
}
.about-card {
  min-height: 290px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 490px;
  margin: auto;
}
.about-card:not(:last-of-type) {
  margin-bottom: 50px;
}
@media all and (min-width: 1079px) {
  .about-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
  }
}
@media all and (min-width: 1079px) {
  .about-card--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-card__contact {
  text-decoration: underline;
  font-size: 34px;
  color: #005380;
}
.about-card__title {
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media all and (min-width: 1079px) {
  .about-card__title {
    font-size: 34px;
  }
}
.about-card__desc {
  margin: 0 0 15px 0;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
@media all and (min-width: 1079px) {
  .about-card__desc {
    font-size: 18px;
  }
}
.about-card__figure {
  width: 100%;
  aspect-ratio: 1.77777778;
}
@media all and (min-width: 1079px) {
  .about-card__figure {
    width: 50%;
    aspect-ratio: auto;
  }
}
.about-card__text {
  padding: 25px;
  width: 100%;
}
@media all and (min-width: 1079px) {
  .about-card__text {
    width: 50%;
    padding: 60px;
  }
}
/* Modules - Eshop */
.returning-customer {
  background: #005380;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  margin: 33px 0 30px 0;
  line-height: 1.2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
}
@media all and (min-width: 1239px) {
  .returning-customer {
    padding: 22px 28px;
  }
}
.returning-customer__text {
  margin: 8px 10px 8px 0;
}
.returning-customer__title {
  color: #fff;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  margin: 0 0 6px 0;
}
@media all and (min-width: 1239px) {
  .returning-customer__title {
    font-size: 35px;
  }
}
.returning-customer__desc {
  font-size: 15px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
  color: #fff;
}
@media all and (min-width: 1239px) {
  .returning-customer__desc {
    font-size: 18px;
  }
}
.returning-customer__button {
  margin: 8px 0 8px 0;
}
.returning-customer__button::before {
  margin-right: 8px;
}
.product-popover {
  position: absolute;
  padding-left: 15px;
  -webkit-filter: drop-shadow(0px 1px 0px #d2cfca) drop-shadow(0px -1px 0px #d2cfca) drop-shadow(1px 0px 0px #d2cfca) drop-shadow(-1px 0px 0px #d2cfca);
          filter: drop-shadow(0px 1px 0px #d2cfca) drop-shadow(0px -1px 0px #d2cfca) drop-shadow(1px 0px 0px #d2cfca) drop-shadow(-1px 0px 0px #d2cfca);
}
.product-popover__content {
  padding: 6px 9px;
  background: #f1f1f1;
  z-index: 2;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
.product-popover__arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  background: #f1f1f1;
  left: 10px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  z-index: -1;
}
/* Components */
.new-content {
  font-size: 18px;
  /* Přidám vlastní plus/minus a odsazení */
  /* Čára mezi otázkami */
}
.new-content summary {
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
  font-weight: 700;
  font-family: 'FuturaLTPro-Bold', sans-serif;
}
.new-content summary::marker {
  content: "";
}
.new-content summary::before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 1.2em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.new-content details[open] summary::before {
  content: "\2013";
}
.new-content details + details {
  border-top: 1px solid #e0e0e0;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.content__column {
  padding-left: 8px;
  padding-right: 8px;
}
.content__flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new-content > h3 {
  margin: 0 0 25px;
  font-size: 24px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
@media all and (max-width: 1079px) {
  .new-content > h3 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.new-content > h2 {
  margin: 0 0 25px;
  text-align: left;
  font-size: 34px;
  font-family: 'FuturaLTPro-Book', sans-serif;
  font-weight: 400;
}
@media all and (max-width: 1079px) {
  .new-content > h2 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
.new-content > ul,
.new-content > p ul,
.\--list {
  padding: 0;
  list-style-type: none;
  margin: 0 0 50px;
  line-height: 1.2;
}
.new-content > ul li,
.new-content > p ul li,
.\--list-item {
  font-size: 15px;
  margin: 10px 0 10px 15px;
  position: relative;
}
.new-content > ul li::before,
.new-content > p ul li::before,
.\--list-item::before {
  background: #23b2e1;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: -15px;
  position: absolute;
  top: 5px;
  width: 8px;
}
.new-content > ol,
.new-content > p ol,
.\--list-num {
  padding: 0;
  list-style-type: none;
  counter-reset: counter-list;
  margin: 0 0 50px;
  line-height: 1.2;
}
.new-content > ol li,
.new-content > p ol li,
.\--list-num-item {
  counter-increment: counter-list;
  font-size: 15px;
  margin: 10px 0 10px 35px;
  position: relative;
}
.new-content > ol li::before,
.new-content > p ol li::before,
.\--list-num-item::before {
  color: #005380;
  content: counter(counter-list);
  left: -35px;
  position: absolute;
  top: -4px;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: 700;
  line-height: 1.2;
}
.new-content > ol li:nth-child(n+10)::before,
.new-content > p ol li:nth-child(n+10)::before,
.\--list-num-item:nth-child(n+10)::before {
  content: counter(counter-list);
}
.new-content > p {
  margin: 0 0 1.5em;
  font-size: 18px;
}
.new-content > a,
.new-content > p a,
.new-content table a {
  text-decoration: underline;
}
.new-content .table-wrapper {
  padding: 0px 24px;
  margin: 0 0 40px 0;
  overflow-x: auto;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
}
.new-content table {
  border: none;
  width: auto;
}
.new-content table td,
.new-content table th {
  padding: 8px 4px;
  border: none;
}
@media all and (max-width: 1239px) {
  .new-content table td,
  .new-content table th {
    padding: 13px 4px;
  }
}
.new-content table tr {
  padding: 10px;
  border: none;
}
.new-content table tr:not(:last-of-type) td {
  border-bottom: 1px solid #e5e5e5;
}
.new-content table td {
  color: #000;
}
.new-content table th {
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}
.new-content > .image {
  margin: 0 0 30px 0;
}
.new-content .image figcaption {
  font-size: 15px;
  margin-top: 8px;
}
.new-content > img,
.new-content > p img {
  margin: 0 0 12px;
  height: auto;
}
.gallery--photos {
  margin: 30px 0;
}
.gallery__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery--photos .gallery__list {
  margin: 0 -7px;
  width: calc(100% + 14px);
}
.gallery__link {
  width: 100%;
  background: #005380;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  max-width: 220px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 450px) {
  .gallery__link {
    height: 30vw;
  }
}
.gallery__link:hover,
.gallery__link:focus {
  color: #fff;
  background: #004267;
  text-decoration: none;
}
.gallery__icon {
  margin: 0 0 4px 0;
}
.gallery--photos .gallery__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 5);
          flex: 0 1 calc(100% / 5);
  padding: 7px;
}
@media all and (max-width: 1079px) {
  .gallery--photos .gallery__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2);
            flex: 0 1 calc(100% / 2);
  }
}
.gallery__img {
  max-width: 100%;
  max-height: 100%;
}
.gallery--photos .gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__icon--photos::before {
  color: #23b2e1;
  font-size: 22px;
}
/* Old gallery*/
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery a {
  width: 100%;
  background: #005380;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  max-width: 220px;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}
@media all and (max-width: 450px) {
  .gallery a {
    height: 30vw;
  }
}
.gallery a:hover,
.gallery a:focus {
  color: #fff;
  background: #004267;
}
.gallery--photos .gallery a {
  margin-bottom: 16px;
}
/* Site specific stuff */
.gallery a {
  position: relative;
}
.gallery a .description {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: #005380;
  padding: 0 5px;
  right: 0;
  text-align: center;
}
.menu__list {
  padding-left: 0;
  list-style-type: none;
}
.menu__item {
  display: block;
  font-size: 14px;
  margin: 0 0 8px 0;
  position: relative;
  color: #252525;
  text-decoration: none;
  padding-left: 20px;
  list-style-type: none;
}
.menu__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  background: url("/userfiles/images/icons.svg") -94px -38px no-repeat;
  width: 10px;
  height: 12px;
}
.account {
  margin-top: 40px;
  margin-bottom: 60px;
}
.account .account_nav .navbar-nav {
  background: #e4e8ec;
  margin: 11px 0 0 0;
  padding-top: 20px;
  padding-left: 0;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
.account .account_nav .navbar-nav .selected {
  font-weight: 700;
}
.account .account_nav .navbar-nav li {
  list-style-type: none;
  float: none;
  padding: 3px 28px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.account a.btn {
  border-radius: 0;
}
.account .account_page {
  margin-top: 12px;
  background-color: #fafafa;
  padding: 20px;
  min-height: 400px;
}
.account .account_page .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.account .account_page.order .print {
  font-size: 12px;
  padding: 10px 25px;
  text-decoration: none;
}
.account .account_page.order h2 {
  margin: 0;
  text-align: left;
}
.account .account_page h2,
.account .account_page h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.account .account_page p {
  font-size: 18px;
}
.account .account_page .btn {
  margin-top: 25px;
}
.account .account_page .order_action {
  cursor: pointer;
}
.account .account_page .order_detail {
  display: none;
}
.account .account_page .order_detail > td {
  padding: 0;
}
.account .account_page .order_detail .table {
  margin-bottom: 0;
}
.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;
}
.page {
  height: 470px;
}
.page__header {
  position: absolute;
  width: 100%;
  bottom: 35%;
}
.page__header h1 {
  font-size: 50px;
  font-weight: bold;
  color: white;
  margin: 0;
}
.page__body {
  margin-top: 75px;
  margin-bottom: 150px;
}
.loginForm {
  width: 360px;
  margin: 15% auto 0 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;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead h3 {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.tt-menu {
  position: absolute;
  top: 96% !important;
  z-index: 100;
  min-width: 736px !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0px) !important;
      -ms-transform: translate(-50%, 0px) !important;
          transform: translate(-50%, 0px) !important;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
  background-color: white;
}
.tt-menu .tt-dataset-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
}
.tt-menu .tt-dataset-products .tt-info {
  display: block;
  width: 100%;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 20px 0;
}
.tt-menu .tt-dataset-products > h3 {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.tt-menu .tt-dataset-products .footer {
  width: 100%;
  font-size: 15px;
}
.tt-menu .tt-dataset-products .footer a {
  display: block;
  text-align: center;
  text-decoration: underline;
}
.tt-menu .tt-dataset-categories {
  background-color: #f4f4f4;
  padding: 20px 10px;
}
.tt-menu .tt-dataset-categories .typeahead_wrapper {
  display: inline-block;
  width: 50%;
}
.tt-menu .tt-dataset-categories > h3 {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.tt-menu .tt-dataset-categories .typeahead_text {
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
  color: #005380;
}
.tt-menu .tt-dataset-categories .footer {
  font-size: 15px;
  margin-top: 15px;
}
.tt-menu .tt-dataset-categories .footer a {
  text-decoration: underline;
}
@media all and (max-width: 979px) {
  .tt-menu {
    left: -41px !important;
    width: 650px;
    min-width: 500px !important;
  }
  .tt-menu .tt-dataset-products .typeahead_wrapper {
    width: 50%;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm {
    padding: 10px;
    height: 311px;
    max-width: none;
    min-width: initial;
    display: block;
    width: auto;
    float: none;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm:before,
  .tt-menu .tt-dataset .produkt_nahled.sm:after {
    content: " ";
    display: table;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm:after {
    clear: both;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm:before,
  .tt-menu .tt-dataset .produkt_nahled.sm:after {
    content: " ";
    display: table;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm:after {
    clear: both;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm .detail .cena {
    margin-right: 15px;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm .main_img {
    margin: auto;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm .main_img a {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm .main_img a img {
    max-width: 100%;
    max-height: 100%;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm h2 {
    height: 69px;
    text-align: left;
  }
  .tt-menu .tt-dataset .produkt_nahled.sm .row {
    display: block;
    float: left;
  }
}
@media all and (max-width: 710px) {
  .tt-menu {
    width: 100%;
    left: 35px !important;
  }
  .tt-menu .tt-dataset-categories .typeahead_wrapper {
    width: 100%;
  }
  .tt-menu .tt-dataset-categories .typeahead_text {
    font-size: 11px;
  }
  .tt-menu .tt-dataset-products .typeahead_wrapper {
    width: 100%;
  }
  .tt-menu .tt-dataset-products .produkt_nahled.sm {
    height: 151px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tt-menu .tt-dataset-products .produkt_nahled a:not(.btn) {
    width: 160px;
    text-align: left;
    margin-right: 10px;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .kolekce {
    display: none;
    margin-right: 10px;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .detail {
    width: auto;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .detail .btn-success {
    display: block;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .main_img {
    margin: initial;
    margin-right: 15px;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .popis {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .tt-menu {
    min-width: 350px !important;
    left: 131px !important;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .detail .cena .aktualni {
    font-size: 12px;
  }
}
@media all and (max-width: 400px) {
  .tt-menu {
    min-width: 280px !important;
    left: 142px !important;
  }
  .tt-menu .tt-dataset-products .produkt_nahled.sm {
    height: 201px;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .detail {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tt-menu .tt-dataset-products .produkt_nahled .detail .cena .aktualni {
    font-size: 12px;
  }
}
