/*!
 * 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;
  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: 960px) {
  .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: 960px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.8;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \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: 960px) {
  .container {
    width: 930px;
  }
}
@media (min-width: 1080px) {
  .container {
    width: 1050px;
  }
}
@media (min-width: 1270px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 960px) {
  .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: 1080px) {
  .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: 1270px) {
  .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: 959px) {
  .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;
  -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: 960px) {
  .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: 960px) {
  .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: 960px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 23px;
  }
}
@media (min-width: 960px) {
  .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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 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: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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: 960px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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: 960px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 960px) {
  .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: 960px) {
  .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: 960px) {
  .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: 959px) {
  .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: 960px) {
  .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: 960px) {
  .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: 959px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .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: 960px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 960px) {
  .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: 959px) {
  .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: 959px) {
  .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;
  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;
}
@-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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #FFF;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-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: 959px) {
  .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: 959px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 959px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 959px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 960px) and (max-width: 1079px) {
  .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: 960px) and (max-width: 1079px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1079px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 960px) and (max-width: 1079px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1080px) and (max-width: 1269px) {
  .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: 1080px) and (max-width: 1269px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1080px) and (max-width: 1269px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1080px) and (max-width: 1269px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1270px) {
  .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: 1270px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1270px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1270px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 959px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1079px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1080px) and (max-width: 1269px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1270px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-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;
}

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

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

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

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

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

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

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

.noUi-horizontal .noUi-handle {
	width: 22px;
    height: 22px;
    border-radius: 50%;
	left: -10px;
	top: -6px;
	cursor: pointer;
}

.noUi-background {
	-webkit-box-shadow: inset 0 1px 1px #f5f5f5;
	        box-shadow: inset 0 1px 1px #f5f5f5;
	border-width: 2px;
	border-color:  #d6d6d6;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color:  #f1f1f1;
}

.noUi-connect {
	background: #474747;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-target {
	border-radius: 6px;
	background-color: #f1f1f1;
	border: 1px solid #d7d7d7;
	padding: 0 10px;
	height: 12px;
}

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

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

.noUi-handle {
	background: #579001;
	cursor: default;
}

.noUi-tooltip {
	display: inline-block;
    position: fixed;
    border-radius: 0;
    padding: 5px;
    text-align: center;
    color: #797979;
    font-size: 14px;
    font-weight: 400;
    width: 80px;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	bottom: -40px;
	left: -20px;
	text-align: left;
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	bottom: -40px;
	right: -20px;
	text-align: right;
}


/*
 *  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: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

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

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

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -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: 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;
  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;
  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: 768px) {
  .remodal {
    max-width: 820px;
  }
}

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

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

.lt-ie9 .remodal {
  width: 700px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

.fancybox-container {
    -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;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-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);
            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;
    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;
    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;
    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;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    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;
    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;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-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 {
    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;
    bottom: 0px;
}

.fancybox-bg::before{
    content: '';
    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: 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;
    height: 120px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    display: block;
}




@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);
            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);
            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;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

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

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -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;
    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 {
    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 {
    background: rgba(255,255,255,0.4);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-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; }

/**
 * Withdrawal form — light styling.
 * Inputs/buttons inherit project Bootstrap (`form-control`, `btn`); these rules
 * only add layout + interactive feedback for the row picker.
 */

.withdrawal-form {
	max-width: 720px;
	margin: 0 auto;
	font-family: inherit;
}

.withdrawal-form__steps {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	padding: 0;
	margin: 0 0 16px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.withdrawal-form__step {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 120px;
	padding: 8px 12px;
	background: #f1f1f1;
	border-radius: 3px;
	font-size: 14px;
	color: #666;
}

.withdrawal-form__step--active {
	background: #e6f0ff;
	color: #003e91;
}

.withdrawal-form__step--done {
	background: #d7f5d7;
	color: #1a6b1a;
}

.withdrawal-form__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
}

.withdrawal-form__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4px;
}

.withdrawal-form__field--consent {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 8px;
}

.withdrawal-form__items {
	width: 100%;
}

.withdrawal-form__item {
	cursor: pointer;
	-webkit-transition: background-color 120ms ease;
	transition: background-color 120ms ease;
}

.withdrawal-form__item:hover {
	background-color: #f5faff;
}

.withdrawal-form__item.is-selected {
	background-color: #e6f0ff;
}

.withdrawal-form__item-label {
	cursor: pointer;
	margin: 0;
	font-weight: normal;
}

.withdrawal-form__item-piece {
	max-width: 80px;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	        appearance: textfield;
}

.withdrawal-form__item-piece::-webkit-outer-spin-button,
.withdrawal-form__item-piece::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.withdrawal-form__item-checkbox {
	width: 1%;
	white-space: nowrap;
}

.withdrawal-form__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 16px;
}

.withdrawal-form__error {
	margin-bottom: 16px;
}

@media (max-width: 480px) {
	.withdrawal-form__items th,
	.withdrawal-form__items td {
		font-size: 12px;
		padding: 4px;
	}
	.withdrawal-form__item-piece {
		max-width: 60px;
	}
}

.font-light {
  font-family: 'Roboto Condensed Light';
  font-weight: 300;
}
.font-book {
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
.font-bold {
  font-family: 'Roboto Condensed Bold';
  font-weight: 700;
}
.font-demi {
  font-family: 'Roboto Condensed';
  font-weight: 700;
}
.mce-content-body a {
  color: black;
}
.mce-content-body a:hover {
  color: black;
}
.mce-content-body h1 {
  color: black;
}
.mce-content-body p {
  font-size: 16px;
  margin-bottom: 40px;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: thin solid #ccc;
}
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
  border: none;
  -webkit-transition: 300ms;
  transition: 300ms;
}
::-webkit-scrollbar-thumb:hover {
  background: #CDCDCD;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
  border: none;
  border-left: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body {
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 41px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 100%;
}
h1.podstrana {
  margin-bottom: 20px;
}
h1.hp {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
}
h2 {
  font-size: 25px;
  color: #368d09;
}
h2.produkt {
  margin: 10px 10px 0;
  font-size: 16px;
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h2.nadpis_kategorie {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 60px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
h2.nadpis_kategorie.tmavy {
  color: #666666;
  font-size: 16px;
}
span.poptavka_nadpis {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
span.nadpis {
  font-size: 25px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 30px;
  display: block;
}
span.vyrobek_info {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
span.rada {
  margin-bottom: 10px;
  font-size: 21px;
  display: block;
  color: #272727;
  font-weight: 700;
}
h3 {
  font-weight: 700;
  font-size: 20px;
  color: #368d09;
  margin-bottom: 25px;
  margin-top: 8px;
}
h4 {
  font-size: 20px;
  color: #272727;
  font-weight: 700;
  margin: 0;
}
p {
  font-size: 17px;
  color: #666666;
  margin: 20px 0;
}
p a {
  color: #666666;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
}
p a:hover {
  color: #48bd0c;
  text-decoration: underline;
}
p.big {
  font-size: 34px;
  line-height: 140%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-no-margin p {
  margin: 0 !important;
}
.flash-message {
  max-width: 500px;
  width: 100%;
  z-index: 99999999;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  border: 2px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  border-radius: 5px;
}
.flash-message p {
  margin: 0;
  color: black !important;
}
.flash-message button {
  background: none;
  border: 0;
  color: black;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 5px;
}
.flash-message button:hover {
  background: #e6e6e6;
}
a {
  text-transform: none;
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #368d09;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.anchor {
  position: relative;
  top: -65px;
}
.secondary {
  padding-top: 30px;
  padding-bottom: 70px;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.small {
  font-size: 17px;
}
.no-underline {
  text-decoration: none;
}
.no-underline:hover,
.no-underline:focus,
.no-underline:active {
  text-decoration: none;
}
#order .productCountInput {
  padding-right: 0;
}
.content a:not(.btn) {
  color: #368d09;
  text-decoration: underline;
}
.content a:not(.btn):hover {
  color: black;
}
.content p {
  margin: 20px 0;
}
.content ul {
  margin: 20px 0;
}
.content ol {
  margin: 20px 0;
}
.content table {
  margin: 20px 0;
}
.content h2 {
  margin: 40px 0 20px 0;
}
.content h3 {
  margin: 30px 0 20px 0;
}
.produkt_vypis.uvod .kategorie,
.produkt_detail.umisteni .kategorie {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.produkt_vypis.uvod .kategorie a,
.produkt_detail.umisteni .kategorie a {
  padding: 6px 15px 0 15px;
  height: 64px;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.produkt_vypis.uvod .kategorie a:hover,
.produkt_detail.umisteni .kategorie a:hover {
  border-color: #368d09;
}
.produkt_vypis.uvod .kategorie img,
.produkt_detail.umisteni .kategorie img {
  float: left;
}
.produkt_vypis.uvod .kategorie p,
.produkt_detail.umisteni .kategorie p {
  margin-left: 7px;
  margin-top: 12px;
  display: inline-block;
  color: #368d09;
  font-weight: 700;
  font-size: 18px;
}
.produkt_vypis.uvod .kategorie p span,
.produkt_detail.umisteni .kategorie p span {
  font-weight: 400;
  color: #666666;
}
.productCountInput {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
.productCountInput.disabled {
  opacity: 0.7;
  cursor: not-allowed !important;
}
.productCountInput.disabled .unit {
  cursor: not-allowed !important;
}
.productCountInput.disabled .product_count {
  cursor: not-allowed !important;
}
.productCountInput.disabled .control {
  cursor: not-allowed !important;
}
.productCountInput .unit {
  position: relative;
  left: -27px;
  top: 1px;
}
.productCountInput .product_count {
  width: 54px;
  height: 70px;
  border: 1px solid #e2e2e2;
  padding-left: 10px;
  background: #f3f3f3;
}
.productCountInput .control {
  border: 1px solid #e2e2e2;
  cursor: pointer;
  border-left: none;
  position: absolute;
  font-size: 30px;
  color: #000;
  left: 54px;
  width: 35px;
  background: url(/userfiles/images/icons.png) -455px -35px no-repeat;
  height: 35px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.productCountInput .control.plus {
  top: 0;
  background-position: -424px -35px;
  border-bottom: none;
}
.productCountInput .control.minus {
  top: 35px;
}
#free-shipping-bar p {
  color: #272727;
  display: inline-block;
  margin: 0;
}
#free-shipping-bar p:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 4px;
  width: 25px;
  height: 20px;
  background: url(/userfiles/images/icons.png) -426px -81px no-repeat;
}
#free-shipping-bar span {
  float: right;
  margin-top: 3px;
}
.progress {
  border-radius: 4px;
  margin-top: 10px;
  background-color: #e2e2e2;
  padding: 3px 4px;
  height: 11px;
  margin-bottom: 50px;
}
.progress .progress-bar {
  float: left;
  height: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#368d09+0,79bb45+100 */
  background: #368d09;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#368d09), to(#79bb45));
  background: linear-gradient(to right, #368d09 0%, #79bb45 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#368d09', endColorstr='#79bb45', GradientType=1);
  /* IE6-9 */
}
.form-control {
  background-color: #f3f3f3;
  border: 1px solid #e2e2e2;
}
.has_auto_width {
  width: auto !important;
}
#contact_form_part label {
  margin-top: 7px;
  margin-bottom: 4px;
}
.checkbox {
  margin-left: 30px;
}
.checkbox input[type="checkbox"] {
  margin-left: -30px;
  margin-top: 0px;
}
.checkbox a {
  color: #368d09;
  text-decoration: underline;
}
.content > p:last-of-type {
  margin-bottom: 0;
}
#filter_list {
  position: relative;
  top: -64px;
}
#accountNav,
#loginNav {
  display: none;
  position: absolute;
  text-align: right;
  z-index: 99;
  background-color: white;
  border: 1px solid #e2e2e2;
  padding: 10px;
  margin-right: 10px;
  top: 38px;
  right: 0;
}
#accountNav a,
#loginNav a {
  width: 100%;
  font-size: 13px;
  color: #368d09;
}
#accountNav input[type=submit],
#loginNav input[type=submit] {
  margin-top: 5px;
}
@media all and (max-width: 960px) {
  h1.podstrana {
    margin-top: 25px;
  }
}
@media all and (max-width: 600px) {
  .item-xxs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
.reference {
  padding-top: 40px;
  padding-bottom: 50px;
}
.reference .item {
  height: 168px;
  width: 168px;
  margin: 10px auto 0;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  background: black;
  position: relative;
  top: 0;
  left: 0;
}
.reference .item img {
  max-width: 100%;
}
.reference .item span {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 20px;
  color: #fff;
  display: none;
}
.reference .item.logo {
  background: white;
  border: 2px solid #e2e2e2;
}
.reference .item.logo:hover span {
  display: none;
}
.reference .item:hover img {
  opacity: 0.5;
}
.reference .item:hover span {
  display: block;
}
.kontakty {
  float: left;
}
.kontakty .obrazek {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.kontakty .text {
  display: inline-block;
}
.kontakty .text p {
  font-size: 17px;
  color: #272727;
}
.kontakty .text p span {
  color: #666666;
}
.kontakty .text p a {
  text-decoration: none;
  border-bottom: 2px solid #aaaaaa;
  color: #272727;
}
.kontakty .text p a:hover {
  color: #368d09;
}
.kontakty .text .btn-success {
  margin-top: 30px;
}
.produkty {
  padding-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 790px) {
  .produkty h2 {
    font-size: 20px;
  }
}
.nabidka {
  padding-top: 30px;
  padding-bottom: 40px;
}
.nabidka a {
  display: block;
}
.nabidka a:hover {
  opacity: 0.9;
}
.nabidka .kategorie {
  height: 260px;
  overflow: hidden;
  position: relative;
  max-width: 600px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.nabidka .kategorie .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
}
.nabidka .kategorie .wrapper h2 {
  position: absolute;
  bottom: 15px;
  right: 0px;
}
.nabidka .kategorie .wrapper h2:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: 0px;
  background: #8bd317;
  width: 50px;
  height: 3px;
}
.nabidka .kategorie.male .wrapper h2:after {
  top: 9px;
}
.nabidka .kategorie.male:last-of-type {
  border-right: 1px solid #e2e2e2;
}
.nabidka .categories div:nth-child(2) .kategorie,
.nabidka .categories div:nth-child(5) .kategorie {
  margin-right: 0;
}
@media all and (max-width: 959px) {
  .nabidka .kategorie,
  .nabidka .categories div:nth-child(2) .kategorie,
  .nabidka .categories div:nth-child(5) .kategorie {
    margin: 2px auto;
  }
}
.uvod.homepage {
  height: calc(100vh - 186px);
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.uvod.homepage .bg-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.uvod.homepage.mobile-only {
  display: none;
}
.uvod.homepage .znak {
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 3;
}
.uvod.homepage .slider_text {
  margin-top: 130px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.uvod.homepage .slider_text.shadow {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.5);
  border-radius: 180px;
}
.uvod.homepage .slider_text span {
  display: block;
  margin-bottom: 15px;
}
.uvod.homepage .slider_text span.cesky {
  background: url(/userfiles/images/icons.png) 4px -49px no-repeat;
  width: 64px;
  height: 77px;
  margin: 0 auto;
}
.uvod.homepage .slider_text span.logo_box {
  background: url(/userfiles/images/logo_box.png) no-repeat;
  width: 429px;
  height: 114px;
  margin: 0 auto 10px;
}
.uvod.homepage .slider_text .btn-primary {
  margin-top: 30px;
}
@media all and (max-width: 1239px) {
  .uvod.homepage .slider_text h1 {
    font-size: 45px;
  }
  .uvod.homepage .slider_text span {
    font-size: 40px;
  }
  .uvod.homepage .slider_text p {
    font-size: 18px;
  }
}
@media all and (max-width: 1400px) {
  .uvod.homepage .slider_text {
    margin-top: 8%;
  }
}
@media all and (max-width: 979px) {
  .uvod.homepage .slider_text {
    margin-top: 7%;
  }
}
@media all and (max-width: 959px) {
  .uvod.homepage {
    height: auto;
  }
  .uvod.homepage.mobile-only {
    display: block;
  }
  .uvod.homepage.mobile-only .text--mobile {
    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;
    max-width: 600px;
    margin: auto auto 35px;
    padding-top: 20px;
    font-size: 22px;
    padding-right: 80px;
    position: relative;
  }
  .uvod.homepage.mobile-only .text--mobile .text-only {
    margin-right: 15px;
    max-width: 410px;
  }
  .uvod.homepage.mobile-only .text--mobile .btn-primary {
    margin-right: 15px;
  }
  .uvod.homepage.mobile-only .text--mobile .cesky {
    position: absolute;
    right: 0px;
    top: 20px;
    background: url(/userfiles/images/icons.png) 4px -49px no-repeat;
    width: 64px;
    height: 77px;
    margin: 0 auto;
  }
  .uvod.homepage.mobile-only .text--mobile .btn {
    display: block;
    margin-top: 15px;
  }
  .uvod.homepage.mobile-only .image--mobile {
    max-width: 100%;
  }
  .uvod.homepage.mobile-only .image--mobile img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .uvod.homepage.desktop {
    display: none;
  }
  .uvod.homepage .box .slider_text {
    margin-top: 5%;
  }
  .uvod.homepage .znak {
    display: none;
  }
}
@media all and (max-width: 490px) {
  .uvod.homepage .box .slider_text span.logo_box {
    display: none;
  }
  .uvod.homepage .box .slider_text h1 {
    margin-top: 30px;
  }
}
.hlavicka {
  position: relative;
  z-index: 999;
}
.hlavicka .top {
  height: 40px;
}
.hlavicka .top nav {
  float: left;
  padding-left: 0;
}
.hlavicka .top .navbar-nav {
  display: inline-block;
  margin-top: 7px;
}
.hlavicka .top .navbar-nav li {
  padding-right: 15px;
}
.hlavicka .top .navbar-nav li a {
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
}
.hlavicka .top .navbar-nav li a:hover,
.hlavicka .top .navbar-nav li a:focus,
.hlavicka .top .navbar-nav li a:active,
.hlavicka .top .navbar-nav li a:active:hover {
  background: none;
  font-weight: 400;
  color: #368d09;
  background: white;
}
.hlavicka .top .lang {
  float: right;
  margin-top: 9px;
}
.hlavicka .top .lang a {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.4;
}
.hlavicka .top .lang a img {
  width: 20px;
  height: 20px;
}
.hlavicka .top .lang a:hover,
.hlavicka .top .lang a.active {
  opacity: 1;
}
.hlavicka .top .log {
  float: right;
  margin-top: 9px;
  margin-left: 25px;
  position: relative;
}
.hlavicka .top .log:before {
  width: 12px;
  height: 14px;
  position: relative;
  top: 1px;
  background: url(/userfiles/images/icons.png) no-repeat;
  background-position: -47px -2px;
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.hlavicka .top .log .prihlas {
  padding-left: 20px;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
}
.hlavicka .top .navbar-toggle {
  display: inline-block;
  margin: 3px 0 0 0;
  float: left;
  padding: 0;
}
.hlavicka .top .navbar-toggle span {
  color: #368d09;
  background: none;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
}
.hlavicka .bottom {
  padding-bottom: 20px;
}
.hlavicka .bottom .search-ico {
  display: none;
}
.hlavicka .bottom .logo {
  margin-right: 40px;
  display: inline-block;
  float: left;
}
.hlavicka .bottom .form-group {
  margin-bottom: 0;
}
.hlavicka .bottom .search {
  margin-top: 10px;
  margin-right: 14px;
  display: inline-block;
  float: left;
}
.hlavicka .bottom .kosik {
  float: right;
  margin-top: 10px;
  display: inline-block;
}
.hlavicka .bottom .kosik .pocet_ks_kosik {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 13px;
  left: 42px;
  color: #fff;
  font-size: 11px;
  background: #f17d33;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  padding-top: 0.5px;
}
.hlavicka .bottom .kosik #basket {
  font-size: 21px;
  font-weight: 700;
  color: #272727;
  padding: 6px 15px 0 85px;
  height: 48px;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #e2e2e2;
  position: relative;
}
.hlavicka .bottom .kosik #basket span {
  font-size: 13px;
  font-weight: 400;
}
.hlavicka .bottom .kosik #basket:before {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 12px;
  background: url(/userfiles/images/icons.png) -65px 0px no-repeat;
  width: 30px;
  height: 28px;
}
.hlavicka .bottom .kontakt {
  display: inline-block;
  margin-left: 65px;
  padding-left: 48px;
  margin-top: 15px;
  position: relative;
  line-height: 0.9;
}
.hlavicka .bottom .kontakt p {
  font-size: 21px;
  margin: 0;
}
.hlavicka .bottom .kontakt span {
  font-size: 13px;
  color: #666666;
}
.hlavicka .bottom .kontakt:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0px;
  background: url(/userfiles/images/icons.png) 0px 0px no-repeat;
  width: 42px;
  height: 40px;
}
.hlavicka .fixed .navigace {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 100;
}
.hlavicka .fixed .navigace_back {
  height: 65px;
}
.hlavicka .navigace {
  background: url(/userfiles/images/navigace_back.jpg) top center no-repeat;
}
.hlavicka .navigace .lower-menu {
  display: none;
}
.hlavicka .navigace .nav-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  border: none;
}
.hlavicka .navigace .nav-tabs .level1 {
  position: relative;
}
.hlavicka .navigace .nav-tabs .level1:after {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  right: 0px;
  background: #fff;
  width: 1px;
  height: 28px;
  opacity: 0.2;
}
.hlavicka .navigace .nav-tabs .level1:last-of-type:after {
  display: none;
}
.hlavicka .navigace .nav-tabs .level1 a {
  display: block;
  font-size: 17px;
  color: #fff;
  height: 65px;
  border: none;
  padding: 18px 30px 0;
}
.hlavicka .navigace .nav-tabs .level1 a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
}
.hlavicka .navigace .nav-tabs .level1:hover .dropdown-menu {
  display: block;
  background: url(/userfiles/images/navigace_back.jpg) top center;
  padding: 10px 0;
}
.hlavicka .navigace .nav-tabs .level1:hover .dropdown-menu .level2 a {
  height: auto;
  line-height: 140%;
  padding: 10px 30px;
}
.hlavicka .navigace .navbar-toggle {
  margin: 0 0 15px 0;
  float: right;
  padding: 0;
}
.hlavicka .navigace .navbar-toggle .button-hamburger {
  padding-right: 5px;
  float: left;
}
.hlavicka .navigace .navbar-toggle .button-hamburger span {
  background: #368d09;
}
.hlavicka .navigace .navbar-toggle .button-label {
  color: #368d09;
  background: none;
  font-size: 22px;
  float: right;
  line-height: 0.6;
}
@media all and (max-width: 959px) {
  .hlavicka .bottom .logo {
    max-width: 132px;
    margin-top: 19px;
  }
  .hlavicka .bottom .logo img {
    max-width: 100%;
  }
  .hlavicka .bottom .search-ico {
    float: right;
    display: block;
    width: 34px;
    height: 34px;
    margin-top: 24px;
    background: url(/userfiles/images/icons.png) no-repeat -571px -93px;
  }
  .hlavicka .bottom .search {
    display: none;
    position: absolute;
    top: 70px;
    z-index: 5;
    right: 15px;
    left: 15px;
    width: auto;
    margin-right: 0;
  }
  .hlavicka .bottom .kosik .price-part {
    display: none;
  }
  .hlavicka .bottom .kosik #basket {
    padding: 6px 37px 0 37px;
  }
  .hlavicka .top .lang {
    float: left;
  }
  .hlavicka .navigace {
    text-align: left;
  }
  .hlavicka .navigace .navbar-toggle {
    padding: 20px 0;
    color: #fff;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hlavicka .navigace .navbar-toggle .button-label {
    color: #fff;
    float: left;
  }
  .hlavicka .navigace .navbar-toggle .button-hamburger {
    margin-left: 10px;
    padding-right: 0;
  }
  .hlavicka .navigace .navbar-toggle .button-hamburger span {
    background: #fff;
  }
  .hlavicka .navigace #collapse_eshopnav {
    background: #368d09;
    position: absolute;
    top: 56px;
    right: 0px;
    left: 0px;
    z-index: 999;
    padding: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .hlavicka .navigace #collapse_eshopnav .dropdown-menu {
    display: none !important;
  }
  .hlavicka .navigace #collapse_eshopnav .lower-menu {
    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;
    height: 220px;
    padding: 20px;
  }
  .hlavicka .navigace #collapse_eshopnav .lower-menu a {
    padding: 9px 10px;
    font-size: 13px;
  }
  .hlavicka .navigace #collapse_eshopnav .nav-tabs {
    padding: 10px 0;
    display: block;
  }
  .hlavicka .navigace #collapse_eshopnav .nav-tabs .level1 {
    float: none;
  }
  .hlavicka .navigace #collapse_eshopnav .nav-tabs .level1:hover .dropdown-menu {
    left: -160px;
    background: #368d09;
    top: -5px;
    padding: 5px 0;
  }
  .hlavicka .navigace #collapse_eshopnav .nav-tabs .level1:after {
    display: none;
  }
  .hlavicka .navigace #collapse_eshopnav .nav-tabs .level1 a {
    color: #fff;
    height: auto;
    line-height: 140%;
    padding: 10px 30px;
    position: relative;
  }
  .hlavicka .navigace #collapse_eshopnav .nav-tabs .level1 a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .hlavicka .navigace #collapse_eshopnav .nav-tabs .level1 a:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 18px;
    height: 8px;
    width: 8px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media all and (max-width: 1269px) {
  .hlavicka .navigace .nav-tabs .level1 a {
    padding: 18px 15px 0;
  }
  .hlavicka .bottom .kontakt {
    float: right;
  }
}
@media all and (max-width: 900px) {
  .hlavicka .bottom .search .text {
    width: none;
  }
}
@media all and (max-width: 656px) {
  .hlavicka .top .navbar-collapse {
    top: 195px;
  }
}
.poradna {
  padding-top: 20px;
  padding-bottom: 30px;
}
.poradna .kontakty {
  margin-top: 40px;
}
.poradna .text .rada {
  margin-bottom: 30px;
}
.poradna .dino {
  position: absolute;
  margin-left: -175px;
  left: 50%;
  top: 0px;
}
.poradna-page .kontakty {
  margin-top: 30px;
}
.poradna-page .kontakty .text {
  max-width: 200px;
}
.poradna-page .kontakty .text p {
  margin-top: 0;
  font-size: 14px;
}
.poradna-page .kontakty .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.poradna-page .kontakty .line .obrazek,
.poradna-page .kontakty .line .text {
  float: none;
}
.poradna-page .kontakty .line .text .rada {
  margin-bottom: 0;
}
.poradna-page .kontakty .line .obrazek {
  margin-bottom: 0px;
  margin-right: 9px;
  max-width: 40px;
}
.poradna-page .kontakty .full-text {
  width: 100%;
  max-width: 270px;
}
.poradna-page .kontakty .full-text p {
  margin-top: 15px;
  font-size: 14px;
}
.poradna-page .kontakty .rada {
  font-size: 16px;
}
.poradna-page .poradna_seznam {
  max-width: 100%;
  padding: 25px 20px;
  background: #368d09;
  margin-top: 75px;
}
.poradna-page .poradna_seznam h3 {
  color: white;
}
.poradna-page .poradna_seznam .dino_sm {
  position: absolute;
  top: -72px;
  left: 30px;
}
.poradna-page .poradna_seznam ul li {
  margin-bottom: 10px;
}
.poradna-page .poradna_seznam ul li a {
  display: block;
  text-decoration: none;
  color: #d6d6d6;
  padding-left: 18px;
}
.poradna-page .poradna_seznam ul li a.item0:before,
.poradna-page .poradna_seznam ul li a.item1:before,
.poradna-page .poradna_seznam ul li a.item2:before,
.poradna-page .poradna_seznam ul li a.item3:before,
.poradna-page .poradna_seznam ul li a.item4:before {
  top: 3px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.poradna-page .poradna_seznam ul li a:hover .underline-part,
.poradna-page .poradna_seznam ul li a:focus .underline-part {
  color: #8bd317;
}
.poradna-page .poradna_seznam ul li a .underline-part {
  color: white;
  text-decoration: underline;
}
.poradna-page .poradna_seznam:before {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 20px 0px;
  border-color: transparent transparent #368d09 transparent;
  top: -19px;
  left: 95px;
}
.question {
  border-radius: 4px;
  padding: 25px 25px ;
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
}
.question h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.question .category {
  margin-top: 5px;
  text-decoration: underline;
}
@media all and (max-width: 1269px) {
  .poradna .dino {
    display: none;
  }
  .poradna .poradna_seznam:before {
    display: none;
  }
}
@media all and (max-width: 1079px) {
  .poradna .poradna_seznam {
    margin-top: 50px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .poradna .kontakty {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    max-width: 465px;
  }
}
@media all and (max-width: 1080px) {
  .poradna-page .kontakty {
    float: none;
  }
  .poradna-page .poradna_seznam {
    float: none;
    margin-top: 100px;
  }
}
@media all and (max-width: 480px) {
  .poradna .poradna_seznam {
    display: none;
  }
  .poradna .kontakty {
    padding: 0 15px;
  }
}
.velikosti .option_item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 7px;
}
.velikosti .option_item label {
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  padding-left: 0;
}
.velikosti .option_item label input {
  display: none;
}
.velikosti .option_item label input:checked + .option_checked {
  display: block;
}
.velikosti .option_item label .option_checked {
  position: absolute;
  display: none;
  border-radius: 50%;
  bottom: -4px;
  right: 2px;
  background: #79bb45 url(/userfiles/images/icons.png) -409px -43px no-repeat;
  width: 15px;
  height: 15px;
}
.velikosti a {
  padding-top: 9px;
  font-size: 13px;
  display: block;
  font-weight: 400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.velikosti a:hover {
  border-color: #368d09;
}
.paticka .top {
  background: #f3f3f3;
  padding-bottom: 30px;
}
.paticka .top ul {
  padding-left: 0;
}
.paticka .top ul li {
  list-style-type: none;
  line-height: 1.6;
}
.paticka .top ul li a {
  font-size: 16px;
}
.paticka .top .horni h3 {
  display: inline-block;
  float: left;
}
.paticka .top .horni h3.sit {
  display: inline-block;
  margin-right: 25px;
}
.paticka .top .horni .site {
  display: inline-block;
  float: left;
  margin-bottom: 55px;
}
.paticka .top .horni .site a {
  width: 38px;
  margin-right: 2px;
  height: 37px;
  display: inline-block;
  text-decoration: none;
  background: url(/userfiles/images/icons.png) no-repeat;
}
.paticka .top .horni .site a.insta {
  background-position: -201px 0px;
}
.paticka .top .horni .site a.fb {
  background-position: -154px 0px;
}
.paticka .bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.paticka .bottom .vlevo {
  float: left;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.paticka .bottom .vlevo span.cesky {
  background: url(/userfiles/images/icons.png) 4px -49px no-repeat;
  width: 64px;
  height: 77px;
  margin-right: 30px;
}
.paticka .bottom .vlevo span.visa {
  background: url(/userfiles/images/icons.png) -247px -1px no-repeat;
  width: 48px;
  height: 34px;
  margin-right: 10px;
}
.paticka .bottom .vlevo span.master {
  background: url(/userfiles/images/icons.png) -303px -1px no-repeat;
  width: 48px;
  height: 34px;
}
.paticka .bottom .vpravo {
  text-align: right;
  float: right;
  margin-top: 10px;
}
.paticka .bottom .vpravo p {
  text-align: right;
  font-size: 15px;
  color: #666666;
  margin-top: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 1079px) {
  .paticka .horni {
    margin-top: 30px;
  }
  .paticka .kontakty {
    width: 100%;
  }
}
.novinky {
  background: #f3f3f3;
  padding-top: 60px;
  padding-bottom: 50px;
}
.novinky .search {
  height: auto;
}
.novinky .newsletter-box .checkbox-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 20px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
}
.novinky .newsletter-box .checkbox-label-wrapper input[type="checkbox"] {
  margin-top: 0;
  margin-right: 15px;
  display: block;
  width: 20px;
  height: 20px;
}
.novinky .search {
  margin-top: 25px;
  width: 380px;
  max-width: 100%;
}
.novinky .search .text {
  background: #fff;
  padding-left: 20px;
}
.novinky .search .button {
  width: 160px;
}
.novinky p {
  color: #272727;
  margin-top: 20px;
}
.novinky .item {
  text-align: center;
}
.novinky .item span {
  background: url(/userfiles/images/icons.png) -66px -45px no-repeat;
  display: block;
  width: 94px;
  height: 100px;
  margin: 10px auto 0;
}
.novinky .item p {
  margin-top: 10px;
}
.novinky .item.druhy span {
  background-position: -161px -45px;
}
.novinky .item.treti span {
  background-position: -271px -45px;
}
@media all and (max-width: 1079px) {
  .novinky .search {
    margin-bottom: 40px;
    height: auto;
  }
  .novinky .search .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .novinky .search .button {
    margin-top: 15px;
    position: static;
    margin-bottom: 15px;
  }
  .novinky .search .text {
    border-right: 2px solid #e2e2e2;
  }
}
.btn-primary {
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 13px 27px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  background: #368d09;
  border-radius: 4px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
  background: #3fa50b;
  color: #fff;
  text-decoration: none;
}
.btn-primary2 {
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 13px 27px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  background: #f17d33;
  border-radius: 4px;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active,
.btn-primary2:active:hover {
  background: #f38c4b;
  color: #fff;
  text-decoration: none;
}
.btn-info {
  color: #fff;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  background: #368d09;
  border-radius: 4px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:hover {
  background: #3fa50b;
  color: #fff;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:active,
.btn-info.disabled:focus {
  background: #368d09;
  border-color: #e6e1dd;
  opacity: 0.5;
  pointer-events: none;
}
.btn-success {
  background: none;
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
  color: #272727;
  text-transform: uppercase;
  border: 2px solid #e2e2e2;
  text-decoration: none;
  padding: 4px 25px 3px 25px;
  border-radius: 4px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
  background: #368d09;
  border: 2px solid #368d09;
  color: #fff;
}
.search {
  width: 316px;
  position: relative;
  border-radius: 4px;
  height: 48px;
}
.search .button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 99px;
  height: 48px;
  background: #368d09;
  z-index: 10;
  border: none;
  font-weight: 700;
  color: #fff;
  float: right;
  text-transform: uppercase;
  font-size: 13px;
}
.search .button:hover {
  background: #3fa50b;
}
.search .text {
  width: 100%;
  padding-right: 110px;
  display: block;
  background: #161b20;
  padding-left: 40px;
  height: 48px;
  border: 2px solid #e2e2e2;
  border-right: none;
  background: #f3f3f3 url(/userfiles/images/icons.png) -564px 13px no-repeat;
}
.search .text::-webkit-input-placeholder {
  font-size: 13px;
  color: #666666;
}
.search .text::-moz-placeholder {
  font-size: 13px;
  color: #666666;
}
.search .text::-ms-input-placeholder {
  font-size: 13px;
  color: #666666;
}
.search .text::placeholder {
  font-size: 13px;
  color: #666666;
}
.poptavka {
  background: url(/userfiles/images/poptavka_back.jpg) top center no-repeat;
  padding-top: 80px;
  padding-bottom: 70px;
  height: 485px;
  text-align: center;
}
.poptavka .text {
  padding: 50px 25px;
}
.poptavka .text.shadow {
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.4);
  border-radius: 180px;
}
.poptavka .text p {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 20px #000;
}
.poptavka .text span.poptavka_nadpis {
  text-shadow: 0px 0px 20px #000;
}
@media all and (max-width: 450px) {
  .poptavka .text {
    padding: 0;
  }
}
@media all and (max-width: 380px) {
  .poptavka {
    padding-top: 90px;
  }
}
.produkt_detail.info {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.produkt_detail.info .tisk {
  float: right;
  display: inline-block;
  margin-top: 25px;
}
.produkt_detail.info .tisk span {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.produkt_detail.info .tisk span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/userfiles/images/icons.png) -426px -113px no-repeat;
  width: 22px;
  height: 22px;
}
.produkt_detail.info .product_main p {
  margin: 0;
}
.produkt_detail.info .breadcrumb_nav {
  display: inline-block;
}
.produkt_detail.info label {
  margin-bottom: 0;
}
.produkt_detail.info p {
  font-size: 16px;
}
.produkt_detail.info .vice {
  font-weight: 700;
  font-size: 14px;
  color: #368d09;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.produkt_detail.info .vice:hover {
  color: #3fa50b;
}
.produkt_detail.info .vice span {
  text-decoration: underline;
}
.produkt_detail.info .vice span.arrow {
  text-decoration: none;
  position: relative;
  top: -1px;
}
.produkt_detail.info .popis {
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
}
.produkt_detail.info .product-detail-form {
  position: relative;
}
.produkt_detail.info .product-detail-form .options {
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}
.produkt_detail.info .product-detail-form .options > select {
  margin-bottom: 10px;
}
.produkt_detail.info .product-detail-form .options .property_header {
  float: left;
  width: 90px;
  font-size: 20px;
}
.produkt_detail.info .product-detail-form .options > .flexbox {
  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-bottom: 10px;
}
.produkt_detail.info .product-detail-form .property_item {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  border: 1px solid #e2e2e2;
}
.produkt_detail.info .product-detail-form .property_item.selected {
  border-color: #368d09;
}
.produkt_detail.info .product-detail-form .property_item:focus,
.produkt_detail.info .product-detail-form .property_item:hover,
.produkt_detail.info .product-detail-form .property_item:active {
  cursor: pointer;
  background: #efefef;
}
.produkt_detail.info .product-detail-form .property_item:focus .options_color,
.produkt_detail.info .product-detail-form .property_item:hover .options_color,
.produkt_detail.info .product-detail-form .property_item:active .options_color {
  display: block;
}
.produkt_detail.info .product-detail-form .property_item .property_item_image {
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.produkt_detail.info .product-detail-form .property_item .options_color {
  display: none;
  position: absolute;
  z-index: 9;
  width: 232px;
  top: 100%;
  left: -1px;
  background: #efefef;
  padding: 6px;
}
.produkt_detail.info .product-detail-form .option_item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px 10px 5px 5px;
  line-height: 1;
  float: left;
}
.produkt_detail.info .product-detail-form .option_item .option_item_image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.produkt_detail.info .product-detail-form .option_item > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}
.produkt_detail.info .product-detail-form .option_item > label input {
  display: none;
}
.produkt_detail.info .product-detail-form .option_item > label img {
  border: 1px solid #e2e2e2;
}
.produkt_detail.info .product-detail-form .option_item > label .option_checked {
  display: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  background: #f3f3f3 url(/userfiles/images/icons.png) -431px -5px no-repeat;
}
.produkt_detail.info .product-detail-form .option_item > label input:checked + .option_checked {
  display: block;
  border: 1px solid #368d09;
}
.produkt_detail.info .product_main {
  margin-top: 25px;
}
.produkt_detail.info .product_main td {
  font-weight: 400;
  padding-right: 30px;
}
.produkt_detail.info .product_main .vyrobce {
  color: #272727;
}
.produkt_detail.info .product_main .dostupnost {
  color: #f17d33;
  display: inline-block;
}
.produkt_detail.info .product_main .in-stock-long {
  position: relative;
}
.produkt_detail.info .product_main .in-stock-long .text-only {
  margin-right: 10px;
}
.produkt_detail.info .product_main .in-stock-long .in-stock-info-ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #368d09;
  border: 2px solid #368d09;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  top: 1px;
  font-size: 20px;
}
.produkt_detail.info .product_main .in-stock-long .in-stock-info-ico:hover {
  cursor: pointer;
}
.produkt_detail.info .product_main .info {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/userfiles/images/icons.png) -380px -43px no-repeat;
}
.produkt_detail.info .control_box {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #e2e2e2;
  border-radius: 4px;
  padding: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.produkt_detail.info .control_box .price {
  float: left;
}
.produkt_detail.info .control_box .price p {
  line-height: 1.1;
  font-size: 16px;
  margin: 10px 0;
}
.produkt_detail.info .control_box .price p span {
  color: #272727;
  display: block;
}
.produkt_detail.info .control_box .price p span.aktualni {
  font-size: 32px;
  font-weight: 700;
}
.produkt_detail.info .control_box .price p span.puvodni {
  text-decoration: line-through;
  color: #666666;
}
.produkt_detail.info .buy_box {
  display: inline-block;
  float: left;
  margin: 0;
}
.produkt_detail.info .buy_box.expired {
  width: 100%;
  max-width: 290px;
  padding: initial;
  position: relative;
  background: #368d09;
}
.produkt_detail.info .buy_box.expired .btn {
  white-space: normal;
  font-weight: normal;
  line-height: 1.7;
}
.produkt_detail.info .buy_box.expired .btn:before {
  content: none;
}
.produkt_detail.info .buy_box.expired a {
  height: 90px;
  color: white;
  font-size: 13px;
  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.info .control_buy {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.produkt_detail.info .control_buy .btn-info {
  height: 70px;
  width: 230px;
  text-align: right;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}
.produkt_detail.info .control_buy .btn-info span {
  background: #79bb45;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 52px;
}
.produkt_detail.info .control_buy .btn-info:before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 14px;
  height: 40px;
  z-index: 99;
  width: 34px;
  background: url(/userfiles/images/icons.png) -382px -68px no-repeat;
}
.produkt_detail.info .galery .detail-sm {
  display: inline-block;
  overflow: hidden;
}
.produkt_detail.info .galery .detail-sm a {
  display: block;
  overflow: hidden;
  width: 96px;
  height: 96px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}
.produkt_detail.info .galery .detail-sm a:hover {
  border: 1px solid #368d09;
}
.produkt_detail.info .galery .detail-sm span {
  display: block;
  width: 40px;
  height: 32px;
  background: url(/userfiles/images/icons.png) -461px -75px no-repeat;
  margin: 20px auto 0;
}
.produkt_detail.info .galery .detail-sm p {
  font-size: 13px;
  margin: 7px;
  text-align: center;
}
.produkt_detail.info .kontakty .text h3 {
  margin-bottom: 20px;
}
.produkt_detail.info .kontakty .text .delic {
  margin: 0 8px;
  color: #e2e2e2;
}
.produkt_detail.formular {
  padding-top: 35px;
  padding-bottom: 70px;
  background: #f3f3f3;
  border-bottom: 1px solid #e2e2e2;
}
.produkt_detail.formular .form-control {
  background: white;
}
.produkt_detail.formular .btn-info {
  padding: 10px 40px;
  margin: 35px auto 0 auto;
  display: block;
}
.produkt_detail.formular h2 {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.produkt_detail.formular h2 span {
  display: block;
  font-size: 20px;
  color: #272727;
}
.produkt_detail.formular.skryty {
  display: none;
}
.popover {
  position: absolute;
  max-width: 300px;
  text-align: center;
  width: auto;
  padding-bottom: 10px;
}
.popover .popover-content {
  font-size: 14px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.85);
  color: white;
}
.popover .popover-content a {
  color: white;
  text-decoration: underline;
}
.popover .popover-content a:hover {
  color: #368d09;
}
@media all and (max-width: 451px) {
  .produkt_detail.info .option_item {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 600px) {
  .produkt_detail.info .tisk {
    display: none !important;
  }
  .produkt_detail.info .control_box {
    max-width: 508px;
    display: block;
  }
  .produkt_detail.info .control_box .control_buy {
    display: block;
  }
  .produkt_detail.info .control_box .price {
    display: block;
    margin-right: 30px;
  }
  .produkt_detail.info #free-shipping-bar span {
    float: none;
    display: block;
  }
}
@media all and (max-width: 549px) {
  .produkt_detail.info .control_box {
    max-width: 260px;
  }
  .produkt_detail.info .control_box .btn-info {
    margin-top: 20px;
  }
  .produkt_detail.info .productCountInput {
    margin-top: 20px;
  }
}
.produkt_detail.info_dalsi {
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
}
.produkt_detail.info_dalsi .podrobnosti {
  padding-top: 55px;
  padding-bottom: 45px;
}
.produkt_detail.info_dalsi .podrobnosti ul {
  margin-top: 25px;
  list-style-type: none;
  padding-left: 0;
}
.produkt_detail.info_dalsi .podrobnosti ul li {
  padding-left: 22px;
  line-height: 2;
  position: relative;
}
.produkt_detail.info_dalsi .podrobnosti ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 15px;
  height: 3px;
  width: 15px;
  background: #79bb45;
}
.produkt_detail.info_dalsi .podrobnosti .orange-box {
  background: #f17d33;
  color: white;
  padding: 10px 15px;
}
.produkt_detail.info_dalsi .podrobnosti .orange-box a {
  color: white;
  text-decoration: underline;
}
.produkt_detail.info_dalsi .podrobnosti .orange-box a:hover,
.produkt_detail.info_dalsi .podrobnosti .orange-box a:focus {
  color: #272727;
}
.produkt_detail.info_dalsi .podrobnosti .product-help {
  padding-top: 100px;
}
.produkt_detail.info_dalsi .podrobnosti .product-help .poradna_seznam {
  max-width: 265px;
  padding: 25px 20px;
}
.produkt_detail.info_dalsi .podrobnosti .product-help .poradna_seznam:before {
  width: 40px;
  height: 22px;
  background-position: -360px -5px;
  top: -19px;
  left: 95px;
}
.produkt_detail.info_dalsi .podrobnosti .product-help .poradna_seznam .dino_sm {
  position: absolute;
  top: -72px;
  left: 30px;
}
.produkt_detail.info_dalsi .podrobnosti .product-help .poradna_seznam .btn-success {
  float: left;
  margin-top: 20px;
}
.produkt_detail.info_dalsi .podrobnosti .product-help .poradna_seznam ul li {
  padding-left: 0px;
  line-height: 1.6;
}
.produkt_detail.info_dalsi .podrobnosti .product-help .poradna_seznam ul li:before {
  display: none;
}
.produkt_detail.info_dalsi .podrobnosti .informace {
  margin-bottom: 40px;
}
.produkt_detail.info_dalsi .podrobnosti .informace .vyrobek_info {
  color: #368d09;
  margin: 40px 0 20px 0;
}
.produkt_detail.info_dalsi .podrobnosti .informace h3 {
  margin-bottom: 20px;
}
.produkt_detail.info_dalsi .podrobnosti .informace .table-item {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
.produkt_detail.info_dalsi .podrobnosti .informace table {
  width: 100%;
}
.produkt_detail.info_dalsi .podrobnosti .informace table tr th,
.produkt_detail.info_dalsi .podrobnosti .informace table tr td {
  padding: 7px;
  border-bottom: 1px solid #e2e2e2;
}
.produkt_detail.info_dalsi .podrobnosti .informace table tr th.leva,
.produkt_detail.info_dalsi .podrobnosti .informace table tr td.leva {
  min-width: 150px;
}
.produkt_detail.info_dalsi .podrobnosti .informace table tr .all,
.produkt_detail.info_dalsi .podrobnosti .informace table tr:last-child th,
.produkt_detail.info_dalsi .podrobnosti .informace table tr:last-child td {
  border: none;
}
.produkt_detail.info_dalsi .podrobnosti .sizes-small-preview:hover,
.produkt_detail.info_dalsi .podrobnosti .sizes-small-preview:focus {
  color: #666666;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .vyrobek_info {
  color: #368d09;
  margin: 20px 0 20px 0;
}
.produkt_detail.info_dalsi .podrobnosti .velikost h3 {
  margin-bottom: 20px;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec {
  margin-bottom: 20px;
  padding: 5px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  max-width: 265px;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec img {
  max-height: 300px;
  width: 100%;
  margin: 0 auto;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec:not(.older-version) img {
  max-width: 200px;
  max-height: 400px;
  margin-bottom: 25px;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec .size-table-wrapper {
  margin: -5px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec .size-table-wrapper:before,
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec .size-table-wrapper:after {
  content: " ";
  display: table;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec .size-table-wrapper:after {
  clear: both;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec .size-table-wrapper:before,
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec .size-table-wrapper:after {
  content: " ";
  display: table;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec .size-table-wrapper:after {
  clear: both;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table {
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table[title='vystrih'] tr:nth-last-of-type(1),
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table[title='vystrih'] tr:nth-last-of-type(2) {
  border-top: 1px solid #e2e2e2;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table[title='vystrih'] tr:nth-last-of-type(1) td:first-of-type,
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table[title='vystrih'] tr:nth-last-of-type(2) td:first-of-type {
  text-align: left;
  font-size: 14px;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table tr:first-of-type {
  font-weight: bold;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table tr:first-of-type td {
  border-bottom: 1px solid #e2e2e2;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table tr:first-of-type td:first-of-type {
  border-right: none;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table tr td {
  padding: 8px;
  text-align: center;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .ramec table tr td:first-of-type {
  text-align: left;
  border-right: 1px solid #e2e2e2;
  font-weight: bold;
}
.produkt_detail.info_dalsi .podrobnosti .velikost .sizes-info {
  text-align: center;
  margin-top: 6px;
  display: block;
}
@media all and (max-width: 1269px) {
  .produkt_detail.info_dalsi .podrobnosti .velikost .ramec table tr td {
    padding: 4px;
  }
}
.produkt_detail.menu {
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 112px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
.produkt_detail.menu.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 64px;
  z-index: 100;
  background-color: white;
}
.produkt_detail.menu .image {
  margin-top: 5px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
.produkt_detail.menu .image img {
  max-height: 80px;
}
.produkt_detail.menu .text {
  margin-top: 12px;
}
.produkt_detail.menu .text p {
  color: #272727;
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.produkt_detail.menu .text p span {
  color: #f17d33;
}
.produkt_detail.menu .tabs-menu {
  padding-left: 0;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
}
.produkt_detail.menu .tabs-menu li {
  display: inline-block;
  padding-right: 25px;
}
.produkt_detail.menu .tabs-menu li a {
  font-size: 17px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.produkt_detail.menu .tabs-menu li a:hover {
  color: #272727;
  border-bottom: 1px solid #79bb45;
}
.produkt_detail.menu .tabs-menu .active a {
  color: #272727;
  padding-bottom: 10px;
  border-bottom: 3px solid #79bb45;
}
.produkt_detail.menu .tabs-menu .active a:hover {
  padding-bottom: 10px;
  border-bottom: 3px solid #79bb45;
}
.produkt_detail.menu .fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 165px;
  z-index: 100;
  background-color: #fff;
}
.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;
}
@media all and (max-width: 740px) {
  .galery.flex {
    display: block;
  }
  .galery.flex .detail-sm {
    margin-bottom: 15px;
  }
}
.produkt_nahled {
  position: relative;
  text-align: center;
  background: #fff;
  min-width: 250px;
  padding-bottom: 25px;
  min-height: 470px;
  border-right: none;
  overflow: hidden;
}
.produkt_nahled.small {
  max-width: 250px;
  height: auto;
  float: left;
  min-height: auto;
}
.produkt_nahled.big {
  max-width: inherit;
  margin-top: 32px;
}
.produkt_nahled.big > img {
  margin: auto;
}
.produkt_nahled.big #product_main_image.mixer {
  position: relative;
}
.produkt_nahled.big #product_main_image.mixer > img {
  position: absolute;
  opacity: 0.99;
}
.produkt_nahled .overlay-wrapper {
  height: 100%;
  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_nahled .overlay-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.produkt_nahled .overlay-wrapper .text {
  color: #ca2c2d;
  position: absolute;
  z-index: 2;
  font-size: 23px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.produkt_nahled .main_img {
  overflow: hidden;
  position: relative;
  height: 280px;
  margin: 10px;
}
.produkt_nahled .product__badges {
  position: absolute;
  top: 33px;
  left: 0px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  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;
  text-transform: uppercase;
  text-align: center;
}
.produkt_nahled .product__badges .product__badge {
  display: block;
  margin-bottom: 6px;
  padding: 2px 6px 1px;
  border-radius: 0 3px 3px 0;
}
.produkt_nahled .product__badges .product__badge--eco {
  background: -webkit-gradient(linear, left top, right top, from(#508400), to(#7fcf02));
  background: linear-gradient(to right, #508400 0%, #7fcf02 100%);
  padding-right: 15px;
  position: relative;
}
.produkt_nahled .product__badges .product__badge--eco .badge__ico {
  width: 30px;
  height: 30px;
  background: url(/userfiles/images/icons-product.svg) 0px 0px no-repeat;
  position: absolute;
  right: -16px;
  top: -6px;
}
.produkt_nahled .product__badges .product__badge.novinka {
  background: #53280f -webkit-gradient(linear, right top, left top, from(#53280f), to(#f07c33));
  background: #53280f linear-gradient(to left, #53280f 0%, #f07c33 100%);
  /* FF3.6-15 */
}
.produkt_nahled .product__badges .product__badge.limitka {
  background: #53440F -webkit-gradient(linear, right top, left top, from(#a98b21), to(#ffc800));
  background: #53440F linear-gradient(to left, #a98b21 0%, #ffc800 100%);
}
.produkt_nahled .product__badges .product__badge.sleva {
  background: #53280f -webkit-gradient(linear, left top, right top, color-stop(1%, #508400), to(#7fcf02));
  background: #53280f linear-gradient(to right, #508400 1%, #7fcf02 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.produkt_nahled a {
  display: block;
}
.produkt_nahled a:hover {
  text-decoration: none;
  color: #666666;
}
.produkt_nahled .kolekce {
  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: #f3f3f3;
}
.produkt_nahled .detail {
  text-align: left;
  padding: 0 25px;
  width: 100%;
}
.produkt_nahled .detail .mail:hover {
  text-decoration: underline;
}
.produkt_nahled .detail .cena {
  display: inline-block;
  line-height: 1.4;
  height: 40px;
}
.produkt_nahled .detail .cena .puvodni {
  font-size: 13px;
  text-decoration: line-through;
  color: #666666;
  margin: 0;
}
.produkt_nahled .detail .cena .aktualni {
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  color: #272727;
  margin: 0;
}
.produkt_nahled .detail .cena .aktualni span {
  font-size: 10px;
}
.produkt_nahled .detail .btn-success {
  float: right;
  padding: 4px 27px;
}
.produkt_nahled p {
  font-size: 12px;
}
.produkt_nahled p.doruceni {
  color: #368d09;
  margin-bottom: 15px;
}
.produkt_nahled .popis {
  text-align: left;
  padding: 0 25px;
}
.produkt_nahled .popis p {
  margin: 0 0 16px;
  height: 32px;
}
.poradna_seznam {
  padding: 35px;
  float: right;
  display: inline-block;
  width: 465px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  position: relative;
}
.poradna_seznam:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/userfiles/images/icons.png) -120px 6px no-repeat;
  top: 22px;
  left: -17px;
  width: 20px;
  height: 38px;
}
.poradna_seznam .rada {
  display: inline-block;
}
.poradna_seznam .btn-success {
  display: inline-block;
  float: right;
}
.poradna_seznam ul {
  padding-left: 0;
  margin-bottom: 0;
}
.poradna_seznam ul li {
  list-style-type: none;
  line-height: 1.6;
}
.poradna_seznam ul a {
  font-size: 15px;
  color: #368d09;
  position: relative;
  padding-left: 30px;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.poradna_seznam ul a:hover {
  color: #3fa50b;
}
.poradna_seznam ul a:before {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  position: absolute;
  top: 0px;
  padding-top: 1px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.poradna_seznam ul a.item0:before {
  content: '1';
  margin-top: 5px;
  background: #518500;
}
.poradna_seznam ul a.item1:before {
  content: '2';
  margin-top: 5px;
  background: #5c9801;
}
.poradna_seznam ul a.item2:before {
  content: '3';
  margin-top: 5px;
  background: #71b901;
}
.poradna_seznam ul a.item3:before {
  content: '4';
  margin-top: 5px;
  background: #7dcd02;
}
.checkbox {
  margin-bottom: 5px;
}
.checkbox:last-of-type {
  margin-bottom: 0;
}
.checkbox label {
  padding-left: 0;
}
input[type="checkbox"]:before {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  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: #e2e2e2;
  content: "";
  background: #fff;
}
input[type="checkbox"]:checked:after {
  background: url(/userfiles/images/icons.png) -432px -7px no-repeat;
  border: 2px solid #e2e2e2;
  overflow: hidden;
}
.content .point--anchor {
  position: relative;
  display: block;
  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content .link--subcategory,
.content p .link--subcategory {
  padding: 13px 15px;
  font-size: 18px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
}
.content .link--subcategory:hover,
.content p .link--subcategory:hover,
.content .link--subcategory:focus,
.content p .link--subcategory:focus {
  color: #368d09;
  border-color: #368d09;
}
.content .btn-primary {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 13px 27px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  background: #368d09;
  border-radius: 4px;
  text-decoration: none;
}
.content .btn-primary:focus,
.content .btn-primary.focus {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #8d8d8d;
}
.content .btn-primary:hover {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.content .btn-primary:active,
.content .btn-primary.active,
.open > .dropdown-toggle.content .btn-primary {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.content .btn-primary:active:hover,
.content .btn-primary.active:hover,
.open > .dropdown-toggle.content .btn-primary:hover,
.content .btn-primary:active:focus,
.content .btn-primary.active:focus,
.open > .dropdown-toggle.content .btn-primary:focus,
.content .btn-primary:active.focus,
.content .btn-primary.active.focus,
.open > .dropdown-toggle.content .btn-primary.focus {
  color: #fff;
  background-color: #a2a2a2;
  border-color: #8d8d8d;
}
.content .btn-primary:active,
.content .btn-primary.active,
.open > .dropdown-toggle.content .btn-primary {
  background-image: none;
}
.content .btn-primary.disabled,
.content .btn-primary[disabled],
fieldset[disabled] .content .btn-primary,
.content .btn-primary.disabled:hover,
.content .btn-primary[disabled]:hover,
fieldset[disabled] .content .btn-primary:hover,
.content .btn-primary.disabled:focus,
.content .btn-primary[disabled]:focus,
fieldset[disabled] .content .btn-primary:focus,
.content .btn-primary.disabled.focus,
.content .btn-primary[disabled].focus,
fieldset[disabled] .content .btn-primary.focus,
.content .btn-primary.disabled:active,
.content .btn-primary[disabled]:active,
fieldset[disabled] .content .btn-primary:active,
.content .btn-primary.disabled.active,
.content .btn-primary[disabled].active,
fieldset[disabled] .content .btn-primary.active {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.content .btn-primary .badge {
  color: #CDCDCD;
  background-color: #fff;
}
.content .btn-primary:hover,
.content .btn-primary:focus,
.content .btn-primary:active,
.content .btn-primary:active:hover {
  background: #3fa50b;
  color: #fff;
  text-decoration: none;
}
.content table {
  font-size: 13px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #d6d6d6;
}
.content table tr {
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #d6d6d6;
}
.content table tr:nth-of-type(even) td {
  background: #F9F9F9;
}
.content table tr:nth-of-type(odd) td {
  background: white;
}
.content table tr:first-child {
  font-size: 15px;
}
.content table tr:first-child td {
  background: #368d09;
  color: white;
}
.content table tr:first-child td:first-child {
  font-weight: bold;
}
.content table tr td {
  color: #368d09;
  vertical-align: top;
  border: none;
  padding: 15px;
}
.content table tr td h3:first-child,
.content table tr td h2:first-child {
  margin-top: 0;
}
.content table tr td h2 {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
.content table tr td h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
}
@media all and (max-width: 1100px) {
  .content .table-responsive {
    position: relative;
  }
  .content .link--subcategory,
  .content p .link--subcategory {
    font-size: 16px;
  }
  .content table {
    width: 100%;
  }
  .content table.table--bamboo tr:not(:first-of-type) td:first-of-type {
    border-right: #d6d6d6 1px solid;
  }
  .content table tr td {
    min-width: 150px;
  }
  .content table tr td:first-of-type {
    position: relative;
  }
}
.produkt_vypis.uvod {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 60px;
}
.produkt_vypis.uvod .poradna_seznam {
  max-width: 265px;
  padding: 25px 20px;
}
.produkt_vypis.uvod .poradna_seznam .dino_sm {
  position: absolute;
  top: -72px;
  left: 30px;
}
.produkt_vypis.uvod .poradna_seznam .btn-success {
  float: left;
  margin-top: 20px;
}
.produkt_vypis.uvod .poradna_seznam h3 {
  margin-bottom: 20px;
}
.produkt_vypis.uvod .poradna_seznam h3 + .btn-success {
  margin-top: 0;
}
.produkt_vypis.uvod .poradna_seznam:before {
  width: 40px;
  height: 22px;
  background-position: -360px -5px;
  top: -19px;
  left: 95px;
}
.produkt_vypis.uvod .popis {
  font-size: 16px;
}
@media all and (max-width: 1079px) {
  .produkt_vypis.uvod .kategorie p {
    font-size: 16px;
  }
  .produkt_vypis.uvod .poradna_seznam {
    float: left !important;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.pruh {
  background: #f3f3f3;
  height: 40px;
}
.produkt_vypis.seradit {
  padding-top: 40px;
}
.produkt_vypis.seradit .fil-expander {
  display: none;
}
.produkt_vypis.seradit .razeni {
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.produkt_vypis.seradit .razeni .typ {
  padding: 15px 10px;
  border-top: 1px solid #d6d6d6;
  min-height: 120px;
}
.produkt_vypis.seradit .razeni .typ .radit {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  color: #272727;
  font-weight: 700;
}
.produkt_vypis.seradit .razeni .typ label {
  font-size: 15px;
  color: #272727;
}
.produkt_vypis.seradit .razeni .typ label .mnozstvi {
  color: #666666;
}
.produkt_vypis.seradit .razeni .typ .checkbox.disabled label {
  text-decoration: line-through;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi p {
  font-size: 15px;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi p.od {
  display: inline-block;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi p.do {
  float: right;
  display: inline-block;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi a {
  height: 9px;
  width: 100%;
  background: #e2e2e2;
  border-radius: 4px;
  display: block;
  margin-bottom: 15px;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi a .spodni {
  width: 20%;
  background: #474747;
  height: 9px;
  display: block;
  float: left;
  position: relative;
  border-radius: 4px 0 0 4px;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi a .spodni:after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  right: -12px;
  background: #368d09;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi a .horni {
  border-radius: 0 4px 4px 0;
  width: 30%;
  background: #474747;
  height: 9px;
  display: block;
  float: right;
  position: relative;
}
.produkt_vypis.seradit .razeni .typ.cena_rozmezi a .horni:after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -12px;
  background: #368d09;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.produkt_vypis.seradit .razeni .option_item {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 1px 4px;
}
.produkt_vypis.seradit .razeni .option_item.active,
.produkt_vypis.seradit .razeni .option_item:hover {
  border: 3px solid #368d09;
}
.produkt_vypis.seradit .razeni .option_item img {
  cursor: pointer;
}
.produkt_vypis.seradit .razeni .option_item input {
  display: none;
}
.produkt_vypis.seradit .bottom_control {
  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;
  margin: 30px 0;
}
.produkt_vypis.seradit .vypis {
  margin-bottom: 10px;
  margin-top: 25px;
  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.seradit .vypis.top {
  margin-top: 0;
}
.produkt_vypis.seradit .vypis .zobrazeno {
  margin: 0;
}
.produkt_vypis.seradit .vypis .filter-sort {
  margin-top: 0px;
  margin-left: 10px;
}
.produkt_vypis.seradit .vypis p {
  font-size: 15px;
  display: inline-block;
  margin-right: 8px;
}
.produkt_vypis.seradit .vypis input {
  display: none;
}
.produkt_vypis.seradit .vypis .tab {
  font-size: 15px;
  padding-left: 10px;
  font-weight: 400;
  padding-left: 0;
  margin-right: 8px;
  padding-bottom: 4px;
  cursor: pointer;
}
.produkt_vypis.seradit .vypis .tab:hover {
  border-bottom: 3px solid #8bd317;
  color: #272727;
}
.produkt_vypis.seradit .vypis .tab.selected {
  font-weight: 700;
  border-bottom: 3px solid #8bd317;
  color: #272727;
}
.produkt_vypis.seradit .vypis.selected a {
  border-bottom: 3px solid #368d09;
  color: #272727;
  font-weight: 700;
}
.produkt_vypis.seradit .zobrazit_dalsi .btn-primary {
  height: 43px;
  font-size: 12px;
  padding: 12px 18px 0 18px;
}
@media all and (max-width: 1269px) {
  .produkt_vypis.seradit .okraje {
    border: none;
  }
  .produkt_vypis.seradit .border {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin: 0 auto 30px;
  }
  .produkt_vypis.seradit .border.bottom {
    border-bottom: 1px solid #e2e2e2;
  }
  .produkt_vypis.seradit .poradna_seznam {
    float: left !important;
    margin-top: 50px;
  }
}
@media all and (max-width: 960px) {
  .produkt_vypis.seradit .fil-expander {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 12px;
  }
  .produkt_vypis.seradit .fil-expander + form {
    overflow: hidden;
    -webkit-transition: max-height 0.4s ease-out;
    transition: max-height 0.4s ease-out;
  }
}
.paginator {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .arrow a:before {
  content: '';
  display: inline-block;
  height: 30px;
  width: 20px;
  background: url(/userfiles/images/icons.png) -487px 1px no-repeat;
}
.pagination .arrow.next a:before {
  background-position: -455px 1px;
}
.pagination li a,
.pagination li span {
  font-size: 15px;
  line-height: 15px;
  color: #272727;
  padding: 5px;
  margin: 0px;
  background-color: transparent;
  border: 1px solid transparent;
}
.pagination li a:hover,
.pagination li span:hover {
  color: #272727;
  border: 1px solid #e2e2e2;
  background-color: transparent;
}
.pagination li.active a,
.pagination li.active span {
  color: #272727;
  font-weight: 700;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e2e2e2;
}
.pagination li.active a:hover,
.pagination li.active span:hover {
  color: #272727;
  background-color: transparent;
}
.paginator_item select {
  background: #f4f4f4 url(/userfiles/images/icons.png) -509px -44px no-repeat;
  width: 92px;
  line-height: 1;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  height: 43px;
  font-weight: 700;
  font-size: 15px;
  color: #272727;
  padding-left: 12px;
  -webkit-appearance: none;
  position: relative;
}
.paginator_item select option {
  background: #fff;
}
.breadcrumb {
  padding: 0;
  margin: 25px 0 25px 0;
}
.breadcrumb li:before {
  background: url(/userfiles/images/icons.png) -96px 4px no-repeat;
  margin: 0 8px;
}
.breadcrumb a {
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #368d09;
}
.breadcrumb .active {
  color: #666666;
  font-size: 15px;
}
.breadcrumb .active:before {
  background-position: -96px 1px;
}
.okraje {
  overflow: hidden;
  border-radius: 4px;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.border {
  overflow: hidden;
  max-width: 300px;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media all and (max-width: 1269px) {
  .border {
    border-radius: 4px;
    margin: 0 auto 30px;
  }
  .interesting-products .border {
    margin: 0 auto;
  }
}
@media all and (max-width: 1080px) {
  .border,
  .interesting-products .border {
    border-radius: 4px;
    margin: 0 auto 30px;
  }
  .interesting-products .okraje {
    border: none;
  }
  .interesting-products .okraje .border {
    border: 1px solid #e2e2e2;
  }
}
.kosik_pridat {
  max-width: 910px;
  width: 100%;
  padding: 0;
  background: none;
}
.kosik_pridat .last-viewed {
  margin: 0;
}
.kosik_pridat .nopadding .produkt_nahled {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.kosik_pridat .nopadding:last-of-type .produkt_nahled {
  border-right: 1px solid #e2e2e2;
}
.kosik_pridat .produkt_nahled {
  min-width: unset;
  min-height: 380px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.kosik_pridat .produkt_nahled h2.produkt {
  height: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.kosik_pridat .produkt_nahled:before,
.kosik_pridat .produkt_nahled:after {
  content: " ";
  display: table;
}
.kosik_pridat .produkt_nahled:after {
  clear: both;
}
.kosik_pridat .produkt_nahled:before,
.kosik_pridat .produkt_nahled:after {
  content: " ";
  display: table;
}
.kosik_pridat .produkt_nahled:after {
  clear: both;
}
.kosik_pridat .produkt_nahled .main_img {
  height: 200px;
}
.kosik_pridat .produkt_nahled .popis {
  min-height: 80px;
}
.kosik_pridat .produkt_nahled .popis p {
  height: auto;
}
.kosik_pridat .produkt_nahled .detail {
  padding: 0 15px;
}
.kosik_pridat .produkt_nahled .detail .btn-success {
  padding: 4px 22px;
}
.kosik_pridat .title {
  margin-top: 0;
}
.kosik_pridat .remodal-close {
  left: auto;
  right: 0;
}
.kosik_pridat .box {
  background: none;
  padding: 0;
}
.kosik_pridat .box .top {
  background: #fff;
  border-radius: 0px;
  padding: 20px;
}
.kosik_pridat .box .top .btn {
  font-size: 14px;
}
.kosik_pridat .box .top .btn.btn-success {
  margin-right: 15px;
}
.kosik_pridat .box .top #free-shipping-bar {
  margin: 15px 0;
  display: -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;
}
.kosik_pridat .box .top #free-shipping-bar p {
  text-align: left;
}
.kosik_pridat .box .top #free-shipping-bar span {
  display: none;
}
.kosik_pridat .box .top #free-shipping-bar .progress {
  margin-bottom: 10px;
  width: 100%;
}
.kosik_pridat .box .top .order-stock {
  max-width: 500px;
  width: 100%;
  margin: 20px 0 15px 0;
}
.kosik_pridat .box .top .order-stock #free-shipping-bar {
  max-width: 390px;
  width: 100%;
  padding-top: 7px;
  text-align: left;
}
.kosik_pridat .box .top .product-add {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.kosik_pridat .box .top .product-add .product__price-wrapper {
  text-align: left;
  margin-left: 20px;
}
.kosik_pridat .box .top .product-add .btn {
  margin-left: 50px;
  margin-top: 0;
}
.kosik_pridat .box .top .product-add .main-img {
  width: 100px;
  height: 100px;
}
.kosik_pridat .box .top .product-add .main-img img {
  max-width: 100%;
  max-height: 100%;
}
.kosik_pridat .box .top .product-add .product-name {
  max-width: 260px;
  text-align: left;
  margin: 0 20px;
}
.kosik_pridat .box .top .product-add .product-name .varianta {
  display: block;
  font-size: 12px;
}
.kosik_pridat .box .top .product-add .total-price {
  font-weight: 700;
  text-align: right;
}
.kosik_pridat .box .bottom {
  margin-top: 10px;
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  padding-bottom: 0px;
}
.kosik_pridat .box .bottom .product-preview {
  border: 1px solid #d6d6d6;
  margin-bottom: 0;
  margin-top: 30px;
}
.kosik_pridat .box .bottom .product-preview h2 {
  font-size: 13px;
  min-height: 32px;
  text-align: center;
  margin: 0;
}
.kosik_pridat .box .bottom .product-preview .image {
  height: 209px;
}
.kosik_pridat .box .bottom .product-preview .price p {
  font-size: 14px;
}
.kosik_pridat .box .bottom .product-preview .price p span {
  font-size: 11px;
}
.kosik_pridat .box .bottom .product-preview .p-tags span {
  font-size: 11px;
}
.kosik_pridat .smallpadding {
  padding-left: 7px;
  padding-right: 7px;
}
.kosik_pridat .title {
  text-align: left;
  font-size: 15px;
}
.kosik_pridat .buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kosik_pridat .buttons .row__wrapper {
  margin-top: 20px;
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product.small {
  padding-top: 25px;
  height: 370px;
  margin-bottom: 0;
  margin-top: 20px;
}
.product.small .image {
  height: 140px;
  margin-bottom: 10px;
}
.product.small h2 {
  font-size: 12px;
  height: 42px;
  line-height: 1.2;
}
.product.small .price p {
  font-size: 15px;
}
.product.small .price p.old-price {
  font-size: 12px;
}
.product.small .stock {
  font-size: 12px;
}
.sizes-modal .remodal-close {
  left: auto;
  right: 0;
}
.sizes-modal .vyrobek_info small {
  display: block;
  font-size: 16px;
}
.sizes-modal .size-table-wrapper {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sizes-modal .size-table-wrapper small {
  margin-top: 15px;
}
.sizes-modal .ramec {
  margin-bottom: 35px;
}
.sizes-modal .ramec img {
  max-height: 300px;
  width: 100%;
  float: right;
}
.sizes-modal .ramec table {
  border: 1px solid #e2e2e2;
  float: left;
}
.sizes-modal .ramec table[title='vystrih'] tr:nth-last-of-type(1),
.sizes-modal .ramec table[title='vystrih'] tr:nth-last-of-type(2) {
  border-top: 1px solid #e2e2e2;
}
.sizes-modal .ramec table[title='vystrih'] tr:nth-last-of-type(1) td:first-of-type,
.sizes-modal .ramec table[title='vystrih'] tr:nth-last-of-type(2) td:first-of-type {
  text-align: left;
  font-size: 14px;
}
.sizes-modal .ramec table tr:first-of-type {
  font-weight: bold;
}
.sizes-modal .ramec table tr:first-of-type td {
  border-bottom: 1px solid #e2e2e2;
}
.sizes-modal .ramec table tr:first-of-type td:first-of-type {
  border-right: none;
}
.sizes-modal .ramec table tr td {
  padding: 8px;
  text-align: center;
}
.sizes-modal .ramec table tr td:first-of-type {
  text-align: left;
  border-right: 1px solid #e2e2e2;
  font-weight: bold;
}
@media all and (max-width: 1080px) {
  .sizes-modal {
    padding: 10px 5px;
  }
  .sizes-modal .ramec {
    text-align: center;
  }
  .sizes-modal .ramec img,
  .sizes-modal .ramec table {
    float: initial;
    margin: auto;
  }
  .sizes-modal .ramec img {
    max-width: 250px;
    max-height: 400px;
    width: 100%;
    display: block;
  }
  .sizes-modal .ramec table {
    margin-top: 15px;
  }
}
@media all and (max-width: 999px) {
  .kosik_pridat .box .top .product-add .break-line .btn-primary {
    margin-top: 25px;
    margin-left: 0;
    float: left;
  }
  .kosik_pridat .box .top .order-stock {
    max-width: unset;
    display: block;
    text-align: left;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .kosik_pridat .box .top .product-add .product__price-wrapper {
    min-width: 260px;
  }
}
@media all and (max-width: 768px) {
  .remodal {
    max-width: 1018px;
  }
  .kosik_pridat .box .top .product-add {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .kosik_pridat .box .top .product-add .break-line {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .kosik_pridat .box .top .product-add .break-line .btn-primary {
    float: right;
  }
  .kosik_pridat .box .top .product-add .product-name,
  .kosik_pridat .box .top .product-add .product__price-wrapper {
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 15px;
  }
  .kosik_pridat .box .top .product-add .main-img {
    width: 80px;
    height: 80px;
  }
  .kosik_pridat .box .top .order-stock {
    max-width: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .kosik_pridat .box .top .product-add .break-line .btn-primary {
    float: left;
  }
}
.galery {
  margin-top: 20px;
  margin-bottom: 20px;
}
.galery .gallery_item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galery .gallery_item:hover {
  opacity: 0.85;
}
.galery .photo_box {
  height: 240px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}
.files {
  margin-top: 40px;
  margin-bottom: 40px;
}
.files ul {
  list-style: none;
  padding-left: 20px;
}
.files ul li a {
  font-size: 17px;
  text-transform: none;
  position: relative;
}
.files ul li a span {
  text-transform: none;
}
.files ul li a:before {
  content: '';
  width: 32px;
  height: 34px;
  display: inline-block;
  position: relative;
  top: 7px;
}
.files ul li a.jpg:before {
  background: url(/userfiles/images/icons.png) -47px -173px no-repeat;
}
.files ul li a.png:before {
  background: url(/userfiles/images/icons.png) -130px -173px no-repeat;
}
.files ul li a.pdf:before {
  background: url(/userfiles/images/icons.png) -6px -173px no-repeat;
}
.files ul li a.doc:before {
  background: url(/userfiles/images/icons.png) -89px -173px no-repeat;
}
.files ul li a.xls:before,
.files ul li a.xlsx:before {
  background: url(/userfiles/images/icons.png) -212px -173px no-repeat;
}
.files ul li a.txt:before {
  background: url(/userfiles/images/icons.png) -171px -173px no-repeat;
}
.bamboo {
  display: block;
  border: 1px solid #e2e2e2;
  padding: 0px 20px 12px 200px;
  position: relative;
  margin-top: 30px;
}
.bamboo:before {
  position: absolute;
  content: '';
  top: 36px;
  left: 20px;
  width: 160px;
  height: 160px;
  background: url(/userfiles/images/bamboo-icons.png) no-repeat;
}
.bamboo.second:before {
  background-position: -160px 0;
}
.bamboo h2 {
  font-size: 25px;
}
.content .shared-styles {
  width: 100%;
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin: 30px 0;
}
.content .shared-styles .h2 {
  font-size: 22px;
  margin-top: 0;
}
.content .shared-styles .lead-text,
.content .shared-styles .lead-text p {
  white-space: normal;
  font-size: 16px;
  font-weight: 400;
}
@media all and (max-width: 960px) {
  .content .shared-styles .lead-text,
  .content .shared-styles .lead-text p {
    font-size: 13px;
    font-weight: 400;
  }
  .content .shared-styles .lead-text p {
    margin: 8px 0;
  }
}
.content .content__product-slider-wrapper {
  margin: 30px 0;
}
.content .content__product-slider-wrapper .product-slider__count {
  font-size: 12px;
}
.content .content__product-slider {
  margin-bottom: 8px;
  border: 1px solid #e2e2e2;
  position: relative;
}
.content .content__product-slider .glide__custom-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 6;
  pointer-events: none;
}
.content .content__product-slider .glide__custom-arrows .arrow--left {
  left: -14px;
}
.content .content__product-slider .glide__custom-arrows .arrow--left span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: -2px;
}
.content .content__product-slider .glide__custom-arrows .arrow--right {
  right: -14px;
}
.content .content__product-slider .glide__custom-arrows .arrow--right span {
  left: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.content .content__product-slider .glide__custom-arrows .arrow--left,
.content .content__product-slider .glide__custom-arrows .arrow--right {
  pointer-events: all;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  background: white;
  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;
  border-radius: 50%;
}
.content .content__product-slider .glide__custom-arrows .arrow--left span,
.content .content__product-slider .glide__custom-arrows .arrow--right span {
  position: relative;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #368d09;
  border-bottom: 2px solid #368d09;
}
.content .content__product-slider .white-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  pointer-events: none;
  left: 0;
  background: linear-gradient(to left, white 0px, transparent 89px);
}
.content .content__product-slider .content__product--vertical {
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}
.content .content__product-slider .content__product--vertical:last-of-type {
  border-right: none;
}
.content .content__product-slider:not(.glide) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.content .content__product-slider:not(.glide) .content__product--vertical {
  width: calc((100% / 3) - 15px);
  margin-right: 7.5px;
  margin-left: 7.5px;
}
.content .content__menuitem,
.content .content__menuitem--category {
  width: 100%;
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin: 30px 0;
}
.content .content__menuitem .h2,
.content .content__menuitem--category .h2 {
  font-size: 22px;
  margin-top: 0;
}
.content .content__menuitem .lead-text,
.content .content__menuitem--category .lead-text,
.content .content__menuitem .lead-text p,
.content .content__menuitem--category .lead-text p {
  white-space: normal;
  font-size: 16px;
  font-weight: 400;
}
@media all and (max-width: 960px) {
  .content .content__menuitem .lead-text,
  .content .content__menuitem--category .lead-text,
  .content .content__menuitem .lead-text p,
  .content .content__menuitem--category .lead-text p {
    font-size: 13px;
    font-weight: 400;
  }
  .content .content__menuitem .lead-text p,
  .content .content__menuitem--category .lead-text p {
    margin: 8px 0;
  }
}
.content .content__menuitem .content__menuitem__image,
.content .content__menuitem--category .content__menuitem__image {
  min-width: 150px;
  width: 150px;
  max-height: 150px;
  height: 100%;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .content__menuitem .content__menuitem__image img,
.content .content__menuitem--category .content__menuitem__image img {
  max-width: 100%;
  max-height: 100%;
}
.content .content__menuitem--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content .content__product--vertical {
  width: 100%;
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin: 30px 0;
  padding: 15px;
  margin: 0;
  white-space: initial;
  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;
}
.content .content__product--vertical .h2 {
  font-size: 22px;
  margin-top: 0;
}
.content .content__product--vertical .lead-text,
.content .content__product--vertical .lead-text p {
  white-space: normal;
  font-size: 16px;
  font-weight: 400;
}
@media all and (max-width: 960px) {
  .content .content__product--vertical .lead-text,
  .content .content__product--vertical .lead-text p {
    font-size: 13px;
    font-weight: 400;
  }
  .content .content__product--vertical .lead-text p {
    margin: 8px 0;
  }
}
.content .content__product--vertical .content__item__button {
  padding: 8px 18px;
  font-size: 11px;
}
.content .content__product--vertical .lead-text,
.content .content__product--vertical .lead-text p {
  text-align: left;
  font-size: 12px;
}
.content .content__product--vertical .h2,
.content .content__product--vertical .h2 a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.content .content__product--vertical .text-btn-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;
}
.content .content__product--vertical .all--excluding-image {
  width: 100%;
}
.content .content__product--vertical .all--excluding-image .text-upper {
  white-space: normal;
  margin-bottom: 15px;
  min-height: 80px;
}
.content .content__product--vertical .all--excluding-image .text-upper .h2 {
  margin-bottom: 8px;
}
.content .content__product--vertical .all--excluding-image .stock {
  font-size: 12px;
  color: #368d09;
}
.content .content__product--vertical .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}
.content .content__product--vertical .price-box .price--current,
.content .content__product--vertical .price-box .price--original {
  line-height: 1;
  margin: 3px 0;
  font-size: 12px;
}
.content .content__product--vertical .price-box .price--current {
  font-size: 14px;
  font-weight: bold;
}
.content .content__product--vertical .price-box .price--original {
  color: #ca2c2d;
  text-decoration: line-through;
  margin-right: 15px;
}
.content .content__product--vertical .product-small-image {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  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;
  padding-top: 0px;
}
.content .content__product--vertical .product-small-image a {
  width: 100%;
  height: 100%;
  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;
}
.content .content__product--vertical .product-small-image img {
  max-width: 100%;
  max-height: 100%;
}
.content .content__product--vertical .content__product-icons {
  position: absolute;
  left: -20px;
  top: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .content__product--vertical .content__product-icons .product__tag {
  border-radius: 0 3px 3px 0;
  padding: 4px 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #508400), to(#7fcf02));
  background: linear-gradient(90deg, #508400 1%, #7fcf02);
  color: #fff;
  text-align: left;
  font-weight: 500;
  position: relative;
  display: inline-block;
  z-index: 2;
  font-size: 12px;
  margin-bottom: 8px;
}
.content .content__product {
  width: 100%;
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .content__product .h2 {
  font-size: 22px;
  margin-top: 0;
}
.content .content__product .lead-text,
.content .content__product .lead-text p {
  white-space: normal;
  font-size: 16px;
  font-weight: 400;
}
@media all and (max-width: 960px) {
  .content .content__product .lead-text,
  .content .content__product .lead-text p {
    font-size: 13px;
    font-weight: 400;
  }
  .content .content__product .lead-text p {
    margin: 8px 0;
  }
}
.content .content__product .text-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content__product .all--excluding-image {
  width: 100%;
}
.content .content__product .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}
.content .content__product .price-box .price--current,
.content .content__product .price-box .price--original {
  line-height: 1;
  margin: 3px 0;
  font-size: 14px;
}
.content .content__product .price-box .price--current {
  font-size: 16px;
  font-weight: bold;
}
.content .content__product .price-box .price--original {
  color: #ca2c2d;
  text-decoration: line-through;
  margin-right: 15px;
}
.content .content__product .product-small-image {
  min-width: 150px;
  width: 150px;
  max-height: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0px;
  margin-right: 30px;
}
.content .content__product .product-small-image a {
  width: 100%;
  height: 100%;
  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;
}
.content .content__product .product-small-image img {
  max-width: 100%;
  max-height: 100%;
}
.content .content__product .content__product-icons {
  position: absolute;
  left: -20px;
  top: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .content__product .content__product-icons .product__tag {
  border-radius: 0 3px 3px 0;
  padding: 4px 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #508400), to(#7fcf02));
  background: linear-gradient(90deg, #508400 1%, #7fcf02);
  color: #fff;
  text-align: left;
  font-weight: 500;
  position: relative;
  display: inline-block;
  z-index: 2;
  font-size: 12px;
  margin-bottom: 8px;
}
.content .content__item__button {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 13px 27px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  background: #368d09;
  border-radius: 4px;
}
.content .content__item__button:focus,
.content .content__item__button.focus {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #8d8d8d;
}
.content .content__item__button:hover {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.content .content__item__button:active,
.content .content__item__button.active,
.open > .dropdown-toggle.content .content__item__button {
  color: #fff;
  background-color: #b4b4b4;
  border-color: #aeaeae;
}
.content .content__item__button:active:hover,
.content .content__item__button.active:hover,
.open > .dropdown-toggle.content .content__item__button:hover,
.content .content__item__button:active:focus,
.content .content__item__button.active:focus,
.open > .dropdown-toggle.content .content__item__button:focus,
.content .content__item__button:active.focus,
.content .content__item__button.active.focus,
.open > .dropdown-toggle.content .content__item__button.focus {
  color: #fff;
  background-color: #a2a2a2;
  border-color: #8d8d8d;
}
.content .content__item__button:active,
.content .content__item__button.active,
.open > .dropdown-toggle.content .content__item__button {
  background-image: none;
}
.content .content__item__button.disabled,
.content .content__item__button[disabled],
fieldset[disabled] .content .content__item__button,
.content .content__item__button.disabled:hover,
.content .content__item__button[disabled]:hover,
fieldset[disabled] .content .content__item__button:hover,
.content .content__item__button.disabled:focus,
.content .content__item__button[disabled]:focus,
fieldset[disabled] .content .content__item__button:focus,
.content .content__item__button.disabled.focus,
.content .content__item__button[disabled].focus,
fieldset[disabled] .content .content__item__button.focus,
.content .content__item__button.disabled:active,
.content .content__item__button[disabled]:active,
fieldset[disabled] .content .content__item__button:active,
.content .content__item__button.disabled.active,
.content .content__item__button[disabled].active,
fieldset[disabled] .content .content__item__button.active {
  background-color: #CDCDCD;
  border-color: #CDCDCD;
}
.content .content__item__button .badge {
  color: #CDCDCD;
  background-color: #fff;
}
.content .content__item__button:hover,
.content .content__item__button:focus,
.content .content__item__button:active,
.content .content__item__button:active:hover {
  background: #3fa50b;
  color: #fff;
  text-decoration: none;
}
.content .content__item__button,
.content .content__item__button:not(.btn) {
  color: white;
  text-decoration: none;
}
.content .content__item__button:hover,
.content .content__item__button:not(.btn):hover,
.content .content__item__button:focus,
.content .content__item__button:not(.btn):focus {
  color: white;
}
@media all and (max-width: 960px) {
  .content .content__product-slider:not(.glide) {
    -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;
    border: none;
  }
  .content .content__product-slider:not(.glide) .content__product--vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 500px;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    width: calc(100% - 15px);
  }
  .content .content__product-slider:not(.glide) .content__product--vertical .all--excluding-image .text-upper {
    min-height: 70px;
  }
  .content .content__product-slider:not(.glide) .content__product--vertical .all--excluding-image .text-btn-wrapper {
    margin-bottom: 15px;
  }
  .content .content__product-slider:not(.glide) .content__product--vertical .product-small-image {
    max-width: 230px;
    margin-right: 25px;
  }
  .content .content__product-slider:not(.glide) .content__product--vertical:first-of-type {
    border-top: 1px solid #e2e2e2;
  }
  .content .content__product-slider:not(.glide) .content__product--vertical:last-of-type {
    border-right: 1px solid #e2e2e2;
  }
  .content .content__product-slider:not(.glide) .content__product--vertical:not(:last-of-type) {
    border-bottom: 1px solid #e2e2e2;
  }
  .content .content__product .product-small-image {
    width: 150px;
    min-width: 150px;
    max-height: 120px;
  }
  .content .content__product .content__product-icons {
    font-size: 11px;
  }
  .content .content__menuitem .content__menuitem__image,
  .content .content__menuitem--category .content__menuitem__image {
    min-width: 100px;
    width: 100px;
    max-height: 120px;
    margin-right: 10px;
  }
  .content .content__item__button {
    padding: 10px 17px;
    height: unset;
    line-height: unset;
    margin-top: 10px;
  }
}
@media all and (max-width: 530px) {
  .content .content__product {
    -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;
  }
  .content .content__product .product-small-image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
    width: 240px;
    min-width: 240px;
    max-height: 200px;
  }
  .content .content__menuitem,
  .content .content__menuitem--category {
    -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;
  }
  .content .content__menuitem .content__menuitem__image,
  .content .content__menuitem--category .content__menuitem__image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
    width: 80px;
    min-width: 80px;
    max-height: 100px;
  }
}
@media all and (max-width: 440px) {
  .content .content__product-slider:not(.glide) .content__product--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content .content__product-slider:not(.glide) .content__product--vertical .product-small-image {
    margin-right: 0;
  }
}
#ppl-parcelshop-map .smap {
  height: auto !important;
}
.modal--parcelshop {
  max-width: 1500px;
  padding: 0;
  margin-top: 35px;
}
.modal--parcelshop .remodal-close {
  padding: 15px;
  background: #fff;
  z-index: 2;
  top: -35px;
  right: 0;
  left: auto;
}
.modal__parcelshop {
  max-height: 100%;
}
/* 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;
  transition: all 0.3s;
  width: 20px;
}
.cookie-box__checkbox {
  display: none;
}
.cookie-box__checkbox:checked + .cookie-box__toggle-mark {
  background: #368d09;
  left: 27px;
}
.cookie-box__checkbox--disabled:checked + .cookie-box__toggle-mark {
  background: #bcf99c;
}
.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;
  }
}
[data-withdrawal-page] .withdrawal-alert {
  padding: 20px 25px 25px;
  margin: 20px 0 25px;
  border-radius: 4px;
  border: 1px solid transparent;
}
[data-withdrawal-page] .withdrawal-alert p {
  margin: 0 0 8px;
  line-height: 1.6;
}
[data-withdrawal-page] .withdrawal-alert p:last-child {
  margin-bottom: 0;
}
[data-withdrawal-page] .withdrawal-alert p strong {
  font-size: 17px;
}
[data-withdrawal-page] .withdrawal-alert.alert-success {
  background: #f1faf3;
  border-color: #c5e8cf;
  color: #1d6336;
}
[data-withdrawal-page] .withdrawal-alert.alert-success strong {
  color: #2b8a3e;
}
[data-withdrawal-page] .withdrawal-alert.alert-danger {
  background: #fdecea;
  border-color: #f5c2c0;
  color: #8a1f1f;
}
[data-withdrawal-page] .withdrawal-alert.alert-danger strong {
  color: #c0392b;
}
[data-withdrawal-page] .withdrawal-form {
  max-width: none;
  margin: 15px 0 30px;
}
[data-withdrawal-page] .withdrawal-form__error {
  padding: 8px 12px;
  margin-bottom: 15px;
}
[data-withdrawal-page] .withdrawal-form__steps {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
[data-withdrawal-page] .withdrawal-form__step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 15px;
  text-align: center;
  color: #999;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
[data-withdrawal-page] .withdrawal-form__step--active {
  color: #ca2c2d;
  border-bottom-color: #ca2c2d;
}
[data-withdrawal-page] .withdrawal-form__step--done {
  color: #555;
}
[data-withdrawal-page]:has([data-withdrawal-step="2"]) .content-wrapper,
[data-withdrawal-page]:has([data-withdrawal-step="3"]) .content-wrapper,
[data-withdrawal-page]:has(.withdrawal-confirmation) .content-wrapper,
[data-withdrawal-page]:has(.withdrawal-form--success) .content-wrapper {
  display: none;
}
[data-withdrawal-page] .withdrawal-form__submit {
  background-color: #ca2c2d;
  border-color: #ca2c2d;
  color: #fff;
}
[data-withdrawal-page] .withdrawal-form__submit:hover,
[data-withdrawal-page] .withdrawal-form__submit:focus,
[data-withdrawal-page] .withdrawal-form__submit:active {
  background-color: #a82526;
  border-color: #a82526;
  color: #fff;
}
.withdrawal-form--success {
  background: #f1faf3;
  border: 1px solid #c5e8cf;
  border-radius: 4px;
  padding: 25px 30px;
  margin: 20px 0 30px;
}
.withdrawal-form--success .withdrawal-form__title {
  color: #2b8a3e;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c5e8cf;
}
.withdrawal-form--success .withdrawal-form__summary {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 15px;
}
.withdrawal-form--success .withdrawal-form__summary strong {
  color: #ca2c2d;
}
.withdrawal-form--success > div > p:last-child {
  margin-bottom: 0;
  font-style: italic;
  color: #555;
}
.withdrawal-link--list {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.withdrawal-link--list:hover,
.withdrawal-link--list:focus,
.withdrawal-link--list:active {
  background-color: #596167;
  border-color: #596167;
  color: #fff;
}
.page {
  min-height: 470px;
  padding-bottom: 48px;
}
.page.login {
  background: url(/userfiles/images/hp_back.jpg) top center no-repeat;
}
.page.basket {
  padding-top: 64px;
}
.loginForm {
  width: 360px;
  margin: 15% auto 0 auto;
  background: white;
  padding: 40px;
  border-radius: 5px;
}
.loginForm.layout {
  margin: 50px auto 60px;
}
.loginForm img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.loginForm h3 {
  color: #000;
  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;
}
#order {
  padding-top: 10px;
  padding-bottom: 65px;
}
#order h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 40px;
}
#order h2 > table {
  margin-top: 0;
}
#order label {
  font-size: 14px;
}
#order p {
  font-size: 14px;
}
#order .transport-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
#order .steps .step {
  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;
  font-size: 12px;
  font-weight: 400;
  background-color: #f3f5f6;
  border: 1px solid #e2e2e2;
  padding: 20px 28px;
}
#order .steps .step:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url(/userfiles/images/basket.png) -6px -30px no-repeat;
}
#order .steps .step:nth-child(2):before {
  background-position: -40px 0;
}
#order .steps .step:nth-child(3):before {
  background-position: -78px 0;
}
#order .steps .step:nth-child(4):before {
  background-position: -114px 0;
}
#order .steps .step.active {
  font-weight: 700;
  background-color: white;
}
#order .steps .step .arrow {
  position: absolute;
  right: -10px;
  top: 0px;
  z-index: 3;
  width: 0;
  height: 0;
  border-bottom: 35px solid transparent;
  border-top: 35px solid transparent;
  border-left: 10px solid #f3f5f6;
}
#order .steps .step .arrow + .arrow {
  right: -11px;
  z-index: 2;
  border-left-color: #e2e2e2;
}
#order .steps .step.active .arrow {
  border-left-color: #fff;
}
#order .steps .step.active .arrow + .arrow {
  border-left-color: #e2e2e2;
}
#order .steps .step.active:nth-child(2):before {
  background-position: -40px -30px;
}
#order .steps .step.active:nth-child(3):before {
  background-position: -78px -30px;
}
#order .steps .step.active:nth-child(4):before {
  background-position: -114px -30px;
}
#order .exist-product-out-of-stock {
  margin-bottom: -40px;
  margin-top: 40px;
  background: #ca2c2d;
  color: white;
  padding: 20px 9px;
  font-weight: bold;
}
#order table {
  margin-top: 40px;
  margin-bottom: 40px;
}
#order table .basket-price-box {
  line-height: 1.3;
}
#order table .basket-price-box small {
  display: block;
}
#order table .basket-price-box small small {
  display: initial;
}
#order table th,
#order table td {
  text-align: right;
}
#order table th:first-of-type,
#order table td:first-of-type {
  text-align: left;
}
#order table th:nth-child(n+2):nth-child(-n+5) {
  width: 175px;
}
#order table th:last-of-type {
  width: 70px;
}
#order table th {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
#order table td.price {
  padding-top: 20px;
  font-size: 22px;
}
#order table td.price small {
  font-size: 75%;
}
#order table td.price.stock {
  color: red;
}
#order table td.price.stock.stock-positive {
  color: green;
}
#order table td.price.final {
  text-align: right;
  font-weight: 700;
  color: #368d09;
}
#order table td.count {
  font-size: 20px;
  padding-top: 20px;
}
#order table td.td_name .product_name span {
  display: block;
  font-size: 12px;
  color: #757575;
}
#order .no_product p {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#order .product_name a {
  color: #368d09;
}
#order .product_name a:hover {
  color: #112d03;
}
#order .product_image {
  display: inline-block;
  height: 64px;
  width: 90px;
  float: left;
  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;
}
#order .product_image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#order .product_name {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 100px;
}
#order .remove_button {
  border: 0;
  position: relative;
  top: 12px;
  width: 30px;
  height: 40px;
  background: url(/userfiles/images/basket.png) -6px -55px no-repeat;
}
#order .total_price {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
}
#order .total_price span {
  margin-left: 15px;
  color: #368d09;
}
#order .list-group-item {
  font-size: 18px;
  border-color: #CDCDCD;
}
#order .list-group-item:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border: 1px solid #CDCDCD;
  border-radius: 8px;
  background-color: #fff;
}
#order .list-group-item.active {
  color: #000;
  background-color: #f0f2f4;
}
#order .list-group-item.active:before {
  background: radial-gradient(circle, #368d09 40%, transparent 0);
}
#order .list-group-item .price {
  float: right;
  margin-right: 20px;
  font-weight: 700;
  color: #368d09;
  font-size: 18px;
}
#order .list-group-item .option_note {
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 28px;
  color: #333333;
}
#order button.step {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
}
#order button.step.stepnext {
  background-color: #368d09;
  border: 1px solid #368d09;
  font-weight: 700;
}
#order button.step.stepnext:disabled {
  cursor: not-allowed;
  background-color: #245d06;
}
#order button.step.stepnext:hover {
  background-color: #245d06;
}
#order button.step.stepnext:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/basket.png) -20px -5px no-repeat;
}
#order button.step.stepback {
  color: black;
  font-weight: 300;
  background-color: white;
  border: 1px solid #e2e2e2;
}
#order button.step.stepback:hover {
  background-color: #e6e6e6;
}
#order button.step.stepback:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: -10px;
  width: 20px;
  height: 20px;
  background: url(/userfiles/images/basket.png) -4px -5px no-repeat;
}
#order .input_erorr {
  display: block;
  color: #ca2c2d;
  font-size: 14px;
}
#order .input_erorr:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(/userfiles/images/basket.png) -48px -65px no-repeat;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
#order .input_erorr ~ .col-sm-8 .form-control {
  background-color: #f4cece;
  -webkit-box-shadow: inset 6px 7px 7px -6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 6px 7px 7px -6px rgba(0, 0, 0, 0.3);
}
#order .input_erorr + .checkbox {
  background-color: #f4cece;
}
#order .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
}
#order #note {
  min-height: 116px;
}
#order .form-group {
  margin-bottom: 10px;
}
#order .form-group > label {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
}
#order .form-group > label > span {
  color: red;
}
#order .fade-transition {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
#order .fade-enter,
#order .fade-leave {
  opacity: 0;
  visibility: hidden;
}
#order [v-cloak] {
  display: none;
}
.coupons {
  float: left;
}
.coupons .coupon_box {
  color: #368d09;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}
.coupons .coupon_box span {
  font-weight: 700;
}
.coupons .coupon_box:hover {
  cursor: pointer;
}
.coupons .coupon_box #coupon:before,
.coupons .coupon_box #isic:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 14px;
}
.coupons .coupon_box #coupon:before {
  width: 40px;
  height: 40px;
  background: url(/userfiles/images/basket.png) 0px -100px no-repeat;
}
.coupons .coupon_box #isic:before {
  width: 40px;
  height: 30px;
  background: url(/userfiles/images/isic.png) 4px 0px no-repeat;
  background-size: contain;
}
#couponInput {
  display: inline-block;
  width: 350px;
  height: 75px;
  position: relative;
}
#couponInput input {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  background-color: #e2e2e2;
  height: 50px;
  border: 0;
  font-size: 18px;
  padding-left: 15px;
}
#couponInput input.bad {
  background-color: #edabab;
}
#couponInput button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 50px;
  border: 0;
  margin-top: 0;
  background: #32404e;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Work Sans';
  font-weight: 700;
}
.isic_box {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
  padding-top: 30px;
}
.isic_box input {
  margin-bottom: 24px;
}
.basket_message {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  margin-left: 8px;
  font-size: 14px;
}
.basket_message.bad {
  color: #ca2c2d;
}
.basket_message.bad:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url(/userfiles/images/basket.png) -48px -65px no-repeat;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.basket_message.good {
  color: green;
}
.account-box {
  border: 1px solid #e2e2e2;
  padding: 35px;
  margin-bottom: 45px;
  background: white;
  max-width: 800px;
}
.account-box .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-box .account-detail fieldset {
  margin: auto;
  border: 1px solid black;
  position: relative;
  max-width: 180px;
  width: 100%;
}
.account-box .account-detail fieldset legend {
  position: absolute;
  top: 0;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: white;
  padding: 0 5px;
  width: auto;
  font-size: 20px;
  border: none;
  margin: 0;
}
.account-box .account-detail fieldset img {
  width: 100%;
}
.account-box .account-detail p {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 0;
}
.account-box .account-detail p.title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.account-box .account-detail p span {
  color: #000;
}
.account-box .account-detail p .number {
  color: #368d09;
  font-size: 18px;
  text-transform: none;
}
@media all and (max-width: 768px) {
  #order .steps .step {
    padding: 20px 5px 20px 20px;
  }
  #order .steps .step span {
    display: none;
  }
  #order button.step.stepnext span,
  #order button.step.stepback span {
    display: none;
  }
}
.search.nabidka,
.search.produkty {
  padding-top: 60px;
  padding-bottom: 30px;
}
.search.nabidka .produkt,
.search.produkty .produkt {
  padding-left: 15px;
  text-align: center;
}
.search .results_box h3,
.search .products_box h3 {
  margin-top: 30px;
}
.search .results_box > *,
.search .products_box > * {
  text-align: left;
}
.search .results_box li a,
.search .products_box li a {
  color: #368d09;
}
.search .products_box {
  padding-top: 40px;
}
.search .page_list {
  list-style: none;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media all and (max-width: 768px) {
  .search .page_list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.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 {
  color: black;
  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 .account_nav .navbar-nav a {
  color: black;
  text-decoration: none;
}
.account a.btn {
  border-radius: 0;
}
.account .account_page {
  margin-top: 12px;
  background-color: #fafafa;
  padding: 10px;
  min-height: 400px;
  padding: 20px;
  border: 1px solid #e2e2e2;
}
.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 td {
  font-size: 15px;
}
.account table .btn {
  margin-top: 0 !important;
  margin-left: 15px !important;
  padding: 1px 5px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-transform: none !important;
  border: none !important;
}
.account table .btn-success {
  background-color: #38b56d;
}
.account table .btn-success:hover {
  background-color: #2c8e56;
}
.account table .btn-info {
  background-color: blue;
}
.account table .btn-info:hover {
  background-color: #0000cc;
}
.account table .btn-danger {
  background-color: #e62f63;
}
.account table .btn-danger:hover {
  background-color: #ca184b;
}
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead h3 {
  margin-top: 18px;
  font-size: 16px;
  margin-bottom: 6px;
}
.tt-menu {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: -180px !important;
}
.tt-menu .produkt_nahled.small {
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  min-width: 160px;
  max-width: 160px;
}
.tt-menu .produkt_nahled.small:last-of-type {
  border-right: 1px solid #e2e2e2;
}
.tt-menu .produkt_nahled.small .main_img {
  height: 115px;
}
.tt-menu .produkt_nahled.small .main_img img {
  max-height: 100%;
}
.tt-menu .produkt_nahled.small .detail {
  padding: 0px 8px;
}
.tt-menu .produkt_nahled.small .detail .btn-success {
  padding: 4px 10px;
}
.tt-menu .produkt_nahled.small .detail .cena .aktualni {
  font-size: 14px;
}
.tt-dataset {
  padding-top: 5px;
}
.tt-dataset:before,
.tt-dataset:after {
  content: " ";
  display: table;
}
.tt-dataset:after {
  clear: both;
}
.tt-dataset:before,
.tt-dataset:after {
  content: " ";
  display: table;
}
.tt-dataset:after {
  clear: both;
}
.tt-dataset h2.produkt {
  font-size: 13px;
  display: block;
  min-height: 75px;
  text-transform: none;
}
.tt-dataset .tt-suggestion a {
  font-weight: 400;
}
.tt-dataset a {
  color: green;
  font-weight: bold;
}
.tt-dataset.tt-dataset-products h3 {
  margin-top: 0px;
}
.tt-dataset.tt-dataset-poradna a {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.typeahead_wrapper {
  position: relative;
  font-size: 13px;
  font-weight: 400;
}
.typeahead_wrapper a {
  color: #005380;
  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;
  text-decoration: none;
}
.typeahead_image {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  overflow: hidden;
}
.typeahead_price {
  font-size: 15px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  color: #005380;
  text-align: right;
  font-weight: 700;
}
.typeahead-footer {
  float: left;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}
@media all and (max-width: 959px) {
  .tt-menu {
    left: 0px !important;
    max-width: 100%;
  }
  .tt-menu .produkt_nahled.small {
    display: block;
    width: 100%;
    min-width: unset;
    max-width: 300px;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #e2e2e2;
  }
  .tt-menu .produkt_nahled.small .main_img {
    float: left;
    max-width: 65px;
    max-height: 65px;
    margin-right: 10px;
  }
  .tt-menu .full-paragraph {
    float: left;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .tt-dataset h2.produkt {
    font-size: 12px;
    display: block;
    min-height: 60px;
  }
}
