/* w tym pliku dozwolone tylko
	@import url(SCIEZKA_DO_FONTU);
*/
@import url(//fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap);

@font-face {
    font-family: 'dms';
    src: url('fonts/dms.eot');
    src: url('fonts/dms.eot?#iefix') format('embedded-opentype'),
         url('fonts/dms.woff') format('woff'),
         url('fonts/dms.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearAll:before,
.clearAll:after {
  clear: both;
  display: block;
  content: " ";
}
.clearAfter:after {
  clear: both;
  display: block;
  content: " ";
}
.clearBefore:before {
  clear: both;
  display: block;
  content: " ";
}
.disableSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel > .item {
  display: none;
}
.owl-carousel > .item:first {
  display: block;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  background-image: none;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000000;
}
.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #b7ddf0;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.highlighted,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.disabled.active,
.datepicker table tr td.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  background-image: none;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today[disabled],
fieldset[disabled] .datepicker table tr td.today,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  background-image: none;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000000;
}
.datepicker table tr td.range:hover,
.datepicker table tr td.range:focus,
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #dadada;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range[disabled],
fieldset[disabled] .datepicker table tr td.range,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range[disabled]:active,
fieldset[disabled] .datepicker table tr td.range:active,
.datepicker table tr td.range.disabled.active,
.datepicker table tr td.range[disabled].active,
fieldset[disabled] .datepicker table tr td.range.active {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  background-image: none;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000000;
}
.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c8dce6;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled:active,
.datepicker table tr td.range.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.disabled.active,
.datepicker table tr td.range.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  background-image: none;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #5e5e5e;
  background-image: none;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #636363;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.highlighted.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.highlighted.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.highlighted.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.highlighted.active {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #2a6598;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.highlighted.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.highlighted,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.highlighted.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.highlighted.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.highlighted.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #2a6598;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.input-group .bootstrap-select.form-control,
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -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;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieOpacity)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: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: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2a6598;
  border-color: #204d74;
}
.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: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: #337ab7;
  border-color: #2e6da4;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.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: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-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.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: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: #5bc0de;
  border-color: #46b8da;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: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-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: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-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -moz-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieOpacity)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  -webkit-opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieOpacity)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieOpacity)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ieOpacity)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
.product-single #oceny-section {
  padding-top: 1px;
}
.product-single #oceny-section .oceny-form {
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 680px) {
  .product-single #oceny-section .oceny-form {
    display: block;
  }
}
.product-single #oceny-section .oceny-form .oceny-head {
  padding: 20px 30px;
  min-width: 200px;
  background: #091e7a;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.product-single #oceny-section .oceny-form .oceny-head .ocena-srednia-wrap {
  margin-top: 50px;
}
@media (max-width: 680px) {
  .product-single #oceny-section .oceny-form .oceny-head .ocena-srednia-wrap {
    margin-top: 0px;
  }
}
.product-single #oceny-section .oceny-form .oceny-head .ocena-srednia {
  font-size: 34px;
  font-weight: bold;
}
.product-single #oceny-section .oceny-form .oceny-head .stars:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single #oceny-section .oceny-form .oceny-head .stars:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single #oceny-section .oceny-form .oceny-head .stars > span {
  display: block;
  float: left;
  margin-right: 2px;
  position: relative;
  width: 16px;
  height: 16px;
}
.product-single #oceny-section .oceny-form .oceny-head .stars > span:before {
  color: #091e7a;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0050";
}
.product-single #oceny-section .oceny-form .oceny-head .ocena-liczba {
  font-weight: 400;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-single #oceny-section .oceny-form .oceny-body {
  width: 100%;
  padding: 20px 30px;
}
@media (max-width: 480px) {
  .product-single #oceny-section .oceny-form .oceny-body {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .product-single #oceny-section .oceny-form .oceny-body {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings {
  margin: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .title-small {
  margin: 0px 20px 0px 0px;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings span[data-rate] {
  font-size: 21px;
  color: #091e7a;
  font-weight: bold;
  margin-left: 15px;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings .rate {
  display: block;
  float: left;
  margin-right: 3px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  cursor: pointer;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings .rate input {
  opacity: 0;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings .rate label {
  margin: 0px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings .rate label:before {
  display: block;
  content: "\004f";
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  color: #091e7a;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings .rate.hightlight label:before,
.product-single #oceny-section .oceny-form .oceny-body form .form-group-ratings .ratings .rate:hover label:before {
  content: "\0050";
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper {
  margin: 20px -5px 0px -5px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group {
  width: 50%;
  padding: 5px;
  margin: 0px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
@media (max-width: 480px) {
  .product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group {
    width: 100%;
  }
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group ::-webkit-input-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group :-moz-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group ::-moz-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group :-ms-input-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group ::-ms-input-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group ::-webkit-input-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group :-moz-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group ::-moz-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group :-ms-input-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group ::-ms-input-placeholder {
  color: #000000;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group .form-control {
  border: 1px solid #d4d3d3;
  height: 46px;
  line-height: 46px;
  color: #000000;
  padding: 0px 20px;
  box-shadow: none;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group textarea.form-control {
  height: 158px;
  line-height: normal;
  padding: 15px 20px;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group.form-textarea {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 480px) {
  .product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group.form-textarea {
    position: relative;
    right: auto;
    top: auto;
  }
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group.submit-div {
  clear: both;
  display: block;
  width: 100%;
}
.product-single #oceny-section .oceny-form .oceny-body form .form-group-wrapper .form-group.submit-div button {
  background: #091e7a !important;
  padding: 14px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  display: table;
  margin: 10px 0px 0px auto;
  border: 0px !important;
  outline: 0px !important;
}
.product-single .oceny-list {
  margin-top: 30px;
}
.product-single .oceny-list .item {
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-bottom: 1px solid #d4d3d3;
}
.product-single .oceny-list .item:last-child {
  border-bottom: 0px;
}
.product-single .oceny-list .item .user {
  font-size: 11px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .product-single .oceny-list .item .user {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-single .oceny-list .item .user .date {
  color: #000000;
  font-weight: 400;
  margin-right: 20px;
}
.product-single .oceny-list .item .user .order {
  padding-left: 20px;
  background: url('/grafika/ocena-false.png') left center no-repeat;
}
.product-single .oceny-list .item .user .order.is-true {
  background: url('/grafika/ocena-true.png') left center no-repeat;
}
.product-single .oceny-list .item .user strong {
  margin-right: 20px;
  font-size: 12px;
}
.product-single .oceny-list .item .user .user-ocena {
  display: inline-block;
  margin-right: 20px;
  padding-top: 2px;
}
.product-single .oceny-list .item .user .user-ocena > span {
  display: block;
  float: left;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: -2px;
}
.product-single .oceny-list .item .user .user-ocena > span:before {
  color: #091e7a;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0050";
}
.product-single .oceny-list .item .user .user-ocena.star1 span:nth-child(n+2) {
  display: none;
}
.product-single .oceny-list .item .user .user-ocena.star2 span:nth-child(n+3) {
  display: none;
}
.product-single .oceny-list .item .user .user-ocena.star3 span:nth-child(n+4) {
  display: none;
}
.product-single .oceny-list .item .user .user-ocena.star4 span:last-child {
  display: none;
}
/** Light color-scheme **/
:root {
  --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-font-size: 16px;
  --cc-bg: #fff;
  --cc-z-index: 2147483647;
  --cc-text: #000000;
  --cc-border-radius: .45rem;
  --cc-btn-primary-bg: #091e7a;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #05124b;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #cccccc;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
  --cc-btn-border-radius: 0.375rem;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: #040608;
  --cc-overlay-opacity: .85;
  --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
#cc--main {
  z-index: var(--cc-z-index);
}
.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}
.cc_div {
  font-size: var(--cc-font-size);
  font-weight: 400;
  font-family: var(--cc-font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--cc-text);
}
.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}
#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: var(--cc-border-radius);
}
#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.cc_div a {
  border-bottom: 1px solid;
}
.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}
.cc_div .c-bn > span {
  pointer-events: none;
}
/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}
.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}
/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}
#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}
#cm.top.slide {
  transform: translateY(-1.6em);
}
#cm.bar.slide {
  transform: translateY(100%);
}
#cm.bar.top.slide {
  transform: translateY(-100%);
}
/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}
.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}
/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: var(--cc-overlay-opacity) !important;
}
#cm {
  font-family: inherit;
  padding: 1em 1.4em 1.3em 1.4em;
  position: fixed;
  z-index: 1;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.250em;
  right: 1.250em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: var(--cc-consent-modal-box-shadow);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial;
}
/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}
#c-ttl {
  margin-bottom: .7em;
  font-size: 1.05em;
}
.cloud #c-ttl {
  margin-top: -.15em;
}
#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}
.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}
.cc_div .c-bn {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: var(--cc-btn-border-radius);
  flex: 1;
}
#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: .5rem;
}
#s-cnt #s-rall-bn {
  float: none;
}
#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  color: var(--cc-btn-secondary-hover-text);
}
/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}
#s-bl {
  outline: none;
  scrollbar-width: thin;
}
#s-bl .title {
  margin-top: 1.4em;
}
#s-bl .title:first-child {
  margin-top: 0;
}
#s-bl .b-bn {
  margin-top: 0;
}
#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}
#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: .95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color 0.25s ease;
}
#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}
#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl .b-bn {
  position: relative;
}
#s-bl .c-bl {
  padding: 1em;
  margin-bottom: .4rem;
  border: 1px solid var(--cc-section-border);
  transition: background-color 0.25s ease;
}
#s-bl .c-bl:hover {
  background: var(--cc-cookie-category-block-bg);
}
#s-bl .c-bl:last-child {
  margin-bottom: .5em;
}
#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}
#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: .5em;
}
#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}
#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}
#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: .85em;
  color: var(--cc-block-text);
}
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}
#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
#s-inr {
  max-width: 45em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}
#s-inr,
#s-hdr,
#s-bns {
  background: var(--cc-bg);
}
#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 1.6em;
  display: block;
  width: 100%;
}
#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.8em;
  border-top: 1px solid var(--cc-section-border);
  height: 4.75em;
}
.cc_div .cc-link {
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}
#c-bns button:first-child,
#s-bns button:first-child {
  color: var(--cc-btn-primary-text);
  background: #549E10;
}
#c-bns.swap button:first-child {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
}
#c-bns.swap button:last-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: var(--cc-toggle-bg-on);
}
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: var(--cc-btn-primary-hover-bg);
  color: var(--cc-btn-primary-hover-text);
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: var(--cc-btn-secondary-hover-bg);
  color: var(--cc-btn-secondary-hover-text);
}
#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid var(--cc-section-border);
}
#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}
#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}
#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}
.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
#c_policy__text {
  height: 31.250em;
  overflow-y: auto;
  margin-top: 1.250em;
}
#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(97.5%);
  max-height: 37.5em;
}
@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: .8em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.250em 0.250em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}
/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: var(--cc-toggle-bg-readonly);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}
/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform .25s ease;
  border-radius: 100%;
}
/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}
#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}
#s-bl tbody tr {
  transition: background-color 0.25s ease;
}
#s-bl tbody tr:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#s-bl caption {
  padding: 0.5rem 1rem;
  font-size: .9em;
  border-bottom: 1px solid var(--cc-cookie-table-border);
  font-weight: 600;
}
#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em;
}
#s-bl th {
  font-family: inherit;
  padding: 1em 1rem;
  font-weight: 600;
}
#s-bl thead tr:first-child {
  border-bottom: 1px solid var(--cc-cookie-table-border);
}
.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}
#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}
.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}
#cs-ov {
  z-index: 2;
}
.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility .25s linear;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}
.force--consent #cm {
  position: absolute;
}
.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}
html.force--consent.show--consent {
  overflow-y: hidden !important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}
/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: .2em;
  display: inline-block;
  content: '';
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}
.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}
.cc_div .on-i::before {
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute;
}
#s-c-bn::before,
#s-c-bn::after {
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}
#s-c-bn::after {
  transform: rotate(-45deg);
}
.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity .15s ease;
}
.cc_div .on-i {
  left: 0;
  opacity: 0;
}
.cc_div .off-i::before,
.cc_div .off-i::after {
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}
.cc_div .off-i::before {
  transform: rotate(45deg);
}
.cc_div .off-i::after {
  transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}
/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}
#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}
/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.2em 1.7em;
  width: unset;
}
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}
.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}
.cc_div .cloud #c-txt {
  font-size: 0.85em;
}
.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}
#cm.cloud .c-bn {
  margin: .5rem 0 0 0;
  width: 100%;
}
#cm.cloud .c-bn:first-child {
  margin: 0;
}
#cm.cloud.left {
  margin-right: 1.25em;
}
#cm.cloud.right {
  margin-left: 1.25em;
}
/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}
#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}
#cm.bar #c-bns {
  max-width: 33.75em;
}
#cm.bar #cs {
  padding: 0;
}
.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}
.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.4em;
  padding-right: 1.4em;
}
.cc_div .bar #cs {
  padding: 0;
}
/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}
/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}
.cc_div .bar #s-bl caption {
  display: block;
  border-top: 0;
  border-bottom: 1px solid var(--cc-cookie-table-border);
}
/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.cc_div .bar #s-bl tr {
  border-top: 1px solid var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}
.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1rem;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}
/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.250em;
}
#cm.left {
  right: auto;
  left: 1.250em;
}
#cm.right {
  left: auto;
  right: 1.250em;
}
#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}
#cm.bar.top {
  top: 0;
}
/* end positions */
/* Disable transitions if prefers-reduced-motion detected */
@media (prefers-reduced-motion) {
  #cc--main #cm,
  #cc--main #s-cnt,
  #cc--main #s-inr {
    transition: none !important;
  }
}
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.2em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: .85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.2em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.2em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: .9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl caption {
    border-bottom: 0;
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1rem;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: .9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
.products-sets-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d3d3;
}
.products-sets-wrapper:last-child {
  border-bottom: 0px;
}
.products-sets {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  padding-right: 25%;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .products-sets {
    padding: 0px 0px 280px 0px;
  }
}
@media (max-width: 520px) {
  .products-sets {
    display: block;
  }
}
.products-sets:before,
.products-sets:after {
  clear: both;
  display: block;
  content: " ";
}
.products-sets .item {
  width: 25%;
  padding: 15px 0px;
  position: relative;
}
.products-sets .item:before {
  width: 30px;
  height: 30px;
  border: 2px solid #091e7a;
  content: "\004b";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #091e7a;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -30px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 520px) {
  .products-sets .item:before {
    display: none;
  }
}
.products-sets .item:first-child:before {
  display: none;
}
@media (max-width: 520px) {
  .products-sets .item {
    margin: 0px auto;
    width: 100%;
  }
}
.products-sets .item .image {
  padding: 10px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-align: center;
  max-width: 220px;
  width: 100%;
  margin: 0px auto;
}
.products-sets .item .image .szt {
  background: #091e7a;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: bold;
  font-size: 12px;
  width: 28px;
  height: 28px;
  color: #FFF;
  line-height: 28px;
  text-align: center;
}
.products-sets .item .image img {
  max-width: 100%;
}
.products-sets .item .description {
  text-align: center;
  padding-top: 15px;
}
.products-sets .item .description .h3 {
  color: #000000;
  margin: 0px;
  font-size: 16px;
}
.products-sets .item .description .h3 a {
  color: inherit;
  display: block;
  width: 100%;
  text-align: center;
}
.products-sets .item .description .set-price {
  font-weight: bold;
  color: #091e7a;
  margin-top: 15px;
}
.products-sets .summary {
  background: #FFF;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 25%;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000;
}
@media (max-width: 991px) {
  .products-sets .summary {
    width: 100%;
    top: auto;
    bottom: 0px;
    padding: 20px 15px;
  }
}
.products-sets .summary .summary-saving-percentage {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #f20c2d;
  color: #FFF;
  padding: 5px 10px;
  font-size: 12px;
}
.products-sets .summary > div:not(.summary-saving-percentage) {
  width: 100%;
  font-size: 16px;
  padding: 30px 0px;
}
.products-sets .summary > div:not(.summary-saving-percentage) .summary-saving {
  margin-bottom: 15px;
  font-size: 18px;
}
.products-sets .summary > div:not(.summary-saving-percentage) .summary-price-old {
  text-decoration: line-through;
  font-size: 18px;
}
@media (max-width: 991px) {
  .products-sets .summary > div:not(.summary-saving-percentage) .summary-price-old {
    display: inline-block;
    margin: 2px 5px;
  }
}
.products-sets .summary > div:not(.summary-saving-percentage) .summary-price {
  display: table;
  margin: 0px auto;
  font-size: 21px;
}
@media (max-width: 991px) {
  .products-sets .summary > div:not(.summary-saving-percentage) .summary-price {
    display: inline-block;
    margin: 2px 5px;
  }
}
.products-sets .summary > div:not(.summary-saving-percentage) .summary-price-old + .summary-price {
  color: #d41313;
  font-weight: bold;
}
.products-sets .summary > div:not(.summary-saving-percentage) .btn-cart {
  padding: 0px 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .products-sets.sets-multiple {
    display: block;
  }
  .products-sets.sets-multiple .plus {
    margin: 10px auto;
  }
  .products-sets.sets-multiple .item {
    margin: 0px auto;
    width: 100%;
  }
}
/** Ikony */
.tooltip .tooltip-inner {
  background: #091e7a;
}
.tooltip .tooltip-arrow {
  border-top-color: #091e7a !important;
}
.tooltip .tooltip-inner {
  background: #091e7a;
}
.tooltip .tooltip-arrow {
  border-top-color: #091e7a !important;
}
.image-icon {
  width: 35px;
  height: 35px;
  z-index: 40;
  top: auto;
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -17px;
}
.image-icon::before {
  width: 35px;
  height: 35px;
  display: block;
  font-size: 11px;
  z-index: 20;
  content: " ";
}
.image-icon.is-nowosc::before {
  background: url('/grafika/svg/i_oznacz_new.svg') no-repeat center center !important;
  background-size: 100% 100%;
}
.image-icon.is-promocja::before {
  background: url('/grafika/svg/i_oznacz_promocja.svg') no-repeat center center !important;
  background-size: 100% 100%;
}
.image-icon.is-bestseller::before {
  background: url('/grafika/svg/i_oznacz_bestseller.svg') no-repeat center center !important;
  background-size: 100% 100%;
}
.image-icon.is-wyprzedaz::before {
  background: #f20c2d;
  content: "Wyprzedaż";
}
.image-icon.is-okazja::before {
  background: #091e7a;
  content: "Okazja";
}
.image-icon.is-zapowiedz::before {
  background: url('/grafika/svg/i_oznacz_zap.svg') no-repeat center center !important;
  background-size: 100% 100%;
}
.image-icon.is-przedsprzedaz::before {
  background: url('/grafika/svg/i-oznacz-prz.svg') no-repeat center center !important;
  background-size: 100% 100%;
}
.description-heading .image-icon {
  position: relative;
  bottom: auto;
  left: auto;
  margin: 0px;
}
.row-products .pagination-row {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* Lista produktów */
.row-body2 {
  margin: 0px -5px;
}
.row-body2 .product-item.has-columns {
  width: 33.33333333%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .row-body2 .product-item.has-columns:nth-child(3n + 1) {
    clear: both;
  }
  .row-body2 .product-item.has-columns:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .row-body2 .product-item.has-columns {
    width: 50%;
  }
  .row-body2 .product-item.has-columns:nth-child(2n + 1) {
    clear: both;
  }
  .row-body2 .product-item.has-columns:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .row-body2 .product-item.has-columns {
    width: 100%;
  }
  .row-body2 .product-item.has-columns:nth-child(1n + 1) {
    clear: both;
  }
  .row-body2 .product-item.has-columns:nth-child(1n + 1) {
    clear: both;
  }
}
.product-item {
  float: left;
  padding: 0px 5px;
}
.product-item.has-columns .product-item-inside {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 20px;
  background: #FFF;
  min-height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .product-item.has-columns .product-item-inside {
    padding: 30px 20px 20px 20px;
  }
}
@media (max-width: 380px) {
  .product-item.has-columns .product-item-inside {
    padding: 30px 10px 20px 10px;
  }
}
.product-item.has-columns .product-item-inside > .image {
  position: relative;
}
.product-item.has-columns .product-item-inside > .image img {
  display: block;
  margin: 0px auto;
  width: auto;
  max-width: 100%;
}
.product-item.has-columns .product-item-inside > .image:before {
  top: auto;
  bottom: -17px;
}
.product-item.has-columns .product-item-inside > .image > .description {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  top: -20px;
  left: -20px;
  right: -20px;
  opacity: 0;
  font-size: 12px;
  z-index: 30;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.product-item.has-columns .product-item-inside > .image .saving {
  width: 40px;
  height: 40px;
  background: #d41313;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
  left: 50%;
  position: absolute;
  top: -20px;
  margin-left: -20px;
}
.product-item.has-columns .product-item-inside > .description {
  text-align: center;
}
.product-item.has-columns .product-item-inside > .description .h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 48px;
  overflow: hidden;
}
.product-item.has-columns .product-item-inside > .description .h3 span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
}
.product-item.has-columns .product-item-inside > .description .autorzy {
  text-align: center;
  margin-bottom: 10px;
  height: 38px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item.has-columns .product-item-inside > .description .autorzy span {
  margin: 5px 0px;
}
.product-item.has-columns .product-item-inside > .description .autorzy span a {
  color: #000000;
}
.product-item.has-columns .product-item-inside > .description .available,
.product-item.has-columns .product-item-inside > .description .available-always {
  width: 100%;
  text-align: center;
  padding-right: 40px;
  margin-top: 10px;
  font-size: 10px;
}
.product-item.has-columns .product-item-inside > .description .prices {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  min-height: 34px;
  text-align: left;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.product-item.has-columns .product-item-inside > .description .prices .formats {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 82px;
  width: 100%;
  padding-right: 15px;
}
.product-item.has-columns .product-item-inside > .description .prices .formats > div {
  text-align: center;
  padding: 0px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .product-item.has-columns .product-item-inside > .description .prices .formats > div {
    padding: 0px 5px;
  }
}
.product-item.has-columns .product-item-inside > .description .prices .formats > div input {
  opacity: 0;
  top: 0px;
  right: 0px;
  position: absolute;
}
.product-item.has-columns .product-item-inside > .description .prices .formats > div input:checked + label em::before {
  opacity: 1 !important;
}
.product-item.has-columns .product-item-inside > .description .prices .formats > div label {
  position: relative;
  cursor: pointer !important;
}
.product-item.has-columns .product-item-inside > .description .prices .formats > div label em {
  width: 16px;
  height: 16px;
  border: 1px solid #d5d4d4;
  content: " ";
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0px auto;
  display: table;
  position: relative;
  margin-bottom: 15px;
}
.product-item.has-columns .product-item-inside > .description .prices .formats > div label em:before {
  width: 8px;
  height: 8px;
  background: #091e7a;
  position: absolute;
  left: 3px;
  top: 3px;
  content: " ";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.product-item.has-columns .product-item-inside > .description .prices .formats > div label > strong {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-item.has-columns .product-item-inside > .description .prices .formats > div label > strong {
    font-size: 11px;
  }
}
.product-item.has-columns .product-item-inside > .description .prices .price-old {
  font-size: 10px;
  color: #7a7a7a;
  display: block;
  text-decoration: line-through;
}
.product-item.has-columns .product-item-inside > .description .prices .price-current {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  display: block;
}
.product-item.has-columns .product-item-inside > .description .prices .price-current.is-promo {
  color: #d41313;
}
.product-item.has-columns .product-item-inside > .description .prices .buttons {
  width: 40px;
  border-left: 1px solid #d4d3d3;
}
.product-item.has-columns .product-item-inside > .description .prices .buttons .favourites {
  width: 24px;
  height: 24px;
  background: url('/grafika/svg/i_favourite.svg') center center no-repeat;
  background-size: 18px auto !important;
  outline: 0px;
  border: 0px;
  display: table;
  margin: 0px 0px 20px auto;
}
.product-item.has-columns .product-item-inside > .description .prices .buttons .button-cart {
  cursor: pointer;
  z-index: 30;
  display: table;
  margin: 0px 0px 10px auto;
  width: 24px;
  height: 24px;
}
.product-item.has-columns .product-item-inside > .description .prices .buttons .button-cart:after {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0064";
  color: #091e7a;
  font-size: 23px;
}
.product-item.has-columns .product-item-inside:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.product-item.has-columns .product-item-inside:hover .image > .description {
  opacity: 1;
}
.product-item.is-row {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.product-item.is-row:nth-child(1n + 1) {
  clear: both;
}
.product-item.is-row:nth-child(1n + 1) {
  clear: both;
}
.product-item.is-row .product-item-inside {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 30px 30px 30px 110px;
  background: #FFF;
  min-height: 150px;
  margin-bottom: 10px;
}
.product-item.is-row .product-item-inside:after {
  clear: both;
  display: block;
  content: " ";
}
.product-item.is-row .product-item-inside:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .product-item.is-row .product-item-inside {
    padding: 20px 20px 20px 100px;
  }
}
.product-item.is-row .product-item-inside .image {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 60px;
}
@media (max-width: 767px) {
  .product-item.is-row .product-item-inside .image {
    left: 20px;
    top: 20px;
  }
}
.product-item.is-row .product-item-inside .image img {
  max-width: 100%;
}
.product-item.is-row .product-item-inside .description {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .product-item.is-row .product-item-inside .description {
    display: block;
  }
}
.product-item.is-row .product-item-inside .description .details {
  width: 100%;
}
@media (max-width: 991px) {
  .product-item.is-row .product-item-inside .description {
    padding: 0px;
  }
}
.product-item.is-row .product-item-inside .description .h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
}
@media (min-width: 991px) {
  .product-item.is-row .product-item-inside .description .h3 a {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 20px;
    overflow: hidden;
  }
}
.product-item.is-row .product-item-inside .description .h3 span {
  display: block;
  font-weight: 400;
}
.product-item.is-row .product-item-inside .description .available,
.product-item.is-row .product-item-inside .description .available-always {
  font-size: 10px;
  text-align: center;
}
.product-item.is-row .product-item-inside .description .spec-listing {
  padding-top: 10px;
}
.product-item.is-row .product-item-inside .description .spec-listing > div {
  margin-top: 5px;
}
.product-item.is-row .product-item-inside .description .prices {
  padding: 15px 15px 0px;
  padding-right: 0px;
  border-left: 1px solid #d4d3d3;
  min-width: 280px;
}
@media (max-width: 680px) {
  .product-item.is-row .product-item-inside .description .prices {
    min-width: 1px;
    padding: 10px;
  }
}
.product-item.is-row .product-item-inside .description .prices .price-old {
  font-size: 10px;
  color: #7a7a7a;
  display: block;
  white-space: nowrap;
  text-decoration: line-through;
}
.product-item.is-row .product-item-inside .description .prices .price-current {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  display: block;
  white-space: nowrap;
}
.product-item.is-row .product-item-inside .description .prices .price-current.is-promo {
  color: #d41313;
}
.product-item.is-row .product-item-inside .description .prices .formats {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
.product-item.is-row .product-item-inside .description .prices .formats > div {
  text-align: center;
  padding: 0px 10px;
  position: relative;
}
.product-item.is-row .product-item-inside .description .prices .formats > div input {
  opacity: 0;
  top: 0px;
  right: 0px;
  position: absolute;
}
.product-item.is-row .product-item-inside .description .prices .formats > div input:checked + label em::before {
  opacity: 1 !important;
}
.product-item.is-row .product-item-inside .description .prices .formats > div label {
  position: relative;
  cursor: pointer !important;
}
.product-item.is-row .product-item-inside .description .prices .formats > div label em {
  width: 16px;
  height: 16px;
  border: 1px solid #d5d4d4;
  content: " ";
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 0px auto;
  display: table;
  position: relative;
  margin-bottom: 15px;
}
.product-item.is-row .product-item-inside .description .prices .formats > div label em:before {
  width: 8px;
  height: 8px;
  background: #091e7a;
  position: absolute;
  left: 3px;
  top: 3px;
  content: " ";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.product-item.is-row .product-item-inside .description .prices .formats > div label > strong {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .product-item.is-row .product-item-inside .description .prices {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 20px;
    border: 0px;
  }
}
.product-item.is-row .product-item-inside .description .prices .buttons {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
.product-item.is-row .product-item-inside .description .prices .buttons .favourites {
  width: 24px;
  height: 24px;
  background: url('/grafika/svg/i_favourite.svg') center center no-repeat;
  background-size: 18px auto !important;
  outline: 0px;
  border: 0px;
  margin: 0px 15px;
}
.product-item.is-row .product-item-inside .description .prices .buttons .button-cart {
  cursor: pointer;
  z-index: 30;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0px 15px;
}
.product-item.is-row .product-item-inside .description .prices .buttons .button-cart:after {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0064";
  color: #091e7a;
  font-size: 23px;
}
.product-item.is-row .product-item-inside .description .prices .available,
.product-item.is-row .product-item-inside .description .prices .available-always {
  text-align: center;
  display: block;
}
.in-favourites {
  margin: 0px -5px 10px;
}
@media (max-width: 420px) {
  .in-favourites {
    padding: 5px !important;
  }
  .in-favourites .formats {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.in-favourites .is-trash {
  color: #c21b2e;
  margin: 15px auto;
  display: table;
}
.in-favourites .is-trash .icon-trash {
  vertical-align: middle;
}
.in-favourites .product-item-inside {
  padding: 0px;
  border: 1px solid rgba(212, 211, 211, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.in-favourites .product-item-inside .description .details {
  padding-right: 10px;
}
@media (min-width: 601px) {
  .in-favourites .product-item-inside .description .prices {
    min-width: 220px !important;
  }
}
/** Karta produktu */
.product-single h1 {
  margin: 10px 0px 35px 0px;
}
@media (max-width: 767px) {
  .product-single h1 {
    text-align: center;
  }
}
.product-single .podpis {
  font-size: 16px;
  font-weight: 400;
  color: #091e7a;
  padding: 10px;
  text-align: center;
}
.product-single .product-single-content {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0px -15px;
}
.product-single .product-single-content:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single .product-single-content:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single .product-single-content .product-single-content-inner {
  width: 70%;
  float: left;
  padding: 0px 15px;
}
.product-single .product-single-content .product-single-content-inner:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single .product-single-content .product-single-content-inner:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 991px) {
  .product-single .product-single-content .product-single-content-inner {
    width: 100%;
    float: none;
  }
}
.product-single .product-single-content .description {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product-single .product-single-content .description:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single .product-single-content .description:after {
  clear: both;
  display: block;
  content: " ";
}
.product-single .product-single-content .description .images-container {
  width: 40%;
  float: left;
}
@media (max-width: 767px) {
  .product-single .product-single-content .description .images-container {
    width: 100%;
    float: none;
  }
}
.product-single .product-single-content .description .images-container .images {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 360px;
}
@media (max-width: 767px) {
  .product-single .product-single-content .description .images-container .images {
    margin: 0px auto;
  }
}
.product-single .product-single-content .description .images-container .images .image img {
  max-width: 100%;
}
.product-single .product-single-content .description .images-container .images .thumbs {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: hidden;
  margin-top: 10px;
  padding-right: 60px;
}
.product-single .product-single-content .description .images-container .images .thumbs .arrow-right,
.product-single .product-single-content .description .images-container .images .thumbs .arrow-left {
  width: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 50%;
  border: 1px solid #d4d3d3;
  cursor: pointer;
}
.product-single .product-single-content .description .images-container .images .thumbs .arrow-right.swiper-button-disabled,
.product-single .product-single-content .description .images-container .images .thumbs .arrow-left.swiper-button-disabled {
  display: none !important;
}
.product-single .product-single-content .description .images-container .images .thumbs .arrow-right:after,
.product-single .product-single-content .description .images-container .images .thumbs .arrow-left:after {
  font-size: 9px;
  color: #000000;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0056';
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.product-single .product-single-content .description .images-container .images .thumbs .arrow-right.swiper-button-disabled::after,
.product-single .product-single-content .description .images-container .images .thumbs .arrow-left.swiper-button-disabled::after {
  opacity: 0.2;
  cursor: not-allowed;
}
.product-single .product-single-content .description .images-container .images .thumbs .arrow-right.arrow-left,
.product-single .product-single-content .description .images-container .images .thumbs .arrow-left.arrow-left {
  top: 50%;
  bottom: 0px;
  border-top: 0px;
}
.product-single .product-single-content .description .images-container .images .thumbs .arrow-right.arrow-left:after,
.product-single .product-single-content .description .images-container .images .thumbs .arrow-left.arrow-left:after {
  content: '\0055';
}
.product-single .product-single-content .description .images-container .images .thumbs .items {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product-single .product-single-content .description .images-container .images .thumbs .items .swiper-wrapper .swiper-slide {
  cursor: pointer;
  border: 2px solid transparent;
}
.product-single .product-single-content .description .images-container .images .thumbs .items .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.product-single .product-single-content .description .images-container .images .thumbs .items .swiper-wrapper .swiper-slide.in {
  border-color: #d41313;
}
.product-single .product-single-content .description .description-heading {
  width: 60%;
  float: right;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .product-single .product-single-content .description .description-heading {
    width: 100%;
    float: none;
    padding: 40px 0px 0px 0px;
  }
}
.product-single .product-single-content .description .description-heading .oznacz {
  height: 40px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 767px) {
  .product-single .product-single-content .description .description-heading .oznacz {
    display: table;
    margin: 0px auto;
  }
}
.product-single .product-single-content .description .description-heading .oznacz:before {
  left: 0px;
  top: 0px;
  margin: 0px;
}
.product-single .product-single-content .description .description-heading .spec .table-spec {
  border: 0px;
  margin: 0px;
}
.product-single .product-single-content .description .description-heading .spec .table-spec tr td {
  width: 60%;
  padding: 10px 5px;
  color: #000;
  border: 0px;
  border-bottom: 1px solid #d4d3d3;
}
.product-single .product-single-content .description .description-heading .spec .table-spec tr td:first-child {
  width: 40%;
  text-align: right;
  color: #000000;
  color: rgba(0, 0, 0, 0.7);
}
.product-single .product-single-content .description .description-heading .spec .table-spec tr td a {
  color: #091e7a;
}
.product-single .product-single-content .description .description-heading .spec .table-spec tr:last-child td {
  border-bottom: 0px !important;
}
.product-single .product-single-content .description .description-heading .data {
  margin-top: 20px;
}
.product-single .product-single-content .description .description-heading .description-body {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 50px;
}
.product-single .product-single-content .description .description-heading .description-body .description-more {
  display: table;
  margin: 20px auto 0px 0px;
  padding-right: 20px;
  color: #091e7a !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product-single .product-single-content .description .description-heading .description-body .description-more:after {
  content: "\0054";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  color: #091e7a;
  position: absolute;
  right: 0px;
  top: 5px;
}
@media (max-width: 991px) {
  .product-single .product-single-content .product-single-info-mobile {
    margin: 60px -15px 0px -15px;
  }
}
.product-single .product-single-content .product-single-info {
  width: 30%;
  float: right;
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .product-single .product-single-content .product-single-info {
    width: 100%;
    float: none;
  }
}
.product-single .product-single-content .product-single-info > div.is-fixed {
  position: fixed;
  top: 25px;
  width: 100%;
  max-width: 309px;
}
@media (max-width: 1100px) {
  .product-single .product-single-content .product-single-info > div.is-fixed {
    max-width: 261px;
  }
}
.product-single .product-single-content .product-single-info > div .prices {
  position: relative;
}
.product-single .product-single-content .product-single-info > div .prices input[type="radio"] {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.product-single .product-single-content .product-single-info > div .prices input[type="radio"]:checked + .price-section .label-name:after {
  opacity: 1 !important;
}
.product-single .product-single-content .product-single-info > div .prices .price-section {
  background: #FFF;
  padding: 20px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product-single .product-single-content .product-single-info > div .prices .price-section.disabled {
  filter: opacity(50%);
}
.product-single .product-single-content .product-single-info > div .prices .price-section .label-name {
  text-align: left;
  padding-left: 25px;
  position: relative;
  cursor: pointer !important;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .label-name > strong {
  display: block;
  text-transform: uppercase;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .label-name > strong span {
  text-transform: none;
  font-weight: 400;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .label-name:before {
  width: 16px;
  height: 16px;
  border: 1px solid #d5d4d4;
  position: absolute;
  left: 0px;
  top: 0px;
  content: " ";
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .label-name:after {
  width: 8px;
  height: 8px;
  background: #091e7a;
  position: absolute;
  left: 4px;
  top: 4px;
  content: " ";
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .preview {
  padding: 6px 6px 6px 20px;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .preview a {
  padding-top: 2px;
  padding-bottom: 2px;
  background: url('/grafika/i_download.png') left center no-repeat;
  display: table;
  padding-left: 20px;
  color: #091e7a;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 10px;
  position: relative;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .preview a:after {
  position: absolute;
  left: 0px;
  bottom: 2px;
  height: 2px;
  width: 0%;
  content: " ";
  background: #091e7a;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .preview a:hover:after {
  width: 100%;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .cena-30 {
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
  color: #666;
}
@media (min-width: 1200px) {
  .product-single .product-single-content .product-single-info > div .prices .price-section .cena-30 {
    margin: 0px -15px;
    white-space: nowrap;
  }
}
.product-single .product-single-content .product-single-info > div .prices .price-section .preorder {
  margin-top: 15px;
  text-align: center;
  position: relative;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .preorder:after {
  position: absolute;
  height: 1px;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  background: #091e7a;
  content: " ";
}
.product-single .product-single-content .product-single-info > div .prices .price-section .preorder strong {
  color: #091e7a;
  display: block;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .saving {
  width: 40px;
  height: 40px;
  background: #d41313;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  font-size: 11px;
  font-weight: bold;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .data-row {
  font-size: 11px;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .price-values {
  padding: 5px 0px;
  text-align: center;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .price-values .price-old {
  font-size: 13px;
  color: #000000;
  text-decoration: line-through;
  margin: 5px 5px;
  display: inline-block;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .price-values .price-current {
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  margin: 5px 5px;
  display: inline-block;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .price-values .price-current.is-promo {
  color: #d41313;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0px 40px 0px 15px;
  font-size: 13px;
  border: 1px solid #d4d3d3;
  width: 120px;
  margin: 0px auto;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount input {
  height: 44px;
  line-height: 44px;
  width: 100%;
  padding: 0px 5px;
  min-width: auto;
  border: 0px;
  box-shadow: none;
  outline: 0px;
  font-size: 13px;
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount ::-webkit-input-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount :-moz-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount ::-moz-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount :-ms-input-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount ::-ms-input-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount ::-webkit-input-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount :-moz-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount ::-moz-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount :-ms-input-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount ::-ms-input-placeholder {
  color: #000000;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .up,
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .down {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 22px;
  cursor: pointer;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .up:after,
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .down:after {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0057";
  font-size: 9px;
  color: #091e7a;
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .up.down,
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .down.down {
  top: 23px;
  bottom: 0px;
}
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .up.down:after,
.product-single .product-single-content .product-single-info > div .prices .price-section .amount .down.down:after {
  content: "\0054";
  top: 5px;
}
.product-single .product-single-content .product-single-info > div .prices .buttons-product .el-button {
  margin-top: 10px;
}
/* Zakładki w karcie produktu */
.tabs,
.product-tabs {
  padding: 60px 0px 0px 0px;
}
.tabs .nav-tabs,
.product-tabs .nav-tabs {
  border: 0px;
  margin: 0px !important;
}
.tabs .nav-tabs > li,
.product-tabs .nav-tabs > li {
  display: inline-block;
  margin: 0px !important;
}
.tabs .nav-tabs > li > a,
.product-tabs .nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none !important;
  color: #000000 !important;
  border: 0px !important;
  margin: 5px 30px 5px 0px !important;
  padding: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.tabs .nav-tabs > li:active a,
.product-tabs .nav-tabs > li:active a,
.tabs .nav-tabs > li:hover a,
.product-tabs .nav-tabs > li:hover a,
.tabs .nav-tabs > li.active a,
.product-tabs .nav-tabs > li.active a {
  color: #091e7a !important;
}
.tabs .tab-content,
.product-tabs .tab-content {
  padding: 20px 0px 0px 0px;
  border: 0px;
}
.tabs .tab-content .link-more-expand,
.product-tabs .tab-content .link-more-expand {
  display: table;
  margin: 15px 0px auto auto;
  width: auto;
  font-weight: bold;
}
.tabs .tab-content:after,
.product-tabs .tab-content:after {
  clear: both;
  display: block;
  content: " ";
}
.tabs .tab-content .autor-description + .autor-description,
.product-tabs .tab-content .autor-description + .autor-description {
  margin-top: 30px;
  border-top: 1px solid #d4d3d3;
}
.tabs .tab-content .autor-image,
.product-tabs .tab-content .autor-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.tabs .tab-content .tab-image,
.product-tabs .tab-content .tab-image {
  border: 1px solid #d4d3d3;
  float: left;
  margin: 0px 20px 10px 0px;
}
@media (max-width: 580px) {
  .tabs .tab-content .tab-image,
  .product-tabs .tab-content .tab-image {
    float: none;
    margin: 0px auto 20px auto;
    display: table;
  }
}
.tabs .tab-content .tab-image.tab-image-right,
.product-tabs .tab-content .tab-image.tab-image-right {
  float: right;
  margin: 0px 0px 10px 20px;
}
@media (max-width: 580px) {
  .tabs .tab-content .tab-image.tab-image-right,
  .product-tabs .tab-content .tab-image.tab-image-right {
    float: none;
    margin: 0px auto 20px auto;
    display: table;
  }
}
.tabs .tab-content .tab-image img,
.product-tabs .tab-content .tab-image img {
  max-width: 100%;
}
.tabs .tab-content .specyfikacja,
.product-tabs .tab-content .specyfikacja {
  width: 600px;
  max-width: 100%;
  margin: 0px auto;
}
.tabs .tab-content .specyfikacja tr,
.product-tabs .tab-content .specyfikacja tr {
  background: #FFF !important;
}
.tabs .tab-content .specyfikacja tr td,
.product-tabs .tab-content .specyfikacja tr td {
  width: 50%;
  background: #FFF !important;
  border-bottom: 1px solid #d4d3d3;
  color: #000000;
}
.tabs .tab-content .specyfikacja tr td:first-child,
.product-tabs .tab-content .specyfikacja tr td:first-child {
  text-align: right;
  color: #091e7a;
}
.tabs .tab-content .specyfikacja tr td a,
.product-tabs .tab-content .specyfikacja tr td a {
  color: inherit !important;
}
.tabs .tab-content .table-koszty,
.product-tabs .tab-content .table-koszty,
.tabs .tab-content .table-costs,
.product-tabs .tab-content .table-costs {
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.tabs .tab-content table tr:first-child td,
.product-tabs .tab-content table tr:first-child td {
  border-top: 0px;
}
/* Dodatkowe sekcje w karcie produktu */
.product-single-bottom .title-medium {
  margin: 50px 0px 20px 0px;
}
/* Rotator produktów */
.product-owl .owl-dots {
  margin: 50px auto 0px auto;
  display: table;
  max-width: 320px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 580px) {
  .product-owl .owl-dots {
    max-width: 200px;
  }
}
.product-owl .owl-dots .owl-dot {
  height: 10px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: none !important;
  margin: 0px 5px;
  display: inline-block;
}
.product-owl .owl-dots .owl-dot span {
  height: 3px !important;
  width: 100% !important;
  display: block;
  background: #FFF !important;
  margin: 3px 0px 0px 0px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product-owl .owl-dots .owl-dot.active span {
  background: #091e7a !important;
}
.product-owl .owl-nav {
  margin: 0px !important;
}
.product-owl .owl-nav .owl-prev,
.product-owl .owl-nav .owl-next {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin: 0px 0px 0px -240px !important;
  padding: 0px !important;
  border: 0px !important;
  background: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 580px) {
  .product-owl .owl-nav .owl-prev,
  .product-owl .owl-nav .owl-next {
    margin: 0px 0px 0px -150px !important;
  }
}
.product-owl .owl-nav .owl-prev:before,
.product-owl .owl-nav .owl-next:before {
  content: "\0055";
  color: #091e7a;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
.product-owl .owl-nav .owl-prev.owl-next,
.product-owl .owl-nav .owl-next.owl-next {
  left: auto;
  right: 50%;
  margin: 0px -240px 0px 0px !important;
}
@media (max-width: 580px) {
  .product-owl .owl-nav .owl-prev.owl-next,
  .product-owl .owl-nav .owl-next.owl-next {
    margin: 0px -150px 0px 0px !important;
  }
}
.product-owl .owl-nav .owl-prev.owl-next:before,
.product-owl .owl-nav .owl-next.owl-next:before {
  content: "\0056";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.product-owl .product-item {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px 0px 20px !important;
}
@media (max-width: 420px) {
  .product-owl .product-item {
    max-width: 200px;
  }
}
.product-owl .product-item.has-columns .product-item-inside {
  padding: 30px 20px 20px 20px;
}
.product-owl .product-item.has-columns .product-item-inside .image:before {
  bottom: -17px;
  top: auto;
}
.product-owl .product-item.has-columns .product-item-inside .image > .description {
  display: none;
}
/* Listing produktów dodawany w opisowej */
.product-inject {
  margin: 0px -3px;
}
.product-inject .product-item {
  margin-bottom: 6px;
  padding: 0px 3px;
}
@media (min-width: 1201px) {
  .product-inject .product-item {
    width: 25%;
  }
  .product-inject .product-item:nth-child(4n + 1) {
    clear: both;
  }
  .product-inject .product-item:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-inject .product-item {
    width: 33.33333333%;
  }
  .product-inject .product-item:nth-child(3n + 1) {
    clear: both;
  }
  .product-inject .product-item:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 541px) and (max-width: 991px) {
  .product-inject .product-item {
    width: 50%;
  }
  .product-inject .product-item:nth-child(2n + 1) {
    clear: both;
  }
  .product-inject .product-item:nth-child(2n + 1) {
    clear: both;
  }
}
@media (max-width: 540px) {
  .product-inject .product-item {
    width: 100%;
  }
  .product-inject .product-item:nth-child(1n + 1) {
    clear: both;
  }
  .product-inject .product-item:nth-child(1n + 1) {
    clear: both;
  }
}
.product-inject .product-item .product-item-inside {
  padding: 30px 20px 20px 20px;
}
@media (max-width: 380px) {
  .product-inject .product-item .product-item-inside {
    padding: 30px 10px 20px 10px;
  }
}
.product-inject .product-item .product-item-inside .image > .description {
  display: none;
}
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearAll:before,
.clearAll:after {
  clear: both;
  display: block;
  content: " ";
}
.clearAfter:after {
  clear: both;
  display: block;
  content: " ";
}
.clearBefore:before {
  clear: both;
  display: block;
  content: " ";
}
.disableSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel > .item {
  display: none;
}
.owl-carousel > .item:first {
  display: block;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}
#boksy {
  z-index: 20;
  background: #FFF;
  margin: 30px -10px 0px -10px;
  /** Ustawienia boksów */
}
#boksy > .inner::after {
  content: "";
  display: block;
  clear: both;
}
#boksy .boks {
  position: relative;
  float: left;
}
#boksy .boks > div {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#boksy .boks > div:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  border: 10px solid #FFF;
  z-index: 10;
}
#boksy .boks > div .item img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
#boksy .boks > div .boks-carousel .item {
  display: none;
}
#boksy .boks > div .boks-carousel .item:first-child {
  display: block;
}
#boksy .boks > div .boks-carousel img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
#boksy .boks > div .boks-carousel .owl-dots {
  margin: 0px;
  position: absolute;
  right: 25px;
  top: 25px;
}
#boksy .boks > div .boks-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #FFF;
  display: block;
  float: left;
  margin-left: 6px;
}
#boksy .boks > div .boks-carousel .owl-dots .owl-dot span {
  display: none !important;
}
#boksy .boks > div .boks-carousel .owl-dots .owl-dot.active {
  background: #FFF;
}
#boksy .boks > div .description {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  z-index: 6;
  padding: 20px;
}
#boksy .boks > div .description > div {
  width: 100%;
  color: #FFF;
}
#boksy .boks > div .description > div h2 {
  font-size: 26px;
  margin: 0px;
  color: #FFF;
}
#boksy .boks > div .description > div h2 a {
  color: inherit;
}
#boksy .boks > div .description > div h3 {
  font-size: 20px;
  margin: 0px;
  color: #FFF;
}
#boksy .boks > div .description > div h3 a {
  color: inherit;
}
#boksy .boks > div .description > div .description-body {
  overflow: hidden;
  max-height: 0px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#boksy .boks > div .description > div .more {
  display: block;
  color: #091e7a;
  margin-top: 15px;
  font-weight: bold;
}
#boksy .boks:hover .description .description-body {
  margin-top: 15px;
  max-height: 400px;
}
#boksy .boks-1x1,
#boksy .boks-1x2,
#boksy .boks-1x3 {
  width: 25%;
}
#boksy .boks-2x1,
#boksy .boks-2x2 {
  width: 50%;
}
.form-control {
  box-shadow: none !important;
  border: 1px solid #cccccc;
  line-height: 50px;
  height: 50px;
  padding: 0px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
textarea.form-control {
  line-height: 1.5;
  padding: 10px 20px;
}
.form-required {
  margin: 10px 0px 30px 0px;
}
.req {
  color: #c21b2e;
}
.has-error .form-control {
  border: 1px solid #cccccc !important;
}
.has-error .form-checkbox label:before {
  border: 1px solid #c21b2e;
}
.has-error [id^="req"] {
  color: #c21b2e;
}
.form-group {
  position: relative;
}
.form-group .error-info {
  font-size: 12px;
  color: #ff0000;
}
.form-group label.label-in {
  color: #000000;
  padding: 0px;
  margin: 0px;
  height: 50px;
  line-height: 50px;
  top: 6px;
  position: absolute;
  left: 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 10;
}
.form-group label.label-in + div {
  padding-top: 6px;
}
.form-group.focus-state .label-in {
  font-size: 11px;
  height: 17px;
  line-height: 17px;
  padding: 0px 7px;
  top: -2px;
  background: #FFF;
}
.form-group.focus-state .form-control {
  border: 1px solid #091e7a;
}
.form-group.focus .label-in {
  color: #000000;
}
.form-group.focus .form-control {
  border: 1px solid #091e7a !important;
}
.form-group.has-error.focus .label-in {
  color: #ff0000;
}
.btn-file {
  width: auto;
}
.btn-file + span {
  display: block;
  font-size: .8em;
  padding: 3px 0px;
}
.btn-file + span .progress {
  display: block;
  height: 14px;
  line-height: 14px;
  font-size: 9px;
  background: #FFF;
  box-shadow: 0px 0px 0px 1px #d4d3d3 inset;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin: 2px 0px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn-file + span .progress.progres-active,
.btn-file + span .progress.progres-uploaded {
  opacity: 1;
}
.btn-file + span .progress.out {
  opacity: 0;
}
.btn-file + span .progress i {
  background: #091e7a;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
.btn-file + span .progress span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.form-checkbox {
  position: relative;
  margin-bottom: 10px;
}
.form-checkbox input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.form-checkbox label {
  font-weight: 400;
  font-size: 1em;
  padding: 0px 0px 0px 30px;
  position: relative;
  cursor: pointer;
}
.form-checkbox label a {
  color: #000000;
}
.form-checkbox label::before {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  content: " ";
}
.form-checkbox label::after {
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #091e7a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  content: " ";
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.form-checkbox input:checked + label::after {
  opacity: 1;
}
.form-radio {
  position: relative;
}
.form-radio.is-inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.form-radio input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.form-radio label {
  font-weight: 400;
  font-size: 1em;
  padding: 0px 0px 0px 30px;
  position: relative;
  cursor: pointer !important;
}
.form-radio label::before {
  position: absolute;
  left: 0px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #cccccc;
  content: " ";
}
.form-radio label::after {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #091e7a;
  content: " ";
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.form-radio input:checked + label::after {
  opacity: 1;
}
.form-password {
  position: relative;
}
.form-password span {
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  background: url('/img/i-password-show.svg') center center no-repeat;
  top: 15px;
}
.form-password input[type="text"] + span {
  background: url('/img/i-password-hide.svg') center center no-repeat;
}
.form-columns {
  margin: 0px -10px;
}
.form-columns::before,
.form-columns::after {
  clear: both;
  display: block;
  content: " ";
}
.form-columns > div {
  float: left;
  width: 50%;
  padding: 0px 10px 0px;
}
@media (max-width: 420px) {
  .form-columns > div {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.form-location {
  margin: 0px -10px;
}
.form-location::before,
.form-location::after {
  clear: both;
  display: block;
  content: " ";
}
.form-location > div {
  float: left;
  width: 30%;
  padding: 0px 10px 0px;
}
@media (max-width: 1200px) {
  .form-location > div {
    width: 35%;
  }
}
@media (max-width: 480px) {
  .form-location > div {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .form-location > div {
    width: 100%;
    float: none;
  }
}
.form-location > div:last-child {
  width: 70%;
}
@media (max-width: 1200px) {
  .form-location > div:last-child {
    width: 65%;
  }
}
@media (max-width: 480px) {
  .form-location > div:last-child {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .form-location > div:last-child {
    width: 100%;
    float: none;
  }
}
/** Konto użytkownika */
.social-login {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 590px) {
  .social-login {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.social-login .el-button {
  margin-right: 10px;
}
@media (max-width: 590px) {
  .social-login .el-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.social-login a:not(.el-button) {
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #d4d3d3;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
}
@media (max-width: 360px) {
  .social-login a:not(.el-button) {
    width: 40px;
    height: 40px;
  }
}
.social-login a:not(.el-button).facebook {
  background: #ffffff url('/grafika/i-facebook.svg') center center no-repeat;
  background-size: 25px 25px !important;
}
.social-login a:not(.el-button).google {
  background: #ffffff url('/grafika/i-google.svg') center center no-repeat;
  background-size: 25px 25px !important;
}
.dms-user-login,
.dms-user-password,
.dms-user-register,
.dms-user-status {
  margin: 0px auto;
  width: 100%;
  max-width: 600px;
}
.dms-user-login-info,
.dms-user-password-info,
.dms-user-register-info,
.dms-user-status-info {
  text-align: center;
  margin: 20px auto 0px;
}
@media (min-width: 768px) {
  .dms-user .el-button + .el-button[data-remove] {
    float: right;
  }
}
@media (max-width: 767px) {
  .dms-user .el-button + .el-button[data-remove] {
    display: table;
    margin-top: 10px;
  }
}
.dms-user .heading-small {
  margin-bottom: 10px;
}
.dms-user.is-orders {
  margin: 30px 0px 0px 0px;
  padding: 30px 15px;
  background: #FFF;
}
.dms-user.is-orders .title-large {
  font-weight: bold;
  margin-top: 0px;
}
.dms-user .data-user-columns {
  margin: 0px -15px;
}
.dms-user .data-user-columns:before,
.dms-user .data-user-columns:after {
  clear: both;
  display: block;
  content: " ";
}
.dms-user .data-user-columns > div {
  width: 50%;
  float: left;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .dms-user .data-user-columns > div {
    width: 100%;
    float: none;
  }
}
.dms-user-profile:before,
.dms-user-profile:after {
  clear: both;
  display: block;
  content: " ";
}
.dms-user-profile:before,
.dms-user-profile:after {
  clear: both;
  display: block;
  content: " ";
}
.dms-user-profile-sidebar {
  width: 30%;
  float: left;
}
@media (max-width: 767px) {
  .dms-user-profile-sidebar {
    width: 100%;
    float: none;
  }
}
.dms-user-profile-content {
  width: 70%;
  float: left;
}
@media (max-width: 767px) {
  .dms-user-profile-content {
    width: 100%;
    float: none;
  }
}
.dms-user .order-detail {
  padding: 20px;
  background: #FFF;
}
.dms-user .order-detail .items .item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.dms-user .order-detail .items .item-image {
  width: 150px;
  min-width: 150px;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .dms-user .order-detail .items .item-image {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
}
.dms-user .order-detail .items .item-image img {
  border: 1px solid #d4d3d3;
}
.dms-user .order-detail .items .item-image.has-set {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dms-user .order-detail .items .item-image.has-set img {
  margin: 0px 5px 10px;
  max-width: 50%;
}
.dms-user .order-detail .items .item-details {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .dms-user .order-detail .items .item-details {
    display: block;
  }
}
.dms-user .order-detail .items .item-details-prices {
  text-align: right;
  min-width: 160px;
}
@media (max-width: 600px) {
  .dms-user .order-detail .items .item-details-prices {
    text-align: left;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .dms-user .order-detail .items .item-details-prices {
    display: block;
  }
}
.dms-user .order-detail .items .item-details-detail {
  width: 100%;
}
.dms-user .order-detail .summary-data {
  display: table;
  margin: 0px 0px auto auto;
}
.dms-user .order-detail .summary-data > div {
  display: table-row;
}
.dms-user .order-detail .summary-data > div > div {
  padding: 10px 0px;
  display: table-cell;
}
.dms-user .order-detail .summary-data > div > div:last-child {
  text-align: right;
}
.dms-user .orders {
  display: table;
  width: 100%;
}
.dms-user .orders .headings {
  display: table-row;
}
.dms-user .orders .headings > div {
  padding: 10px;
  display: table-cell;
  border-bottom: 2px solid #d4d3d3;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .dms-user .orders .headings > div {
    padding: 8px 5px;
  }
}
.dms-user .orders .headings > div:last-child {
  text-align: right;
}
.dms-user .orders .item {
  display: table-row;
}
.dms-user .orders .item > div {
  padding: 10px;
  display: table-cell;
  border-bottom: 1px solid #d4d3d3;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .dms-user .orders .item > div {
    padding: 8px 5px;
  }
}
.dms-user .orders .item > div.id {
  font-size: 13px;
}
.dms-user .orders .item > div.id strong {
  display: block;
  font-size: 1.2em;
}
.dms-user .orders .item > div.id a {
  display: block;
  color: #091e7a;
}
.dms-user .orders .item > div:last-child {
  text-align: right;
}
.product-hint {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px 15px;
  border-bottom: 1px solid #d4d3d3;
  position: relative;
  cursor: pointer;
}
.product-hint:hover {
  background: #000000;
}
.product-hint .image {
  min-width: 60px;
  margin-right: 15px;
  border: 1px solid #d4d3d3;
}
h1 + .kat-nagl {
  margin-top: -20px;
  margin-bottom: 20px;
}
/** Sphinx */
.product-sphinx {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.product-sphinx .image {
  width: 40px;
  margin-right: 15px;
  border: 1px solid #d4d3d3;
}
.product-sphinx .description {
  padding-left: 15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .product-sphinx .description {
    display: block;
  }
}
.product-sphinx .description .name a {
  color: inherit;
  margin-bottom: 10px;
  font-weight: bold;
  width: 100%;
  display: block;
}
.product-sphinx .description .name .authors span:after {
  content: ", ";
}
.product-sphinx .description .name .authors span:last-child:after {
  display: none;
}
.product-sphinx .description .formats {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .product-sphinx .description .formats {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product-sphinx .description .formats > div {
  min-width: 90px;
  text-align: center;
  padding: 10px 0px;
}
@media (max-width: 767px) {
  .product-sphinx .description .formats > div {
    text-align: left;
  }
}
.product-sphinx .description .formats > div > strong {
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
}
.product-sphinx .description .formats > div .price-old {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  display: block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-sphinx .description .formats > div .price-old {
    display: inline-block;
    margin-right: 15px;
  }
}
.product-sphinx .description .formats > div .price-current {
  white-space: nowrap;
  color: #c21b2e;
  display: block;
}
@media (max-width: 767px) {
  .product-sphinx .description .formats > div .price-current {
    display: inline-block;
    margin-right: 15px;
  }
}
/** Wyszukiwaka - podpowiedzi forma standardowa */
.search-hints {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  max-width: 1000px;
  margin-top: -1px;
  background: #FFF;
  z-index: 101;
  border: 1px solid #d4d3d3;
}
.search-hints .hints {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #d4d3d3;
  font-size: 13px;
}
.search-hints .hints span {
  color: #000000;
}
.search-hints .hints span:first-child {
  color: #000000;
}
.search-hints .hints span.hint {
  cursor: pointer;
  margin: 0px 5px 0px 0px;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #091e7a;
  color: #ffffff;
}
.search-hints .hints span.hint:hover {
  background: #071862;
}
.search-hints .total-items {
  text-align: center;
  display: block;
  padding: 15px;
  color: #091e7a;
}
.search-hints .total-items span {
  padding: 0px 5px;
  background: #c21b2e;
  color: #ffffff;
  text-decoration: none;
}
/** Wyszukiwarka - podpowiedzi forma pełna - sphinx */
#search_preview {
  position: absolute;
  top: 100%;
  left: -15px;
  right: -15px;
  z-index: 101;
}
@media (min-width: 992px) {
  #search_preview {
    left: -160px;
    right: -160px;
  }
}
#search_preview.loading {
  min-height: 200px;
  background: #ffffff url('/grafika/loader.svg') center center no-repeat;
  background-size: 50px 50px !important;
}
.is-sphinx #search_preview {
  position: fixed;
  top: 118px;
  bottom: 0px;
  overflow: auto;
}
#search_empty {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 102;
  background: #FFF;
  border: 1px solid #d4d3d3;
  margin-top: -1px;
  padding: 7px 15px;
}
#search_last_search {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 102;
  background: #FFF;
  border: 1px solid #d4d3d3;
  margin-top: -1px;
}
#search_last_search .items div {
  padding: 7px 15px;
  font-weight: bold;
  border-bottom: 1px solid #d4d3d3;
}
#search_last_search .items a {
  padding: 5px 15px;
  display: block;
  border-bottom: 1px solid #d4d3d3;
  color: #000000;
  background: url('/grafika/i_search.png') left center no-repeat;
  background-size: auto 12px !important;
  padding-left: 20px;
  margin-left: 15px;
}
#search_last_search .items a:last-child {
  border-bottom: 0px;
}
.search-sphinx {
  background: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #d4d3d3;
  margin-top: 5px;
  max-height: 88vh;
  overflow: auto;
}
@media (max-width: 991px) {
  .search-sphinx {
    max-height: 70vh;
    overflow: auto;
  }
}
.search-sphinx .hints {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #d4d3d3;
  background: #f5f5f5;
}
.search-sphinx .hints span:not(.hint) {
  color: #000000;
  font-weight: bold;
  display: block;
}
.search-sphinx .hints span:not(.hint):first-child {
  color: #000000;
}
.search-sphinx .hints span.hint {
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
}
.search-sphinx .hints span.hint::after {
  margin-left: 10px;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  background: #d41313;
  content: " ";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}
.search-sphinx .hints span.hint:last-child:after {
  display: none;
}
.search-sphinx .hints span.hint:hover {
  color: #091e7a;
}
.search-sphinx .results {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 600px) {
  .search-sphinx .results {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.search-sphinx .results .items {
  width: 100%;
  padding: 30px;
}
.search-sphinx .results .items .total-items {
  margin: 0px -30px -30px;
  display: block;
  padding: 15px;
  border-top: 1px solid #d4d3d3;
  color: #d41313;
}
.search-sphinx .results .categories {
  width: 30%;
  border-left: 1px solid #d4d3d3;
  background: #f5f5f5;
}
@media (max-width: 600px) {
  .search-sphinx .results .categories {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
    border-left: 0px;
    width: 100%;
  }
}
.search-sphinx .results .categories a {
  padding: 15px 15px;
  display: block;
  border-bottom: 1px solid #d4d3d3;
  color: #000000;
  overflow: hidden;
}
.search-sphinx .results .categories a span {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
.search-sphinx .results .categories a:last-child {
  border-bottom: 0px;
}
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.clearAll:before,
.clearAll:after {
  clear: both;
  display: block;
  content: " ";
}
.clearAfter:after {
  clear: both;
  display: block;
  content: " ";
}
.clearBefore:before {
  clear: both;
  display: block;
  content: " ";
}
.disableSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel > .item {
  display: none;
}
.owl-carousel > .item:first {
  display: block;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}
.timer-info {
  border: 1px solid #d4d3d3;
  margin: 10px 0px 20px 0px;
  font-size: 12px;
  padding: 7px 10px;
  text-align: center;
}
.timer-info span {
  border-bottom: 1px dotted #8e8e8e;
}
.timer {
  line-height: 30px;
  padding-left: 0px;
  font-size: 14px;
  color: #091e7a;
  margin-top: -20px;
}
.timer > img {
  position: relative;
  top: -2px;
  margin: 0px 10px;
}
.timer.in-owl {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .timer.in-owl {
    display: block;
    margin: 20px 0px 0px 0px;
  }
}
.timer.in-product {
  margin: 20px 0px 0px 0px;
  padding: 15px;
  border: 0px;
  background: #d4d3d3;
  text-align: left;
  color: #000000;
}
.timer.in-product > b {
  display: block;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
}
.timer.in-product > div > span {
  border: 1px solid #091e7a;
  background: #091e7a;
  color: #FFF;
}
.timer > div {
  display: inline-block;
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
}
.timer > div.timer-days:after {
  content: "d";
}
.timer > div.timer-hours:after {
  content: "h";
}
.timer > div.timer-minutes:after {
  content: "m";
}
.timer > div.timer-seconds:after {
  content: "s";
}
.timer > div span {
  display: inline-block;
  border: 1px solid #d4d3d3;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #091e7a;
  margin: 0px 2px;
}
.paczkomaty-row {
  margin-bottom: 30px;
}
.paczkomaty-row .form-control {
  width: 100%;
  max-width: 800px;
  min-width: 250px;
}
.paczkomaty-row .typeahead.dropdown-menu {
  width: 500px;
  max-width: 100%;
}
.paczkomaty-row li small {
  display: block;
  font-size: 12px;
}
.paczkomaty-row .promote {
  font-weight: bold;
}
.paczkomaty-row .bootstrap-select button.dropdown-toggle {
  padding: 10px 15px !important;
}
.paczkomaty-row .bootstrap-select .dropdown-menu {
  left: 0px;
  right: 0px;
}
.paczkomaty-row .bootstrap-select .dropdown-menu li a {
  white-space: normal;
}
.paczkomaty-row .bootstrap-select .dropdown-menu li:hover .paczkomaty-row .bootstrap-select .dropdown-menu li.selected a,
.paczkomaty-row .bootstrap-select .dropdown-menu li.active a {
  color: #FFF;
  background: #091e7a;
}
.row-punkt-ruchu {
  width: 100%;
  border: 1px solid #d4d3d3;
}
.row-punkt-ruchu i {
  padding: 13px 15px 13px 50px;
  display: block;
  font-weight: 700;
  color: #FFF;
  position: relative;
  background: #5f615e;
}
.row-punkt-ruchu i.ruch1 {
  background: #5f615e url('/grafika/const/paczka_marker.png') no-repeat left 15px center !important;
  padding-left: 50px;
}
.row-punkt-ruchu i.ruch2 {
  margin: 30px 0px;
}
@media (max-width: 580px) {
  .row-punkt-ruchu i.ruch2 {
    padding-left: 15px;
  }
}
@media (max-width: 420px) {
  .row-punkt-ruchu i.ruch2 {
    text-align: center;
    margin: 80px 0px 0px 0px;
  }
}
.row-punkt-ruchu i.ruch2:after {
  position: absolute;
  right: 50px;
  top: 50%;
  width: 125px;
  height: 81px;
  background: url('/grafika/const/paczka_w_ruchu.png') no-repeat !important;
  background-size: 100% 100% !important;
  margin-top: -40px;
  content: " ";
}
@media (max-width: 580px) {
  .row-punkt-ruchu i.ruch2:after {
    right: 15px;
  }
}
@media (max-width: 420px) {
  .row-punkt-ruchu i.ruch2:after {
    top: -65px;
    left: 50%;
    width: 80px;
    height: 52px;
    margin-top: 0px;
    margin-left: -40px;
  }
}
#punkt_odbioru {
  padding: 0px 15px;
}
#punkt_odbioru .paczkawruchu_main {
  width: 100% !important;
  background: #FFF !important;
  height: auto !important;
  border: 0px;
  padding: 10px 0px 0px 0px;
}
#punkt_odbioru .paczkawruchu_main input.paczkawruchu_input {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0px;
  height: 30px;
  line-height: 30px;
  width: 160px;
  display: inline-block;
  margin: 5px 10px 5px 0px;
  padding: 0px 10px;
}
#punkt_odbioru .paczkawruchu_main .paczkawruchu_input_search {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  top: 2px;
  padding: 0px;
}
#punkt_odbioru .paczkawruchu_main .paczkawruchu_map_object {
  margin: 10px 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100% !important;
  clear: both !important;
}
/** Sidebar */
form[name="cart_files"] {
  border-bottom: 1px solid #d4d3d3;
  margin-bottom: 10px;
}
form[name="cart_files"] .import-files {
  margin-bottom: 10px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
form[name="cart_files"] .import-files > div {
  margin-right: 15px;
}
form[name="cart_files"] .import-files .form-group {
  margin: 0px !important;
}
.cart-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 420px) {
  .cart-title {
    font-size: 21px;
  }
}
.cart-title.is-thin {
  font-weight: 400;
}
.cart-title + p {
  margin-bottom: 30px;
}
.format {
  margin-bottom: 20px;
  display: block;
}
.cart-discount {
  position: relative;
}
.cart-discount a {
  height: 50px;
  line-height: 50px;
  position: absolute;
  padding: 0px 20px;
  color: #091e7a;
  font-size: 13px;
  cursor: pointer;
  top: 0px;
  right: 0px;
}
.cart-sidebar {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 430px;
  background: #FFF;
  border-left: 1px solid #d4d3d3;
  z-index: 999;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  right: -430px;
}
@media (max-width: 768px) {
  .cart-sidebar {
    width: 100%;
    right: -100%;
  }
}
.cart-sidebar.in {
  right: 0px;
}
.cart-sidebar-heading {
  padding: 20px;
  border-bottom: 1px solid #d4d3d3;
  position: relative;
  font-weight: bold;
}
.cart-sidebar-heading-close {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.cart-sidebar-items {
  position: absolute;
  top: 63px;
  left: 0px;
  right: 0px;
  bottom: 348px;
  overflow: auto;
  padding: 20px;
}
.cart-sidebar-items.is-full {
  bottom: 0px;
}
.cart-sidebar-items .item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 10px 30px 10px 0px;
  border-bottom: 1px solid #d4d3d3;
  position: relative;
}
.cart-sidebar-items .item .remove {
  position: absolute;
  right: 10px;
  top: 12px;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #091e7a;
  text-decoration: none !important;
}
.cart-sidebar-items .item .remove::before {
  content: '\0051';
}
.cart-sidebar-items .item .item-image {
  width: 110px;
  min-width: 110px;
  margin-right: 20px;
}
.cart-sidebar-items .item .item-image img {
  margin-right: 20px;
}
.cart-sidebar-items .item .item-image.has-set {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-sidebar-items .item .item-image.has-set img {
  max-width: 50%;
}
.cart-sidebar-items .item .item-details {
  width: 100%;
}
.cart-sidebar-items .item .item-details .item-attributes {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0px;
}
.cart-sidebar-items .item .item-details .item-attributes span {
  display: block;
}
.cart-sidebar-items .item .item-prices {
  width: 100%;
  margin-top: 15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .cart-sidebar-items .item .item-prices {
    display: block;
  }
}
@media (max-width: 480px) {
  .cart-sidebar-items .item .item-prices .cart-amount {
    margin-bottom: 20px;
  }
}
.cart-sidebar-summary {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px;
  background: #e9e9e9;
}
.cart-sidebar-summary .cart-discount {
  margin-bottom: 20px;
}
.cart-sidebar-summary .summary-total {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.cart-sidebar-summary .el-button + .el-button {
  margin-top: 10px;
}
/** Popup */
.cart-popup {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .cart-popup {
    display: block;
  }
}
.cart-popup-overlay {
  position: fixed;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.2);
}
.cart-popup > div:not(.cart-popup-overlay) {
  width: 100%;
  max-width: 700px;
  position: relative;
  z-index: 2;
  background: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
}
@media (max-width: 480px) {
  .cart-popup > div:not(.cart-popup-overlay) .cart-popup-item {
    display: block;
  }
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-image {
  width: 50%;
  text-align: center;
}
@media (max-width: 480px) {
  .cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-image {
    width: 100%;
    text-align: center;
  }
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details {
  width: 50%;
}
@media (max-width: 480px) {
  .cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details {
    width: 100%;
    text-align: center;
  }
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details-name {
  margin: 0px 0px 20px 0px;
  font-weight: bold;
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details-data {
  display: table;
}
@media (max-width: 480px) {
  .cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details-data {
    width: 100%;
  }
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details-data > div {
  display: table-row;
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details-data > div > div {
  padding: 5px 15px;
  display: table-cell;
  border-bottom: 1px solid #d4d3d3;
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details-data > div > div:first-child {
  padding-left: 0px;
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-item .item-details-data > div > div .price-total {
  font-weight: bold;
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-buttons {
  padding: 10px;
  text-align: center;
  margin: 0px 10px;
  border-top: 1px solid #d4d3d3;
}
.cart-popup > div:not(.cart-popup-overlay) .cart-popup-buttons > button {
  margin: 0px 15px;
}
@media (max-width: 480px) {
  .cart-popup > div:not(.cart-popup-overlay) .cart-popup-buttons > button {
    margin: 5px auto;
    display: block;
  }
}
/** Koszyk - przechowalnia */
.cart {
  margin: 0px;
  padding: 30px 15px;
  background: #FFF;
}
@media (max-width: 380px) {
  .cart.cart-favourites {
    padding: 10px 0px;
  }
}
.cart .info-shipping {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d4d3d3;
}
.cart .info-shipping blockquote {
  padding: 0px 0px 0px 10px;
  font-size: 1.1em;
  margin: 2px 0px;
}
.cart .info-shipping .in-color {
  color: #091e7a;
}
.cart-thanks .thanks-title {
  padding-top: 120px;
  background: url('/grafika/const/cart-thanks.svg') center top no-repeat;
  background-size: 82px 82px !important;
  font-size: 24px;
  margin-bottom: 30px;
}
.cart-thanks p {
  margin-bottom: 30px;
}
.cart-thanks p b,
.cart-thanks p strong {
  color: #091e7a;
}
.cart .title-small {
  position: relative;
}
.cart .cart-edit {
  color: #091e7a !important;
  position: absolute;
  right: 0px;
  font-size: .8em;
  text-decoration: none !important;
}
.cart .cart-edit::after {
  position: relative;
  top: 2px;
  margin-left: 10px;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  content: '\0049';
}
.cart-thin-spacer {
  height: 20px;
}
.cart-spacer {
  height: 50px;
}
.cart .cart-title-small {
  font-size: 17px;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 420px) {
  .cart .cart-title-small {
    font-size: 15px;
  }
}
.cart .cart-title-small.is-thin {
  font-weight: 400;
}
.cart .cart-title-small + p {
  margin-bottom: 30px;
}
.cart .cart-title-small .cart-edit {
  float: right;
  color: #091e7a;
  font-size: 14px;
}
.cart::before,
.cart::after {
  clear: both;
  display: block;
  content: " ";
}
.cart-steps {
  counter-reset: steps;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  position: relative;
  margin: 20px 0px;
  text-align: center;
}
@media (max-width: 420px) {
  .cart-steps {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cart-steps > div {
  counter-increment: steps;
  position: relative;
  font-size: 13px;
}
@media (max-width: 420px) {
  .cart-steps > div {
    width: 50%;
    margin-bottom: 20px;
  }
}
.cart-steps > div::after {
  height: 1px;
  background: #DDD;
  width: 500px;
  content: " ";
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: -1;
}
.cart-steps > div:last-child::after {
  background: #FFF;
}
.cart-steps > div::before {
  background: #FFF;
  display: table;
  margin: 0px auto 15px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 17px;
  height: 40px;
  border: 1px solid #DDD;
  content: counter(steps, decimal-leading-zero);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cart-steps > div.active {
  color: #091e7a;
}
.cart-steps > div.active::before {
  background: #091e7a;
  color: #ffffff;
  border: 1px solid #091e7a;
}
.cart-steps > div.in {
  color: #091e7a;
}
.cart-steps > div.in::before {
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  border: 1px solid #091e7a;
  content: '\0047';
}
.cart-empty {
  padding: 0px 15px;
  text-align: center;
  margin-bottom: 30px;
}
.cart-empty-info::before {
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0065';
  font-size: 50px;
  display: block;
  margin-bottom: 20px;
  color: #091e7a;
}
.cart .cart-payments,
.cart .cart-shipping {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.cart .cart-payments div[id^="req"],
.cart .cart-shipping div[id^="req"] {
  width: 100%;
}
@media (max-width: 768px) {
  .cart .cart-payments,
  .cart .cart-shipping {
    display: block;
  }
}
.cart .cart-payments > div,
.cart .cart-shipping > div {
  width: 50%;
  padding: 15px 15px 15px 15px;
  position: relative;
}
@media (max-width: 768px) {
  .cart .cart-payments > div,
  .cart .cart-shipping > div {
    width: 100%;
    padding-bottom: 0px;
  }
}
.cart .cart-payments > div input,
.cart .cart-shipping > div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.cart .cart-payments > div label,
.cart .cart-shipping > div label {
  border: 1px solid #cccccc;
  min-height: 85px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer !important;
  padding: 10px;
  padding-right: 50px;
  position: relative;
}
.cart .cart-payments > div label.bordered,
.cart .cart-shipping > div label.bordered {
  border: 2px solid #091e7a;
}
.cart .cart-payments > div label span,
.cart .cart-shipping > div label span {
  display: block;
  font-size: .8em;
  color: rgba(0, 0, 0, 0.7);
}
.cart .cart-payments > div label img,
.cart .cart-shipping > div label img {
  margin-right: 20px;
}
.cart .cart-payments > div label::after,
.cart .cart-shipping > div label::after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: " ";
}
.cart .cart-payments > div label::before,
.cart .cart-shipping > div label::before {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #091e7a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  content: " ";
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.cart .cart-payments > div label .punkt_info,
.cart .cart-shipping > div label .punkt_info {
  font-size: 12px;
  margin-top: 10px;
}
.cart .cart-payments > div input:checked + label::before,
.cart .cart-shipping > div input:checked + label::before {
  opacity: 1;
}
.cart .cart-user-data {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d3d3;
}
.cart-container {
  width: 70%;
  float: left;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  .cart-container {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cart-container {
    float: none;
    width: 100%;
  }
}
.cart-container .items .item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cart-container .items .item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d3d3;
  }
  .cart-container .items .item:last-child {
    border-bottom: 0px;
  }
}
.cart-container .items .item-image {
  width: 150px;
  min-width: 150px;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .cart-container .items .item-image {
    width: 100px;
    min-width: 100px;
    margin-right: 20px;
  }
}
.cart-container .items .item-image img {
  border: 1px solid #d4d3d3;
}
.cart-container .items .item-image.has-set {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-container .items .item-image.has-set img {
  margin: 0px 5px 10px;
  max-width: 50%;
}
.cart-container .items .item-details {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .cart-container .items .item-details {
    display: block;
  }
}
.cart-container .items .item-details-prices {
  text-align: right;
  min-width: 160px;
}
@media (max-width: 600px) {
  .cart-container .items .item-details-prices {
    display: block;
    text-align: left;
    margin-top: 20px;
  }
}
.cart-container .items .item-details-prices .cart-amount {
  display: table;
  margin: 0px 0px 30px auto;
}
@media (max-width: 600px) {
  .cart-container .items .item-details-prices .cart-amount {
    margin: 0px 0px 20px 0px;
  }
}
.cart-container .items .item-details-prices-old {
  font-size: 13px;
  color: #8e8e8e;
  text-decoration: line-through;
}
.cart-container .items .item-details-prices-promotion {
  font-size: 18px;
  color: #c21b2e;
}
.cart-container .items .item-details-prices-discount {
  font-size: 16px;
  color: #c21b2e;
  white-space: nowrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cart-container .items .item-details-prices-discount {
    margin-top: 0px;
  }
}
.cart-container .items .item-details-prices-discount small {
  font-size: .8em;
  display: inline-block;
}
.cart-container .items .item-details-detail {
  width: 100%;
}
.cart-container .items .item-details-detail-buttons {
  margin-top: 20px;
}
.cart-container .items .item-details-detail-buttons a {
  color: #999;
  font-size: .9em;
  white-space: nowrap;
  margin-right: 20px;
  cursor: pointer !important;
}
.cart-container .items .item-details-detail-buttons a i {
  position: relative;
  top: 2px;
}
.cart-container .items .item-details-detail-buttons .favourites:after {
  content: attr(data-label-add);
}
.cart-container .items .item-details-detail-buttons .favourites.in:after {
  content: attr(data-label-remove);
}
.cart-summary {
  width: 30%;
  float: left;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  .cart-summary {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cart-summary {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
.cart-summary .is-expand {
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}
.cart-summary .is-expand:after {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0054';
  position: absolute;
  right: 0px;
  font-size: 12px;
  top: 5px;
}
.cart-summary .is-expand + div {
  display: none;
}
.cart-summary .is-expand.in {
  margin-bottom: 20px;
}
.cart-summary .is-expand.in::after {
  content: '\0057';
}
.cart-summary .is-expand.in + div {
  display: block;
}
.cart-summary > div {
  padding: 20px 25px;
  background: #d4d3d3;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .cart-summary > div {
    padding: 15px;
  }
}
.cart-summary > div .cart-summary-saving {
  color: #c21b2e;
}
.cart-summary > div .cart-karta > input {
  margin-bottom: 5px;
}
.cart-summary > div .cart-karta > div {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cart-summary > div .cart-karta > div a {
  height: 48px;
  line-height: 48px;
  padding: 0px 20px;
  color: #091e7a;
  font-size: 13px;
  margin-left: 5px;
  cursor: pointer;
  vertical-align: middle;
  background: #091e7a;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart-summary-items .item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 10px 30px 10px 0px;
  border-bottom: 1px solid #d4d3d3;
  position: relative;
}
@media (max-width: 480px) {
  .cart-summary-items .item {
    padding: 10px 20px 10px 0px;
  }
}
.cart-summary-items .item .remove {
  position: absolute;
  right: 10px;
  top: 12px;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #091e7a;
  text-decoration: none !important;
}
.cart-summary-items .item .remove::before {
  content: '\0051';
}
.cart-summary-items .item .item-image {
  width: 110px;
  min-width: 110px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .cart-summary-items .item .item-image {
    width: 70px;
    min-width: 70px;
  }
}
.cart-summary-items .item .item-image img {
  margin-right: 20px;
}
.cart-summary-items .item .item-image.has-set {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart-summary-items .item .item-image.has-set img {
  max-width: 50%;
}
.cart-summary-items .item .item-details {
  width: 100%;
}
.cart-summary-items .item .item-details .item-attributes {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0px;
}
.cart-summary-items .item .item-details .item-attributes span {
  display: block;
}
.cart-summary-items .item .item-prices {
  width: 100%;
  margin-top: 15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cart-summary-item {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart-summary-item div:last-child {
  white-space: nowrap;
}
.cart-summary-item .is-total {
  font-weight: bold;
}
.cart-summary-buttons {
  margin-top: 20px;
}
.cart-summary-buttons .el-button + .el-button {
  margin-top: 15px;
}
.cart-summary .form-przechowalnia .email-fields .email-field {
  position: relative;
}
.cart-summary .form-przechowalnia .email-fields .email-field .i-remove {
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #999;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  line-height: 50px;
  cursor: pointer;
}
.cart-summary .form-przechowalnia .email-fields .email-field .i-remove::before {
  content: '\0051';
}
.cart-summary .form-przechowalnia .email-fields .email-field {
  margin-bottom: 10px;
}
.cart-summary .form-przechowalnia .email-fields + button {
  display: table;
  margin: 5px 0px auto auto;
}
.cart-amount {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 30px;
  height: 30px;
  border: 1px solid #d4d3d3 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(212, 211, 211, 0.8);
  width: 112px;
}
.cart-amount span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #091e7a;
  text-align: center;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  font-size: 11px;
}
.cart-amount span[data-value="-1"]::before {
  content: '\0046';
}
.cart-amount span[data-value="1"]::before {
  content: '\004b';
}
.cart-amount input {
  display: inline-block;
  width: 50px;
  line-height: 28px;
  border: 0px !important;
  border: 0px;
  outline: none;
  padding: 0px 0px;
  text-align: center;
}
/** Konto użytkownika */
.dms-user-login,
.dms-user-password,
.dms-user-register,
.dms-user-status {
  margin: 0px auto;
  width: 100%;
  max-width: 600px;
}
.dms-user-login-info,
.dms-user-password-info,
.dms-user-register-info,
.dms-user-status-info {
  text-align: center;
  margin: 20px auto 0px;
}
.dms-user-register {
  max-width: 800px !important;
}
.dms-user-profile:before,
.dms-user-profile:after {
  clear: both;
  display: block;
  content: " ";
}
.dms-user-profile:before,
.dms-user-profile:after {
  clear: both;
  display: block;
  content: " ";
}
.dms-user-profile-sidebar {
  width: 30%;
  float: left;
}
.dms-user-profile-content {
  width: 70%;
  float: left;
}
.is-center {
  text-align: center;
}
#elibri-shadow {
  z-index: 99998 !important;
}
#elibri-overlay {
  z-index: 99999 !important;
}
.el-alert {
  background: rgba(112, 172, 56, 0.1);
  color: #70ac38;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.el-alert::before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  content: '\0047';
  margin-right: 15px;
  position: relative;
  bottom: -2px;
}
.el-alert.is-warning {
  background: rgba(141, 109, 59, 0.1);
  color: #8d6d3b;
}
.el-alert.is-warning::before {
  content: "\0061";
}
.el-alert.is-danger {
  background: rgba(194, 27, 46, 0.1);
  color: #c21b2e;
}
.el-alert.is-danger::before {
  content: "\0053";
}
.el-button {
  font-size: 13px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px;
  background: #091e7a;
  color: #ffffff;
  border: 1px solid #091e7a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.el-button.is-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.el-button:hover {
  background: #091e7a;
  color: #ffffff;
  box-shadow: 0px 0px 20px rgba(9, 30, 122, 0.5);
}
.el-button *[class*='icon-'] {
  font-size: 12px;
  margin-left: 10px;
}
.el-button.is-simple {
  font-weight: 400;
}
.el-button.btn-cart {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
.el-button.btn-cart:after {
  content: " ";
  width: 24px;
  height: 24px;
  background: url('/grafika/i_basket_white.png') no-repeat;
  background-size: 23px 22px !important;
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.el-button.powiadom {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #FFF !important;
  color: #000000 !important;
  border-color: #FFF !important;
  width: 100%;
}
.el-button.powiadom:after {
  width: 18px;
  height: 22px;
  background: url('/grafika/i_favourite.png') no-repeat;
  display: inline-block;
  content: " ";
  margin-left: 20px;
}
.el-button.favourites {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #FFF !important;
  color: #000000 !important;
  border-color: #FFF !important;
  width: 100%;
}
.el-button.favourites:after {
  width: 18px;
  height: 22px;
  background: url('/grafika/i_favourite.png') no-repeat;
  display: inline-block;
  content: " ";
  margin-left: 20px;
}
.el-button.book-look {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #FFF !important;
  color: #000000 !important;
  border-color: #FFF !important;
  width: 100%;
}
.el-button.book-look:after {
  width: 22px;
  height: 22px;
  background: url('/grafika/i-book-look.svg') no-repeat;
  display: inline-block;
  content: " ";
  margin-left: 20px;
}
.el-button.has-arrow::after {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  content: '\0056';
  margin-left: 10px;
}
.el-button.is-back::before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  content: '\0055';
  margin-right: 10px;
}
.el-button.is-white {
  border: 1px solid #d4d3d3;
  background: #FFF;
  color: #000000;
}
.el-button.is-white:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.el-button.is-red {
  border: 1px solid #c21b2e;
  background: #c21b2e;
  color: #FFF;
}
.el-button.is-red:hover {
  box-shadow: 0px 0px 20px rgba(194, 27, 46, 0.2);
}
.el-button.is-small {
  padding: 8px 20px;
  height: auto;
  line-height: normal;
  font-size: 0.9em;
}
.el-button.is-block {
  width: 100%;
  display: block;
  text-align: center;
}
.dms .form-group {
  position: relative;
}
.dms .form-group .error-info {
  font-size: 12px;
  color: #ff0000;
}
.dms .form-group label.label-in {
  color: #727272;
  padding: 0px;
  margin: 0px;
  height: 50px;
  line-height: 50px;
  top: 0px;
  position: absolute;
  left: 15px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 10;
}
.dms .form-group.focus-state .label-in {
  font-size: 12px;
  height: 17px;
  line-height: 17px;
  padding: 0px 7px;
  top: -8px;
  background: #FFF;
}
.dms .form-group.focus-state .form-control {
  border: 1px solid #091e7a;
}
.dms .form-group.focus .label-in {
  color: #091e7a;
}
.dms .form-group.focus .form-control {
  border: 1px solid #091e7a !important;
}
.dms .form-group.has-error.focus .label-in {
  color: #ff0000;
}
.dms .form-group.has-error.focus .form-control {
  border: 1px solid #ff0000 !important;
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100% !important;
    float: none !important;
  }
}
@media all and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .row-offcanvas-left,
  .sidebar-offcanvas {
    left: -230px;
  }
  .row-offcanvas-left.active {
    left: 230px;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 230px !important;
  }
  .row-offcanvas-left {
    left: 0px;
  }
}
[class*='icon-']:before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: '\0041';
}
.icon-key:before {
  content: '\0042';
}
.icon-logout:before {
  content: '\0043';
}
.icon-mail:before {
  content: '\0044';
}
.icon-marker:before {
  content: '\0045';
}
.icon-minus:before {
  content: '\0046';
}
.icon-ok:before {
  content: '\0047';
}
.icon-pack:before {
  content: '\0048';
}
.icon-pen:before {
  content: '\0049';
}
.icon-phone:before {
  content: '\004a';
}
.icon-plus:before {
  content: '\004b';
}
.icon-print:before {
  content: '\004c';
}
.icon-remove:before {
  content: '\004d';
}
.icon-search:before {
  content: '\004e';
}
.icon-star:before {
  content: '\004f';
}
.icon-star-active:before {
  content: '\0050';
}
.icon-trash:before {
  content: '\0051';
}
.icon-user:before {
  content: '\0052';
}
.icon-alert:before {
  content: '\0053';
}
.icon-arrow-down:before {
  content: '\0054';
}
.icon-arrow-left:before {
  content: '\0055';
}
.icon-arrow-right:before {
  content: '\0056';
}
.icon-arrow-up:before {
  content: '\0057';
}
.icon-ask:before {
  content: '\0058';
}
.icon-bag:before {
  content: '\0059';
}
.icon-bag-ok:before {
  content: '\005a';
}
.icon-bell:before {
  content: '\0061';
}
.icon-calendar:before {
  content: '\0062';
}
.icon-cart:before {
  content: '\0063';
}
.icon-cart2:before {
  content: '\0064';
}
.icon-cart-empty:before {
  content: '\0065';
}
.icon-delivery:before {
  content: '\0066';
}
.icon-discount:before {
  content: '\0067';
}
.icon-dots:before {
  content: '\0068';
}
.icon-dots-vertical:before {
  content: '\0069';
}
.icon-favourites:before {
  content: '\006a';
}
.icon-favourites-active:before {
  content: '\006b';
}
.icon-filter:before {
  content: '\006c';
}
img {
  max-width: 100%;
  height: auto !important;
}
.bootstrap-select {
  width: 100% !important;
  max-width: 300px;
  outline: 0px !important;
}
.bootstrap-select .dropdown-toggle {
  font-size: 13px;
  padding: 0px 40px 0px 15px;
  height: 40px;
  line-height: 40px;
  background: #FFF !important;
  border: 1px solid #d4d3d3;
  outline: 0px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding: 0px;
}
.bootstrap-select .dropdown-toggle .bs-caret {
  width: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.bootstrap-select .dropdown-toggle .bs-caret .caret {
  display: none;
}
.bootstrap-select .dropdown-toggle .bs-caret:before {
  content: "\0054";
  font-size: 10px;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-select .dropdown-menu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px;
  left: auto;
  right: 0px;
}
.bootstrap-select .dropdown-menu li {
  outline: 0px !important;
}
.bootstrap-select .dropdown-menu li a {
  color: #000000;
  background: #FFF;
  font-size: 12px;
  outline: 0px !important;
}
.bootstrap-select .dropdown-menu li:hover a,
.bootstrap-select .dropdown-menu li.active a,
.bootstrap-select .dropdown-menu li.selected a {
  color: #FFF !important;
  background: #091e7a;
}
.owl-carousel .item {
  display: none;
}
.owl-carousel .item:first-child {
  display: block;
}
.navbar-toggle {
  padding: 0px;
  margin: 0px;
  height: 45px;
  width: 45px;
  position: absolute;
  right: 0px;
  top: 26px;
  background: #091e7a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.navbar-toggle .icon-bar {
  background: #FFF;
}
@media (max-width: 767px) {
  .navbar-toggle {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.navbar-collapse {
  padding: 0px !important;
  margin: 0px !important;
}
.navbar-left-toggle {
  background: #091e7a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  color: #FFF;
  border: 0px;
  margin: 10px 0px 0px 15px;
}
.nav-header {
  margin: 0px !important;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 991px) {
  .nav-header {
    width: 100%;
    text-align: right;
    float: none;
  }
}
@media (max-width: 767px) {
  .nav-header {
    text-align: center;
  }
}
.nav-header > li {
  outline: 0px !important;
}
@media (max-width: 991px) {
  .nav-header > li {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 767px) {
  .nav-header > li {
    display: block;
  }
}
.nav-header > li > a {
  color: #000000;
  background: none !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 15px;
  display: block;
  outline: 0px !important;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  .nav-header > li > a {
    padding: 15px 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .nav-header > li > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.nav-header > li.active > a:hover,
.nav-header > li.open > a:hover,
.nav-header > li:hover > a:hover,
.nav-header > li:active > a:hover,
.nav-header > li:focus > a:hover,
.nav-header > li.active > a:active,
.nav-header > li.open > a:active,
.nav-header > li:hover > a:active,
.nav-header > li:active > a:active,
.nav-header > li:focus > a:active,
.nav-header > li.active > a:focus,
.nav-header > li.open > a:focus,
.nav-header > li:hover > a:focus,
.nav-header > li:active > a:focus,
.nav-header > li:focus > a:focus,
.nav-header > li.active > a,
.nav-header > li.open > a,
.nav-header > li:hover > a,
.nav-header > li:active > a,
.nav-header > li:focus > a {
  color: #FFF !important;
  background: #091e7a !important;
}
.nav-header > li .dropdown-menu {
  background: #091e7a;
  border: 0px;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  left: 0px;
  right: auto;
}
.nav-header > li .dropdown-menu > li > a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .nav-header > li .dropdown-menu > li > a {
    text-align: center;
  }
}
.nav-header > li .dropdown-menu > li:hover > a:hover,
.nav-header > li .dropdown-menu > li:active > a:hover,
.nav-header > li .dropdown-menu > li.active > a:hover,
.nav-header > li .dropdown-menu > li:hover > a:active,
.nav-header > li .dropdown-menu > li:active > a:active,
.nav-header > li .dropdown-menu > li.active > a:active,
.nav-header > li .dropdown-menu > li:hover > a,
.nav-header > li .dropdown-menu > li:active > a,
.nav-header > li .dropdown-menu > li.active > a {
  background: #071862;
  color: #ffffff;
}
.nav-header > li.category {
  position: static;
}
.nav-header > li.category > a {
  width: 250px;
  background: #091e7a !important;
  color: #FFF !important;
  padding-right: 60px;
  cursor: pointer;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .nav-header > li.category > a {
    width: auto;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 15px 60px;
    margin: 0px;
  }
}
.nav-header > li.category > a:after {
  content: "\0054";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 30px;
  top: 21px;
  font-size: 9px;
  color: #FFF;
}
@media (max-width: 1200px) {
  .nav-header > li.category > a:after {
    right: 15px;
  }
}
.nav-header > li.category .dropdown-menu {
  left: 14px;
  right: auto;
  padding: 10px 0px;
  background: #FFF;
  border: 1px solid #d4d3d3;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0px;
  }
}
.nav-header > li.category .dropdown-menu > li {
  display: block;
  background: #FFF;
  position: static;
}
@media (min-width: 1201px) {
  .nav-header > li.category .dropdown-menu > li {
    padding: 0px 30px;
    width: 250px;
  }
}
@media (max-width: 1200px) {
  .nav-header > li.category .dropdown-menu > li {
    width: 200px;
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li {
    width: 100%;
    padding: 0px;
  }
  .nav-header > li.category .dropdown-menu > li:not(.has-links) a:after {
    displaY: none;
  }
  .nav-header > li.category .dropdown-menu > li.has-links > a {
    padding: 15px 30px;
  }
  .nav-header > li.category .dropdown-menu > li.has-links > a:after {
    content: "\0054";
    right: 15px;
  }
}
.nav-header > li.category .dropdown-menu > li > a {
  width: 100%;
  display: block;
  padding: 15px 20px 15px 0px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  font-size: 13px;
  color: #000 !important;
  background: #FFF !important;
  position: relative;
  border-bottom: 1px solid #d4d3d3;
  white-space: normal;
}
.nav-header > li.category .dropdown-menu > li > a:after {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0056";
  font-size: 9px;
  color: #091e7a;
  position: absolute;
  right: 0px;
  top: 20px;
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li > a {
    padding: 15px 20px;
  }
}
.nav-header > li.category .dropdown-menu > li:last-child > a {
  border-bottom: 0px !important;
}
.nav-header > li.category .dropdown-menu > li:hover > a,
.nav-header > li.category .dropdown-menu > li.active > a {
  color: #d41313 !important;
}
.nav-header > li.category .dropdown-menu > li:hover > a:after,
.nav-header > li.category .dropdown-menu > li.active > a:after {
  color: #d41313;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2 {
  padding: 0px;
  list-style: none;
  margin: 0px;
  display: none;
  position: absolute;
  left: 250px;
  top: -1px;
  border: 1px solid #d4d3d3;
  background: #f5f5f5;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:after {
  clear: both;
  display: block;
  content: " ";
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 1200px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2 {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2 {
    width: 100%;
    position: static;
    left: 0px;
    right: 0px;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: -1px;
    display: none;
  }
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns {
  width: 850px;
}
@media (max-width: 1200px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns {
    left: 200px;
    width: 740px;
  }
}
@media (max-width: 991px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns {
    width: 520px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns {
    width: 100% !important;
  }
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns .m2 {
  width: 100%;
  padding: 30px;
  border-right: 1px solid #d4d3d3;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns .m2:last-child {
  border: 0px;
}
@media (max-width: 991px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns .m2 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns .m2 {
    width: 100%;
    float: none;
    text-align: center;
    border: 0px;
    padding: 10px;
  }
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns .m2 > a {
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  padding: 0px;
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns .m2 > a {
    margin-bottom: 10px;
  }
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
@media (min-width: 768px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 {
    column-count: 3;
    column-gap: 20px;
  }
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 .m3 > a {
  font-size: 13px;
  display: block;
  padding: 3px 20px 3px 0px;
  margin: 0px;
  text-transform: none;
  color: #000000;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 .m3 > a:after {
    display: inline-block;
    font-family: 'dms';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\0056";
    font-size: 9px;
    color: #091e7a;
    position: absolute;
    right: 0px;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 .m3 > a {
    padding: 4px 0px;
  }
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 .m3:hover > a,
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 .m3.active > a {
  color: #d41313;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 .m3:hover > a:after,
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2.is-columns ul.level-3 .m3.active > a:after {
  color: #d41313;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) {
  padding: 10px 20px;
  min-height: 100%;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2 {
  display: block;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2 > a {
  font-size: 13px;
  text-transform: none;
  padding: 5px 20px 5px 0px;
  white-space: nowrap;
  display: block;
  color: #000000;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2 > a:after {
    display: inline-block;
    font-family: 'dms';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\0056";
    font-size: 9px;
    color: #091e7a;
    position: absolute;
    right: 0px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2 > a {
    padding: 4px 0px;
    text-align: center;
  }
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2:hover > a,
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2.active > a {
  color: #d41313;
}
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2:hover > a:after,
.nav-header > li.category .dropdown-menu > li.has-links ul.level-2:not(.is-columns) .m2.active > a:after {
  color: #d41313;
}
@media (min-width: 768px) {
  .nav-header > li.category .dropdown-menu > li:hover ul.level-2 {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-header > li.category .dropdown-menu > li:hover ul.level-2:not(.is-columns) {
    display: block;
  }
}
.nav-header > li.category .dropdown-menu > li.open ul.level-2 {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-header > li.category .dropdown-menu > li.open ul.level-2:not(.is-columns) {
  display: block;
}
.nav-left {
  margin: 0px;
}
.nav-left > li.m1 {
  margin-bottom: 5px;
  display: block;
}
.nav-left > li.m1 > a {
  display: block;
  color: #000000;
  font-size: 13px;
  background: none;
  padding: 5px 15px 5px 0px;
  border-bottom: 1px solid #d4d3d3;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.nav-left > li.m1 > a:after {
  content: "\0056";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  font-size: 9px;
  color: #091e7a;
}
.nav-left > li.m1:hover > a,
.nav-left > li.m1:active > a,
.nav-left > li.m1.active > a {
  color: #d41313;
}
.nav-left > li.m1:hover > a:after,
.nav-left > li.m1:active > a:after,
.nav-left > li.m1.active > a:after {
  color: #d41313;
}
.nav-left > li.m2 > a {
  padding: 5px 10px 5px 20px;
  font-size: 12px;
  color: #000000;
}
.nav-left > li.m2 > a::before {
  content: "\0056";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 5px;
  top: 9px;
  font-size: 7px;
  color: #d41313;
}
.nav-left > li.m2:hover > a,
.nav-left > li.m2:active > a,
.nav-left > li.m2.active > a {
  background: #f2f2f2;
}
.nav-left > li.m2 + .m1 {
  margin-top: 5px;
  border-top: 1px solid #d4d3d3;
}
#sidebar .sidebar-inner {
  padding: 10px 30px 30px 30px;
  background: #FFF;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #sidebar .sidebar-inner {
    padding: 0px 20px 20px 20px;
  }
}
#sidebar .sidebar-inner .title-small,
#sidebar .sidebar-inner .title-filtr {
  text-transform: uppercase;
  margin: 0px;
  padding: 20px 0px 15px 0px;
}
#sidebar .sidebar-inner.has-filtry {
  margin-bottom: 50px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar #filtry form {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#sidebar #filtry form .form-group {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#sidebar #filtry form .form-group.form-group-price {
  margin: 0px;
}
#sidebar #filtry form .form-group .checkbox label {
  color: #000000;
}
#sidebar #filtry form .form-group .checkbox label a {
  color: inherit;
}
#sidebar #filtry form .form-group .price-group {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#sidebar #filtry form .form-group .price-group div {
  width: 45%;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
#sidebar #filtry form .form-group .price-group div:nth-child(2) {
  width: 10%;
  text-align: center;
}
#sidebar #filtry form .form-group .price-group div input {
  padding: 0px 15px;
  color: #000000;
  font-size: 13px;
}
#sidebar #filtry form .form-group .price-group div ::-webkit-input-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div :-moz-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div ::-moz-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div :-ms-input-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div ::-ms-input-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div ::-webkit-input-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div :-moz-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div ::-moz-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div :-ms-input-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group .price-group div ::-ms-input-placeholder {
  color: #000000;
}
#sidebar #filtry form .form-group.form-group-submit {
  position: absolute;
  left: -30px;
  right: -30px;
  bottom: -80px;
  margin: 0px;
}
@media (max-width: 991px) {
  #sidebar #filtry form .form-group.form-group-submit {
    left: -20px;
    right: -20px;
    bottom: -70px;
  }
}
#sidebar #filtry form .form-group.form-group-submit .button-filtruj {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.row-body2 .news-item:last-child > div {
  margin-bottom: 0px;
}
@media (max-width: 580px) {
  .col-xss-12 {
    clear: both;
    width: 100%;
    float: none;
  }
}
.news-home {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.news-home:before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 310px;
  background: #FFF;
  content: " ";
  z-index: 1;
}
@media (max-width: 1200px) {
  .news-home:before {
    height: 270px;
  }
}
.news-home .news-home-item {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}
@media (max-width: 991px) {
  .news-home .news-home-item {
    margin-bottom: 30px;
  }
}
.news-home .news-home-item > div {
  max-width: 380px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.news-home .news-home-item > div .image {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-home .news-home-item > div .image img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.news-home .news-home-item > div .image:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url('/grafika/gradient_box.png') repeat-x bottom center;
  pointer-events: none;
  z-index: 1;
}
.news-home .news-home-item > div h3 {
  z-index: 2;
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  color: #FFF;
  margin: 0px;
}
.news-home .news-home-item > div h3 b,
.news-home .news-home-item > div h3 strong {
  display: block;
}
.news-home .news-home-item > div h3 a {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: #FFF;
  padding-right: 50px;
  text-decoration: none !important;
}
.news-home .news-home-item > div h3 a:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 36px;
  height: 36px;
  background: #FFF;
  color: #000;
  font-size: 8px;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  content: "\0056";
}
.news-home .news-home-item:hover > div h3 a:after {
  background: #091e7a;
  color: #FFF;
}
.news-item {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0px 5px;
}
.news-item > div {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0px -15px 30px -15px;
}
.news-item > div:after {
  clear: both;
  display: block;
  content: " ";
}
.news-item > div:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 580px) {
  .news-item > div {
    display: block;
    margin: 0px auto 30px auto;
    background: #FFF;
    padding: 20px;
  }
}
@media (min-width: 581px) {
  .news-item > div:before {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0px;
    bottom: 0px;
    content: " ";
    background: #FFF;
  }
}
.news-item .image {
  width: 100%;
  text-align: center;
  width: 30%;
  padding: 0px 15px;
  order: 1;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 580px) {
  .news-item .image {
    width: 100%;
    padding: 0px;
  }
}
.news-item .image.is-empty:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0px;
  bottom: 0px;
  background: url('/grafika/logo.png') no-repeat center center;
  border: 1px solid #d4d3d3;
  content: " ";
}
.news-item .description {
  width: 70%;
  padding: 20px 15px;
  order: 2;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 580px) {
  .news-item .description {
    width: 100%;
    padding: 20px 0px 0px 0px;
    text-align: center;
  }
}
.news-item .description > h3 {
  color: #000000;
  margin: 0px;
}
.news-item .description .date {
  margin: 15px 0px 0px 0px;
  display: table;
  padding-left: 30px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 580px) {
  .news-item .description .date {
    margin: 15px auto 0px auto;
  }
}
.news-item .description .date:before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0062";
  position: absolute;
  color: #091e7a;
  left: 0px;
  font-size: 18px;
  top: 1px;
}
.news-item .description .description-body {
  margin-top: 20px;
}
.news-item .description .el-button {
  margin: 20px 0px 0px 0px;
}
.result-row {
  padding: 0px 5px;
}
.result-row .news-item,
.result-row .news-row-item {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px !important;
}
/** Karta newsa */
.news-single .news-single-inside {
  margin: 0px -15px;
}
.news-single .news-single-inside:after {
  clear: both;
  display: block;
  content: " ";
}
.news-single .news-single-inside:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .news-single .news-single-inside .news-single-heading {
    text-align: center;
  }
}
.news-single .news-single-inside .news-single-heading.has-image {
  width: 50%;
  float: right;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .news-single .news-single-inside .news-single-heading.has-image {
    width: 100%;
    float: none;
  }
}
.news-single .news-single-inside .news-single-heading h1 {
  margin: 0px;
}
.news-single .news-single-inside .news-single-heading .date {
  margin: 20px 0px 0px 0px;
  display: table;
  padding-left: 30px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 767px) {
  .news-single .news-single-inside .news-single-heading .date {
    margin: 20px auto;
  }
}
.news-single .news-single-inside .news-single-heading .date:before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0062";
  position: absolute;
  color: #091e7a;
  left: 0px;
  font-size: 18px;
  top: 1px;
}
.news-single .news-single-inside .image {
  width: 50%;
  float: left;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .news-single .news-single-inside .image {
    width: 100%;
    float: none;
  }
}
.news-single .news-single-inside .image img {
  width: 100%;
  height: auto !important;
}
.news-single .news-single-inside .description {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 20px;
}
.news-single .news-single-inside .description.has-image {
  width: 50%;
  float: right;
  padding: 0px 15px;
}
@media (max-width: 767px) {
  .news-single .news-single-inside .description.has-image {
    width: 100%;
    float: none;
  }
}
.descriptions .item {
  margin: 0px 0px 30px 0px;
}
@media (min-width: 768px) {
  .descriptions .item > .row {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .descriptions .item > .row .pull-right {
    order: 2;
  }
}
.descriptions .item .image {
  display: table;
  margin: 0px auto;
}
.descriptions .item .image img {
  max-width: 100%;
  height: auto !important;
}
.descriptions .item .image + .item-body {
  margin-top: 30px;
}
.descriptions .item .item-body {
  padding: 0px;
}
@media (max-width: 767px) {
  .descriptions .item .item-body {
    padding-top: 30px;
  }
}
.descriptions .item .item-body .title-medium {
  margin: 0px 0px 20px 0px;
}
.row-news {
  margin: 0px -15px;
}
.row-news > div {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-column-item {
  width: 33.33333333%;
  padding: 0px 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-column-item {
    width: 50%;
    max-width: 345px;
  }
}
@media (max-width: 680px) {
  .news-column-item {
    width: 100%;
  }
}
.news-column-item > div {
  background: #FFF;
  height: 100%;
}
.news-column-item > div .image {
  border-bottom: 1px solid rgba(212, 211, 211, 0.5);
}
.news-column-item > div .description {
  padding: 30px;
}
.news-column-item > div .description .h3 {
  height: 62px;
  font-size: 17px;
  margin: 0px 0px 10px 0px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-column-item > div .description .date {
  vertical-align: middle;
  margin: 0px 0px 10px 0px;
}
.news-column-item > div .description .date:before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0062";
  color: #091e7a;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.news-column-item > div .description .description-body {
  font-size: 13px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 92px;
  margin-bottom: 10px;
}
.news-column-item > div .description .info {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 380px) {
  .news-column-item > div .description .info {
    display: block;
  }
}
.news-column-item > div .description .info .more {
  min-width: 130px;
  text-align: right;
}
@media (max-width: 380px) {
  .news-column-item > div .description .info .more {
    text-align: center;
  }
}
@media (max-width: 380px) {
  .news-column-item > div .description .info .tags {
    text-align: center;
    margin-bottom: 10px;
  }
}
.news-column-item > div .description .info .tags > a,
.news-column-item > div .description .info .tags > span {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  color: #091e7a;
}
.news-column-item > div .description .info .tags > span {
  font-weight: 400;
}
.news-row-item {
  padding: 0px 15px;
  margin-bottom: 30px;
  width: 100%;
}
.news-row-item > div {
  background: #FFF;
  height: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .news-row-item > div {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-row-item > div .image {
  min-width: 380px;
}
@media (max-width: 1200px) {
  .news-row-item > div .image {
    min-width: 240px;
  }
}
@media (max-width: 991px) {
  .news-row-item > div .image {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .news-row-item > div .image {
    width: 100%;
  }
}
.news-row-item > div .description {
  padding: 30px;
}
.news-row-item > div .description .h3 {
  height: 62px;
  font-size: 17px;
  margin: 0px 0px 10px 0px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-row-item > div .description .date {
  vertical-align: middle;
  margin: 0px 0px 10px 0px;
}
.news-row-item > div .description .date:before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0062";
  color: #091e7a;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.news-row-item > div .description .description-body {
  font-size: 13px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 92px;
  margin-bottom: 10px;
}
.news-row-item > div .description .info {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #d4d3d3;
}
@media (max-width: 380px) {
  .news-row-item > div .description .info {
    display: block;
  }
}
.news-row-item > div .description .info .more {
  min-width: 130px;
  text-align: right;
}
@media (max-width: 380px) {
  .news-row-item > div .description .info .more {
    text-align: center;
  }
}
@media (max-width: 380px) {
  .news-row-item > div .description .info .tags {
    text-align: center;
    margin-bottom: 10px;
  }
}
.news-row-item > div .description .info .tags > a,
.news-row-item > div .description .info .tags > span {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  color: #091e7a;
}
.news-row-item > div .description .info .tags > span {
  font-weight: 400;
}
.news-item-single .news-container {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0px -15px;
}
@media (max-width: 991px) {
  .news-item-single .news-container {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-item-single .news-container .news-body {
  width: 100%;
  max-width: 750px;
  padding: 0px 15px;
}
@media (max-width: 1100px) {
  .news-item-single .news-container .news-body {
    max-width: 660px;
  }
}
.news-item-single .news-container .news-body .descriptions {
  background: #FFF;
  padding-top: 30px;
}
.news-item-single .news-container .news-body .description {
  background: #FFF;
  padding: 30px;
}
.news-item-single .news-container .news-body .description .info {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d3d3;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 380px) {
  .news-item-single .news-container .news-body .description .info {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-item-single .news-container .news-body .description .info .date {
  vertical-align: middle;
  margin-right: 30px;
  min-width: 130px;
}
.news-item-single .news-container .news-body .description .info .date:before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\0062";
  color: #091e7a;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 380px) {
  .news-item-single .news-container .news-body .description .info .tags {
    padding-top: 10px;
  }
}
.news-item-single .news-container .news-body .description .info .tags > a {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  color: #091e7a;
}
.news-item-single .news-container .news-similar {
  width: 380px;
  padding: 0px 15px;
}
@media (max-width: 1100px) {
  .news-item-single .news-container .news-similar {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  .news-item-single .news-container .news-similar {
    width: 100%;
    max-width: 660px;
  }
}
.news-item-single .news-container .news-similar > div {
  background: #FFF;
  padding: 30px 30px 0px;
}
@media (max-width: 991px) {
  .news-item-single .news-container .news-similar > div {
    margin: 30px 0px 0px;
    width: auto;
  }
}
.news-item-single .news-container .news-similar > div .news-similar-title {
  font-size: 20px;
}
@media (max-width: 991px) {
  .news-item-single .news-container .news-similar > div .news-similar-title {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .news-item-single .news-container .news-similar > div {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news-item-single .news-container .news-similar > div .item {
  padding: 30px 0px;
  border-bottom: 1px solid #d4d3d3;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .news-item-single .news-container .news-similar > div .item {
    width: 50%;
    border: 0px;
  }
}
@media (max-width: 500px) {
  .news-item-single .news-container .news-similar > div .item {
    width: 100%;
    border-bottom: 1px solid #d4d3d3;
  }
}
.news-item-single .news-container .news-similar > div .item:last-child {
  border-bottom: 0px;
}
.news-item-single .news-container .news-similar > div .item .image {
  margin-right: 20px;
  border: 1px solid rgba(212, 211, 211, 0.5);
}
.news-item-single .news-container .news-similar > div .item .name {
  font-size: 15px;
}
.embeddedContent {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%;
}
.embeddedContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#wcag-link {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
  outline: none;
}
#wcag-link > a {
  border: 2px solid #091e7a;
  color: #000000;
  padding: 10px 20px;
  background: #FFF;
  outline: none !important;
  position: absolute;
  left: 0px;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  text-decoration: none !important;
}
#wcag-link > a:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
.ukl-body a {
  color: #091e7a;
  font-weight: 600;
}
.pagination-row::before,
.pagination-row::after {
  clear: both;
  display: block;
  content: " ";
}
.zawijaj-produkt {
  position: relative;
}
.zawijaj-produkt.has-before::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  background: #f3f3f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f7), color-stop(1, rgba(243, 243, 247, 0)));
  background: -ms-linear-gradient(bottom, #f3f3f7, rgba(243, 243, 247, 0));
  background: -moz-linear-gradient(center bottom, #f3f3f7 0%, rgba(243, 243, 247, 0) 100%);
  background: -o-linear-gradient(rgba(243, 243, 247, 0), #f3f3f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(243, 243, 247, 0)', endColorstr='#f3f3f7', GradientType=0);
  content: " ";
  z-index: 5;
  pointer-events: none !important;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.zawijaj-produkt.in::before {
  opacity: 0;
}
.zawijaj-produkt-text {
  position: relative;
}
.zawijaj-produkt-text h1,
.zawijaj-produkt-text h2,
.zawijaj-produkt-text h3,
.zawijaj-produkt-text h4,
.zawijaj-produkt-text h5,
.zawijaj-produkt-text h6 {
  margin-top: 0px;
}
.zawijaj-produkt-text::after {
  clear: both;
  display: block;
  content: " ";
}
.modal-popup img {
  max-width: 100%;
  height: auto !important;
}
.modal-popup .modal-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25) !important;
}
.modal-popup .modal-body button.close {
  margin: 0px !important;
  position: absolute;
  right: 16px;
  top: 20px;
  font-size: 15px;
  border: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 1 !important;
  background: #FFF !important;
  outline: none !important;
  color: #091e7a;
}
.modal-popup .modal-header {
  padding: 16px 15px !important;
}
.modal-popup .modal-title {
  font-size: 16px;
}
.modal-popup .modal-dialog {
  width: 100%;
  max-width: 600px;
}
.modal-popup .modal-dialog.modal-sm {
  max-width: 400px;
}
.modal-popup .modal-dialog.modal-lg {
  max-width: 800px;
}
.modal-popup.has-image .modal-body {
  padding: 0px !important;
}
.modal-popup + .modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  color: #000000;
  background: #FFF;
  font-size: 13px;
}
.modal .modal-content .modal-header {
  padding: 25px 40px;
}
.modal .modal-content .modal-header button.close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 16px;
  border: 0px !important;
  background: #091e7a !important;
  outline: none !important;
  color: #FFF;
}
.modal .modal-content .modal-body {
  padding: 25px 25px 10px 25px;
}
.modal .modal-content button[type="submit"] {
  background: #091e7a;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
  border: 0px !important;
  padding: 10px 30px;
  margin-top: 20px;
}
.embeddedContent {
  text-align: center;
}
.embeddedContent iframe {
  max-width: 100%;
}
.embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embeddedContent iframe,
.embeddedContent object,
.embeddedContent video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bootbox .modal-dialog .modal-content {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0px;
  color: #000;
  background: #FFF;
}
.bootbox .modal-dialog .bootbox-close-button {
  position: absolute;
  margin: 0px !important;
  right: 10px;
  top: 10px;
  color: #FFFFFF;
  background: #FFF;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0px !important;
  border: 0px !important;
}
.bootbox .modal-dialog .bootbox-close-button::before {
  color: #091e7a;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\004d";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  background: #FFF;
}
.bootbox .modal-dialog .modal-body {
  padding: 15px;
}
.table-responsive {
  margin: 0px;
}
@-webkit-keyframes animateArrow {
  0% {
    margin: 0px 10px;
  }
  50% {
    margin: 0px 0px;
  }
  100% {
    margin: 0px 10px;
  }
}
@-moz-keyframes animateArrow {
  0% {
    margin: 0px 10px;
  }
  50% {
    margin: 0px 0px;
  }
  100% {
    margin: 0px 10px;
  }
}
@-o-keyframes animateArrow {
  0% {
    margin: 0px 10px;
  }
  50% {
    margin: 0px 0px;
  }
  100% {
    margin: 0px 10px;
  }
}
@keyframes animateArrow {
  0% {
    margin: 0px 10px;
  }
  50% {
    margin: 0px 0px;
  }
  100% {
    margin: 0px 10px;
  }
}
.table-responsive-info {
  display: block;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 767px) {
  .table-responsive-info {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .table-responsive-info strong:before {
    content: "Przesuń w prawo bądź lewo za pomocą palca";
  }
}
@media (max-width: 767px) {
  .table-responsive-info .tr-left {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 0px;
    -webkit-animation: animateArrow 1s infinite;
    -moz-animation: animateArrow 1s infinite;
    -o-animation: animateArrow 1s infinite;
    animation: animateArrow 1s infinite;
  }
  .table-responsive-info .tr-left:before {
    content: "\e079";
  }
}
@media (max-width: 767px) {
  .table-responsive-info .tr-right {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    content: "\e080";
    position: absolute;
    right: 0px;
    -webkit-animation: animateArrow 1s infinite;
    -moz-animation: animateArrow 1s infinite;
    -o-animation: animateArrow 1s infinite;
    animation: animateArrow 1s infinite;
  }
  .table-responsive-info .tr-right:before {
    content: "\e080";
  }
}
@media (max-width: 767px) {
  table {
    margin-bottom: 15px;
  }
}
table img {
  min-width: 100px;
  max-width: 100%;
  height: auto !important;
}
.plik {
  display: block;
  width: 100%;
  margin: 10px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 100px 15px 70px;
  color: #000000 !important;
  position: relative;
  background: #FFF;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .plik {
    padding: 15px 50px;
  }
}
.plik:after {
  position: absolute;
  right: 0px;
  width: 90px;
  top: 15px;
  bottom: 15px;
  border-left: 1px solid #d4d3d3;
  content: " ";
  background: url('/grafika/svg/i_download.svg') no-repeat right 40px center;
  background-size: 12px 14px !important;
}
@media (max-width: 480px) {
  .plik:after {
    background-position: right 15px center;
    width: 40px;
  }
}
.plik[href*="pdf"],
.plik[href*=".doc"],
.plik[href*=".docx"],
.plik[href*=".odt"],
.plik[href*="ppt"],
.plik[href*="pptx"] {
  background: #ffffff url('/grafika/filetype/i_text.svg') no-repeat left 30px center;
  background-size: auto 22px !important;
}
@media (max-width: 480px) {
  .plik[href*="pdf"],
  .plik[href*=".doc"],
  .plik[href*=".docx"],
  .plik[href*=".odt"],
  .plik[href*="ppt"],
  .plik[href*="pptx"] {
    background-position: left 15px center;
  }
}
.plik[href*="png"],
.plik[href*="jpg"] {
  background: #ffffff url('/grafika/filetype/i_photo.svg') no-repeat left 30px center;
  background-size: auto 22px !important;
}
@media (max-width: 480px) {
  .plik[href*="png"],
  .plik[href*="jpg"] {
    background-position: left 15px center;
  }
}
.plik[href*="mp3"],
.plik[href*="wmv"] {
  background: #ffffff url('/grafika/filetype/i_audio.svg') no-repeat left 30px center;
  background-size: auto 22px !important;
}
@media (max-width: 480px) {
  .plik[href*="mp3"],
  .plik[href*="wmv"] {
    background-position: left 15px center;
  }
}
.plik[href*="xls"],
.plik[href*="xlsx"] {
  background: #ffffff url('/grafika/filetype/i_xls.svg') no-repeat left 30px center;
  background-size: auto 22px !important;
}
@media (max-width: 480px) {
  .plik[href*="xls"],
  .plik[href*="xlsx"] {
    background-position: left 15px center;
  }
}
.plik[href*="zip"] {
  background: #ffffff url('/grafika/filetype/i_zip.svg') no-repeat left 30px center;
  background-size: auto 22px !important;
}
@media (max-width: 480px) {
  .plik[href*="zip"] {
    background-position: left 15px center;
  }
}
.alert-center {
  text-align: center;
}
.offers {
  display: table-row;
}
/* Kreator formularzy */
.pole-inline {
  display: inline-block;
}
.pole-2zn {
  width: 40px;
}
.pole-3zn {
  width: 60px;
}
#req_s {
  margin-top: 10px;
}
label {
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  display: block;
}
/*
	SKOSY
*/
.iko_nowosc::before,
.iko_polecamy::before,
.iko_bestseller::before,
.iko_promocja::before,
.iko_wyprzedaz::before,
.iko_zapowiedz::before,
.iko_okazja::before {
  background: #091e7a;
  color: #ffffff;
  content: "";
  padding: 0px 10px;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 10px;
  left: 0px;
  background-repeat: no-repeat;
  z-index: 10;
}
.iko_nowosc.iko_nowosc::before,
.iko_polecamy.iko_nowosc::before,
.iko_bestseller.iko_nowosc::before,
.iko_promocja.iko_nowosc::before,
.iko_wyprzedaz.iko_nowosc::before,
.iko_zapowiedz.iko_nowosc::before,
.iko_okazja.iko_nowosc::before {
  content: "Nowość";
}
.iko_nowosc.iko_polecamy::before,
.iko_polecamy.iko_polecamy::before,
.iko_bestseller.iko_polecamy::before,
.iko_promocja.iko_polecamy::before,
.iko_wyprzedaz.iko_polecamy::before,
.iko_zapowiedz.iko_polecamy::before,
.iko_okazja.iko_polecamy::before {
  content: "Polecamy";
}
.iko_nowosc.iko_bestseller::before,
.iko_polecamy.iko_bestseller::before,
.iko_bestseller.iko_bestseller::before,
.iko_promocja.iko_bestseller::before,
.iko_wyprzedaz.iko_bestseller::before,
.iko_zapowiedz.iko_bestseller::before,
.iko_okazja.iko_bestseller::before {
  content: "Bestseller";
}
.iko_nowosc.iko_promocja::before,
.iko_polecamy.iko_promocja::before,
.iko_bestseller.iko_promocja::before,
.iko_promocja.iko_promocja::before,
.iko_wyprzedaz.iko_promocja::before,
.iko_zapowiedz.iko_promocja::before,
.iko_okazja.iko_promocja::before {
  content: "Promocja";
}
.iko_nowosc.iko_wyprzedaz::before,
.iko_polecamy.iko_wyprzedaz::before,
.iko_bestseller.iko_wyprzedaz::before,
.iko_promocja.iko_wyprzedaz::before,
.iko_wyprzedaz.iko_wyprzedaz::before,
.iko_zapowiedz.iko_wyprzedaz::before,
.iko_okazja.iko_wyprzedaz::before {
  content: "Wyprzedaż";
}
.iko_nowosc.iko_zapowiedz::before,
.iko_polecamy.iko_zapowiedz::before,
.iko_bestseller.iko_zapowiedz::before,
.iko_promocja.iko_zapowiedz::before,
.iko_wyprzedaz.iko_zapowiedz::before,
.iko_zapowiedz.iko_zapowiedz::before,
.iko_okazja.iko_zapowiedz::before {
  content: "Zapowiedź";
}
.iko_nowosc.iko_okazja::before,
.iko_polecamy.iko_okazja::before,
.iko_bestseller.iko_okazja::before,
.iko_promocja.iko_okazja::before,
.iko_wyprzedaz.iko_okazja::before,
.iko_zapowiedz.iko_okazja::before,
.iko_okazja.iko_okazja::before {
  content: 'Okazja';
}
.iko_nowosc.iko_okazja[data-rabat]::before,
.iko_polecamy.iko_okazja[data-rabat]::before,
.iko_bestseller.iko_okazja[data-rabat]::before,
.iko_promocja.iko_okazja[data-rabat]::before,
.iko_wyprzedaz.iko_okazja[data-rabat]::before,
.iko_zapowiedz.iko_okazja[data-rabat]::before,
.iko_okazja.iko_okazja[data-rabat]::before {
  content: attr(data-rabat);
}
/* UKLADY */
.ukl {
  clear: both;
  margin-bottom: 10px;
}
.ukl .ukl-body img {
  max-width: 100%;
  height: auto !important;
}
.ukl .ukl-more {
  display: table;
  margin-left: auto;
}
.ukl .thumbnail.ukl-nobord {
  border: none;
}
.thumbnail .caption {
  padding: 5px;
}
.ukl .ukl-body iframe,
.ukl .ukl-body video {
  max-width: 100%;
}
/* LT - foto po lewo otaczane tekstem */
.ukl.ukl_lt .ukl-main-img,
.ukl.ukl_lt .insertVideoSwf {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  max-width: 50%;
}
/* RT - foto po lewo otaczane tekstem */
.ukl.ukl_rt .ukl-main-img,
.ukl.ukl_rt .insertVideoSwf {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
  max-width: 50%;
}
/* LCT - foto po lewo w kolumnie */
.ukl.ukl_lct div.ukl-main-img img,
.ukl.ukl_lct img.ukl-main-img,
.ukl.ukl_lct div.insertVideoSwf img,
.ukl.ukl_lct img.insertVideoSwf {
  max-width: none !important;
  margin-right: 10px;
}
.ukl.ukl_lct .ukl-side-body,
.ukl.ukl_rct .ukl-side-body {
  display: table;
  width: 100%;
}
.ukl.ukl_lct .ukl-side-body > div,
.ukl.ukl_rct .ukl-side-body > div {
  display: table-row;
}
.ukl.ukl_lct .ukl-side-body > div > div,
.ukl.ukl_rct .ukl-side-body > div > div {
  display: table-cell;
  vertical-align: top;
}
/* RCT - foto po prawo w kolumnie */
.ukl.ukl_rct div.ukl-main-img img,
.ukl.ukl_rct img.ukl-main-img,
.ukl.ukl_rct div.insertVideoSwf img,
.ukl.ukl_rct img.insertVideoSwf {
  max-width: none !important;
  margin-left: 10px;
}
.ukl.ukl_l .ukl-image-block .ukl-elem,
.ukl.ukl_r .ukl-image-block .ukl-elem {
  margin-bottom: 10px;
}
.ukl.ukl_l .ukl-image-block .ukl-elem:last-child,
.ukl.ukl_r .ukl-image-block .ukl-elem:last-child {
  margin-bottom: 0px;
}
/* Uklad waski */
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol,
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol > div > div,
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol > div > div,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol > div > div,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol > div > div {
  display: block;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol div.ukl-main-img img,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol div.ukl-main-img img,
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol div.insertVideoSwf img,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol div.insertVideoSwf img {
  max-width: 100% !important;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
  height: auto;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol img.ukl-main-img,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol img.ukl-main-img,
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol img.insertVideoSwf,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol img.insertVideoSwf {
  max-width: 100% !important;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
  height: auto;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol > div > div:first-child {
  text-align: center;
}
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol > div > div:last-child {
  text-align: center;
}
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol .ukl-main-img,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol .ukl-main-img,
.ukl.ukl_lct .ukl-side-body.ukl-side-onecol .insertVideoSwf,
.ukl.ukl_rct .ukl-side-body.ukl-side-onecol .insertVideoSwf {
  display: inline-block;
}
/* Zdjęcia w rzędzie */
.ukl-image-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: -5px;
}
.ukl.ukl_boxr .ukl-image-block {
  width: auto;
}
.ukl.ukl_boxl .ukl-image-block {
  width: auto;
}
.ukl-image-block .ukl-list {
  display: table-row;
}
.ukl-image-block .ukl-list .ukl-elem {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-1 {
  width: 100%;
  padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-1 img {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-2 {
  width: 50%;
  padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem.ukl-elem-3 {
  width: 33%;
  padding: 5px;
}
.ukl-image-block .ukl-list .ukl-elem-sep {
  display: none;
}
.ukl-image-block .ukl-list .ukl-elem img {
  max-width: 100%;
  height: auto;
}
/* Uklad boxl 2x2 zdjecia po lewo */
.ukl.ukl_boxl,
.ukl.ukl_boxr {
  width: 100%;
  display: table;
}
.ukl.ukl_boxl > div,
.ukl.ukl_boxr > div {
  display: table-row;
}
.ukl.ukl_boxl > div > div,
.ukl.ukl_boxr > div > div {
  display: table-cell;
  vertical-align: top;
}
.ukl_boxl .ukl-image-block .ukl-list .ukl-elem img,
.ukl_boxr .ukl-image-block .ukl-list .ukl-elem img {
  max-width: none !important;
}
.ukl_boxl .ukl-image-block .ukl-list .ukl-elem:first-child img,
.ukl_boxr .ukl-image-block .ukl-list .ukl-elem:first-child img {
  margin-right: 8px;
}
.ukl.ukl_boxl .ukl-image-block {
  margin-right: 10px;
}
.ukl.ukl_boxr .ukl-image-block {
  margin-left: 10px;
}
.ukl.ukl_boxl.ukl-box-onecol,
.ukl.ukl_boxr.ukl-box-onecol,
.ukl.ukl_boxl.ukl-box-onecol > div,
.ukl.ukl_boxr.ukl-box-onecol > div,
.ukl.ukl_boxl.ukl-box-onecol > div > div,
.ukl.ukl_boxr.ukl-box-onecol > div > div {
  display: block;
}
.ukl_boxl.ukl-box-onecol .ukl-image-block .ukl-list .ukl-elem:first-child img,
.ukl_boxr.ukl-box-onecol .ukl-image-block .ukl-list .ukl-elem:first-child img {
  margin-right: 0px;
}
.ukl.ukl_boxl.ukl-box-onecol .ukl-image-block {
  padding-right: 0px;
}
.ukl.ukl_boxr.ukl-box-onecol .ukl-image-block {
  padding-left: 0px;
}
/* Uklad l zdjecia po lewo w kolumnie */
.ukl.ukl_l,
.ukl.ukl_r {
  width: 100%;
  display: table;
}
.ukl.ukl_l > div,
.ukl.ukl_r > div {
  display: table-row;
}
.ukl.ukl_l > div > div,
.ukl.ukl_r > div > div {
  display: table-cell;
  vertical-align: top;
}
.ukl.ukl_l .ukl-image-block,
.ukl.ukl_r .ukl-image-block {
  width: auto;
}
.ukl.ukl_l .ukl-image-block .ukl-elem img,
.ukl.ukl_r .ukl-image-block .ukl-elem img {
  max-width: none !important;
}
.ukl.ukl_l .ukl-image-block {
  padding-right: 10px;
}
.ukl.ukl_r .ukl-image-block {
  padding-left: 10px;
}
.ukl.ukl_l.ukl-box-onecol,
.ukl.ukl_r.ukl-box-onecol,
.ukl.ukl_l.ukl-box-onecol > div,
.ukl.ukl_r.ukl-box-onecol > div,
.ukl.ukl_l.ukl-box-onecol > div > div,
.ukl.ukl_r.ukl-box-onecol > div > div {
  display: block;
}
.ukl.ukl_l.ukl-box-onecol .ukl-image-block {
  padding-right: 0px;
  text-align: center;
}
.ukl.ukl_r.ukl-box-onecol .ukl-image-block {
  padding-left: 0px;
  text-align: center;
}
.ukl.ukl_t .ukl-image-block + .ukl-body {
  padding-top: 10px;
}
@media all and (max-width: 767px) {
  .ukl.ukl_rt .ukl-main-img,
  .ukl.ukl_lt .ukl-main-img,
  .ukl.ukl_rt .insertVideoSwf,
  .ukl.ukl_lt .insertVideoSwf {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: block;
  }
  .ukl-image-block .ukl-list .ukl-elem.ukl-elem-2,
  .ukl-image-block .ukl-list .ukl-elem.ukl-elem-4 {
    display: block;
    float: left;
    width: 50%;
  }
  .ukl-image-block .ukl-list .ukl-elem.ukl-elem-3,
  .ukl-image-block .ukl-list .ukl-elem-sep {
    display: block;
    clear: left;
    width: 100%;
  }
  .ukl_boxl .ukl-image-block .ukl-list .ukl-elem img,
  .ukl_boxr .ukl-image-block .ukl-list .ukl-elem img {
    max-width: 100% !important;
  }
}
@media all and (max-width: 419px) {
  .ukl-image-block .ukl-list .ukl-elem {
    display: table-cell;
    width: 100%;
  }
}
/* Koniec układy */
/* Galeria FTP */
.galeria {
  margin: 0px;
  clear: both;
  text-align: center;
  width: 100%;
}
.galeria .galeria-item {
  margin-bottom: 30px;
}
.galeria img {
  border: none;
  max-width: 100%;
  height: auto !important;
}
/* CSS dodatki */
input {
  vertical-align: middle;
}
blockquote {
  margin-left: 30px;
}
hr,
.hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  width: 100%;
  margin: 20px 0 20px 0;
}
/* DMSGALLERY */
#DmsGallery {
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1091;
  position: fixed;
}
#gallery_miniatury {
  display: inline-block;
  width: 500px;
  height: 80px;
  white-space: nowrap;
  overflow: hidden;
}
#gallery_miniatury_right,
#gallery_miniatury_left {
  display: inline-block;
  width: 100px;
  height: 80px;
  cursor: pointer;
  position: relative;
}
#gallery_miniatury_right .icon-container,
#gallery_miniatury_left .icon-container {
  top: 35px;
}
#gallery_miniatury_left .icon-container {
  left: 50px;
}
#gallery_miniatury_right .icon-container {
  right: 50px;
}
#gallery_tlo {
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1090;
  position: fixed;
  background: #000000;
}
#DmsGallery #gallery_miniatury_mag {
  display: none !important;
}
#DmsGallery .icon-container {
  /* Kolor ikon */
  color: #091e7a;
  overflow: hidden;
  font-size: 15px;
  padding-top: 1px;
  text-align: center;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2000;
  /*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
  cursor: pointer;
}
#DmsGallery #gallery_close {
  display: none;
  right: 5px;
  top: 5px;
  font-size: 19px;
}
#DmsGallery #gallery_zoom {
  display: none !important;
  right: 5px;
  bottom: 5px;
}
#DmsGallery #gallery_back {
  left: 5px;
}
#DmsGallery #gallery_next {
  right: 5px;
}
#DmsGallery #gallery_back,
#DmsGallery #gallery_next {
  font-size: 30px;
  padding-top: 0px;
  height: 35px;
  width: 35px;
}
#DmsGallery #gallery_inside > div {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  /*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(255, 255, 255, 0.75);
	box-shadow:         0px 0px 10px rgba(255, 255, 255, 0.75);
	*/
}
#DmsGallery #gallery_miniatury a img {
  cursor: pointer;
  border: solid 1px #000000;
  margin-left: 1px;
  margin-right: 1px;
  margin-top: 2px;
}
#DmsGallery #gallery_miniatury a img.active {
  border-color: #ff0000;
}
#DmsGallery #gallery_podpis {
  display: none;
  padding-top: 7px;
  padding-bottom: 6px;
  background: #ffffff;
  color: #000000;
  padding-top: 6px;
  font-size: 13px;
}
#DmsGallery .loading {
  overflow: hidden;
  /*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
  position: absolute;
  z-index: 1992;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #ffffff;
}
#DmsGallery .loading img {
  margin-top: 9px;
  margin-bottom: 9px;
  min-width: 0px;
}
#DmsGallery #gallery_caption {
  padding: 3px;
}
#DmsGallery .icon-container {
  color: #091e7a;
}
/* COOKIES */
#cokPyt {
  background: #d41313 !important;
  border-top: 1px solid #071862 !important;
  font-size: 13px;
  position: fixed;
  bottom: -200px;
  left: 0px;
  right: 0px;
  color: #FFF;
  z-index: 999999;
}
#cokPyt > div {
  padding: 10px 50px 10px 15px;
}
#cokPyt > div .cookie_close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#cokPyt > div .cookie_close::before {
  content: '\004d';
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #FFF;
}
/* SYSTEMOWE */
body.cke_editable {
  padding: 10px;
}
.mailer {
  display: none;
}
.hidden {
  display: none;
}
.responsive-right {
  text-align: right;
  float: right;
}
.responsive-left {
  text-align: left;
  float: left;
}
/** Button systemowy */
.btn-system,
.btn-normal {
  margin-right: 5px;
}
.btn-system {
  color: #ffffff;
  background: #091e7a;
  border-color: #091e7a;
  display: inline-block;
  margin-right: 10px !important;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-system:hover,
.btn-system:focus,
.btn-system.focus .btn-system:active,
.btn-system.active {
  color: #ffffff;
  background: #02071b;
  border-color: #02071b;
}
.btn-normal {
  color: #919191;
  background: #ffffff;
  border-color: #c7c6c6;
  display: inline-block;
  margin-right: 10px !important;
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-normal:hover,
.btn-normal:focus,
.btn-normal.focus .btn-normal:active,
.btn-normal.active {
  color: #919191;
  background: #cccccc;
  border-color: #949393;
}
.files {
  width: 100%;
  margin: 0 auto;
}
/* DODATKI */
@media all and (max-width: 767px) {
  .responsive-left,
  .responsive-right {
    text-align: center;
    float: none;
  }
}
/* Edycja inline */
.cms-page-edit {
  position: relative;
  padding: 10px 0px;
  text-align: right;
  font-size: 12px;
}
.cms-page-edit > a.cms-link {
  color: #000000;
}
.cms-page-edit > a.cms-link span {
  margin-left: 10px;
  color: #4dab34;
}
.cms-edit {
  position: relative;
}
.cms-edit > a.cms-link {
  position: absolute !important;
  top: -10px !important;
  right: -10px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 0px 10px !important;
  color: #FFF !important;
  text-align: center !important;
  background: #FFF !important;
  font-size: 11px !important;
  opacity: 0 !important;
  z-index: 9999 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #253475 !important;
}
.cms-edit > a.cms-link::before {
  content: "EDYTUJ";
}
.cms-edit > a.cms-link span {
  display: none;
}
.cms-edit::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: rgba(37, 52, 117, 0.04);
  border: 1px dashed rgba(37, 52, 117, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
.cms-edit:hover:before,
.cms-edit:hover a.cms-link {
  opacity: 1 !important;
}
body {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 13px;
  background: #FFF;
  color: #000000;
}
body.is-blur {
  overflow: hidden;
}
.box {
  margin-bottom: 30px;
}
.pagination {
  margin: 20px 0px 0px;
}
.pagination > li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: block;
  border: 1px solid #d4d3d3;
  margin: 5px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #FFF !important;
  color: #000000;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.pagination > li a.prev {
  background: #ffffff url('/grafika/svg/arrow_left.svg') no-repeat center center !important;
  background-size: 7px 12px !important;
}
.pagination > li a.next {
  background: #ffffff url('/grafika/svg/arrow_right.svg') no-repeat center center !important;
  background-size: 7px 12px !important;
}
.pagination > li:hover a,
.pagination > li.active a {
  border-color: #091e7a !important;
  color: #091e7a !important;
}
.link-less-expand::after {
  content: "\0057";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin-left: 10px;
  color: #091e7a;
}
.link-more-expand {
  position: relative;
  width: 100%;
  display: block;
  z-index: 2;
  text-decoration: none;
}
.link-more-expand::after {
  content: "\0054";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin-left: 10px;
  color: #091e7a;
}
.link-more-expand::before {
  height: 70px;
  background: #f3f3f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f7), color-stop(1, rgba(243, 243, 247, 0)));
  background: -ms-linear-gradient(bottom, #f3f3f7, rgba(243, 243, 247, 0));
  background: -moz-linear-gradient(center bottom, #f3f3f7 0%, rgba(243, 243, 247, 0) 100%);
  background: -o-linear-gradient(rgba(243, 243, 247, 0), #f3f3f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(243, 243, 247, 0)', endColorstr='#f3f3f7', GradientType=0);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
  z-index: -1;
  pointer-events: none;
}
.container {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 1100px) {
  .container {
    width: 100%;
    max-width: 1130px;
  }
}
a {
  color: inherit;
}
.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
}
.content-wrapper {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: #f3f3f7;
  padding-bottom: 80px;
  /*
    &.nopadding
    {
        padding: 0px;
    }
    */
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.title-large,
.title-medium,
.title-small {
  color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.title-large a,
.title-medium a,
.title-small a {
  color: inherit !important;
}
h1,
h2,
.h1,
.h2,
.title-large {
  font-size: 21px;
  line-height: 1.2;
  margin: 30px 0px;
  font-weight: 400;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}
h1.text-center,
h2.text-center,
.h1.text-center,
.h2.text-center,
.title-large.text-center {
  margin: 50px 0px;
}
h1.has-bg,
h2.has-bg,
.h1.has-bg,
.h2.has-bg,
.title-large.has-bg {
  margin: 60px 0px 30px 0px;
  background: #a6cff3;
  padding: 5px 40px;
  display: table;
}
@media (max-width: 767px) {
  h1.has-bg,
  h2.has-bg,
  .h1.has-bg,
  .h2.has-bg,
  .title-large.has-bg {
    margin: 60px auto 30px auto;
    text-align: center;
  }
}
h1.has-bg:before,
h2.has-bg:before,
.h1.has-bg:before,
.h2.has-bg:before,
.title-large.has-bg:before {
  z-index: 2;
  content: " ";
  width: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #f3f3f7 url('/grafika/svg/heading_bg_left.svg') no-repeat right top;
  background-size: 100% auto !important;
}
h1.has-bg:after,
h2.has-bg:after,
.h1.has-bg:after,
.h2.has-bg:after,
.title-large.has-bg:after {
  z-index: 2;
  content: " ";
  width: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #f3f3f7 url('/grafika/svg/heading_bg_right.svg') no-repeat left top;
  background-size: 100% auto !important;
}
h1.bg-white:before,
h2.bg-white:before,
.h1.bg-white:before,
.h2.bg-white:before,
.title-large.bg-white:before {
  background: #ffffff url('/grafika/svg/heading_bg_left.svg') no-repeat right top;
  background-size: 100% auto !important;
}
h1.bg-white:after,
h2.bg-white:after,
.h1.bg-white:after,
.h2.bg-white:after,
.title-large.bg-white:after {
  background: #ffffff url('/grafika/svg/heading_bg_right.svg') no-repeat left top;
  background-size: 100% auto !important;
}
h3,
.h3,
.title-medium {
  font-size: 17px;
  line-height: 1.2;
  margin: 20px 0px;
}
h3.text-center,
.h3.text-center,
.title-medium.text-center {
  margin: 30px 0px;
}
h4,
.h4,
.title-small {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0px;
}
hr {
  height: 1px;
  margin: 30px 0px;
  background: #d4d3d3;
}
hr.hr-home {
  margin: 50px 0px;
  height: 2px;
  background-image: repeating-linear-gradient(0deg, #d4d3d3, #d4d3d3 10px, transparent 10px, transparent 30px, #d4d3d3 30px), repeating-linear-gradient(90deg, #d4d3d3, #d4d3d3 10px, transparent 10px, transparent 30px, #d4d3d3 30px), repeating-linear-gradient(180deg, #d4d3d3, #d4d3d3 10px, transparent 10px, transparent 30px, #d4d3d3 30px), repeating-linear-gradient(270deg, #d4d3d3, #d4d3d3 10px, transparent 10px, transparent 30px, #d4d3d3 30px);
  background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
ul:not(.nav):not(.nav-footer):not(.dropdown-menu):not(.nav-tabs):not(.ul-styled):not(.level):not(.pagination) {
  padding-left: 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
ul:not(.nav):not(.nav-footer):not(.dropdown-menu):not(.nav-tabs):not(.ul-styled):not(.level):not(.pagination) > li {
  display: block;
  padding-left: 20px;
  margin: 3px 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
ul:not(.nav):not(.nav-footer):not(.dropdown-menu):not(.nav-tabs):not(.ul-styled):not(.level):not(.pagination) > li:before {
  content: " ";
  background: #091e7a;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 9px;
}
.breadcrumb {
  padding: 20px 0px;
  background: none;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.breadcrumb > li {
  font-size: 13px;
  color: #000000;
}
.breadcrumb > li a,
.breadcrumb > li span {
  color: inherit;
}
.breadcrumb > li:nth-child(1)::before,
.breadcrumb > li:nth-child(2)::before {
  display: none;
}
.breadcrumb li + li:before {
  content: "\0056";
  padding: 0px 3px;
  font-size: 8px;
  color: #000000;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#bannerInfo {
  position: fixed;
  top: -100%;
  left: 0px;
  right: 0px;
  padding: 40px 0px;
  color: #FFF;
  font-size: 17px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  #bannerInfo {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: none;
  }
}
@media (max-width: 767px) {
  #bannerInfo {
    background: #091e7a !important;
    padding: 20px 0px;
  }
}
#bannerInfo .banner-more {
  display: table;
  float: right;
  padding: 6px 15px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  background: #d41313;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #bannerInfo .banner-more {
    float: none;
    margin: 20px 0px 0px 0px;
  }
}
#bannerInfo .banner-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 9px;
  color: #FFF;
  cursor: pointer;
}
@media (min-width: 1201px) {
  .header-spacer {
    height: 151px;
  }
}
header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: #FFF;
  z-index: 100;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header .header-top {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 20px 0px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header .header-top .search {
  width: 550px;
  position: absolute;
  right: 300px;
  top: 30px;
}
@media (max-width: 1200px) {
  header .header-top .search {
    top: 26px;
    width: 350px;
  }
}
@media (max-width: 991px) {
  header .header-top .search {
    position: relative;
    display: block;
    width: 100%;
    right: auto;
    top: auto;
    clear: both;
    padding-top: 10px;
  }
}
header .header-top .search form {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border: 1px solid #d4d3d3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 60px 0px 0px;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */
}
header .header-top .search form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: #000000;
  outline: 0px !important;
  border: 0px;
  background: #FFF;
  font-size: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .header-top .search form ::-webkit-input-placeholder {
  color: #000000;
}
header .header-top .search form :-moz-placeholder {
  color: #000000;
}
header .header-top .search form ::-moz-placeholder {
  color: #000000;
}
header .header-top .search form :-ms-input-placeholder {
  color: #000000;
}
header .header-top .search form ::-ms-input-placeholder {
  color: #000000;
}
header .header-top .search form ::-webkit-input-placeholder {
  color: #000000;
}
header .header-top .search form :-moz-placeholder {
  color: #000000;
}
header .header-top .search form ::-moz-placeholder {
  color: #000000;
}
header .header-top .search form :-ms-input-placeholder {
  color: #000000;
}
header .header-top .search form ::-ms-input-placeholder {
  color: #000000;
}
header .header-top .search form button[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px;
  text-align: center;
  height: 40px;
  width: 60px;
  border: 0px !important;
  background: none;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
header .header-top .search form button[type="submit"]::before {
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\004e";
  color: #091e7a;
  font-size: 17px;
}
@media (max-width: 1200px) {
  header .header-top {
    padding: 15px 0px;
  }
}
header .header-top:after {
  clear: both;
  display: block;
  content: " ";
}
header .header-top .logo {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  float: left;
  z-index: 30;
  width: 120px;
}
@media (min-width: 1200px) {
  header .header-top .logo {
    margin-left: 65px;
  }
}
header .header-top .logo img {
  width: 100%;
  max-width: 120px;
}
header .header-top .dms-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: right;
  margin-top: 10px;
}
@media (max-width: 991px) {
  header .header-top .dms-header {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  header .header-top .dms-header {
    display: block;
    margin: 10px 65px 0px 0px;
  }
}
@media (max-width: 640px) {
  header .header-top .dms-header {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
}
header .header-top .dms-header .dms-header-inside {
  margin-left: 30px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 991px) {
  header .header-top .dms-header .dms-header-inside {
    order: 1;
  }
}
@media (max-width: 640px) {
  header .header-top .dms-header .dms-header-inside {
    width: auto;
    margin: 0px 0px 0px auto;
    display: table;
  }
}
header .header-top .dms-header .dms-header-inside .shop-user {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: #f5f5f5;
  border: 1px solid #d4d3d3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #091e7a;
}
header .header-top .dms-header .dms-header-inside .shop-user.is-logged {
  color: #65aa21;
}
@media (max-width: 640px) {
  header .header-top .dms-header .dms-header-inside .shop-user {
    float: left;
  }
}
header .header-top .dms-header .dms-header-inside .shop-user:after {
  content: "\0054";
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 10px;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none;
}
header .header-top .dms-header .dms-header-inside .shop-user:hover:after,
header .header-top .dms-header .dms-header-inside .shop-user.open:after,
header .header-top .dms-header .dms-header-inside .shop-user.active:after {
  content: "\0057";
}
header .header-top .dms-header .dms-header-inside .shop-user > .account {
  padding: 0px 35px 0px 15px;
  height: 41px;
  width: 80px;
  cursor: pointer;
  font-size: 20px;
  color: inherit !important;
  text-decoration: none !important;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu {
  left: 0px !important;
  right: auto !important;
  min-width: auto !important;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 20px;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu > li a {
  padding: 10px 30px 10px 0px;
  display: block;
  font-size: 13px;
  background: #FFF;
  text-decoration: none !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu > li a:before {
  font-size: 23px;
  color: #091e7a;
  margin-right: 10px;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu > li a.account-orders {
  border-bottom: 1px solid #d4d3d3;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu > li a.icon-arrow-right:before {
  position: absolute;
  right: 0px;
  top: 15px;
  color: #091e7a;
  font-size: 9px;
  margin: 0px;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu > li a.logout {
  padding: 10px 0px;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu > li a.logout span {
  display: block;
  padding: 10px 50px 10px 20px;
  border: 1px solid #d4d3d3;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
header .header-top .dms-header .dms-header-inside .shop-user .dropdown-menu > li a.logout span:before {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 17px;
  color: #091e7a;
}
header .header-top .dms-header .dms-header-inside .shop-cart {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 640px) {
  header .header-top .dms-header .dms-header-inside .shop-cart {
    float: right;
    padding-top: 10px;
  }
}
header .header-top .dms-header .dms-header-inside .shop-cart #przechowalnia {
  margin-left: 25px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url('/grafika/svg/i_favourite.svg') no-repeat center center;
  background-size: 18px 22px !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
header .header-top .dms-header .dms-header-inside .shop-cart #przechowalnia > span {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #d41313;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
header .header-top .dms-header .dms-header-inside .shop-cart #koszyk {
  margin-left: 25px;
  width: auto;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  padding: 0px !important;
  color: #000000;
  text-decoration: none !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
header .header-top .dms-header .dms-header-inside .shop-cart #koszyk .icon-cart2 {
  color: #091e7a;
  font-size: 23px;
  margin-right: 25px;
}
header .header-top .dms-header .dms-header-inside .shop-cart #koszyk .icon-cart2:before {
  position: relative;
  top: 3px;
}
header .header-top .dms-header .dms-header-inside .shop-cart #koszyk #cart_count {
  position: absolute;
  left: 20px;
  top: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #d41313;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
header .header-top .dms-header .dms-header-inside .shop-cart #koszyk #cart_value {
  font-size: 19px;
}
@media (min-width: 1201px) {
  header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  header.in {
    top: 0px !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  header.in .header-top {
    padding: 10px 0px;
  }
  header.in .header-top .search {
    top: 20px;
  }
}
.content-heading {
  padding: 20px 0px;
  /*
    .sort-options
    {
        float: right;
        margin: 10px 0px;

        @media (max-width: 580px)
        {
            float: none;
            margin: 0px;
            padding-top: 10px;
        }

        .sort
        {
            float: left;
            margin-left: 30px;

            @media (max-width: 991px)
            {
                margin-left: 10px;
            }

            @media (max-width: 580px)
            {
                float: none;
                margin: 10px 0px 0px 0px;
            }

            > div
            {
                .display(flex);
                .align-items(center);
                .rounded(5px);
                background: #FFF;
                padding: 0px 25px;

                @media (max-width: 991px)
                {
                    padding: 0px 15px;
                }

                @media (max-width: 580px)
                {
                    width: 100%;
                }

                .sort-title
                {
                    margin-top: 1px;
                    margin-right: 5px;
                }

                .bootstrap-select
                {
                    width: auto;

                    @media (max-width: 580px)
                    {
                        max-width: 100%;
                    }

                    .dropdown-toggle
                    {
                        border: 0px !important;
                        padding: 0px 40px 0px 0px !important;
                        margin: 0px;
                        min-width: auto;
                        box-shadow: none !important;

                        .filter-option
                        {
                            .relative();
                            top: -100%;
                            padding: 0px !important;
                        }

                        .bs-caret
                        {
                            &:before
                            {
                                display: block;
                                margin: 0px 0px 0px auto;
                            }
                        }
                    }

                    .dropdown-menu
                    {
                        right: -25px;

                        @media (max-width: 991px)
                        {
                            right: -15px;
                            min-width: auto;
                        }
                    }
                }
            }

            &.sort-limit
            {
                > div
                {
                    .sort-title
                    {
                        min-width: 70px;
                    }

                    .dropdown-toggle
                    {
                        padding-right: 20px !important;

                        .bs-caret
                        {
                            width: 20px;
                        }
                    }
                }
            }

            &.sort-columns
            {
                .clearAfter();

                a
                {
                    width: 40px;
                    height: 40px;
                    .rounded(@rounded);
                    float: left;
                    display: block;

                    &:last-child
                    {
                        margin-left: 5px;
                    }

                    &.sort-column1
                    {
                        background: #FFF url('/grafika/svg/i_listing.svg') no-repeat center center !important;
                        background-size: 16px 10px !important;

                        &.active
                        {
                            background: @color url('/grafika/svg/i_listing_active.svg') no-repeat center center !important;
                            background-size: 16px 10px !important;
                        }
                    }

                    &.sort-column3
                    {
                        background: #FFF url('/grafika/svg/i_listing3.svg') no-repeat center center !important;
                        background-size: 16px 10px !important;

                        &.active
                        {
                            background: @color url('/grafika/svg/i_listing3_active.svg') no-repeat center center !important;
                            background-size: 16px 10px !important;
                        }
                    }
                }
            }
        }

    }
    */
}
.content-heading:after {
  clear: both;
  display: block;
  content: " ";
}
.content-heading:after {
  clear: both;
  display: block;
  content: " ";
}
.content-heading .sort-options {
  margin: 0px -10px -10px;
}
.content-heading .sort-options form {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 991px) {
  .content-heading .sort-options form {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 100px;
    position: relative;
  }
  .content-heading .sort-options form.has-search {
    padding-right: 0px !important;
  }
}
.content-heading .sort-options form .sort-item {
  width: 100%;
  max-width: 25%;
  padding: 0px 10px 10px;
}
@media (max-width: 991px) {
  .content-heading .sort-options form .sort-item {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .content-heading .sort-options form .sort-item {
    max-width: 100%;
  }
}
.content-heading .sort-options form .sort-control {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0px 10px;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .content-heading .sort-options form .sort-control {
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.content-heading .sort-options form .sort-control .sort-title {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .content-heading .sort-options form .sort-control .sort-title {
    padding: 5px 0px 0px;
    width: 100%;
    display: block;
  }
}
.content-heading .sort-options form .sort-control .bootstrap-select {
  display: inline-block;
}
.content-heading .sort-options form .sort-control .bootstrap-select .dropdown-toggle {
  box-shadow: none !important;
  border: 0px !important;
  outline: none !important;
  background: none !important;
}
@media (max-width: 767px) {
  .content-heading .sort-options form .sort-control .bootstrap-select .dropdown-toggle {
    padding-left: 0px !important;
  }
}
.content-heading .sort-options form .sort-control .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.content-heading .sort-options form .sort-columns {
  padding: 0px 10px;
  min-width: 110px;
}
@media (max-width: 991px) {
  .content-heading .sort-options form .sort-columns {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
.content-heading .sort-options form .sort-columns a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  display: block;
}
.content-heading .sort-options form .sort-columns a:last-child {
  margin-left: 5px;
}
.content-heading .sort-options form .sort-columns a.sort-column1 {
  background: #ffffff url('/grafika/svg/i_listing.svg') no-repeat center center !important;
  background-size: 16px 10px !important;
}
.content-heading .sort-options form .sort-columns a.sort-column1.active {
  background: #091e7a url('/grafika/svg/i_listing_active.svg') no-repeat center center !important;
  background-size: 16px 10px !important;
}
.content-heading .sort-options form .sort-columns a.sort-column3 {
  background: #ffffff url('/grafika/svg/i_listing3.svg') no-repeat center center !important;
  background-size: 16px 10px !important;
}
.content-heading .sort-options form .sort-columns a.sort-column3.active {
  background: #091e7a url('/grafika/svg/i_listing3_active.svg') no-repeat center center !important;
  background-size: 16px 10px !important;
}
#carousel {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
}
#carousel .owl-nav {
  margin: 0px;
}
#carousel .owl-nav .owl-prev,
#carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 40px;
  top: 50%;
  margin: -15px 0px 0px 0px !important;
  padding: 0px !important;
  border: 0px !important;
  background: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
#carousel .owl-nav .owl-prev:before,
#carousel .owl-nav .owl-next:before {
  content: "\0055";
  color: #FFF;
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}
#carousel .owl-nav .owl-prev.owl-next,
#carousel .owl-nav .owl-next.owl-next {
  left: auto;
  right: 40px;
}
#carousel .owl-nav .owl-prev.owl-next:before,
#carousel .owl-nav .owl-next.owl-next:before {
  content: "\0056";
  display: inline-block;
  font-family: 'dms';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#carousel .item .image {
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#carousel .item .image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#carousel .item .description {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #carousel .item .description {
    display: block;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 30px 0px;
  }
}
#carousel .item .description .description-inner {
  max-width: 50%;
}
@media (max-width: 767px) {
  #carousel .item .description .description-inner {
    max-width: 100%;
    text-align: center;
  }
}
#carousel .item .description .description-inner h1,
#carousel .item .description .description-inner .title-large {
  margin: 0px;
  font-weight: 600;
}
#carousel .item .description .description-inner .description-body {
  margin-top: 20px;
}
#carousel .item .description .description-inner .el-button {
  margin: 20px 0px 0px 0px;
}
#carousel .item.item-produkt .image-produkt {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#carousel .item.item-produkt .image-produkt .image {
  width: 45%;
  margin: 0px 0px 0px auto;
}
@media (max-width: 767px) {
  #carousel .item.item-produkt .image-produkt .image {
    width: 100%;
  }
}
#carousel .item.item-produkt .image-produkt .image img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0px auto;
  position: relative;
  right: -80px;
}
@media (max-width: 767px) {
  #carousel .item.item-produkt .image-produkt .image img {
    right: auto;
  }
}
#carousel .item.item-produkt .description .description-inner {
  max-width: 60%;
  padding-left: 280px;
}
@media (max-width: 1200px) {
  #carousel .item.item-produkt .description .description-inner {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #carousel .item.item-produkt .description .description-inner {
    max-width: 100%;
  }
}
footer {
  background: #243374;
  color: #FFF;
}
footer .footer {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  footer .footer {
    padding: 40px 0px 0px 0px;
  }
}
footer .footer .logo-footer {
  width: 100%;
  max-width: 120px;
}
footer .footer a {
  color: #FFF !important;
}
footer .footer:after {
  clear: both;
  display: block;
  content: " ";
}
footer .footer > div {
  width: 25%;
  float: left;
}
footer .footer > div > img {
  max-width: 140px;
}
@media (max-width: 767px) {
  footer .footer > div {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  footer .footer > div {
    width: 100%;
    float: none;
  }
  footer .footer > div:first-child {
    text-align: center;
  }
}
footer .footer > div .socials {
  margin-top: 40px;
}
footer .footer > div .socials > div {
  margin-bottom: 20px;
}
footer .footer > div .socials a {
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #495aa4;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
}
@media (max-width: 480px) {
  footer .footer > div .socials a {
    margin: 0px 3px;
  }
}
footer .footer > div .socials a.facebook {
  background: url('/grafika/svg/i_social_facebook.svg') no-repeat center center !important;
  background-size: 9px 16px !important;
}
footer .footer > div .socials a.linkedin {
  background: url('/grafika/svg/i_social_linkedin.svg') no-repeat center center !important;
  background-size: 16px 16px !important;
}
footer .footer > div .socials a.tiktok {
  background: url('/grafika/svg/i_social_tiktok.svg') no-repeat center center !important;
  background-size: 18px auto !important;
}
footer .footer > div .title-small {
  margin: 10px 0px 15px 0px;
  color: #FFF;
  display: block;
}
footer .footer > div .nav-footer {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .footer > div .nav-footer > li a {
  color: #FFF !important;
  display: block;
  margin: 2px 0px;
}
footer .footer > div a[href^="mailto:"] {
  display: table;
  border-bottom: 1px solid #d41313;
  text-decoration: none !important;
}
footer .footer > div a[href^="mailto:"]:hover {
  color: #d41313 !important;
}
footer .copyright {
  padding: 30px 0px;
  color: #495aa4;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright .copy {
  float: left;
}
@media (max-width: 767px) {
  footer .copyright .copy {
    float: none;
  }
}
footer .copyright .zstudio {
  float: right;
}
@media (max-width: 767px) {
  footer .copyright .zstudio {
    margin-top: 10px;
    float: none;
  }
}
footer .copyright:after {
  clear: both;
  display: block;
  content: " ";
}
