/* w tym pliku dozwolone tylko 
	@import url(SCIEZKA_DO_FONTU);
*/
@import url(//fonts.googleapis.com/css?family=KoHo:300,400,700&subset=latin-ext);/* 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: " ";
}
/*
 *  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;
}
/*! 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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/css/fonts/glyphicons-halflings-regular.eot");
  src: url("/css/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/css/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/css/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.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: #999999;
}
.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: #999999;
  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: #999999;
}
.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: #999999;
}
.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: #999999;
}
.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: #999999;
}
.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: #999999;
}
.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: #428bca;
  border-color: #357ebd;
  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: #3071a9;
  border-color: #193c5a;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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: #3071a9;
  background-image: none;
  border-color: #285e8e;
}
.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: #285e8e;
  border-color: #193c5a;
}
.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: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #428bca;
  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: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.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: #999999;
  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: #428bca;
  border-color: #357ebd;
  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: #3071a9;
  border-color: #193c5a;
}
.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: #3071a9;
  border-color: #285e8e;
}
.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: #3071a9;
  background-image: none;
  border-color: #285e8e;
}
.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: #285e8e;
  border-color: #193c5a;
}
.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: #428bca;
  border-color: #357ebd;
}
.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: #428bca;
  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: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.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) {
  min-width: 150px;
}
.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: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.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: #428bca;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3071a9;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  background-image: none;
  border-color: #285e8e;
}
.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: #285e8e;
  border-color: #193c5a;
}
.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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: #428bca;
  border-color: #357ebd;
}
.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: #428bca;
  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: #2a6496;
  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: #999999;
  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: #428bca;
  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: #428bca;
}
.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: #428bca;
}
.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: #428bca;
  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: #2a6496;
  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: #428bca;
  border-color: #428bca;
}
.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: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  -o-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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: #428bca;
  border-color: #428bca;
}
.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: #e1edf7;
}
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;
  }
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}.info-responsible-entity {
  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-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.info-responsible-entity > div {
  width: 33.33333333%;
  padding: 0px 10px 20px;
}
@media (max-width: 767px) {
  .info-responsible-entity > div {
    width: 100%;
  }
}
.info-responsible-entity > div .plik {
  border: 0px;
}
.info-responsible-entity > div .plik::after {
  display: none;
}
.box-logo {
  margin-bottom: 30px;
}
.box-logo .image {
  border: 2px solid #e3e4e6;
}
.box-logo .image img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 360px) {
  .col-xxs-12 {
    width: 100% !important;
    float: none;
  }
}
@media (min-width: 768px) {
  .col-sm-51,
  .col-md-51 {
    width: 20%;
  }
}
.box-category {
  margin-bottom: 40px;
}
.box-category .image {
  margin-bottom: 20px;
}
.box-category .image img {
  max-width: 100%;
  height: auto !important;
  border: 1px solid #e3e4e6;
}
.box-category h3 {
  font-size: 26px;
  font-weight: 400;
}
.box-category .description {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 102px;
  overflow: hidden;
}
.box-category .button {
  display: table;
  margin: 30px 0px 0px 0px;
  background: #ef7a30;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 6px 12px;
  letter-spacing: 1px;
}
.ukl_foto {
  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;
  border-top: 2px solid #e3e4e6;
  border-bottom: 2px solid #e3e4e6;
}
@media (max-width: 1200px) {
  .ukl_foto {
    display: block;
  }
}
.ukl_foto .description {
  width: 50%;
  padding: 40px;
}
@media (max-width: 1200px) {
  .ukl_foto .description {
    width: 100%;
    padding: 20px 15px;
  }
}
.ukl_foto .description .nagl,
.ukl_foto .description h1,
.ukl_foto .description h2 {
  padding-left: 0px;
  padding-right: 0px;
}
.ukl_foto .image {
  width: 40%;
}
@media (max-width: 1200px) {
  .ukl_foto .image {
    width: 100%;
    max-width: 720px;
    margin: 0px auto;
  }
}
.ukl_foto .image img {
  max-width: 100%;
}
.ukl_box {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 300px;
  min-height: 165px;
}
@media (max-width: 767px) {
  .ukl_box {
    min-height: auto;
    padding-left: 0px;
    text-align: center;
  }
}
.ukl_box .image {
  width: 270px;
  height: 165px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #e3e4e6;
  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;
}
@media (max-width: 767px) {
  .ukl_box .image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto 20px auto;
  }
}
.ukl_box .image img {
  max-width: 100%;
}
.ukl_box .description .title {
  margin: 0px 0px 15px 0px;
}
.ukl_team {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-left: 130px;
  min-height: 100px;
  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-bottom: 30px;
}
@media (max-width: 1200px) {
  .ukl_team {
    padding-left: 70px;
    min-height: 60px;
  }
}
.ukl_team .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
}
@media (max-width: 1200px) {
  .ukl_team .image {
    width: 60px;
    height: 60px;
  }
}
.ukl_team .image img {
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
  max-width: 100%;
}
.ukl_team .description .title {
  margin: 0px 0px 10px 0px;
}
@media (max-width: 1200px) {
  .ukl_team .description {
    font-size: 15px;
  }
  .ukl_team .description .title {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ukl_team .description {
    font-size: 13px;
  }
}
.ukl_team .description p {
  margin: 0px;
}
.ukl_team .description a[href^="tel:"] {
  color: #787878 !important;
}
/* Oferta hurtowa - ikony */
.inline-icons p {
  margin: 0px 0px 20px 0px;
  padding-left: 100px;
  min-height: 50px;
  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;
}
@media (max-width: 580px) {
  .inline-icons p {
    padding-left: 70px;
  }
}
@media (max-width: 400px) {
  .inline-icons p {
    min-height: auto;
    padding: 0px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.inline-icons p img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 60px;
}
@media (max-width: 400px) {
  .inline-icons p img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto 10px auto;
  }
}
/* O nas - historia */
.history-line {
  padding: 120px 0px 150px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .history-line {
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .history-line:before {
    content: " ";
    height: 2px;
    background: #e3e4e6;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: -1px;
  }
}
.history-line:after {
  clear: both;
  display: block;
  content: " ";
}
.history-line .item {
  width: 11.11111111%;
  float: left;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .history-line .item {
    width: 100%;
    float: none;
    margin: 30px 0px;
  }
}
.history-line .item .year {
  width: 20px;
  height: 20px;
  background: #e3e4e6;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0px auto;
}
@media (max-width: 991px) {
  .history-line .item .year {
    width: 100%;
    height: auto;
    background: none;
    text-align: center;
  }
}
.history-line .item .year span {
  position: absolute;
  bottom: -30px;
  left: -15px;
  right: -15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .history-line .item .year span {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
    display: table;
    margin: 0px auto;
    background: #e3e4e6;
    color: #FFF;
  }
}
.history-line .item .description {
  background: #ef7a30;
  position: absolute;
  top: -30px;
  left: 0px;
  right: 0px;
  color: #FFF;
  padding: 10px;
  font-size: 13px;
  text-align: center;
}
@media (min-width: 992px) {
  .history-line .item .description {
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
.history-line .item .description:before {
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -10px;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #ef7a30 transparent transparent transparent;
}
@media (max-width: 991px) {
  .history-line .item .description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 30px !important;
  }
  .history-line .item .description:before {
    top: -10px;
    bottom: auto !important;
    border-width: 0px 10px 10px 10px !important;
    border-color: transparent transparent #ef7a30 transparent !important;
  }
}
.history-line .item.item-down .year span {
  top: -30px;
  bottom: auto;
}
@media (max-width: 991px) {
  .history-line .item.item-down .year span {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    font-size: 14px;
  }
}
.history-line .item.item-down .description {
  top: auto;
  bottom: -30px;
}
@media (min-width: 992px) {
  .history-line .item.item-down .description {
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.history-line .item.item-down .description:before {
  top: -10px;
  bottom: auto;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #ef7a30 transparent;
}
@media (max-width: 991px) {
  .history-line .item.item-down .description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .history-line .item.item-down .description:before {
    top: -10px !important;
    bottom: auto !important;
    border-width: 0px 10px 10px 10px !important;
    border-color: transparent transparent #ef7a30 transparent !important;
  }
}
.contact-page-section:after {
  clear: both;
  display: block;
  content: " ";
}
.contact-page-section > div {
  width: 33.33333333%;
  float: left;
}
.contact-page-section > div:first-child img {
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .contact-page-section > div:first-child img {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .contact-page-section > div {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
  .contact-page-section > div:last-child {
    margin-bottom: 0px;
  }
}
.contact-page-section > div a[href^="tel:"] {
  font-size: 54px;
  color: #ef7a30;
  text-decoration: none !important;
  text-align: center;
  display: block;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .contact-page-section > div a[href^="tel:"] {
    font-size: 34px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact-page-section > div a[href^="tel:"] {
    margin-top: 15px;
  }
}
.contact-page-section > div a[href^="mailto:"] {
  padding-bottom: 5px;
  display: table;
  color: #787878;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 3px dotted #ef7a30;
  margin: 40px auto 0px auto;
}
@media (max-width: 767px) {
  .contact-page-section > div a[href^="mailto:"] {
    margin-top: 15px;
  }
}
/* Formularz z tłem*/
.ukl_formularz {
  background: url('/grafika/formularz.jpg') no-repeat center center;
  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;
  padding: 50px 0px;
}
.ukl_formularz > div {
  margin: 0px auto;
  width: 100%;
  max-width: 1030px;
  padding: 0px 15px;
}
.ukl_formularz > div .nagl,
.ukl_formularz > div .title {
  color: #FFF;
  margin: 0px;
  font-weight: 400;
  text-align: center;
}
.ukl_formularz > div .nagl.title,
.ukl_formularz > div .title.title {
  margin-top: 15px;
}
.ukl_formularz > div .formularz {
  margin-top: 40px;
}
.ukl_formularz > div .formularz:after {
  clear: both;
  display: block;
  content: " ";
}
.ukl_formularz > div .formularz .form-left {
  width: 50%;
  padding: 0px 5px;
  float: left;
}
@media (max-width: 580px) {
  .ukl_formularz > div .formularz .form-left {
    width: 100%;
    padding: 0px;
    float: none;
  }
}
.ukl_formularz > div .formularz .form-right {
  width: 50%;
  float: right;
  padding: 0px 5px;
}
@media (max-width: 580px) {
  .ukl_formularz > div .formularz .form-right {
    width: 100%;
    padding: 0px;
    float: none;
  }
}
.ukl_formularz > div .formularz .form-group {
  margin: 0px 0px 10px 0px !important;
}
.ukl_formularz > div .formularz .form-group .control-label {
  display: none !important;
}
.ukl_formularz > div .formularz .form-group ::-webkit-input-placeholder {
  color: #787878;
}
.ukl_formularz > div .formularz .form-group :-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.ukl_formularz > div .formularz .form-group ::-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.ukl_formularz > div .formularz .form-group :-ms-input-placeholder {
  color: #787878;
}
.ukl_formularz > div .formularz .form-group :placeholder-shown {
  color: #787878;
}
.ukl_formularz > div .formularz .form-group ::-webkit-input-placeholder {
  color: #787878;
}
.ukl_formularz > div .formularz .form-group :-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.ukl_formularz > div .formularz .form-group ::-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.ukl_formularz > div .formularz .form-group :-ms-input-placeholder {
  color: #787878;
}
.ukl_formularz > div .formularz .form-group :placeholder-shown {
  color: #787878;
}
.ukl_formularz > div .formularz .form-group .form-control {
  height: 45px;
  line-height: 45px;
  background: #FFF;
  padding: 0px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 17px;
  color: #787878;
  border: 0px;
  outline: 0px !important;
}
.ukl_formularz > div .formularz .form-group textarea.form-control {
  height: auto;
  line-height: normal;
  padding: 10px 15px;
}
@media (max-width: 580px) {
  .ukl_formularz > div .formularz .form-group textarea.form-control {
    height: 140px !important;
  }
}
.ukl_formularz > div .formularz .form-group .col-sm-8 {
  width: 100% !important;
  float: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.ukl_formularz > div .formularz .form-group.form-submit {
  padding: 0px 5px;
}
.ukl_formularz > div .formularz .form-group.form-submit div:not(.submit-div) {
  display: none !important;
}
.ukl_formularz > div .formularz .form-group.form-submit button[type="submit"] {
  background: #FFF !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ef7a30 !important;
  display: table;
  margin: 10px 0px 0px auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  outline: 0px !important;
}
.ukl_formularz > div .formularz .form-group .tooltip {
  left: 0px !important;
}
.ukl_formularz > div .formularz .form-group .tooltip .tooltip-inner {
  max-width: 300px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.ukl_formularz > div .formularz .form-group#tr_f954547111,
.ukl_formularz > div .formularz .form-group#tr_f140730887 {
  clear: both;
  padding: 0px 5px;
}
.ukl_formularz > div .formularz .form-group#tr_f954547111 label.col-sm-3,
.ukl_formularz > div .formularz .form-group#tr_f140730887 label.col-sm-3 {
  display: none !important;
}
.ukl_formularz > div .formularz .form-group .checkbox {
  min-height: auto;
  padding-top: 0px;
}
.ukl_formularz > div .formularz .form-group .checkbox label {
  line-height: 1;
  font-size: 14px;
  min-height: 17px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  color: #FFF;
}
.ukl_formularz > div .formularz .form-group .checkbox label span.more {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFF;
}
.ukl_formularz > div .formularz .form-group .checkbox label:before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  background: #FFF;
  top: -1px;
}
.ukl_formularz > div .formularz .form-group.has-error .col-sm-8 [id^="req"] {
  display: none !important;
}
.ukl_formularz > div .formularz .form-group #req_s {
  display: none !important;
}
.ukl_formularz > div .formularz .form-group.has-error .col-sm-8 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.ukl_formularz > div .formularz .form-group.has-error .col-sm-8:before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  content: "\e107";
  color: #ff0000;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.ukl_formularz > div .formularz .form-group.form-group-checkbox.has-error .col-sm-8:before {
  display: none !important;
}
.ukl_formularz > div .formularz .form-group.form-group-checkbox.has-error .col-sm-8 .checkbox label {
  color: #ff0000;
}
.title-heading {
  float: none !important;
  margin-bottom: 20px !important;
}
.filters-inline {
  width: 100%;
}
.filters-inline::before,
.filters-inline::after {
  clear: both;
  display: block;
  content: " ";
}
.filters-inline form {
  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;
  -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;
}
.filters-inline form .form-group {
  padding: 0px 15px;
  margin: 0px 0px 10px;
}
.filters-inline form .form-group .title {
  margin: 0px 0px 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.filters-inline form .form-group .bootstrap-select button::before {
  display: none !important;
}
.filters-inline form .form-group .bootstrap-select .filter-option {
  position: relative !important;
}
.filters-inline form .form-group .bootstrap-select button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.filters-inline form button {
  margin: 0px !important;
}
#filtry:not(.filters-inline) .form-group {
  font-size: 15px;
}
#filtry:not(.filters-inline) .form-group .title {
  margin: 20px 0px 15px 0px;
  font-weight: 400;
}
#filtry:not(.filters-inline) .form-group .checkbox label a {
  color: #787878;
}
#filtry:not(.filters-inline) .form-group .form-group-price {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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;
}
#filtry:not(.filters-inline) .form-group .form-group-price div {
  width: 45%;
  line-height: 36px;
  text-align: center;
}
#filtry:not(.filters-inline) .form-group .form-group-price div:nth-child(2) {
  width: 10%;
}
#filtry:not(.filters-inline) .form-group .form-group-price div input {
  height: 36px;
  border: 1px solid #e3e4e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  line-height: 36px;
  color: #787878;
}
#filtry:not(.filters-inline) .form-group .form-group-price div ::-webkit-input-placeholder {
  color: #787878;
}
#filtry:not(.filters-inline) .form-group .form-group-price div :-moz-placeholder {
  color: #787878;
  opacity: 1;
}
#filtry:not(.filters-inline) .form-group .form-group-price div ::-moz-placeholder {
  color: #787878;
  opacity: 1;
}
#filtry:not(.filters-inline) .form-group .form-group-price div :-ms-input-placeholder {
  color: #787878;
}
#filtry:not(.filters-inline) .form-group .form-group-price div :placeholder-shown {
  color: #787878;
}
#filtry:not(.filters-inline) .form-group .form-group-price div ::-webkit-input-placeholder {
  color: #787878;
}
#filtry:not(.filters-inline) .form-group .form-group-price div :-moz-placeholder {
  color: #787878;
  opacity: 1;
}
#filtry:not(.filters-inline) .form-group .form-group-price div ::-moz-placeholder {
  color: #787878;
  opacity: 1;
}
#filtry:not(.filters-inline) .form-group .form-group-price div :-ms-input-placeholder {
  color: #787878;
}
#filtry:not(.filters-inline) .form-group .form-group-price div :placeholder-shown {
  color: #787878;
}
#filtry:not(.filters-inline) .btn-filtruj {
  background: #ef7a30;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 10px 0px 0px 0px !important;
  font-weight: bold;
  font-size: 16px;
  border: 0px;
  padding: 8px 20px;
}
.colour-schemas {
  margin-bottom: 20px;
}
.colour-schemas .heading {
  margin-bottom: 10px;
}
.colour-schemas .heading img {
  margin-left: 10px;
}
.colour-schemas .items > div {
  position: relative;
  margin-bottom: 10px;
}
.colour-schemas .items > div[data-hidden="true"] {
  display: none;
}
.colour-schemas .items > div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
  z-index: -1;
}
.colour-schemas .items > div label {
  padding-left: 26px;
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-weight: 400;
  -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;
  font-size: 14px;
  cursor: pointer;
}
.colour-schemas .items > div label .empty {
  width: 40px;
  height: 40px;
  background: #f8f8f8 url('/grafika/i-colour-empty.png') center center no-repeat;
  display: block;
  margin-right: 20px;
  border: 1px solid #e3e4e6;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.colour-schemas .items > div label img {
  border: 1px solid #e3e4e6;
  margin-right: 20px;
  max-width: 40px !important;
}
.colour-schemas .items > div label::before {
  width: 16px;
  height: 16px;
  content: " ";
  position: absolute;
  left: 0px;
  margin-top: -8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  top: 50%;
  border: 1px solid #e3e4e6;
}
.colour-schemas .items > div input:checked + label::before {
  border: 4px solid #ef7a30;
}
.colour-schemas .items > div .expand {
  padding-left: 26px;
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-weight: 400;
  -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;
  font-size: 14px;
  cursor: pointer;
  color: #ef7a30;
}
.colour-schemas .items > div .expand span {
  width: 40px;
  height: 40px;
  background: #f8f8f8 url('/grafika/i-plus-normal.png') center center no-repeat;
  display: block;
  margin-right: 20px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.colour-schemas .items > div .expand:hover span {
  background: #ef7a30 url('/grafika/i-plus-over.png') center center no-repeat;
}
@media (min-width: 768px) {
  #modalMalowanie .modal-dialog {
    width: 100%;
    max-width: 1200px;
  }
}
#modalMalowanie .modal-dialog .modal-content {
  box-shadow: none !important;
  border: 0px !important;
}
#modalMalowanie .modal-dialog .modal-content hr {
  margin-left: -30px;
  width: auto;
  margin-right: -30px;
}
#modalMalowanie .modal-dialog .modal-content h3 {
  font-weight: 400;
  font-size: 24px;
  margin: 0px 0px 30px;
}
#modalMalowanie .modal-dialog .modal-content h4 {
  font-weight: 400;
  font-size: 19px;
  margin: 0px 0px 15px;
  color: inherit;
}
#modalMalowanie .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0px;
  background: none !important;
}
#modalMalowanie .modal-dialog .modal-content .modal-close::before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content: "\e014";
  color: #ef7a30;
}
#modalMalowanie .modal-dialog .modal-content .modal-messages > div {
  border: 1px solid #c32d2d;
  background: rgba(195, 45, 45, 0.05);
  padding: 5px 10px;
  text-align: center;
  color: #c32d2d;
  margin-bottom: 30px;
}
#modalMalowanie .modal-dialog .modal-content .form-control,
#modalMalowanie .modal-dialog .modal-content .select select {
  border: 2px solid #e3e4e6;
  height: 42px;
  line-height: 37px;
  font-size: 17px;
  padding: 0px 20px;
}
#modalMalowanie .modal-dialog .modal-content textarea.form-control {
  height: auto;
  line-height: normal;
  padding: 10px 20px;
}
#modalMalowanie .modal-dialog .modal-content .select {
  position: relative;
}
#modalMalowanie .modal-dialog .modal-content .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
@media (min-width: 768px) {
  #modalMalowanie .modal-dialog .modal-content .select select {
    min-width: 350px;
  }
}
@media (max-width: 500px) {
  #modalMalowanie .modal-dialog .modal-content .select select {
    width: 100%;
  }
}
#modalMalowanie .modal-dialog .modal-content .select::after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #ef7a30 transparent transparent transparent;
}
#modalMalowanie .modal-dialog .modal-content .el-button {
  border: 0px;
  line-height: 50px;
  height: 50px;
  padding: 0px 50px 0px 20px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  display: table;
  margin: 20px 0px 0px auto;
  background: #ef7a30 url('/grafika/i-arrow-right-button.png') right 20px center no-repeat;
}
#modalMalowanie .modal-dialog .modal-content .form-group {
  margin: 0px 0px 15px 0px;
}
#modalMalowanie .modal-dialog .modal-content .form-group.is-flex {
  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: 500px) {
  #modalMalowanie .modal-dialog .modal-content .form-group.is-flex {
    display: block;
  }
}
#modalMalowanie .modal-dialog .modal-content .form-group.is-flex label {
  font-size: 19px;
  font-weight: 400;
  min-width: 200px;
}
#modalMalowanie .modal-dialog .modal-content .information {
  margin: 0px -30px 30px;
  padding: 20px 30px;
  background: #e3e4e6;
  font-size: 15px;
  color: #787878;
}
#modalMalowanie .modal-dialog .modal-content .modal-product {
  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;
}
#modalMalowanie .modal-dialog .modal-content .modal-product .image {
  margin-right: 25px;
}
#modalMalowanie .modal-dialog .modal-content .modal-product .image img {
  border: 2px solid #e3e4e6;
}
#modalMalowanie .modal-dialog .modal-content .modal-product .description {
  font-size: 17px;
}
#modalMalowanie .modal-dialog .modal-content .modal-product .description span {
  font-size: 24px;
  display: block;
}
#modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours {
  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;
  -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 0px;
}
#modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours h4 {
  width: 100%;
  margin: 0px 15px 20px;
}
#modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div {
  width: 16.66666667%;
  padding: 0px 15px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  #modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div {
    width: 20%;
  }
}
@media (max-width: 991px) {
  #modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div {
    width: 33.33333333%;
  }
}
@media (max-width: 500px) {
  #modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div {
    width: 50%;
  }
}
#modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
#modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div label {
  font-size: 17px;
  font-weight: 400;
}
#modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div label img {
  border: 2px solid #e3e4e6;
  margin-bottom: 15px;
  max-width: 100%;
  height: auto !important;
}
#modalMalowanie .modal-dialog .modal-content .modal-colours .list-colours > div input:checked + label img {
  border: 2px solid #ef7a30;
}
#modalMalowanie .modal-dialog .modal-content .modal-form .summary {
  font-size: 17px;
}
#modalMalowanie .modal-dialog .modal-content .modal-form .summary > 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;
  line-height: 1.2;
  margin-bottom: 10px;
  white-space: nowrap;
}
#modalMalowanie .modal-dialog .modal-content .modal-form .summary > div input {
  font-weight: bold;
  margin-left: 10px;
  outline: none !important;
  border: 0px !important;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#modalMalowanie .modal-dialog .modal-content .modal-form .summary > div input[name="podsumowanie"] {
  font-size: 30px;
  color: #ef7a30;
}
#modalMalowanie .modal-dialog .modal-content .modal-form .columns {
  margin: 0px -15px;
}
#modalMalowanie .modal-dialog .modal-content .modal-form .columns::before,
#modalMalowanie .modal-dialog .modal-content .modal-form .columns::after {
  content: " ";
  display: block;
  clear: both;
}
#modalMalowanie .modal-dialog .modal-content .modal-form .columns > div {
  padding: 0px 15px 0px;
  float: left;
  width: 50%;
}
@media (max-width: 500px) {
  #modalMalowanie .modal-dialog .modal-content .modal-form .columns > div {
    width: 100%;
    float: none;
  }
}
#modalMalowanie .modal-dialog .modal-content .modal-form .checkbox {
  font-size: 15px;
}
/* Lista produktów */
.variants-info > div {
  border: 2px solid #ef7a30;
  padding: 10px;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.btn-cart:not(.btn-disabled) {
  cursor: pointer;
}
.btn-cart.btn-disabled {
  opacity: 0.4;
}
.btn-cart-margin {
  margin-top: 5px;
}
.block-info {
  border: 2px solid #e3e4e6;
  padding: 10px;
  text-align: center;
  clear: both;
  margin-top: 15px;
  font-size: 15px;
}
.block-info::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  top: 3px;
  margin-right: 10px;
  background: url('/grafika/i-info.png') center center no-repeat;
}
@media (min-width: 992px) {
  .product-item-column.col-md-4:nth-child(3n + 1) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(3n + 1 - 3) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(3n + 1) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(3n + 1 - 3) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .product-item-column.col-md-4:nth-child(2n + 1) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(2n + 1 - 2) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(2n + 1) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(2n + 1 - 2) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .product-item-column.col-md-4 {
    float: none;
  }
  .product-item-column.col-md-4:nth-child(1n + 1) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(1n + 1 - 1) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(1n + 1) {
    clear: both;
  }
  .product-item-column.col-md-4:nth-child(1n + 1 - 1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .product-item-column.col-md-3:nth-child(4n + 1) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(4n + 1 - 4) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(4n + 1) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(4n + 1 - 4) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .product-item-column.col-md-3:nth-child(3n + 1) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(3n + 1 - 3) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(3n + 1) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(3n + 1 - 3) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .product-item-column.col-md-3 {
    float: none;
  }
  .product-item-column.col-md-3:nth-child(1n + 1) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(1n + 1 - 1) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(1n + 1) {
    clear: both;
  }
  .product-item-column.col-md-3:nth-child(1n + 1 - 1) {
    clear: both;
  }
}
.product-item-column .product-item {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .product-item-column .product-item {
    max-width: 285px;
    width: 100%;
    margin: 0px auto 30px auto;
  }
}
.product-item-column .product-item .image {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.product-item-column .product-item .image img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0px auto;
}
.product-item-column .product-item .image > .description {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 20;
  padding: 20px;
  font-size: 13px;
  text-align: left;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product-item-column .product-item .image > .description .variants-info {
  margin-top: 10px;
}
.product-item-column .product-item .image > .description .variants-info u {
  display: block;
  margin-bottom: 3px;
  font-size: 1.25em;
  color: #ef7a30;
  font-weight: bold;
}
.product-item-column .product-item .image > .description .variants-info span {
  color: #ef7a30;
}
.product-item-column .product-item:hover .image .description {
  opacity: 1;
}
.product-item-column .product-item > .description {
  padding-top: 20px;
  text-align: center;
}
.product-item-column .product-item > .description h3,
.product-item-column .product-item > .description .title {
  min-height: 40px;
  font-size: 17px;
  font-weight: 400;
  color: #787878;
  margin: 0px;
}
.product-item-column .product-item > .description h3 a,
.product-item-column .product-item > .description .title a {
  color: inherit;
}
.product-item-column .product-item .prices {
  font-size: 17px;
  margin-top: 10px;
}
.product-item-column .product-item .prices .price-old {
  text-decoration: line-through;
  color: #787878;
  margin-right: 10px;
}
.product-item-column .product-item .prices .price-current {
  color: #ef7a30;
}
/** Karta produktu */
.product h1 {
  margin: 20px 0px 40px 0px;
}
@media (max-width: 767px) {
  .product h1 {
    margin: 10px 0px 30px 0px;
    text-align: center;
  }
}
.product .slider-product {
  margin-bottom: 25px;
}
.product .slider-product .arrow-up {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0px;
  background: url('/grafika/arrow-up.png') center center no-repeat;
  cursor: pointer;
  left: 47px;
  top: -20px;
}
@media (max-width: 767px) {
  .product .slider-product .arrow-up {
    display: none;
  }
}
.product .slider-product .arrow-down {
  width: 20px;
  height: 15px;
  position: absolute;
  background: url('/grafika/arrow-down.png') center center no-repeat;
  cursor: pointer;
  left: 47px;
  bottom: 5px;
}
@media (max-width: 767px) {
  .product .slider-product .arrow-down {
    display: none;
  }
}
.product .slider-product .image {
  text-align: center;
  padding: 10px;
}
.product .slider-product .image img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.product .slider-product .lSSlideOuter {
  padding-left: 114px !important;
  padding-right: 0px !important;
}
@media (max-width: 1200px) {
  .product .slider-product .lSSlideOuter {
    padding-left: 94px !important;
  }
}
@media (max-width: 767px) {
  .product .slider-product .lSSlideOuter {
    padding: 0px !important;
  }
}
.product .slider-product .lSSlideOuter .lSGallery {
  list-style: none !important;
  position: absolute;
  left: 0px !important;
  right: auto !important;
  top: 0px;
  margin: 0px !important;
}
@media (max-width: 767px) {
  .product .slider-product .lSSlideOuter .lSGallery {
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    margin: 5px auto !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;
    -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;
    height: auto !important;
    max-width: 480px !important;
    width: 100% !important;
    transform: translate3d(0) !important;
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.product .slider-product .lSSlideOuter .lSGallery li {
  border: 2px solid #e3e4e6;
  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) {
  .product .slider-product .lSSlideOuter .lSGallery li {
    display: inline-block !important;
    max-width: 25%;
    padding: 5px !important;
    border: 0px !important;
    height: auto !important;
    margin: 0px !important;
  }
}
@media (max-width: 420px) {
  .product .slider-product .lSSlideOuter .lSGallery li {
    max-width: 33.33333333%;
  }
}
.product .slider-product .lSSlideOuter .lSGallery li img {
  max-width: 100%;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .product .slider-product .lSSlideOuter .lSGallery li img {
    border: 2px solid #e3e4e6;
    padding: 5px;
  }
}
.product .slider-product .lSSlideOuter .lSGallery li:hover,
.product .slider-product .lSSlideOuter .lSGallery li.active {
  border: 2px solid #ef7a30 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  .product .slider-product .lSSlideOuter .lSGallery li:hover,
  .product .slider-product .lSSlideOuter .lSGallery li.active {
    border: 0px !important;
  }
  .product .slider-product .lSSlideOuter .lSGallery li:hover img,
  .product .slider-product .lSSlideOuter .lSGallery li.active img {
    border: 2px solid #ef7a30;
  }
}
.product .slider-product .lSSlideOuter #product-thumbs .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: 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 .slider-product .lSSlideOuter #product-thumbs .item img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .product .description {
    text-align: center;
  }
}
.product .description .data {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e3e4e6;
  font-size: 17px;
}
.product .description .data .data-row span {
  color: #ef7a30;
}
.product .description .data .data-row span .alert {
  color: #787878;
}
.product .description .specyfikacja {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e3e4e6;
}
.product .description .specyfikacja .table {
  font-size: 17px;
  margin: 0px;
  border: 0px !important;
  display: block;
}
@media (max-width: 767px) {
  .product .description .specyfikacja .table tbody {
    margin: 0px auto;
    display: table;
  }
}
.product .description .specyfikacja .table tr {
  display: block;
  clear: both;
}
.product .description .specyfikacja .table tr td {
  padding: 5px 0px;
  border: 0px !important;
  line-height: 1.1;
  display: block;
  float: left;
}
.product .description .specyfikacja .table tr td:last-child {
  color: #ef7a30;
}
.product .description .prices .price-section {
  padding-right: 110px;
}
@media (max-width: 1200px) {
  .product .description .prices .price-section {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .product .description .prices .price-section {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
}
.product .description .prices .price-section:after {
  clear: both;
  display: block;
  content: " ";
}
.product .description .prices .price-section .variants {
  padding-top: 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;
  width: 100%;
  clear: both;
  margin-bottom: 25px;
}
@media (max-width: 420px) {
  .product .description .prices .price-section .variants {
    display: block;
  }
}
.product .description .prices .price-section .variants .select-name {
  margin-right: 15px;
  min-width: 150px;
}
@media (max-width: 420px) {
  .product .description .prices .price-section .variants .select-name {
    width: 100%;
    margin: 0px 0px 5px 0px;
  }
}
.product .description .prices .price-section .variants .select-variants {
  border: 2px solid #e3e4e6;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
}
.product .description .prices .price-section .variants .select-variants:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #ef7a30 transparent transparent transparent;
}
.product .description .prices .price-section .variants .select-variants .form-control {
  border: 0px !important;
  outline: 0px !important;
  padding: 0px 30px 0px 15px !important;
  box-shadow: none !important;
  height: 40px;
  line-height: 40px;
}
.product .description .prices .price-section .price-costs {
  float: left;
  color: #787878;
}
@media (max-width: 991px) {
  .product .description .prices .price-section .price-costs {
    float: none;
    margin-bottom: 25px;
    text-align: center;
  }
}
.product .description .prices .price-section .price-costs .price-old {
  font-size: 17px;
  text-decoration: line-through;
}
.product .description .prices .price-section .price-costs .price-current {
  font-size: 23px;
  font-weight: bold;
  color: #ef7a30;
}
.product .description .prices .price-section .price-costs .price-m2 {
  font-size: 17px;
}
.product .description .prices .price-section .amount-box {
  float: right;
}
@media (max-width: 991px) {
  .product .description .prices .price-section .amount-box {
    float: none;
    display: table;
    margin: 0px auto;
  }
}
.product .description .prices .price-section .amount-box > span {
  line-height: 44px;
  display: inline-block;
  margin-right: 15px;
}
.product .description .prices .price-section .amount-box .amount {
  width: 180px;
  border: 2px solid #e3e4e6;
  float: right;
  padding: 8px 40px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product .description .prices .price-section .amount-box .amount input {
  display: block;
  height: 25px;
  line-height: 25px;
  border: 0px;
  width: 94px;
  margin: 0px auto;
  outline: 0px !important;
  padding: 0px 10px;
  border-left: 2px solid #e3e4e6;
  border-right: 2px solid #e3e4e6;
  font-size: 17px;
  text-align: center;
  color: #787878;
}
.product .description .prices .price-section .amount-box .amount .down,
.product .description .prices .price-section .amount-box .amount .up {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  background: url('/grafika/i-minus.png') no-repeat center center;
  cursor: pointer;
}
.product .description .prices .price-section .amount-box .amount .down.up,
.product .description .prices .price-section .amount-box .amount .up.up {
  left: auto;
  right: 0px;
  background: url('/grafika/i-plus.png') no-repeat center center;
}
.product .description .prices .buttons-modals {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 2px solid #e3e4e6;
}
@media (max-width: 991px) {
  .product .description .prices .buttons-modals {
    padding-top: 30px;
  }
}
.product .description .prices .buttons-modals > div {
  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;
  margin: 0px -10px;
}
@media (max-width: 1200px) {
  .product .description .prices .buttons-modals > div {
    display: block;
    margin: 0px;
  }
}
@media (max-width: 991px) {
  .product .description .prices .buttons-modals > div {
    text-align: center;
  }
}
.product .description .prices .buttons-modals > div > a,
.product .description .prices .buttons-modals > div > button {
  border: 2px solid #e3e4e6;
  padding: 6px 20px 6px 45px;
  min-height: 35px;
  background: #ffffff url('/grafika/i-ask.png') no-repeat top 7px left 10px;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  color: #787878;
  margin: 0px 10px 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product .description .prices .buttons-modals > div > a,
  .product .description .prices .buttons-modals > div > button {
    display: table;
    margin: 0px 0px 10px 0px;
  }
}
@media (max-width: 991px) {
  .product .description .prices .buttons-modals > div > a,
  .product .description .prices .buttons-modals > div > button {
    display: inline-block;
    margin: 0px 5px 10px;
  }
}
.product .description .prices .buttons-modals > div > a.a-wzorniki,
.product .description .prices .buttons-modals > div > button.a-wzorniki {
  background: #ffffff url('/grafika/i-wzorniki.png') no-repeat top 7px left 10px;
}
.product .description .prices .buttons-modals > div > a.a-malowanie,
.product .description .prices .buttons-modals > div > button.a-malowanie {
  background: #ffffff url('/grafika/i-malowanie.png') no-repeat top 7px left 10px;
}
.product .description .prices .buttons-action {
  padding-top: 20px;
  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-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product .description .prices .buttons-action.no-cart {
  margin: 0px;
  padding-top: 0px;
  border-top: 0px;
}
@media (max-width: 991px) {
  .product .description .prices .buttons-action {
    display: block;
  }
}
.product .description .prices .buttons-action .btn-cart {
  background: #ef7a30 url('/grafika/i-basket-white.png') no-repeat left 20px center;
  display: inline-block;
  padding: 10px 30px 10px 60px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  box-shadow: none;
  outline: 0px !important;
  color: #FFF;
  margin: 5px 0px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product .description .prices .buttons-action .btn-cart {
    margin: 10px auto 0px auto;
    display: table;
  }
}
.product .description .prices .buttons-action .btn-powiadom {
  background: #ef7a30 url('/grafika/i-powiadom.png') no-repeat left 20px center;
  display: inline-block;
  padding: 10px 30px 10px 60px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  box-shadow: none;
  outline: 0px !important;
  color: #FFF;
  margin: 5px 0px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .product .description .prices .buttons-action .btn-powiadom {
    margin: 10px auto 0px auto;
    display: table;
  }
}
.product .product-bottom .matching-products .matching-item {
  padding: 0px 0px 30px 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e4e6;
}
.product .product-bottom .matching-products .matching-item:last-child {
  margin-bottom: 0px;
  border: 0px;
  padding: 0px;
}
.product .product-bottom .matching-products .matching-item .button-more {
  display: table;
  margin-top: 10px;
  background: #EEE;
  color: #787878;
  padding: 4px 10px;
}
.product .product-bottom .matching-products .matching-item .button-more.button-more-green {
  background: #56b047;
  color: #FFF;
}
.product .product-bottom .matching-products .matching-item > div {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-right: 420px;
  padding-left: 160px;
  min-height: 140px;
}
@media (max-width: 991px) {
  .product .product-bottom .matching-products .matching-item > div {
    padding-right: 0px;
  }
}
@media (max-width: 420px) {
  .product .product-bottom .matching-products .matching-item > div {
    padding-left: 0px;
  }
}
.product .product-bottom .matching-products .matching-item > div .image {
  width: 140px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}
@media (max-width: 420px) {
  .product .product-bottom .matching-products .matching-item > div .image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0px auto 20px auto;
  }
}
.product .product-bottom .matching-products .matching-item > div .description {
  font-size: 15px;
  text-align: left;
}
@media (max-width: 420px) {
  .product .product-bottom .matching-products .matching-item > div .description {
    text-align: center;
  }
}
.product .product-bottom .matching-products .matching-item > div .description .title {
  font-size: 17px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
}
.product .product-bottom .matching-products .matching-item > div .description .specyfikacja {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.product .product-bottom .matching-products .matching-item > div .description .specyfikacja .table {
  font-size: 15px;
}
.product .product-bottom .matching-products .matching-item > div .description .specyfikacja .table tbody {
  margin: 0px auto 0px 0px;
}
@media (max-width: 420px) {
  .product .product-bottom .matching-products .matching-item > div .description .specyfikacja .table tbody {
    margin: 0px auto;
  }
}
.product .product-bottom .matching-products .matching-item > div .description .specyfikacja .table tr td {
  padding: 2px 0px;
}
.product .product-bottom .matching-products .matching-item > div .prices {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 400px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 581px) {
  .product .product-bottom .matching-products .matching-item > div .prices {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 991px) {
  .product .product-bottom .matching-products .matching-item > div .prices {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 580px) {
  .product .product-bottom .matching-products .matching-item > div .prices {
    max-width: 250px;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .product .product-bottom .matching-products .matching-item > div .prices {
    text-align: center;
    margin: 20px auto 0px auto;
  }
}
.product .product-bottom .matching-products .matching-item > div .prices form {
  width: 100%;
}
@media (min-width: 581px) {
  .product .product-bottom .matching-products .matching-item > div .prices form {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.product .product-bottom .matching-products .matching-item > div .prices form > div {
  width: 50%;
  float: left;
  font-size: 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: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 580px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div {
    display: block;
    width: 100%;
    float: none;
  }
}
.product .product-bottom .matching-products .matching-item > div .prices form > div.left {
  padding-right: 20px;
}
@media (max-width: 580px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div.left {
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
.product .product-bottom .matching-products .matching-item > div .prices form > div.right {
  float: right;
  text-align: center;
  border-left: 2px solid #e3e4e6;
}
@media (max-width: 991px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div.right {
    border: 0px;
  }
}
@media (max-width: 580px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div.right {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div.right {
    text-align: center;
  }
}
.product .product-bottom .matching-products .matching-item > div .prices form > div.right.right-novariants {
  margin: 0px 0px 0px auto;
}
@media (max-width: 991px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div.right.right-novariants {
    margin: 0px auto 0px 0px;
    text-align: left;
    -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: 420px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div.right.right-novariants {
    text-align: center;
  }
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .variants {
  margin-bottom: 10px;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .variants .select-name {
  display: block;
  margin-bottom: 4px;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .variants .select-variants {
  border: 2px solid #e3e4e6;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .variants .select-variants:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #ef7a30 transparent transparent transparent;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .variants .select-variants .form-control {
  border: 0px !important;
  outline: 0px !important;
  padding: 0px 30px 0px 15px !important;
  box-shadow: none !important;
  height: 30px;
  line-height: 30px;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .amount-box > span {
  display: block;
  margin-bottom: 4px;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .amount-box .amount {
  width: 100%;
  border: 2px solid #e3e4e6;
  padding: 4px 40px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .amount-box .amount input {
  display: block;
  height: 22px;
  line-height: 22px;
  border: 0px;
  width: 100%;
  margin: 0px auto;
  outline: 0px !important;
  padding: 0px 10px;
  border-left: 2px solid #e3e4e6;
  border-right: 2px solid #e3e4e6;
  font-size: 15px;
  text-align: center;
  color: #787878;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .amount-box .amount .down,
.product .product-bottom .matching-products .matching-item > div .prices form > div .amount-box .amount .up {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  background: url('/grafika/i-minus.png') no-repeat center center;
  cursor: pointer;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .amount-box .amount .down.up,
.product .product-bottom .matching-products .matching-item > div .prices form > div .amount-box .amount .up.up {
  left: auto;
  right: 0px;
  background: url('/grafika/i-plus.png') no-repeat center center;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .price-old {
  color: #787878;
  text-decoration: line-through;
  font-size: 15px;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .price-current {
  color: #ef7a30;
  font-size: 17px;
}
.product .product-bottom .matching-products .matching-item > div .prices form > div .btn-cart {
  display: table;
  padding: 6px 10px 6px 36px;
  background: #ef7a30 url('/grafika/i-basket-white.png') no-repeat left 10px center;
  background-size: 16px auto !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  margin: 15px auto 0px auto;
  cursor: pointer;
}
@media (min-width: 421px) and (max-width: 991px) {
  .product .product-bottom .matching-products .matching-item > div .prices form > div .btn-cart {
    margin: 15px auto 0px 0px;
  }
}
.product .kolory .row > div {
  text-align: center;
  padding-bottom: 10px !important;
}
.product .kolory a {
  color: #787878;
}
.product-owl .owl-dots,
.inspiracje-owl .owl-dots {
  position: absolute;
  display: none;
  margin: 0px;
  padding: 0px;
}
.product-owl .owl-nav,
.inspiracje-owl .owl-nav {
  margin: 0px !important;
}
.product-owl .owl-nav .owl-prev,
.inspiracje-owl .owl-nav .owl-prev {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-left.png') no-repeat center center !important;
  position: absolute;
  left: -200px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 1600px) {
  .product-owl .owl-nav .owl-prev,
  .inspiracje-owl .owl-nav .owl-prev {
    left: -80px;
  }
}
@media (max-width: 1380px) {
  .product-owl .owl-nav .owl-prev,
  .inspiracje-owl .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    right: 40px;
    left: auto;
    top: -68px;
    margin: 0px !important;
  }
}
@media (max-width: 991px) {
  .product-owl .owl-nav .owl-prev,
  .inspiracje-owl .owl-nav .owl-prev {
    top: -59px;
  }
}
.product-owl .owl-nav .owl-next,
.inspiracje-owl .owl-nav .owl-next {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-right.png') no-repeat center center !important;
  position: absolute;
  right: -200px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 1600px) {
  .product-owl .owl-nav .owl-next,
  .inspiracje-owl .owl-nav .owl-next {
    right: -80px;
  }
}
@media (max-width: 1380px) {
  .product-owl .owl-nav .owl-next,
  .inspiracje-owl .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    right: 0px;
    top: -68px;
    margin: 0px !important;
  }
}
@media (max-width: 991px) {
  .product-owl .owl-nav .owl-next,
  .inspiracje-owl .owl-nav .owl-next {
    top: -59px;
  }
}
.product-owl .product-item-column .product-item,
.inspiracje-owl .product-item-column .product-item {
  margin: 0px;
}
@media (max-width: 420px) {
  .product-owl .product-item-column .product-item,
  .inspiracje-owl .product-item-column .product-item {
    max-width: 285px;
    width: 100%;
    margin: 0px auto;
  }
}
.product-owl .product-item-column .product-item .image img,
.inspiracje-owl .product-item-column .product-item .image img {
  width: 100%;
}
.product-owl .product-item-column .product-item .description .title,
.inspiracje-owl .product-item-column .product-item .description .title {
  font-weight: 400;
}
.product-owl.inspiracje-owl .realization-item-column,
.inspiracje-owl.inspiracje-owl .realization-item-column {
  width: 100% !important;
  float: none !important;
}
.product-owl.inspiracje-owl .realization-item-column .description,
.inspiracje-owl.inspiracje-owl .realization-item-column .description {
  text-align: left;
}
/* FORMULARZ w liscie produktów - lewa kolumna */
.form-questions {
  margin-top: 40px;
  padding: 30px 20px;
  background: #ef7a30;
  color: #FFF;
  cursor: pointer;
  text-align: center;
}
.form-questions .nagl {
  margin: 0px;
  color: #FFF;
}
.form-questions .title {
  color: #FFF;
  font-size: 17px;
  font-weight: 400;
  margin: 5px 0px 0px 0px;
}
.form-questions .form-information {
  margin: 20px 0px;
  padding-top: 70px;
  background: url('/grafika/i-phone-white.png') no-repeat top center;
}
@media (max-width: 1200px) {
  .form-questions .form-information {
    font-size: 15px;
  }
}
.form-questions .form-information a {
  color: #FFF !important;
  text-decoration: none !important;
}
.form-questions .form-information a[href^="tel:"] {
  font-size: 34px;
}
@media (max-width: 1200px) {
  .form-questions .form-information a[href^="tel:"] {
    font-size: 26px;
  }
}
.form-questions .formularz .form-group .control-label {
  display: none !important;
}
.form-questions .formularz .form-group .col-sm-8 {
  width: 100% !important;
  float: none !important;
  margin: 0px !important;
}
.form-questions .formularz .form-group .checkbox label {
  font-size: 14px;
  color: #FFF;
  text-align: left;
}
.form-questions .formularz .form-group .checkbox .more {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFF;
}
.form-questions .formularz .form-group .tooltip {
  left: 0px !important;
}
.form-questions .formularz .form-group .tooltip .tooltip-inner {
  max-width: 300px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.form-questions .formularz .form-group.form-group-checkbox {
  text-align: left;
}
.form-questions .formularz .form-group.form-group-checkbox .col-sm-3 {
  display: none !important;
}
.form-questions .formularz .form-submit .col-sm-8:not(.submit-div) {
  display: none !important;
}
.form-questions .formularz .form-submit button[type="submit"] {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #FFF !important;
  color: #ef7a30 !important;
  display: table;
  margin: 20px auto 0px auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  outline: 0px !important;
}
.form-questions .formularz ::-webkit-input-placeholder {
  color: #787878;
}
.form-questions .formularz :-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.form-questions .formularz ::-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.form-questions .formularz :-ms-input-placeholder {
  color: #787878;
}
.form-questions .formularz :placeholder-shown {
  color: #787878;
}
.form-questions .formularz ::-webkit-input-placeholder {
  color: #787878;
}
.form-questions .formularz :-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.form-questions .formularz ::-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.form-questions .formularz :-ms-input-placeholder {
  color: #787878;
}
.form-questions .formularz :placeholder-shown {
  color: #787878;
}
.form-questions .formularz .form-control {
  height: 45px;
  line-height: 45px;
  background: #FFF;
  padding: 0px 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 17px;
  color: #787878;
  border: 0px;
  outline: 0px !important;
}
.form-questions .formularz textarea.form-control {
  height: 90px !important;
  line-height: normal;
  padding: 10px 15px;
}
/* MODAL produktowy */
.modal .modal-dialog .modal-content {
  padding: 30px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e6;
}
.modal .modal-dialog .modal-content .modal-header h4 {
  color: #ef7a30;
  font-weight: 400;
  font-size: 19px;
  margin: 0px;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-header .close {
  width: 30px;
  height: 30px;
  background: #ef7a30;
  color: #FFF;
  font-size: 19px;
  line-height: 25px;
  position: absolute;
  right: -30px;
  top: -30px;
  margin: 0px;
  font-weight: bold;
  opacity: 1;
  border: 0px;
  box-shadow: none;
  padding: 0px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal .modal-dialog .modal-content .modal-body button[type="submit"] {
  background: #ef7a30 !important;
  outline: 0px !important;
  color: #FFF !important;
  display: table;
  margin: 0px auto 0px 0px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px !important;
  text-transform: uppercase;
}
/* Print */
.offers-div .offers {
  display: none;
}
@media print {
  body {
    min-width: 800px !important;
  }
  .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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .product-cart,
  .product-spec-versions,
  .list-group,
  .availability.wariants {
    display: none !important;
  }
  /* Zamiast select lista ofert w druku */
  .offers-div {
    margin-top: 20px;
  }
  .offers-div::before {
    content: "Warianty produktu";
    font-weight: 600;
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
  }
  .offers-div .offers {
    margin-bottom: 10px;
    display: block !important;
  }
  .offers-div .offers > span:first-child {
    font-weight: 600;
    display: block;
  }
  .offers-div .offers > .price {
    font-weight: 600;
    color: #ef7a30;
  }
  .offers-div .offers > .price::before {
    content: "Cena: ";
    font-weight: 400;
    display: inline-block;
  }
  .offers-div .offers > .availability {
    display: block;
  }
  .offers-div .offers > .availability::before {
    content: "Dostępność: ";
    display: inline-block;
  }
  .offers-div .offers > .price-old {
    display: block;
    color: #c4c4c4;
  }
  .offers-div .offers > .price-old::before {
    content: "Stara cena: ";
    display: inline-block;
  }
}
.product-row {
  padding: 15px 15px;
  border-bottom: 1px solid #e3e4e6;
}
.product-row::before,
.product-row::after {
  clear: both;
  display: block;
  content: " ";
}
.product-row .description {
  padding: 30px 30px 0px 0px;
  float: left;
  font-size: 15px;
  width: 70%;
}
.product-row .description::before,
.product-row .description::after {
  clear: both;
  display: block;
  content: " ";
}
.product-row .description .button-more {
  display: table;
  margin-top: 10px;
  background: #EEE;
  color: #787878;
  padding: 4px 10px;
}
.product-row .description .button-more.button-more-green {
  background: #56b047;
  color: #FFF;
}
@media (max-width: 1200px) {
  .product-row .description {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-row .description {
    float: none;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .product-row .description {
    float: none;
    width: 100%;
    padding: 0px;
  }
}
.product-row .description .image {
  float: left;
  margin-right: 0px;
  margin-top: -30px;
}
@media (min-width: 378px) {
  .product-row .description .image {
    width: 50%;
  }
}
.product-row .description .image img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 1200px) {
  .product-row .description .image {
    margin-top: 0px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .product-row .description .image {
    margin-top: 0px;
    max-width: 170px;
  }
}
@media (max-width: 400px) {
  .product-row .description .image {
    max-width: 100%;
    text-align: center;
    width: 100%;
    float: none;
  }
}
@media (min-width: 401px) {
  .product-row .description .description-body {
    padding-left: 10px;
    width: 50%;
    float: left;
  }
}
.product-row .description .description-body .h3 {
  margin-top: 0px;
}
.product-row .variants {
  font-size: 15px;
  padding: 30px 0px 0px 20px;
  width: 30%;
  float: right;
  border-left: 1px solid #e3e4e6;
}
@media (max-width: 1200px) {
  .product-row .variants {
    font-size: 13px;
    padding: 15px 0px 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-row .variants {
    width: 100%;
    float: none;
    border-left: 0px;
    clear: both;
    position: relative;
  }
}
@media (max-width: 580px) {
  .product-row .variants {
    width: 100%;
    float: none;
    border-left: 0px;
    clear: both;
    position: relative;
    padding: 20px 0px 0px 0px;
  }
}
.product-row .variants .variant {
  position: relative;
}
.product-row .variants .variant.disabled {
  color: #ccc;
}
.product-row .variants .variant input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.product-row .variants .variant label {
  font-weight: 400;
  padding: 2px 0px 2px 25px;
  position: relative;
  cursor: pointer;
}
.product-row .variants .variant label em {
  font-style: normal;
}
.product-row .variants .variant label b {
  font-weight: 400;
  color: #ef7a30;
}
.product-row .variants .variant label::before {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #e3e4e6;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  content: " ";
}
.product-row .variants .variant label:after {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #ef7a30;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  content: " ";
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product-row .variants .variant input:checked + label {
  font-weight: bold;
}
.product-row .variants .variant input:checked + label::after {
  opacity: 1;
}
.product-row .variants .variant2 {
  position: relative;
}
.product-row .variants .variant2 input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.product-row .variants .variant2 span {
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.product-row .variants .variant2 span em {
  font-style: normal;
}
.product-row .variants .variant2 span b {
  font-weight: 400;
  color: #ef7a30;
}
.product-row .variants .variant2 span:after {
  position: absolute;
  left: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #ef7a30;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  content: " ";
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.product-row .variants .variant2 input:checked + label::after {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-row .variants .variants-list {
    max-width: 60%;
  }
}
.product-row .variants .variants-list button {
  background: none !important;
  border: 0px !important;
  outline: none !important;
  display: table;
  margin: 5px 0px 5px auto;
}
.product-row .variants .variants-list button:after {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  content: "\e114";
  font-size: 11px;
  color: #ef7a30;
  margin-left: 10px;
}
.product-row .variants .variants-list.variants-columns:before,
.product-row .variants .variants-list.variants-columns:after {
  clear: both;
  display: block;
  content: " ";
}
.product-row .variants .variants-list.variants-columns .variant {
  float: left;
  width: 50%;
  font-size: 13px;
}
.product-row .variants .variants-list.variants-columns .variant em {
  display: block;
}
.product-row .variants .variants-list.variants-columns .variant:nth-child(2n+1) {
  clear: both;
}
.product-row .variants .amount-box {
  margin: 10px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-row .variants .amount-box {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
@media (max-width: 580px) {
  .product-row .variants .amount-box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 580px) {
  .product-row .variants .amount-box {
    margin: 10px auto;
    display: table;
  }
}
.product-row .variants .amount-box .amount {
  width: 139px;
  border: 2px solid #e3e4e6;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 10px;
}
.product-row .variants .amount-box .amount input {
  width: 100%;
  height: 31px;
  line-height: 31px;
  border: 0px;
  text-align: center;
}
.product-row .variants .amount-box .amount .down,
.product-row .variants .amount-box .amount .up {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 31px;
  background: url('/grafika/i-minus.png') no-repeat center center;
  cursor: pointer;
}
.product-row .variants .amount-box .amount .down::before,
.product-row .variants .amount-box .amount .up::before {
  right: 0px;
  left: auto;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #e3e4e6;
  position: absolute;
  content: " ";
}
.product-row .variants .amount-box .amount .down.up,
.product-row .variants .amount-box .amount .up.up {
  left: auto;
  right: 0px;
  background: url('/grafika/i-plus.png') no-repeat center center;
}
.product-row .variants .amount-box .amount .down.up::before,
.product-row .variants .amount-box .amount .up.up::before {
  left: 0px;
  right: auto;
}
.product-row .variants .btn-cart {
  font-weight: bold;
  text-transform: uppercase;
  background: #ef7a30 url('/grafika/i-basket-white.png') left 10px center no-repeat;
  padding: 0px 10px 0px 38px;
  color: #FFF;
  line-height: 27px;
  display: table;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-row .variants .btn-cart {
    margin: 0px 0px auto auto;
  }
}
@media (max-width: 580px) {
  .product-row .variants .btn-cart {
    margin: 0px auto 5px;
  }
}
.product-row .variants .a-wzorniki {
  font-weight: bold;
  text-transform: uppercase;
  background: #ffffff url('/grafika/i-wzorniki.png') no-repeat center left 10px;
  border: 2px solid #e3e4e6;
  padding: 5px 10px 5px 38px;
  color: #787878;
  display: table;
  font-size: 13px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .product-row .variants .a-wzorniki {
    text-align: left !important;
  }
}
@media (max-width: 580px) {
  .product-row .variants .a-wzorniki {
    font-size: 11px;
    margin: 0px auto 5px;
  }
}
.product-row .variants .btn-powiadom {
  font-weight: bold;
  text-transform: uppercase;
  background: #ef7a30 url('/grafika/i-powiadom.png') left 10px center no-repeat;
  padding: 0px 10px 0px 38px;
  color: #FFF;
  line-height: 27px;
  display: table;
  font-size: 13px;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-row .variants .btn-powiadom {
    margin: 0px 0px auto auto;
  }
}
@media (max-width: 580px) {
  .product-row .variants .btn-powiadom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    line-height: 35px;
  }
}
.product-row .variants .h3 {
  margin-top: 0px;
  font-weight: 400;
}
.navbar-collapse {
  padding: 0px;
}
.nav-header {
  margin: 0px -15px 0px 0px !important;
  text-align: right;
}
@media (max-width: 991px) {
  .nav-header {
    margin: 0px -10px 0px 0px !important;
  }
}
@media (max-width: 767px) {
  .nav-header {
    text-align: center;
    margin: 0px !important;
  }
}
.nav-header > li {
  display: inline-block;
  float: none;
}
@media (max-width: 767px) {
  .nav-header > li {
    display: block;
  }
}
.nav-header > li > a {
  color: #787878;
  font-size: 17px;
  font-weight: 400;
  padding: 30px 8px 25px 8px;
  background: none !important;
  -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: 20px 6px;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .nav-header > li > a {
    padding: 15px 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nav-header > li > a {
    text-align: center;
    padding: 10px 0px !important;
    display: block;
    font-size: 19px;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }
}
.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: #ef7a30;
}
@media (max-width: 767px) {
  .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 {
    background: #ef7a30 !important;
    color: #FFF;
  }
}
.nav-header > li .dropdown-menu {
  background: #ef7a30;
  border: 0px;
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  min-width: 200px;
}
.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: #ed6b18;
  color: #ffffff;
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu {
  background: #353535;
  left: 0px;
  right: auto;
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row {
  margin: 0px;
  padding-left: 0px;
  list-style: none !important;
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column {
  margin: 0px;
  padding: 10px 15px;
  list-style: none !important;
}
@media (max-width: 767px) {
  .nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column {
    text-align: center;
    padding: 15px 10px;
  }
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li {
  padding: 0px;
  display: block;
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 {
  margin-bottom: 4px;
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 a,
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 span {
  font-size: 15px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-left: 20px;
  color: #FFF !important;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 a,
  .nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 span {
    padding: 0px;
  }
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 a:before,
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 span:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ef7a30;
}
@media (max-width: 767px) {
  .nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 a:before,
  .nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2 span:before {
    display: none;
  }
}
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2:hover > a,
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2:active > a,
.nav-header > li.mdropdown:not(.multi-column):not(.single-column) .dropdown-menu .mcol .menu-row li .menu-column li.m2.active > a {
  color: #ef7a30 !important;
}
.nav-header > li.multi-column .dropdown-menu,
.nav-header > li.single-column .dropdown-menu {
  background: #353535;
  left: 0px;
  right: auto;
}
.nav-header > li.multi-column .dropdown-menu li.mcol,
.nav-header > li.single-column .dropdown-menu li.mcol {
  width: 640px;
  padding: 30px;
}
.nav-header > li.multi-column .dropdown-menu li.mcol.mcol-1,
.nav-header > li.single-column .dropdown-menu li.mcol.mcol-1 {
  width: 250px;
}
@media (max-width: 1200px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol,
  .nav-header > li.single-column .dropdown-menu li.mcol {
    padding: 20px;
    width: 560px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol,
  .nav-header > li.single-column .dropdown-menu li.mcol {
    width: 100%;
    padding: 10px 10px 20px 10px;
    text-align: center;
  }
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row {
  margin: 0px;
  padding-left: 0px;
  list-style: none !important;
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li {
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column + .menu-column,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column + .menu-column {
    margin-top: 30px;
  }
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column {
  margin: 0px;
  padding-left: 0px;
  list-style: none !important;
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li {
  padding: 0px;
  display: block;
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 {
    margin: 15px 0px;
  }
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 a,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 a,
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 span,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 span {
  color: #FFF;
  font-size: 21px;
}
@media (max-width: 1200px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 a,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 a,
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 span,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 a,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 a,
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 span,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m2 span {
    font-size: 17px;
  }
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 {
  margin-bottom: 4px;
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a {
  font-size: 15px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-left: 20px;
  color: #FFF !important;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a {
    padding: 0px;
  }
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a:before,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a:before {
  position: absolute;
  left: 0px;
  top: 7px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ef7a30;
}
@media (max-width: 767px) {
  .nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a:before,
  .nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3 a:before {
    display: none;
  }
}
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3:hover > a,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3:hover > a,
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3:active > a,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3:active > a,
.nav-header > li.multi-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3.active > a,
.nav-header > li.single-column .dropdown-menu li.mcol .menu-row > li .menu-column li.m3.active > a {
  color: #ef7a30 !important;
}
.nav-header > li.multi-column.align-right .dropdown-menu,
.nav-header > li.single-column.align-right .dropdown-menu {
  left: auto;
  right: 0px;
}
.left-nagl {
  color: #787878;
  font-size: 25px;
  background: none !important;
  padding: 25px 0px 15px 0px;
  line-height: 1;
  display: block;
}
.left-nagl a {
  color: #787878 !important;
  padding-left: 0px !important;
}
.left-nagl a::before {
  display: none;
}
.nav-left {
  margin: 0px;
}
.nav-left > li.m1-nagl > a {
  color: #787878;
  font-size: 25px;
  background: none !important;
  padding: 25px 0px;
  line-height: 1;
  display: block;
}
@media (max-width: 991px) {
  .nav-left > li.m1-nagl > a {
    font-size: 28px;
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .nav-left > li.m1-nagl > a {
    padding: 20px 0px;
    font-size: 24px;
  }
}
.nav-left > li.m1:not(.m1-nagl) > a {
  color: #787878;
  padding: 3px 0px 3px 20px;
  background: none !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .nav-left > li.m1:not(.m1-nagl) > a {
    padding: 3px 0px 3px 20px;
    font-size: 17px;
  }
}
.nav-left > li.m1:not(.m1-nagl) > a:before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: " ";
  width: 0;
  height: 0;
  padding: 0px;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #ef7a30;
}
@media (max-width: 991px) {
  .nav-left > li.m1:not(.m1-nagl) > a:before {
    top: 11px;
  }
}
.nav-left > li.m1:not(.m1-nagl):hover > a,
.nav-left > li.m1:not(.m1-nagl):active > a,
.nav-left > li.m1:not(.m1-nagl).active > a {
  color: #ef7a30;
}
.nav-left > li.m2 > a,
.nav-left > li.m2 > span {
  color: #787878;
  padding: 3px 0px 3px 20px;
  background: none !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  .nav-left > li.m2 > a,
  .nav-left > li.m2 > span {
    padding: 3px 0px 3px 20px;
    font-size: 17px;
  }
}
.nav-left > li.m2 > a:before,
.nav-left > li.m2 > span:before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: " ";
  width: 0;
  height: 0;
  padding: 0px;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #ef7a30;
}
@media (max-width: 991px) {
  .nav-left > li.m2 > a:before,
  .nav-left > li.m2 > span:before {
    top: 11px;
  }
}
.nav-left > li.m2:hover > a,
.nav-left > li.m2:active > a,
.nav-left > li.m2.active > a,
.nav-left > li.m2:hover > span,
.nav-left > li.m2:active > span,
.nav-left > li.m2.active > span {
  color: #ef7a30;
}
.nav-left > li.m3 > a {
  color: #787878;
  padding-left: 30px;
}
.nav-left > li.m3:hover > a,
.nav-left > li.m3:active > a,
.nav-left > li.m3.active > a {
  background: #f8f8f8;
}
.content-user .nav-tabs,
.orders .nav-tabs {
  display: table;
  margin: 0px auto;
  border: 0px;
}
@media (max-width: 480px) {
  .content-user .nav-tabs,
  .orders .nav-tabs {
    width: 100%;
    text-align: center;
  }
}
.content-user .nav-tabs li,
.orders .nav-tabs li {
  display: inline-block;
  margin: 5px;
}
@media (max-width: 480px) {
  .content-user .nav-tabs li,
  .orders .nav-tabs li {
    width: 100%;
    display: block;
    margin: 5px 0px;
  }
}
.content-user .nav-tabs li a,
.orders .nav-tabs li a {
  background: #FFF;
  color: #787878;
  border: 1px solid #e3e4e6 !important;
  padding: 8px 20px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.content-user .nav-tabs li:hover a,
.orders .nav-tabs li:hover a,
.content-user .nav-tabs li.active a,
.orders .nav-tabs li.active a {
  background: #787878;
  color: #FFF;
}
/** Statusy zamówienia */
.form-status {
  max-width: 800px;
  margin: 0px auto;
}
.orders-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}
.table-order-history th,
.table-order-history td {
  border-top: 0px !important;
  border-bottom: 1px solid #e3e4e6;
}
.table-order-history th {
  font-size: .9em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
}
.status::before {
  font-family: 'Glyphicons Halflings';
  content: "\e034";
  position: relative;
  bottom: -2px;
  margin-right: 3px;
}
.status.status-zakonczone {
  color: #20b531;
}
.status.status-zakonczone::before {
  content: "\e013";
}
.status.status-anulowane {
  color: #d91e2f;
}
.status.status-anulowane::before {
  content: "\e014";
}
.status.status-oczekuje::before {
  content: "\231b";
}
.cart-flex {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.cart-flex .btn-normal {
  margin-right: 0px !important;
  margin-bottom: 0px;
}
.cart,
.orders {
  padding: 15px 0;
  font-size: 15px;
}
.cart blockquote,
.orders blockquote {
  margin: 10px 0px;
  padding: 0px;
  border: 0px;
  font-size: 1em;
}
.cart .nav-tabs,
.orders .nav-tabs {
  margin-bottom: 20px;
}
.cart .cart-info,
.orders .cart-info {
  border: 1px solid #e3e4e6;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.cart .cart-info span,
.orders .cart-info span {
  position: absolute;
  left: 14px;
  top: 50%;
  color: #ef7a30;
  margin-top: -6px;
}
.cart .cart-row,
.orders .cart-row,
.cart .orders-row,
.orders .orders-row {
  margin-bottom: 10px;
}
.cart .cart-row .important,
.orders .cart-row .important,
.cart .orders-row .important,
.orders .orders-row .important {
  font-size: 20px;
  color: #ef7a30;
}
.cart .cart-row .important b.important,
.orders .cart-row .important b.important,
.cart .orders-row .important b.important,
.orders .orders-row .important b.important {
  font-size: 1.3em;
}
.cart .cart-row h6,
.orders .cart-row h6,
.cart .orders-row h6,
.orders .orders-row h6 {
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  margin: 10px 0px 15px 0px;
}
.cart .cart-row h6 a,
.orders .cart-row h6 a,
.cart .orders-row h6 a,
.orders .orders-row h6 a {
  float: right;
  font-size: 13px;
}
.cart .cart-row h6 a span,
.orders .cart-row h6 a span,
.cart .orders-row h6 a span,
.orders .orders-row h6 a span {
  margin-left: 10px;
}
.cart table td,
.orders table td {
  vertical-align: middle;
}
.cart table img,
.orders table img {
  margin-right: 10px;
  vertical-align: middle;
}
.cart-heading {
  font-size: 1.2em;
  margin: 10px 0;
}
.cart .cart-payments-description > div {
  padding: 15px 0;
}
.form-header {
  font-weight: bold;
}
/** Kroki */
.cart .cart-steps {
  margin: 15px 0;
  overflow: hidden;
  text-align: center;
}
.cart .cart-steps h4 {
  font-size: 19px;
}
.cart .cart-steps .steps {
  margin-top: 10px;
  margin-right: -1%;
}
/** Krok 1 */
.cart .cart-steps .steps.active-1 .step-1 {
  background: #ef7a30;
}
/** Krok 2 */
.cart .cart-steps .steps.active-2 .step-1 {
  background: #f3985f;
}
.cart .cart-steps .steps.active-2 .step-2 {
  background: #ef7a30;
}
/** Krok 3 */
.cart .cart-steps .steps.active-3 .step-1 {
  background: #f6b78f;
}
.cart .cart-steps .steps.active-3 .step-2 {
  background: #f3985f;
}
.cart .cart-steps .steps.active-3 .step-3 {
  background: #ef7a30;
}
/** Krok 3 */
.cart .cart-steps .steps.active-4 .step-1 {
  background: #fad5be;
}
.cart .cart-steps .steps.active-4 .step-2 {
  background: #f6b78f;
}
.cart .cart-steps .steps.active-4 .step-3 {
  background: #f3985f;
}
.cart .cart-steps .steps.active-4 .step-4 {
  background: #ef7a30;
}
.cart .cart-steps .steps > div {
  margin-right: 1%;
  width: 24%;
  height: 10px;
  background: #F5F5F5;
  float: left;
}
/** Przyciski */
.cart .cart-buttons {
  margin: 15px 0 0 0;
}
.cart .cart-buttons .btn {
  margin: 5px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
/** Tabelka */
.cart .table-cart,
.cart .table-cart td {
  vertical-align: middle;
}
/** Podsumowanie koszyka - KROK 1 */
.cart .cart-details b.total-brutto {
  font-size: 2em;
  color: #ef7a30;
}
/** Wybór płatności */
.cart .cart-payments .item {
  padding: 0px 10px;
  overflow: auto;
  min-height: 60px;
}
.cart .cart-payments .item label {
  display: block;
  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;
}
.cart .cart-payments .item label::before {
  top: 50%;
  margin-top: -10px;
}
.cart .cart-payments .item label::after {
  top: 50%;
  margin-top: -7px;
}
.cart .cart-payments .item label img {
  float: left;
  margin: 0px 15px 0px 5px;
}
#cart-information {
  z-index: 999;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: fixed;
}
#cart-information .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#cart-information .information-window {
  background: #FFF;
  position: relative;
  z-index: 20;
  width: 700px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -125px;
  margin-left: -350px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #cart-information .information-window {
    position: relative;
    top: auto;
    left: auto;
    margin: 0px auto;
    max-width: 500px;
    width: 100%;
  }
}
#cart-information .information-window:after,
#cart-information .information-window:before {
  clear: both;
  display: block;
  content: " ";
}
#cart-information .information-window .info-bar {
  padding: 10px 20px;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#cart-information .information-window .info-bar.info-bar-ok {
  background: #7ac62f;
  color: #FFF;
}
#cart-information .information-window .info-bar.info-bar-ok:before {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#cart-information .information-window .info-bar.info-bar-error {
  color: #FFF;
  background: #f11433;
}
#cart-information .information-window .info-bar.info-bar-error:before {
  font-family: 'Glyphicons Halflings';
  content: "\e014";
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
#cart-information .information-window .info-product {
  font-size: 14px;
}
#cart-information .information-window .info-product:after,
#cart-information .information-window .info-product:before {
  clear: both;
  display: block;
  content: " ";
}
#cart-information .information-window .info-product > div {
  padding: 15px 10px;
  width: 50%;
  float: left;
}
@media (max-width: 360px) {
  #cart-information .information-window .info-product > div {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#cart-information .information-window .info-product .image {
  text-align: center;
}
#cart-information .information-window .info-product .image img {
  max-width: 100%;
  height: auto !important;
  margin: 5px;
}
#cart-information .information-window .info-product h5 {
  font-weight: bold;
  margin: 0px 0px 10px 0px !important;
  color: #ef7a30;
}
#cart-information .information-window .info-product .cart-information-data {
  display: table;
}
@media (max-width: 360px) {
  #cart-information .information-window .info-product .cart-information-data {
    margin: 0 auto;
  }
}
#cart-information .information-window .info-product .cart-information-data > div {
  display: table-row;
}
#cart-information .information-window .info-product .cart-information-data > div > div {
  padding: 5px 10px;
  display: table-cell;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#cart-information .information-window .info-product .cart-information-data > div > div:first-child {
  color: rgba(0, 0, 0, 0.7);
}
#cart-information .information-window .info-product .cart-information-data > div:last-child > div {
  border-bottom: 0px;
}
#cart-information .information-window .info-product .price-total {
  font-weight: bold;
  font-size: 1.3em;
}
#cart-information .information-window .cart-info-buttons {
  padding: 10px 0px;
  text-align: center;
  border-top: 1px solid #e3e4e6;
}
#cart-information .information-window .cart-info-buttons button {
  margin: 5px 15px;
}
@media (max-width: 767px) {
  .table-orders td,
  .table-orders th,
  .table-orders .btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-orders tr td:first-child,
  .table-orders tr th:first-child,
  .table-orders tr td:last-child,
  .table-orders tr th:last-child {
    display: none;
  }
  .table-orders td,
  .table-orders th {
    padding: 0px !importanmt;
  }
}
.cart-table {
  width: 100%;
  margin-bottom: 25px;
}
.cart-table .headings > div,
.cart-table .items > div {
  padding: 5px;
  width: 16.66666666666667%;
  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;
  text-align: left;
}
@media (max-width: 991px) {
  .cart-table .headings > div,
  .cart-table .items > div {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .cart-table .headings > div,
  .cart-table .items > div {
    width: 25%;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 13px;
  }
}
@media (max-width: 419px) {
  .cart-table .headings > div,
  .cart-table .items > div {
    font-size: 12px;
  }
}
.cart-table .headings > div.lp,
.cart-table .items > div.lp {
  padding-left: 15px;
}
.cart-table .headings > div.cart-count .btn-normal,
.cart-table .items > div.cart-count .btn-normal {
  margin: 6px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #e3e4e6;
}
.cart-table .headings > div.cart-count input,
.cart-table .items > div.cart-count input {
  border: 1px solid #e3e4e6;
  text-align: center;
}
@media (max-width: 991px) {
  .cart-table .headings > div.cart-count .btn-normal,
  .cart-table .items > div.cart-count .btn-normal {
    margin: 0px !important;
    font-size: 13px !important;
  }
  .cart-table .headings > div.cart-count input,
  .cart-table .items > div.cart-count input {
    font-size: 15px;
    padding: 5px 5px;
    display: inline-block;
    width: 35px !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cart-table .headings > div.cart-count,
  .cart-table .items > div.cart-count {
    width: 35%;
  }
  .cart-table .headings > div.cart-count .btn-normal,
  .cart-table .items > div.cart-count .btn-normal {
    margin: 3px !important;
    font-size: 13px !important;
  }
  .cart-table .headings > div.cart-count input,
  .cart-table .items > div.cart-count input {
    font-size: 14px;
    padding: 5px 5px;
    display: inline-block;
    width: 30px !important;
    height: auto !important;
  }
}
@media (max-width: 419px) {
  .cart-table .headings > div.cart-count .btn-normal,
  .cart-table .items > div.cart-count .btn-normal {
    margin: 0px !important;
    font-size: 10px !important;
  }
  .cart-table .headings > div.cart-count input,
  .cart-table .items > div.cart-count input {
    font-size: 12px;
  }
}
.cart-table .headings > div:first-child,
.cart-table .items > div:first-child {
  width: 5%;
}
@media (max-width: 767px) {
  .cart-table .headings > div:first-child,
  .cart-table .items > div:first-child {
    width: 8%;
  }
}
@media (max-width: 480px) {
  .cart-table .headings > div:first-child,
  .cart-table .items > div:first-child {
    width: 10%;
  }
}
.cart-table .headings > div.cart-product,
.cart-table .items > div.cart-product {
  width: 40%;
}
.cart-table .headings > div.cart-product a,
.cart-table .items > div.cart-product a {
  color: #787878;
}
@media (max-width: 991px) {
  .cart-table .headings > div.cart-product,
  .cart-table .items > div.cart-product {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .cart-table .headings > div.cart-product,
  .cart-table .items > div.cart-product {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .cart-table .headings > div.cart-product,
  .cart-table .items > div.cart-product {
    width: 90%;
  }
}
@media (max-width: 419px) {
  .cart-table .headings > div.cart-product img,
  .cart-table .items > div.cart-product img {
    width: 70px !important;
    height: auto !important;
  }
}
.cart-table .headings > div.cart-product .cart-zestaw,
.cart-table .items > div.cart-product .cart-zestaw {
  width: 100%;
}
.cart-table .headings > div.cart-product .cart-zestaw .cart-zestaw-item,
.cart-table .items > div.cart-product .cart-zestaw .cart-zestaw-item {
  padding-top: 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;
}
.cart-table .headings > div.cart-product .cart-zestaw .cart-zestaw-item:first-child,
.cart-table .items > div.cart-product .cart-zestaw .cart-zestaw-item:first-child {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .cart-table .headings > div.cart-product .cart-zestaw .cart-zestaw-item,
  .cart-table .items > div.cart-product .cart-zestaw .cart-zestaw-item {
    width: 95%;
  }
}
@media (max-width: 419px) {
  .cart-table .headings > div.cart-product .cart-zestaw .cart-zestaw-item img,
  .cart-table .items > div.cart-product .cart-zestaw .cart-zestaw-item img {
    width: 70px !important;
    height: auto !important;
  }
}
.cart-table .headings > div.cart-product .product-name a,
.cart-table .items > div.cart-product .product-name a {
  padding-left: 15px;
  display: block;
  margin-bottom: 5px;
}
.cart-table .headings > div.cart-product .cart-malowanie,
.cart-table .items > div.cart-product .cart-malowanie {
  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: 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-table .headings > div.cart-product .cart-malowanie img,
.cart-table .items > div.cart-product .cart-malowanie img {
  margin-right: 10px;
  max-width: 40px !important;
  border: 1px solid #e3e4e6;
}
.cart-table .headings > div.cart-product-spacer,
.cart-table .items > div.cart-product-spacer {
  display: none;
}
@media (max-width: 991px) {
  .cart-table .headings > div.cart-product-spacer,
  .cart-table .items > div.cart-product-spacer {
    width: 35%;
    display: block;
  }
}
@media (max-width: 767px) {
  .cart-table .headings > div.cart-product-spacer,
  .cart-table .items > div.cart-product-spacer {
    width: 5%;
    display: block;
  }
}
.cart-table .headings > div.cart-product-header,
.cart-table .items > div.cart-product-header {
  width: 40%;
}
@media (max-width: 991px) {
  .cart-table .headings > div.cart-product-header,
  .cart-table .items > div.cart-product-header {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .cart-table .headings > div.cart-product-header,
  .cart-table .items > div.cart-product-header {
    width: 5%;
  }
}
.cart-table .headings > div:last-child,
.cart-table .items > div:last-child {
  width: 8%;
}
@media (max-width: 991px) {
  .cart-table .headings > div:last-child,
  .cart-table .items > div:last-child {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cart-table .headings > div:last-child,
  .cart-table .items > div:last-child {
    width: 10%;
  }
}
.cart-table .headings > div.remove,
.cart-table .items > div.remove {
  font-size: 20px;
  padding-left: 5px;
}
.cart-table .headings {
  background: #787878;
  color: #ffffff;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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-table .headings > div {
  padding: 10px 5px;
}
@media (max-width: 767px) {
  .cart-table .headings > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cart-table .items {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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;
  border-bottom: 1px solid #eeeeee;
  color: #787878 !important;
  background: #f5f5f5;
}
.cart-table .items:nth-child(even) {
  color: #787878 !important;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cart-table .items {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.cart-table .items .glyphicon-remove {
  color: #ff0000;
  font-size: 15px;
}
form[name="pliki"] .form-files .user-file {
  width: 33.33333333%;
  padding: 0px 15px;
  float: left;
}
@media (min-width: 992px) {
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1 - 3) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1 - 3) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form[name="pliki"] .form-files .user-file {
    width: 50%;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1 - 2) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1 - 2) {
    clear: both;
  }
}
@media (min-width: 620px) and (max-width: 767px) {
  form[name="pliki"] .form-files .user-file {
    width: 33.33333333%;
  }
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1 - 3) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(3n + 1 - 3) {
    clear: both;
  }
}
@media (max-width: 620px) {
  form[name="pliki"] .form-files .user-file {
    width: 50%;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1 - 2) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1) {
    clear: both;
  }
  form[name="pliki"] .form-files .user-file:nth-child(2n + 1 - 2) {
    clear: both;
  }
}
form[name="pliki"] .form-files .user-file > div {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer !important;
}
form[name="pliki"] .form-files .user-file > div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
form[name="pliki"] .form-files .user-file > div label {
  font-weight: 400;
  cursor: pointer !important;
}
form[name="pliki"] .form-files .user-file > div label .name {
  font-size: 19px;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
form[name="pliki"] .form-files .user-file > div label .name::before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  content: " ";
  border: 1px solid #e3e4e6;
  top: 5px;
}
form[name="pliki"] .form-files .user-file > div label span,
form[name="pliki"] .form-files .user-file > div label a {
  margin-top: 6px;
  font-size: 15px;
  display: table;
  padding: 0px 20px 0px 0px;
  background: url('/grafika/i-download.png') right center no-repeat;
}
form[name="pliki"] .form-files .user-file > div .image {
  border: 1px solid #e3e4e6;
  margin-bottom: 20px;
  background: url('/grafika/logo.png') center center no-repeat;
  background-size: 40% auto !important;
}
form[name="pliki"] .form-files .user-file > div .image .ext {
  position: absolute;
  background: #FFF;
  line-height: 24px;
  height: 24px;
  padding: 0px 15px;
  border: 1px solid #e3e4e6;
  top: 20px;
  right: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
form[name="pliki"] .form-files .user-file > div .image img {
  max-width: 100%;
  height: auto !important;
}
form[name="pliki"] .form-files .user-file > div input:checked + label .name::before {
  background: #ffffff url('/grafika/i-checkbox.png') center center no-repeat;
}
form[name="pliki"] .form-summary {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px 0px;
  z-index: 999;
  bottom: -100px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
form[name="pliki"] .form-summary.in {
  bottom: 0px;
}
form[name="pliki"] .form-summary span {
  font-size: 15px;
  display: inline-block;
  padding: 0px 20px;
  background: url('/grafika/i-checkbox.png') left center no-repeat;
}
@media (max-width: 767px) {
  form[name="pliki"] .form-summary span {
    display: table;
    margin: 0px auto 6px;
  }
}
form[name="pliki"] .form-summary button {
  display: inline-block;
  border: 0px !important;
  outline: none !important;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  background: #ef7a30 url('/grafika/i-download-white.png') right 12px center no-repeat;
  padding: 0px 30px 0px 25px;
  height: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  form[name="pliki"] .form-summary button {
    display: table;
    margin: 0px auto;
  }
}
/* 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: " ";
}
/*
 *  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;
}
.paczkomaty-row {
  margin-bottom: 30px !important;
}
.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: #ef7a30;
}
.row-punkt-ruchu {
  width: 100%;
  border: 1px solid #e3e4e6;
}
.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;
}
.tabs,
.product-tabs {
  margin: 50px 0px 0px 0px;
}
.tabs .nav-tabs,
.product-tabs .nav-tabs {
  border: 0px;
}
.tabs .nav-tabs > li,
.product-tabs .nav-tabs > li {
  margin: 0px 50px 10px 0px;
}
@media (max-width: 991px) {
  .tabs .nav-tabs > li,
  .product-tabs .nav-tabs > li {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .tabs .nav-tabs > li,
  .product-tabs .nav-tabs > li {
    display: block;
    margin: 5px 0px;
    float: none;
  }
}
.tabs .nav-tabs > li > a,
.product-tabs .nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 0px;
  font-size: 24px;
  color: rgba(120, 120, 120, 0.5);
  background: none !important;
  border: 0px !important;
  border-bottom: 2px solid transparent !important;
  margin: 0px;
}
@media (max-width: 991px) {
  .tabs .nav-tabs > li > a,
  .product-tabs .nav-tabs > li > a {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .tabs .nav-tabs > li > a,
  .product-tabs .nav-tabs > li > a {
    border: 2px solid #e3e4e6 !important;
    padding: 8px 10px;
  }
}
.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: #787878;
  border-bottom-color: #ef7a30 !important;
}
@media (max-width: 767px) {
  .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 {
    border-color: #ef7a30 !important;
  }
}
.tabs .tab-content,
.product-tabs .tab-content {
  padding: 20px 0px 0px 0px;
}
.tabs .tab-content:after,
.product-tabs .tab-content:after {
  clear: both;
  display: block;
  content: " ";
}
.tabs .tab-content .tab-image:after,
.product-tabs .tab-content .tab-image:after {
  clear: both;
  display: block;
  content: " ";
}
.tabs .tab-content .tab-image .image,
.product-tabs .tab-content .tab-image .image {
  border: 1px solid #e3e4e6;
  float: left;
  width: 30%;
  padding: 20px;
}
@media (max-width: 767px) {
  .tabs .tab-content .tab-image .image,
  .product-tabs .tab-content .tab-image .image {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.tabs .tab-content .tab-image .image img,
.product-tabs .tab-content .tab-image .image img {
  max-width: 100%;
}
.tabs .tab-content .tab-image .description,
.product-tabs .tab-content .tab-image .description {
  width: 70%;
  float: right;
  padding-left: 30px;
}
.tabs .tab-content .tab-image .description ul,
.product-tabs .tab-content .tab-image .description ul {
  text-align: left;
}
@media (max-width: 767px) {
  .tabs .tab-content .tab-image .description,
  .product-tabs .tab-content .tab-image .description {
    width: 100%;
    float: none !important;
    padding-left: 0px;
  }
}
.tabs .tab-content .tab-image.tab-image-right .image,
.product-tabs .tab-content .tab-image.tab-image-right .image {
  float: right;
}
.tabs .tab-content .tab-image.tab-image-right .description,
.product-tabs .tab-content .tab-image.tab-image-right .description {
  float: left;
  padding-left: 0px;
  padding-right: 30px;
}
.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: 400px;
  margin: auto;
  font-size: 15px;
}
.tabs .tab-content table tr:first-child td,
.product-tabs .tab-content table tr:first-child td {
  border-top: 0px;
}
@media print {
  .tabs .nav-tabs,
  .product-tabs .nav-tabs {
    display: none;
  }
  .tabs .tab-content,
  .product-tabs .tab-content {
    padding: 0px !important;
    border: none !important;
    clear: both;
  }
  .tabs .tab-content .tab-pane,
  .product-tabs .tab-content .tab-pane {
    display: block;
    visibility: visible;
    clear: both;
    padding: 20px 0px;
  }
  .tabs .tab-content #koszty,
  .product-tabs .tab-content #koszty,
  .tabs .tab-content #pliki_do_pobrania,
  .product-tabs .tab-content #pliki_do_pobrania,
  .tabs .tab-content .table-costs,
  .product-tabs .tab-content .table-costs {
    display: none !important;
  }
}
.timer-info {
  border: 1px solid #d9d9d9;
  margin: 10px 0px 20px 0px;
  font-size: 12px;
  padding: 7px 10px;
  text-align: center;
}
.timer-info span {
  border-bottom: 1px dotted #333;
}
.timer {
  line-height: 30px;
  padding-left: 0px;
  font-size: 13px;
  color: #ef7a30;
  margin-top: -20px;
}
.timer > img {
  position: relative;
  top: -2px;
  margin: 0px 10px;
}
.timer.in-product {
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  background: none;
  text-align: left;
  color: #636265;
}
.timer > div {
  display: inline-block;
  color: #353535;
  font-size: 11px;
  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 #d9d9d9;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ef7a30;
  margin: 0px 2px;
}
/** 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: #787878;
  --cc-border-radius: .45rem;
  --cc-btn-primary-bg: #ef7a30;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #db5f11;
  --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
  --cc-btn-secondary-bg: #ccc;
  --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: var(--cc-btn-primary-bg);
}
#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;
  }
}
.tips-home.tips-border {
  border-top: 2px solid #e3e4e6;
  margin-top: 40px;
}
.row .news-column:first-child {
  border-top: 2px solid #e3e4e6;
  padding-top: 30px !important;
}
.news-owl,
.tips-owl,
.inspiration-owl {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.news-owl .owl-dots,
.tips-owl .owl-dots,
.inspiration-owl .owl-dots {
  display: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.news-owl .owl-nav,
.tips-owl .owl-nav,
.inspiration-owl .owl-nav {
  margin: 0px !important;
}
.news-owl .owl-nav .owl-prev,
.tips-owl .owl-nav .owl-prev,
.inspiration-owl .owl-nav .owl-prev {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-left.png') no-repeat center center !important;
  position: absolute;
  left: 0px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 1380px) {
  .news-owl .owl-nav .owl-prev,
  .tips-owl .owl-nav .owl-prev,
  .inspiration-owl .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px 0px !important;
  }
}
@media (max-width: 767px) {
  .news-owl .owl-nav .owl-prev,
  .tips-owl .owl-nav .owl-prev,
  .inspiration-owl .owl-nav .owl-prev {
    margin: 0px !important;
    top: -67px;
  }
}
.news-owl .owl-nav .owl-next,
.tips-owl .owl-nav .owl-next,
.inspiration-owl .owl-nav .owl-next {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-right.png') no-repeat center center !important;
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 1380px) {
  .news-owl .owl-nav .owl-next,
  .tips-owl .owl-nav .owl-next,
  .inspiration-owl .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px 0px !important;
  }
}
@media (max-width: 767px) {
  .news-owl .owl-nav .owl-next,
  .tips-owl .owl-nav .owl-next,
  .inspiration-owl .owl-nav .owl-next {
    margin: 0px !important;
    top: -67px;
  }
}
.news-owl .item,
.tips-owl .item,
.inspiration-owl .item {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: none;
}
.news-owl .item:first-child,
.tips-owl .item:first-child,
.inspiration-owl .item:first-child {
  display: block;
}
.news-owl .item .image img,
.tips-owl .item .image img,
.inspiration-owl .item .image img {
  width: auto;
  max-width: 100%;
}
.news-owl .item .description,
.tips-owl .item .description,
.inspiration-owl .item .description {
  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: 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;
  background: url('/grafika/gradient-porada.png') repeat-x bottom center;
}
.news-owl .item .description > div,
.tips-owl .item .description > div,
.inspiration-owl .item .description > div {
  width: 100%;
  padding: 30px;
  color: #FFF;
}
@media (max-width: 991px) {
  .news-owl .item .description > div,
  .tips-owl .item .description > div,
  .inspiration-owl .item .description > div {
    padding: 20px;
  }
}
.news-owl .item .description > div .title,
.tips-owl .item .description > div .title,
.inspiration-owl .item .description > div .title,
.news-owl .item .description > div .nagl,
.tips-owl .item .description > div .nagl,
.inspiration-owl .item .description > div .nagl {
  margin: 0px;
  color: #FFF;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.news-owl .item .description > div .title.title,
.tips-owl .item .description > div .title.title,
.inspiration-owl .item .description > div .title.title,
.news-owl .item .description > div .nagl.title,
.tips-owl .item .description > div .nagl.title,
.inspiration-owl .item .description > div .nagl.title {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 991px) {
  .news-owl .item .description > div .title.nagl,
  .tips-owl .item .description > div .title.nagl,
  .inspiration-owl .item .description > div .title.nagl,
  .news-owl .item .description > div .nagl.nagl,
  .tips-owl .item .description > div .nagl.nagl,
  .inspiration-owl .item .description > div .nagl.nagl {
    font-size: 24px;
  }
}
.news-owl .item .description > div .title.has-date,
.tips-owl .item .description > div .title.has-date,
.inspiration-owl .item .description > div .title.has-date,
.news-owl .item .description > div .nagl.has-date,
.tips-owl .item .description > div .nagl.has-date,
.inspiration-owl .item .description > div .nagl.has-date {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .news-owl .item .description > div .title.has-date,
  .tips-owl .item .description > div .title.has-date,
  .inspiration-owl .item .description > div .title.has-date,
  .news-owl .item .description > div .nagl.has-date,
  .tips-owl .item .description > div .nagl.has-date,
  .inspiration-owl .item .description > div .nagl.has-date {
    padding-left: 0px;
  }
}
.news-owl .item .description > div .title a,
.tips-owl .item .description > div .title a,
.inspiration-owl .item .description > div .title a,
.news-owl .item .description > div .nagl a,
.tips-owl .item .description > div .nagl a,
.inspiration-owl .item .description > div .nagl a {
  color: inherit;
}
.news-owl .item .description > div .title .date,
.tips-owl .item .description > div .title .date,
.inspiration-owl .item .description > div .title .date,
.news-owl .item .description > div .nagl .date,
.tips-owl .item .description > div .nagl .date,
.inspiration-owl .item .description > div .nagl .date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 50px;
  background: #ef7a30;
  color: #FFF;
  line-height: 50px;
  padding: 0px 10px;
  font-size: 19px;
  font-weight: bold;
  margin: 0px;
}
@media (min-width: 992px) {
  .news-owl .item .description > div .title .date,
  .tips-owl .item .description > div .title .date,
  .inspiration-owl .item .description > div .title .date,
  .news-owl .item .description > div .nagl .date,
  .tips-owl .item .description > div .nagl .date,
  .inspiration-owl .item .description > div .nagl .date {
    -webkit-clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  }
}
@media (max-width: 991px) {
  .news-owl .item .description > div .title .date,
  .tips-owl .item .description > div .title .date,
  .inspiration-owl .item .description > div .title .date,
  .news-owl .item .description > div .nagl .date,
  .tips-owl .item .description > div .nagl .date,
  .inspiration-owl .item .description > div .nagl .date {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: auto;
    line-height: normal;
    padding: 4px 10px;
    display: table;
    margin: 0px auto 10px 0;
    font-size: 14px;
  }
}
.news-owl.news-owl .item .description,
.tips-owl.news-owl .item .description,
.inspiration-owl.news-owl .item .description {
  background: url('/grafika/gradient-news.png') repeat-x bottom center;
}
.news-owl.inspiration-owl .item .description,
.tips-owl.inspiration-owl .item .description,
.inspiration-owl.inspiration-owl .item .description {
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.news-owl.inspiration-owl .item:hover .description,
.tips-owl.inspiration-owl .item:hover .description,
.inspiration-owl.inspiration-owl .item:hover .description {
  opacity: 1;
}
/* LISTA newsów i porad */
.news-column:last-child .news-item {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.news-column .news-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e3e4e6;
}
.news-column .news-item .image {
  width: 100%;
  text-align: center;
}
.news-column .news-item .image > a > img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 580px) {
  .news-column .news-item .description {
    text-align: center;
    margin-top: 20px;
  }
}
.news-column .news-item .description > h3 {
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  color: #787878;
}
.news-column .news-item .description > h3 > a {
  color: inherit;
}
.news-column .news-item .description .date {
  display: table;
  padding-left: 30px;
  background: url('/grafika/i-date.png') no-repeat left center;
  font-size: 15px;
}
@media (max-width: 580px) {
  .news-column .news-item .description .date {
    margin: 0px auto;
  }
}
.news-column .news-item .description .description-body {
  padding-top: 10px;
}
.news-column .news-item .description .more {
  display: table;
  margin: 20px 0px 0px 0px;
  background: #ef7a30;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 6px 12px;
  letter-spacing: 1px;
}
@media (max-width: 580px) {
  .news-column .news-item .description .more {
    margin: 15px auto 0px auto;
    float: none;
    display: table;
  }
}
.tips-column:last-child .tips-item {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.tips-column .tips-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-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;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e3e4e6;
}
@media (max-width: 767px) {
  .tips-column .tips-item {
    display: block;
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.tips-column .tips-item .image {
  width: 50%;
  order: 1;
}
@media (max-width: 767px) {
  .tips-column .tips-item .image {
    width: 100% !important;
    margin: 0px auto 30px auto;
  }
}
.tips-column .tips-item .image img {
  max-width: 100%;
}
.tips-column .tips-item .description {
  order: 2;
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .tips-column .tips-item .description {
    width: 100% !important;
    padding: 0px !important;
  }
}
.tips-column .tips-item .description h3 {
  margin-top: 0px;
}
.tips-column .tips-item .description .more {
  display: table;
  margin: 20px 0px 0px 0px;
  background: #ef7a30;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 6px 12px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .tips-column .tips-item .description .more {
    margin: 15px auto 0px auto;
    float: none;
    display: table;
  }
}
.tips-column:nth-child(even) .tips-item .image {
  order: 2;
}
.tips-column:nth-child(even) .tips-item .description {
  order: 1;
  padding-left: 0px;
  padding-right: 30px;
}
/** Karta newsa */
.news h1 {
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
  .news h1 {
    text-align: center;
    margin: 10px 0px 20px 0px;
  }
}
.news .date {
  display: table;
  padding-left: 30px;
  background: url('/grafika/i-date.png') no-repeat left center;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .news .date {
    margin: 0px auto 20px auto;
  }
}
.news .images {
  width: 480px;
  max-width: 100%;
  margin: auto auto 30px auto;
}
.news .images .image {
  max-width: 100%;
  width: 480px;
  margin: auto;
  text-align: center;
}
.news .images .image img {
  width: 100%;
  height: auto !important;
}
.news .images .thumbs {
  text-align: center;
  margin-right: -10px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .images .thumbs a {
  display: block;
  padding-right: 10px;
  max-width: 33.33333333%;
  box-sizing: border-box;
}
.news .images .thumbs a img {
  margin-top: 10px;
  max-width: 100%;
  height: auto !important;
}
.item-273202977 > a {
  border: 2px solid #FFF !important;
  color: #FFF !important;
  text-decoration: none !important;
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px !important;
  padding: 10px 15px;
}
.item-273202977 > a:hover {
  background: #FFF;
  color: #333333 !important;
}
/** Podpowiedzi do wyszukiwarki */
input[name="q"].loader {
  background: #ffffff url('/grafika/const/loader.svg') no-repeat right 35px center !important;
  background-size: 20px 20px !important;
}
.typeahead.dropdown-menu {
  z-index: 9999999 !important;
  border: 1px solid #e3e4e6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  padding: 0px;
  right: 0px;
  left: auto !important;
  color: #000;
}
@media (max-width: 767px) {
  .typeahead.dropdown-menu {
    right: 0px;
    left: 0px !important;
  }
}
.typeahead.dropdown-menu > li {
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid rgba(227, 228, 230, 0.5);
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}
.typeahead.dropdown-menu > li > a,
.typeahead.dropdown-menu > li > a:focus,
.typeahead.dropdown-menu > li > a:hover {
  background: none;
  color: inherit;
}
.typeahead.dropdown-menu > li:not(.suggestions):hover::after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(239, 122, 48, 0.05);
}
.typeahead.dropdown-menu > li::before,
.typeahead.dropdown-menu > li::after {
  clear: both;
  display: block;
  content: " ";
}
.typeahead.dropdown-menu > li > div {
  width: 100%;
  font-size: 13px;
}
.typeahead.dropdown-menu > li > div::before,
.typeahead.dropdown-menu > li > div::after {
  clear: both;
  display: block;
  content: " ";
}
.typeahead.dropdown-menu > li > div > .image {
  float: left;
  width: 15%;
}
.typeahead.dropdown-menu > li > div > .image img {
  max-width: 100%;
  height: auto !important;
}
.typeahead.dropdown-menu > li > div > a {
  padding-top: 10px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
  color: #787878;
}
.typeahead.dropdown-menu > li > div > a strong {
  font-weight: 400;
  color: #ef7a30;
  text-decoration: underline;
}
.typeahead.dropdown-menu > li > div > .price {
  color: #ef7a30;
  padding-top: 10px;
  text-align: right;
  width: 25%;
  float: right;
}
.typeahead.dropdown-menu > li.suggestions {
  padding: 15px;
  font-size: 13px;
}
.typeahead.dropdown-menu > li.suggestions::before {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #f67e21;
  content: "Czy miałeś na myśli:";
}
.typeahead.dropdown-menu > li.suggestions a {
  display: inline-block;
  padding: 0px;
  margin-right: 6px;
}
.typeahead.dropdown-menu > li.suggestions a:hover {
  color: #ef7a30;
}
.typeahead.dropdown-menu > li.show-all {
  font-size: 14px;
  text-align: center;
}
.typeahead.dropdown-menu > li.show-all span {
  background: #ff3a3a;
  font-size: 10px;
  padding: 0px 10px;
  color: #FFF;
  display: inline-block;
  line-height: 17px;
  margin-left: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.button-selectpicker,
.button-category {
  border: 2px solid #e3e4e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #FFF !important;
  width: auto !important;
  height: 40px;
  line-height: 36px;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  padding: 0px 60px 0px 20px !important;
  box-shadow: none !important;
  outline: none !important;
  outline-width: 0px !important;
  outline-color: transparent !important;
  outline: thin dotted transparent !important;
  outline: 0px auto transparent !important;
  outline-offset: 0px;
}
.button-selectpicker *,
.button-category * {
  outline: none !important;
  outline-width: 0px !important;
}
.button-selectpicker .caret,
.button-category .caret {
  border-bottom-color: #ef7a30;
  border-top-color: #ef7a30;
}
.button-selectpicker + .dropdown-menu,
.button-category + .dropdown-menu {
  box-shadow: none !important;
  border: 1px solid #e3e4e6;
}
.button-selectpicker + .dropdown-menu ul > li > a,
.button-category + .dropdown-menu ul > li > a {
  outline: none !important;
}
.button-selectpicker + .dropdown-menu ul > li.active > a,
.button-category + .dropdown-menu ul > li.active > a,
.button-selectpicker + .dropdown-menu ul > li.selected > a,
.button-category + .dropdown-menu ul > li.selected > a {
  background: #ef7a30;
  color: #FFF;
}
.selectpicker-category {
  width: 100%;
}
.selectpicker-category .bootstrap-select {
  width: 100%;
  max-width: 400px;
}
.selectpicker-category button {
  width: 100% !important;
}
.title-small {
  margin-bottom: 20px;
  font-size: 19px;
}
.grupy .items {
  margin-bottom: 20px;
}
.grupy .items > div {
  font-size: 15px;
  font-weight: bold;
  color: #787878;
  border: 2px solid #e3e4e6;
  margin: 0px 20px 10px 0px;
  display: inline-block;
  padding: 15px 20px 15px 60px;
  /* Firefox 3.5+ */
  /* IE6-9 */
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.6;
  cursor: pointer;
  background: url('/grafika/calculator/i-check.svg') left 20px center no-repeat;
  background-size: 26px 26px !important;
}
.grupy .items > div.in {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
  color: #ef7a30;
  border: 2px solid #ef7a30;
}
.calc-button {
  border: 2px solid #e3e4e6 !important;
  color: #787878 !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 20px;
  display: table;
  text-decoration: none;
  background: transparent;
  text-decoration: none !important;
}
.calc-button.is-color {
  border: 2px solid #ef7a30 !important;
  color: #ef7a30 !important;
}
.calc-button.is-white {
  border: 2px solid #FFF !important;
  background: #e3e4e6 !important;
  color: #FFF !important;
  background: #ef7a30 !important;
}
.el-button {
  background: #ef7a30;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px !important;
  outline: none !important;
  padding: 10px 20px;
}
.calc-border {
  height: 2px;
  background: #e3e4e6;
  margin-bottom: 20px;
}
.calc-terrace-intro {
  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: 20px 30px 20px 30px;
  margin-bottom: 30px;
  background: #f7f7f7;
}
@media (max-width: 580px) {
  .calc-terrace-intro {
    display: block;
    padding: 20px;
  }
}
.calc-terrace-intro.in {
  background: #ef7a30;
  color: #FFF;
}
.calc-terrace-intro .icon {
  width: 42px;
  margin-right: 20px;
}
@media (max-width: 580px) {
  .calc-terrace-intro .icon {
    margin: 0px auto 20px;
  }
}
.calc-terrace-intro .icon img {
  width: 42px;
}
.calc-terrace-intro .description {
  width: 100%;
  font-size: 15px;
  text-align: left !important;
}
@media (max-width: 580px) {
  .calc-terrace-intro .description {
    margin-bottom: 20px;
    text-align: center !important;
  }
}
.calc-terrace-intro .description strong {
  display: block;
  font-size: 19px;
}
.calc-terrace-intro .description span {
  margin-right: 10px;
}
.calc-terrace-intro .description .sizes {
  margin: 15px 0px;
}
.calc-terrace-intro .description .sizes .size-item span {
  font-weight: bold;
  color: #ef7a30;
}
.calc-terrace-intro .description .total-row b {
  color: #ef7a30;
}
.calc-terrace-intro .edit {
  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-left: 20px;
}
@media (max-width: 580px) {
  .calc-terrace-intro .edit {
    text-align: center;
    margin: 0px;
  }
}
.calc-terrace-intro .edit > div a {
  display: table;
  margin: 0px 0px 0px auto;
}
.calc-terrace-intro .edit > div a + a {
  margin-top: 10px;
}
@media (max-width: 580px) {
  .calc-terrace-intro .edit > div a {
    margin: 0px auto;
  }
}
.modal-terrace-calculator + .modal-backdrop {
  background: #FFF;
}
.modal-terrace-calculator .modal-dialog .modal-content {
  box-shadow: none;
  border: 2px solid #e3e4e6;
  color: #000;
  background: #FFF;
}
@media (min-width: 1201px) {
  .modal-terrace-calculator .modal-dialog .modal-content {
    width: 1000px;
  }
}
.modal-terrace-calculator .modal-dialog .modal-content .close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border: 0px;
  background: #ffffff url('/grafika/calculator/close.svg') center center no-repeat;
  background-size: 13px auto !important;
}
.modal-terrace-calculator .modal-dialog .modal-body {
  padding: 15px;
}
.modal-terrace-calculator .modal-dialog .modal-footer button[data-bb-handler] {
  background: #ef7a30 !important;
  border-color: #ef7a30 !important;
  color: #FFFFFF;
  outline: none !important;
  font-weight: bold;
}
/** W modalu */
.terrace-calculator {
  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-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.terrace-calculator h1 {
  font-size: 24px;
  margin: 0px 0px 30px 0px;
  width: 100%;
}
.terrace-calculator h3 {
  font-weight: 400;
  font-size: 19px;
  margin: 0px 0px 20px 0px;
}
.terrace-calculator > div {
  width: 50%;
}
@media (max-width: 580px) {
  .terrace-calculator > div {
    width: 100%;
  }
}
.terrace-calculator > div .items {
  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;
  -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 -4px 20px;
}
.terrace-calculator > div .items > div {
  padding: 0px 4px;
  position: relative;
}
.terrace-calculator > div .items > div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.terrace-calculator > div .items > div label {
  padding: 15px;
  border: 2px solid #e3e4e6;
  cursor: pointer;
  color: #bbbbbb;
  font-size: 15px;
}
.terrace-calculator > div .items > div label[for="layout9"] {
  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;
}
.terrace-calculator > div .items > div label[for="layout9"] span {
  margin-left: 20px;
}
.terrace-calculator > div .items > div label span {
  font-size: 15px;
  font-weight: 400;
  color: #787878;
}
.terrace-calculator > div .items > div label img {
  width: 35px;
  /* Firefox 3.5+ */
  /* IE6-9 */
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.6;
}
.terrace-calculator > div .items > div input:checked + label {
  border: 2px solid #ef7a30;
  color: #ef7a30;
}
.terrace-calculator > div .items > div input:checked + label img {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
.terrace-calculator > div .messages {
  font-size: 14px;
  color: #c32d2d;
}
.terrace-calculator > div .messages ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 15px;
}
.terrace-calculator > div .sizes {
  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-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.terrace-calculator > div .sizes .calc_layout {
  width: 50%;
}
.terrace-calculator > div .sizes .calc_layout span {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #787878;
}
.terrace-calculator > div .sizes .calc_layout input {
  border: 2px solid #e3e4e6;
  display: inline-block;
  line-height: 41px;
  height: 41px;
  padding: 0px 20px;
  width: 70%;
  -moz-appearance: textfield;
  outline: none !important;
}
@media (max-width: 991px) {
  .terrace-calculator > div .sizes .calc_layout input {
    font-size: 16px;
    padding: 0px 10px;
  }
}
.terrace-calculator > div .sizes .calc_layout input:focus {
  border: 2px solid #c8cace;
}
.terrace-calculator > div .sizes .calc_layout input::-webkit-outer-spin-button,
.terrace-calculator > div .sizes .calc_layout input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.terrace-calculator > div .sizes .calc_layout i {
  color: #787878;
  font-style: normal;
  font-size: 15px;
  margin-left: 10px;
}
@media (max-width: 580px) {
  .terrace-calculator > div .sizes .calc_layout i {
    margin-left: 3px;
  }
}
.terrace-calculator > div .submit {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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;
}
.terrace-calculator > div .submit #req_s {
  width: 100%;
}
.terrace-calculator > div .submit .surface {
  font-size: 15px;
  margin-top: 10px;
  margin-right: 10px;
}
.terrace-calculator > div .submit .surface strong {
  display: block;
  color: #ef7a30;
}
.terrace-calculator > div .submit .el-button {
  margin: 10px 0px 0px 0px;
}
.terrace-calculator > div .submit .el-button[disabled] {
  opacity: .5;
  /* Firefox 3.5+ */
  /* IE6-9 */
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.6;
}
.terrace-calculator > div .schemat {
  text-align: center;
  padding: 20px;
}
@media (max-width: 580px) {
  .terrace-calculator > div .schemat {
    padding: 0px;
    margin-bottom: 20px;
  }
}
.terrace-calculator > div .schemat img {
  max-width: 200px;
}
/** Lista produktów */
.calculator-product-details {
  border: 2px solid #e3e4e6;
  padding: 18px;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .calculator-product-details {
    margin-top: 15px;
  }
}
.calculator-product-details > div {
  margin-bottom: 6px;
}
.calculator-product-details > div > span {
  color: #ef7a30;
  display: block;
}
.calculator-product-details > div > strong {
  color: #ef7a30;
}
/** Karta produktu */
.calculator-product-more-details {
  padding-top: 30px;
}
.calculator-product-more-details > div {
  background: #f7f7f7;
}
.calculator-details {
  margin: 20px 0px 40px 0px;
}
.calculator-details h3 {
  font-size: 19px;
  font-weight: 400;
}
.calculator-details .heading {
  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;
  -webkit-align-items: space-between;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  font-size: 15px;
}
.calculator-details .heading .surface {
  margin-top: 15px;
}
.calculator-details .heading .surface span {
  margin-right: 20px;
}
.calculator-details .heading .surface b,
.calculator-details .heading .surface strong {
  color: #ef7a30;
}
.calculator-details .heading > div {
  width: 50%;
}
@media (max-width: 580px) {
  .calculator-details .heading > div {
    width: 100%;
  }
  .calculator-details .heading > div + div {
    margin-top: 15px;
  }
}
.calculator-details .heading .layouts-wrapper {
  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-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 580px) {
  .calculator-details .heading .layouts-wrapper {
    -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;
  }
}
.calculator-details .heading .layouts-wrapper + .kalk_popup {
  margin-top: 20px;
}
@media (max-width: 580px) {
  .calculator-details .heading .layouts-wrapper + .kalk_popup {
    margin: 20px auto 0px auto;
  }
}
.calculator-details .heading .layouts-wrapper h3 {
  font-size: 19px;
  width: 100%;
}
.calculator-details .heading .layouts-wrapper .layouts {
  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;
}
.calculator-details .heading .layouts-wrapper .layouts > div {
  padding: 15px;
  margin: 0px 8px 8px 0px;
  border: 2px solid #e3e4e6;
}
.calculator-details .heading .layouts-wrapper .layouts > div span {
  font-size: 15px;
  font-weight: 400;
  color: #787878;
}
.calculator-details .heading .layouts-wrapper .layouts > div img {
  width: 35px;
  /* Firefox 3.5+ */
  /* IE6-9 */
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.6;
}
.calculator-details .heading .layouts-wrapper .layouts > div.in img {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0%);
}
.calculator-details .heading .layouts-wrapper .schemat {
  width: 160px;
  margin: -30px 0px 0px 30px;
}
@media (max-width: 1200px) {
  .calculator-details .heading .layouts-wrapper .schemat {
    margin: 20px 0px 0px 0px;
  }
}
.calculator-details .heading .sizes {
  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-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.calculator-details .heading .sizes > div {
  margin-right: 20px;
  margin-bottom: 10px;
}
.calculator-details .heading .sizes > div span {
  display: block;
  margin-bottom: 5px;
}
.calculator-details .heading .sizes > div b {
  line-height: 38px;
  height: 41px;
  border: 2px solid #e3e4e6;
  display: inline-block;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 400;
  min-width: 90px;
}
.summary-calculator {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 30px 0px;
  border-top: 2px solid #e3e4e6;
}
@media (max-width: 1200px) {
  .summary-calculator {
    padding: 20px 0px;
  }
}
.summary-calculator > 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;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0px -15px;
}
@media (max-width: 991px) {
  .summary-calculator > div {
    display: block;
    padding-right: 230px;
    margin: 0px;
  }
}
@media (max-width: 580px) {
  .summary-calculator > div {
    padding: 0px;
  }
}
.summary-calculator > div .summary-calculator-title {
  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;
  width: 50%;
  padding: 0px 15px;
}
@media (max-width: 991px) {
  .summary-calculator > div .summary-calculator-title {
    padding: 0px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .summary-calculator > div .summary-calculator-title {
    display: block;
  }
}
.summary-calculator > div .summary-calculator-title .image {
  min-width: 100px;
  width: 100px;
  margin-right: 20px;
}
@media (max-width: 400px) {
  .summary-calculator > div .summary-calculator-title .image {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    margin: 0px auto 10px 0px;
  }
}
.summary-calculator > div .summary-calculator-title .name {
  font-size: 19px;
  font-weight: bold;
  color: #787878;
  width: 100%;
}
.summary-calculator > div .summary-calculator-title .name a {
  color: inherit;
}
.summary-calculator > div .summary-calculator-title .name .name-info {
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}
.summary-calculator > div .summary-calculator-options {
  width: 50%;
  padding: 0px 230px 0px 5px;
  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;
}
@media (max-width: 1200px) {
  .summary-calculator > div .summary-calculator-options {
    display: block;
  }
}
@media (max-width: 991px) {
  .summary-calculator > div .summary-calculator-options {
    padding: 0px;
    margin: 5px -5px 0px -5px;
    width: 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;
  }
}
.summary-calculator > div .summary-calculator-options .summary-calculator-label {
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .summary-calculator > div .summary-calculator-options .summary-calculator-label {
    margin-bottom: 5px;
  }
}
.summary-calculator > div .summary-calculator-options .quantity {
  min-width: 140px;
  width: 140px;
  padding: 0px 10px;
}
@media (max-width: 991px) {
  .summary-calculator > div .summary-calculator-options .quantity {
    padding: 0px 5px;
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .summary-calculator > div .summary-calculator-options .quantity {
    min-width: 100px;
    width: 100px;
  }
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: 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 */
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input input {
  height: 36px;
  line-height: 32px;
  border: 2px solid #e3e4e6;
  width: 100%;
  outline: 0px;
  padding: 0px 40px 0px 15px;
  font-size: 15px;
  color: rgba(120, 120, 120, 0.6);
}
@media (max-width: 400px) {
  .summary-calculator > div .summary-calculator-options .quantity .quantity-input input {
    padding: 0px 30px 0px 10px;
  }
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input ::-webkit-input-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input :-moz-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input ::-moz-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input :-ms-input-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input ::-ms-input-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input ::-webkit-input-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input :-moz-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input ::-moz-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input :-ms-input-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input ::-ms-input-placeholder {
  color: rgba(120, 120, 120, 0.6);
}
.summary-calculator > div .summary-calculator-options .quantity .quantity-input span {
  color: rgba(120, 120, 120, 0.6);
  position: absolute;
  right: 0px;
  top: 7px;
  font-size: 15px;
  width: 40px;
}
@media (max-width: 400px) {
  .summary-calculator > div .summary-calculator-options .quantity .quantity-input span {
    width: 30px;
  }
}
.summary-calculator > div .summary-calculator-options .variant {
  width: 100%;
  max-width: 240px;
  padding: 0px 10px;
}
@media (max-width: 1200px) {
  .summary-calculator > div .summary-calculator-options .variant {
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .summary-calculator > div .summary-calculator-options .variant {
    padding: 0px 5px;
    margin-top: 5px;
  }
}
.summary-calculator > div .summary-calculator-options .variant .bootstrap-select {
  width: 100%;
}
.summary-calculator > div .summary-calculator-options .variant .bootstrap-select .filter-option-inner {
  padding-right: 0px;
}
.summary-calculator > div .summary-calculator-options .variant .bootstrap-select .dropdown-toggle {
  border: 2px solid #e3e4e6;
  height: 36px;
  line-height: 32px;
  padding: 0px 40px 0px 15px;
  outline: 0px !important;
  background: #FFF !important;
  color: #787878;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.summary-calculator > div .summary-calculator-options .variant .bootstrap-select .dropdown-toggle .caret {
  border-width: 5px;
  border-top: 5px solid #ef7a30;
}
.summary-calculator > div .total {
  width: 200px;
  position: absolute;
  right: 15px;
  top: 0px;
  bottom: 0px;
  border-left: 2px solid #e3e4e6;
  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: 580px) {
  .summary-calculator > div .total {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 15px 0px 0px auto;
    border: 0px;
  }
  .summary-calculator > div .total.total-calc {
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
}
.summary-calculator > div .total > div {
  text-align: right;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  color: #ef7a30;
  padding-right: 75px;
}
@media (max-width: 580px) {
  .summary-calculator > div .total > div {
    padding-right: 30px;
  }
}
.summary-calculator > div .total > div button {
  width: 60px;
  height: 50px;
  background: #ef7a30 url('/grafika/i-basket-white.png') no-repeat center center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -25px 0px 0px 0px;
  padding: 0px;
  border: 0px !important;
  outline: 0px !important;
}
@media (max-width: 580px) {
  .summary-calculator > div .total > div button {
    width: 20px;
    height: 20px;
    margin: -10px 0px 0px 0px;
    background: #ffffff url('/grafika/i-basket.png') no-repeat center center;
  }
}
.footer-calculator {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 10px;
  border-top: 2px solid #e3e4e6;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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: 420px) {
  .footer-calculator {
    display: block;
  }
}
.footer-calculator > div {
  margin-top: 20px;
}
.footer-calculator > div .footer-summary {
  font-size: 24px;
  text-align: right;
}
.footer-calculator > div .footer-summary strong {
  color: #ef7a30;
}
.footer-calculator > div .button-cart-kalkulator {
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ef7a30 url('/grafika/i-basket-white.png') no-repeat left 20px center;
  padding: 15px 30px 15px 60px;
  display: table;
  margin: 20px 0px 0px auto;
  color: #FFF !important;
  border: 0px !important;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  line-height: 1;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #e3e4e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 2px;
  font-size: 11px;
  color: #ef7a30;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ef7a30;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #ef7a30;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
/* 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: " ";
}
/*
 *  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;
}
#boksy {
  width: 100%;
}
#boksy > .inner::after {
  content: "";
  display: block;
  clear: both;
}
#boksy .boks {
  position: relative;
  float: left;
  /** Karuzela */
}
#boksy .boks .description {
  z-index: 10;
  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: 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;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background: url('/grafika/gradient-box-small.png') repeat-x bottom center;
}
#boksy .boks .description > div {
  width: 100%;
  padding: 40px;
  color: #FFF;
}
@media (max-width: 1380px) {
  #boksy .boks .description > div {
    padding: 25px;
  }
}
#boksy .boks .description > div h2,
#boksy .boks .description > div h3 {
  color: #FFF;
  font-size: 34px;
  margin: 0px;
  font-weight: 400;
}
@media (max-width: 1380px) {
  #boksy .boks .description > div h2,
  #boksy .boks .description > div h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #boksy .boks .description > div h2,
  #boksy .boks .description > div h3 {
    font-size: 24px;
  }
}
#boksy .boks .description > div h2 a,
#boksy .boks .description > div h3 a {
  color: inherit;
}
#boksy .boks .description > div .description-body {
  color: #FFF;
  max-height: 0px;
  overflow: hidden;
  line-height: 1.2;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  #boksy .boks .description > div .description-body {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #boksy .boks .description > div .description-body {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #boksy .boks .description > div .description-body {
    display: none !important;
  }
}
#boksy .boks .description > div .description-body .btn-more {
  display: table;
  margin: 30px 0px 0px 0px;
  background: #ef7a30;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 6px 12px;
  letter-spacing: 1px;
}
@media (max-width: 1380px) {
  #boksy .boks .description > div .description-body .btn-more {
    margin-top: 20px;
  }
}
@media (min-width: 481px) {
  #boksy .boks:hover .description.description-hover {
    background: url('/grafika/gradient-box.png') repeat-x bottom center;
  }
}
#boksy .boks:hover .description > div .description-body {
  max-height: 400px;
  margin-top: 30px;
}
@media (max-width: 1380px) {
  #boksy .boks:hover .description > div .description-body {
    margin-top: 20px;
  }
}
#boksy .boks .boks-carousel .item {
  display: block;
}
#boksy .boks .boks-carousel img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
#boksy .boks.boks-1x1-marki .description {
  background: #242424 !important;
  -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;
}
#boksy .boks.boks-1x1-marki .description > div {
  padding: 0px 20px;
}
@media (max-width: 420px) {
  #boksy .boks.boks-1x1-marki .description > div {
    padding: 0px 10px;
  }
}
#boksy .boks.boks-1x1-marki .description > div h2,
#boksy .boks.boks-1x1-marki .description > div h3 {
  text-align: center;
  margin: 50px 0px;
}
@media (max-width: 1380px) {
  #boksy .boks.boks-1x1-marki .description > div h2,
  #boksy .boks.boks-1x1-marki .description > div h3 {
    margin: 30px 0px;
  }
}
#boksy .boks.boks-1x1-marki .description > div .description-body {
  max-height: none;
  margin: 0px !important;
  display: block !important;
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands:after {
  clear: both;
  display: block;
  content: " ";
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div {
  width: 50%;
  float: left;
  padding: 0px 10px;
  margin-bottom: 20px;
  position: relative;
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div a {
  display: block;
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div .desc {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  bottom: 0px;
  width: auto;
  padding: 10px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div .desc:not(.desc-link) {
  pointer-events: none;
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div .desc a {
  color: #FFF;
}
@media (max-width: 991px) {
  #boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div .desc {
    display: none !important;
  }
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div.in .desc {
  display: block !important;
  opacity: 1;
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div:hover .desc {
  opacity: 1;
}
#boksy .boks.boks-1x1-marki .description > div .description-body .our-brands div img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}
#boksy .boks.boks-1x1,
#boksy .boks.boks-1x1-marki {
  width: 25%;
}
@media (max-width: 991px) {
  #boksy .boks.boks-1x1,
  #boksy .boks.boks-1x1-marki {
    width: 50%;
  }
}
@media (max-width: 420px) {
  #boksy .boks.boks-1x1,
  #boksy .boks.boks-1x1-marki {
    width: 100%;
  }
}
#boksy .boks.boks-2x1 {
  width: 50%;
}
@media (max-width: 991px) {
  #boksy .boks.boks-2x1 {
    width: 100%;
  }
}
.realization-item-column {
  float: left;
}
@media (min-width: 1201px) {
  .realization-item-column {
    width: 33.33333333%;
  }
  .realization-item-column:nth-child(3n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(3n + 1 - 3) {
    clear: both;
  }
  .realization-item-column:nth-child(3n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(3n + 1 - 3) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .realization-item-column {
    width: 33.33333333%;
  }
  .realization-item-column:nth-child(3n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(3n + 1 - 3) {
    clear: both;
  }
  .realization-item-column:nth-child(3n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(3n + 1 - 3) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .realization-item-column {
    width: 50%;
  }
  .realization-item-column:nth-child(2n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(2n + 1 - 2) {
    clear: both;
  }
  .realization-item-column:nth-child(2n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(2n + 1 - 2) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .realization-item-column {
    width: 100%;
    float: none;
  }
  .realization-item-column:nth-child(1n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(1n + 1 - 1) {
    clear: both;
  }
  .realization-item-column:nth-child(1n + 1) {
    clear: both;
  }
  .realization-item-column:nth-child(1n + 1 - 1) {
    clear: both;
  }
}
.realization-item-column .realization-item {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.realization-item-column .realization-item .image img {
  max-width: 100%;
}
.realization-item-column .realization-item .description {
  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: 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;
  pointer-events: none !important;
  background: url('/grafika/gradient-box-small.png') repeat-x bottom center;
  padding: 30px;
  border: 4px solid #ef7a30;
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 991px) {
  .realization-item-column .realization-item .description {
    padding: 20px;
  }
}
.realization-item-column .realization-item .description .title {
  color: #FFF;
  font-size: 17px;
  margin: 0px;
  font-weight: 400;
}
.realization-item-column .realization-item:hover .description {
  opacity: 1;
}
.realization-single .slider-realization {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.realization-single .slider-realization .images-carousel img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.realization-single .slider-realization .images-carousel .owl-dots {
  position: absolute;
  display: none;
  padding: 0px;
  margin: 0px;
}
.realization-single .slider-realization .images-carousel .owl-nav {
  margin: 0px !important;
}
.realization-single .slider-realization .images-carousel .owl-nav .owl-prev {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-left.png') no-repeat center center;
  position: absolute;
  left: 0px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 991px) {
  .realization-single .slider-realization .images-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    margin: -15px 0px 0px 0px !important;
    background-size: 14px auto !important;
  }
}
.realization-single .slider-realization .images-carousel .owl-nav .owl-next {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-right.png') no-repeat center center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 991px) {
  .realization-single .slider-realization .images-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    margin: -15px 0px 0px 0px !important;
    background-size: 14px auto !important;
  }
}
.realization-single .slider-realization .thumbs {
  margin-top: -180px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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;
  -webkit-box-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 20;
  position: relative;
}
@media (max-width: 1220px) {
  .realization-single .slider-realization .thumbs {
    margin: 5px -5px 0px -5px;
  }
}
.realization-single .slider-realization .thumbs .item {
  max-width: 25%;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .realization-single .slider-realization .thumbs .item {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .realization-single .slider-realization .thumbs .item {
    max-width: 33.33333333%;
  }
}
@media (max-width: 380px) {
  .realization-single .slider-realization .thumbs .item {
    max-width: 50%;
  }
}
.realization-single .slider-realization .thumbs .item:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: " ";
  pointer-events: none;
  border: 2px solid #ef7a30;
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  .realization-single .slider-realization .thumbs .item:before {
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
  }
}
.realization-single .slider-realization .thumbs .item img {
  width: auto;
  max-width: 100%;
}
.realization-single .slider-realization .thumbs .item.active:before {
  opacity: 1;
}
.realization-single .description h1 {
  padding-left: 0px !important;
}
#wykonawcy .google-map {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
#wykonawcy .wykonawcy-list {
  counter-reset: section;
  margin: 0px -15px;
}
#wykonawcy .wykonawcy-list .wykonawcy-item {
  width: 50%;
  float: left;
  padding: 0px 15px;
  margin-bottom: 30px;
}
@media (max-width: 660px) {
  #wykonawcy .wykonawcy-list .wykonawcy-item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
#wykonawcy .wykonawcy-list .wykonawcy-item > div {
  padding: 15px 15px;
  border: 2px solid #e3e4e6;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
#wykonawcy .wykonawcy-list .wykonawcy-item.in > div {
  border-color: #ef7a30;
}
#wykonawcy .wykonawcy-list .wykonawcy-item .title {
  position: relative;
  padding-left: 40px;
  margin: 0px 0px 20px 0px;
  padding: 6px 0px 6px 40px;
}
#wykonawcy .wykonawcy-list .wykonawcy-item .title:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  background: #ef7a30;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  z-index: 2;
}
#wykonawcy .wykonawcy-list .wykonawcy-item .description {
  font-size: 15px;
  height: 100px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 991px) {
  #wykonawcy .wykonawcy-list .wykonawcy-item .description {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 95px;
  }
}
#wykonawcy .wykonawcy-list .wykonawcy-item .description.has-image {
  padding-left: 140px;
}
@media (max-width: 660px) {
  #wykonawcy .wykonawcy-list .wykonawcy-item .description.has-image {
    padding-left: 110px;
  }
}
#wykonawcy .wykonawcy-list .wykonawcy-item .description p {
  margin: 0px;
}
#wykonawcy .wykonawcy-list .wykonawcy-item .description .image {
  position: absolute;
  left: 15px;
}
#wykonawcy .wykonawcy-list .wykonawcy-item .description .image img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 660px) {
  #wykonawcy .wykonawcy-list .wykonawcy-item .description .image {
    width: 90px;
  }
}
.wykonawca .contacts {
  background: #787878;
  position: relative;
  min-height: 300px;
}
.wykonawca .contacts::before,
.wykonawca .contacts::after {
  clear: both;
  display: block;
  content: " ";
}
.wykonawca .contacts .contact {
  width: 30%;
  float: left;
  padding: 30px;
  color: #FFF;
}
@media (max-width: 991px) {
  .wykonawca .contacts .contact {
    float: none;
    text-align: center;
    width: 100%;
  }
}
.wykonawca .contacts .map .google-map {
  height: 300px;
}
.wykonawca .contacts .contact + .map {
  position: absolute;
  top: 0px;
  left: 30%;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .wykonawca .contacts .contact + .map {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    bottom: auto;
  }
}
.wykonawca .contacts .contact + .map .google-map {
  height: 100%;
}
@media (max-width: 991px) {
  .wykonawca .contacts .contact + .map .google-map {
    height: 300px;
  }
}
.wykonawca h1 {
  margin: 10px 0px 30px 0px;
}
.wykonawca .description {
  padding: 20px 0px 0px;
}
.wykonawca .description .image {
  margin: 0px 0px 20px 20px;
  float: right;
}
@media (max-width: 767px) {
  .wykonawca .description .image {
    float: none;
    display: table;
    margin: 15px auto;
  }
}
.wykonawca .description .image img {
  max-width: 100%;
  height: auto !important;
}
.wykonawca .images {
  margin: 0px -10px;
}
.wykonawca .images > a {
  float: left;
  width: 16.66666667%;
  padding: 0px 10px 10px;
}
.wykonawca .images > a img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 1200px) {
  .wykonawca .images > a {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .wykonawca .images > a {
    width: 25%;
  }
}
@media (max-width: 600px) {
  .wykonawca .images > a {
    width: 33.33333333%;
  }
}
@media (max-width: 500px) {
  .wykonawca .images > a {
    width: 50%;
  }
}
.calculator-info-box {
  padding: 10px;
  border: 1px solid #e9e9e9;
  font-size: .8em;
}
.calculator-info-box p:last-child {
  margin: 0px;
}
.calculator-info-box + .choosed {
  margin-top: 20px;
}
.calculator-box {
  cursor: pointer;
  margin-top: 20px;
  height: 100px;
  background: url('/grafika/kalkulator-background.png') center center no-repeat;
  clear: both;
  font-size: 24px;
  color: #FFF;
  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: 0px 20px;
}
@media (max-width: 500px) {
  .calculator-box {
    padding: 20px 0px;
    height: auto;
    display: block;
  }
}
.calculator-box::before,
.calculator-box::after {
  clear: both;
  display: block;
  content: " ";
}
.calculator-box span {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 500px) {
  .calculator-box span {
    max-width: 100%;
    display: block;
  }
}
.calculator-box a {
  background: #ef7a30;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF !important;
  font-size: 15px;
  display: inline-block;
  padding: 4px 15px;
}
@media (max-width: 500px) {
  .calculator-box a {
    margin: 10px auto 0px;
    display: table;
  }
}
.data-calulate {
  display: none;
}
.data-calulate.in {
  display: block;
}
.data-calulate textarea {
  background: #f9f9f9;
  border: 1px solid #e3e4e6;
  padding: 10px;
  width: 100%;
  max-width: 50%;
}
.calculator-data {
  margin: 0px -15px;
}
.calculator-data h4 {
  font-weight: bold;
  font-size: 18px;
}
.calculator-data .image {
  text-align: left;
  max-width: 150px;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 620px) {
  .calculator-data .image {
    max-width: 100%;
  }
}
.calculator-data .image img {
  max-height: 150px !important;
  width: auto !important;
}
.calculator-data::before,
.calculator-data::after {
  clear: both;
  display: block;
  content: " ";
}
.calculator-data > div {
  width: 50%;
  padding: 0px 15px;
  float: left;
}
@media (max-width: 620px) {
  .calculator-data > div {
    width: 100%;
    float: none;
  }
}
.calculator-rows {
  display: table;
  width: 100%;
  font-size: .9em;
}
.calculator-rows > div {
  display: table-row;
}
.calculator-rows > div > div {
  width: 50%;
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #e3e4e6;
}
.calculator-rows > div > div:first-child {
  text-align: right;
  font-weight: bold;
}
.calculator-rows > div > div p {
  margin: 0px;
}
.cart-calculator:not(.terrace-calculator) .steps {
  padding: 20px 0px;
  border-bottom: 2px solid #e3e4e6;
  margin-bottom: 30px;
}
.cart-calculator:not(.terrace-calculator) .steps:before,
.cart-calculator:not(.terrace-calculator) .steps:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .steps:before,
.cart-calculator:not(.terrace-calculator) .steps:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .steps > .item {
  float: left;
  width: 25%;
  text-align: center;
  color: #787878;
  font-size: 17px;
  padding: 0px 6px;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .steps > .item {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .cart-calculator:not(.terrace-calculator) .steps > .item {
    padding: 10px 0px;
    width: 50%;
  }
}
.cart-calculator:not(.terrace-calculator) .steps > .item strong {
  font-weight: 400;
  font-size: 24px;
  display: block;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .steps > .item strong {
    font-size: 19px;
  }
}
.cart-calculator:not(.terrace-calculator) .steps > .item.current {
  color: #787878;
}
.cart-calculator:not(.terrace-calculator) .steps > .item.current strong {
  color: #ef7a30;
}
.cart-calculator:not(.terrace-calculator) .steps > .item.active {
  color: #ef7a30;
}
.cart-calculator:not(.terrace-calculator) .steps > .item.active strong {
  color: #ef7a30;
}
.cart-calculator:not(.terrace-calculator) .title-small {
  font-size: 17px;
}
.cart-calculator:not(.terrace-calculator) .title-large {
  font-size: 23px;
  font-weight: bold;
  padding: 15px 0px;
  margin: 0px;
}
.cart-calculator:not(.terrace-calculator) .title-big {
  font-size: 23px;
  padding: 15px 0px;
  margin: 0px;
}
.cart-calculator:not(.terrace-calculator) .choosed {
  font-size: 17px;
  margin-bottom: 34px;
}
.cart-calculator:not(.terrace-calculator) .choosed strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.cart-calculator:not(.terrace-calculator) .step-1 .items {
  margin: 0px -10px 20px;
}
.cart-calculator:not(.terrace-calculator) .step-1 .items:before,
.cart-calculator:not(.terrace-calculator) .step-1 .items:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .step-1 .items:before,
.cart-calculator:not(.terrace-calculator) .step-1 .items:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .step-1 .items > div {
  width: 12.5%;
  float: left;
  padding: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  .cart-calculator:not(.terrace-calculator) .step-1 .items > div {
    width: 16.66666667%;
  }
}
@media (max-width: 991px) {
  .cart-calculator:not(.terrace-calculator) .step-1 .items > div {
    width: 25%;
  }
}
@media (max-width: 360px) {
  .cart-calculator:not(.terrace-calculator) .step-1 .items > div {
    width: 33.33333333%;
  }
}
.cart-calculator:not(.terrace-calculator) .step-1 .items > div input {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 0;
}
.cart-calculator:not(.terrace-calculator) .step-1 .items > div > label {
  border: 2px solid #e3e4e6;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 30px;
  cursor: pointer;
  display: block;
}
@media (max-width: 500px) {
  .cart-calculator:not(.terrace-calculator) .step-1 .items > div > label {
    padding: 15px;
  }
}
.cart-calculator:not(.terrace-calculator) .step-1 .items > div > label img,
.cart-calculator:not(.terrace-calculator) .step-1 .items > div > label svg {
  max-width: 100%;
  height: auto !important;
}
.cart-calculator:not(.terrace-calculator) .step-1 .items > div input:checked + label {
  border-color: #ef7a30;
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes {
  margin-bottom: 30px;
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes:before,
.cart-calculator:not(.terrace-calculator) .step-2 .sizes:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes:before,
.cart-calculator:not(.terrace-calculator) .step-2 .sizes:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes .forms {
  float: left;
  width: 50%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .step-2 .sizes .forms {
    float: none;
    width: auto;
    margin: 0px auto;
    display: table;
  }
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes .forms .form-item {
  margin-bottom: 10px;
  line-height: 40px;
  max-width: 420px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -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-calculator:not(.terrace-calculator) .step-2 .sizes .forms .form-item i {
  font-style: normal;
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes .forms .form-item div {
  display: none !important;
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes .forms .form-item input {
  border: 2px solid #e3e4e6;
  padding: 0px 10px;
  line-height: 40px;
  height: 40px;
  width: 80%;
  margin: 0px 5px;
}
@media (max-width: 991px) {
  .cart-calculator:not(.terrace-calculator) .step-2 .sizes .forms .form-item input {
    width: 70%;
  }
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes .forms .form-item.has-error input {
  border-color: #ef4747;
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes .layout {
  float: right;
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .step-2 .sizes .layout {
    float: none;
    width: 100%;
  }
}
.cart-calculator:not(.terrace-calculator) .step-2 .sizes .layout img {
  max-width: 400px;
}
.cart-calculator:not(.terrace-calculator) .summary-total {
  padding: 25px 30px;
  border-top: 2px solid #ef7a30;
  font-size: 23px;
  font-weight: bold;
  text-align: right;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .summary-total {
    text-align: center;
  }
}
.cart-calculator:not(.terrace-calculator) .summary-total strong,
.cart-calculator:not(.terrace-calculator) .summary-total b {
  color: #ef7a30;
}
.cart-calculator:not(.terrace-calculator) .actions {
  margin: 10px 0px 20px 0px;
  font-size: 17px;
}
.cart-calculator:not(.terrace-calculator) .actions a {
  color: inherit;
  border-bottom: 1px solid #ef7a30;
  text-decoration: none !important;
}
.cart-calculator:not(.terrace-calculator) .summary {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .summary {
    display: block;
  }
}
.cart-calculator:not(.terrace-calculator) .summary > div {
  display: table-row;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .summary > div {
    display: block;
    border-bottom: 1px solid #e3e4e6;
    position: relative;
    padding-left: 115px;
    min-height: 115px;
  }
  .cart-calculator:not(.terrace-calculator) .summary > div:before,
  .cart-calculator:not(.terrace-calculator) .summary > div:after {
    clear: both;
    display: block;
    content: " ";
  }
  .cart-calculator:not(.terrace-calculator) .summary > div:before,
  .cart-calculator:not(.terrace-calculator) .summary > div:after {
    clear: both;
    display: block;
    content: " ";
  }
}
.cart-calculator:not(.terrace-calculator) .summary > div > div {
  font-size: 15px;
  display: table-cell;
  border-bottom: 1px solid #e3e4e6;
  vertical-align: middle;
  padding: 10px 0px;
}
.cart-calculator:not(.terrace-calculator) .summary > div > div .val-ile,
.cart-calculator:not(.terrace-calculator) .summary > div > div .val {
  display: inline-block !important;
}
@media (max-width: 991px) {
  .cart-calculator:not(.terrace-calculator) .summary > div > div {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .summary > div > div {
    display: block;
    border: 0px;
    float: none;
    width: auto !important;
    position: relative;
  }
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .summary > div > div.image {
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
.cart-calculator:not(.terrace-calculator) .summary > div > div.name {
  width: 40%;
  font-size: 17px;
}
.cart-calculator:not(.terrace-calculator) .summary > div > div.variant {
  width: 15%;
}
.cart-calculator:not(.terrace-calculator) .summary > div > div.total {
  font-size: 17px;
  font-weight: bold;
  color: #ef7a30;
  position: relative;
}
.cart-calculator:not(.terrace-calculator) .summary > div > div.total::before {
  position: absolute;
  width: 1px;
  top: 10px;
  bottom: 10px;
  left: 0px;
  background-color: #e3e4e6;
  content: " ";
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .summary > div > div.total::before {
    display: none;
  }
}
.cart-calculator:not(.terrace-calculator) .summary > div > div.total,
.cart-calculator:not(.terrace-calculator) .summary > div > div.quantity {
  text-align: center;
  width: 16%;
}
@media (max-width: 767px) {
  .cart-calculator:not(.terrace-calculator) .summary > div > div.total,
  .cart-calculator:not(.terrace-calculator) .summary > div > div.quantity {
    float: left;
    width: 50% !important;
    text-align: left;
  }
}
.cart-calculator:not(.terrace-calculator) .summary > div > div.total span,
.cart-calculator:not(.terrace-calculator) .summary > div > div.quantity span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .cart-calculator:not(.terrace-calculator) .summary > div > div.total span,
  .cart-calculator:not(.terrace-calculator) .summary > div > div.quantity span {
    font-size: 17px;
    display: block;
    line-height: 30px;
  }
}
.cart-calculator:not(.terrace-calculator) .summary > div > div .select-variants {
  border: 2px solid #e3e4e6;
  overflow: hidden;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  max-width: 200px;
  width: 100%;
}
.cart-calculator:not(.terrace-calculator) .summary > div > div .select-variants:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #ef7a30 transparent transparent transparent;
}
.cart-calculator:not(.terrace-calculator) .summary > div > div .select-variants select {
  border: 0px !important;
  outline: 0px !important;
  padding: 0px 30px 0px 15px !important;
  box-shadow: none !important;
  height: 30px;
  line-height: 30px;
  width: 110%;
}
.cart-calculator:not(.terrace-calculator) .summary > div:last-child > div {
  border-bottom: 0px;
}
.cart-calculator:not(.terrace-calculator) .footer {
  padding-top: 50px;
  position: relative;
}
.cart-calculator:not(.terrace-calculator) .footer:before,
.cart-calculator:not(.terrace-calculator) .footer:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .footer:before,
.cart-calculator:not(.terrace-calculator) .footer:after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .footer #req_s {
  position: absolute;
  top: -15px;
  left: 0px;
  right: 0px;
}
.cart-calculator:not(.terrace-calculator) .footer #req_s::before,
.cart-calculator:not(.terrace-calculator) .footer #req_s::after {
  clear: both;
  display: block;
  content: " ";
}
.cart-calculator:not(.terrace-calculator) .footer #req_s span {
  display: block;
  background: #d9001a;
  color: #FFF;
  padding: 7px 15px;
  text-align: center;
}
.cart-calculator:not(.terrace-calculator) .footer .button-prev {
  float: left;
  border: 2px solid #e3e4e6;
  outline: none;
  line-height: 36px;
  height: 38px;
  background: #ffffff url('/grafika/calculator/prev.png') left 20px center no-repeat;
  font-size: 15px;
  color: #787878;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 24px 0px 60px;
}
@media (max-width: 600px) {
  .cart-calculator:not(.terrace-calculator) .footer .button-prev {
    margin: 10px auto;
    float: none;
    display: table;
  }
}
.cart-calculator:not(.terrace-calculator) .footer .button-cart {
  float: right;
  border: 0px;
  outline: none;
  color: #FFF;
  line-height: 48px;
  height: 48px;
  background: #ef7a30 url('/grafika/i-basket-white.png') left 20px center no-repeat;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 40px 0px 60px;
}
@media (max-width: 600px) {
  .cart-calculator:not(.terrace-calculator) .footer .button-cart {
    margin: 10px auto;
    float: none;
    display: table;
  }
}
.cart-calculator:not(.terrace-calculator) .footer .button-next {
  float: right;
  border: 0px;
  outline: none;
  color: #FFF;
  line-height: 48px;
  height: 48px;
  background: #ef7a30 url('/grafika/calculator/next.png') right 20px center no-repeat;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 66px 0px 40px;
}
@media (max-width: 600px) {
  .cart-calculator:not(.terrace-calculator) .footer .button-next {
    margin: 10px auto;
    float: none;
    display: table;
  }
}
.embeddedContent {
  text-align: center;
}
.embeddedContent iframe {
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-51 {
    width: 20%;
  }
  .col-sm-52 {
    width: 40%;
  }
  .col-sm-53 {
    width: 60%;
  }
  .col-sm-54 {
    width: 80%;
  }
}
.label-wyprzedaz,
.label-nowosc,
.label-polecamy,
.label-bestseller,
.label-promocja,
.label-zapowiedz {
  position: relative;
}
.label-wyprzedaz::before,
.label-nowosc::before,
.label-polecamy::before,
.label-bestseller::before,
.label-promocja::before,
.label-zapowiedz::before {
  content: "";
  width: auto;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  padding: 0px 20px;
  color: #FFF;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  background: #ef7a30;
  z-index: 10;
}
.label-wyprzedaz.label-wyprzedaz::before,
.label-nowosc.label-wyprzedaz::before,
.label-polecamy.label-wyprzedaz::before,
.label-bestseller.label-wyprzedaz::before,
.label-promocja.label-wyprzedaz::before,
.label-zapowiedz.label-wyprzedaz::before {
  background: #f61818;
  content: 'wyprzedaż';
}
.label-wyprzedaz.label-nowosc::before,
.label-nowosc.label-nowosc::before,
.label-polecamy.label-nowosc::before,
.label-bestseller.label-nowosc::before,
.label-promocja.label-nowosc::before,
.label-zapowiedz.label-nowosc::before {
  content: 'nowość';
}
.label-wyprzedaz.label-polecamy::before,
.label-nowosc.label-polecamy::before,
.label-polecamy.label-polecamy::before,
.label-bestseller.label-polecamy::before,
.label-promocja.label-polecamy::before,
.label-zapowiedz.label-polecamy::before {
  content: 'polecamy';
}
.label-wyprzedaz.label-bestseller::before,
.label-nowosc.label-bestseller::before,
.label-polecamy.label-bestseller::before,
.label-bestseller.label-bestseller::before,
.label-promocja.label-bestseller::before,
.label-zapowiedz.label-bestseller::before {
  background: #4abe47;
  content: 'bestseller';
}
.label-wyprzedaz.label-promocja::before,
.label-nowosc.label-promocja::before,
.label-polecamy.label-promocja::before,
.label-bestseller.label-promocja::before,
.label-promocja.label-promocja::before,
.label-zapowiedz.label-promocja::before {
  background: #f61818;
  content: 'promocja';
}
.label-wyprzedaz.label-zapowiedz::before,
.label-nowosc.label-zapowiedz::before,
.label-polecamy.label-zapowiedz::before,
.label-bestseller.label-zapowiedz::before,
.label-promocja.label-zapowiedz::before,
.label-zapowiedz.label-zapowiedz::before {
  content: 'zapowiedź';
}
.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;
  padding: 20px;
}
.bootbox .modal-dialog .bootbox-close-button {
  position: absolute;
  margin: 0px !important;
  right: 0px;
  top: 0px;
  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: #ef7a30;
  font-family: 'Glyphicons Halflings';
  content: "\e014";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  background: #FFF;
}
.bootbox .modal-dialog .modal-body {
  padding: 0px 0px 15px 0px !important;
}
.bootbox .modal-dialog .modal-footer {
  padding: 15px 0px 0px;
}
.bootbox .modal-dialog .modal-footer button[data-bb-handler] {
  background: #ef7a30 !important;
  border-color: #ef7a30 !important;
  color: #FFFFFF;
  outline: none !important;
  font-weight: bold;
}
.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) {
  #cmsContent table {
    margin-bottom: 15px;
  }
}
#cmsContent table img {
  min-width: 100px;
  max-width: 100%;
  height: auto !important;
}
.plik {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 5px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 35px 15px 60px;
  border: 1px solid #e3e4e6;
  color: #787878;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.plik:after {
  content: "\e094";
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 16px;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.plik:hover {
  color: inherit;
}
.plik:hover:after {
  opacity: 1;
}
.plik[href*="pdf"] {
  background: url('/grafika/const/filetype_pdf.png') no-repeat left 20px center;
  background-size: auto 35px !important;
}
.plik[href*=".doc"],
.plik[href*=".docx"] {
  background: url('/grafika/const/filetype_doc.png') no-repeat left 20px center;
  background-size: auto 35px !important;
}
.plik[href*=".odt"] {
  background: url('/grafika/const/filetype_odt.png') no-repeat left 20px center;
  background-size: auto 35px !important;
}
.plik[href*="xls"],
.plik[href*="xlsx"] {
  background: url('/grafika/const/filetype_xls.png') no-repeat left 20px center;
  background-size: auto 35px !important;
}
.plik[href*="zip"] {
  background: url('/grafika/const/filetype_zip.png') no-repeat left 20px center;
  background-size: auto 35px !important;
}
.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;
}
/*
	SKOSY
*/
.iko_nowosc::before,
.iko_polecamy::before,
.iko_bestseller::before,
.iko_promocja::before,
.iko_wyprzedaz::before,
.iko_zapowiedz::before {
  content: "";
  width: auto;
  height: 27px;
  line-height: 27px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  padding: 0px 10px;
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ef7a30;
  z-index: 10;
}
.iko_nowosc::before {
  content: "NOWOŚĆ";
}
.iko_polecamy::before {
  content: "POLECAMY";
}
.iko_bestseller::before {
  content: "BESTSELLER";
}
.iko_promocja::before {
  content: "PROMOCJA";
}
.iko_wyprzedaz::before {
  content: "WYPRZEDAŻ";
}
.iko_zapowiedz::before {
  content: "ZAPOWIEDŹ";
}
/* 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-row;
    width: 100%;
  }
}
/* Koniec układy */
/* Galeria FTP */
.galeria {
  margin: 0px;
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: 150%;
}
.galeria .galeria-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 10px;
}
.galeria img {
  border: none;
  border-radius: 4px;
  verical-align: middle;
  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 .glyphon-container,
#gallery_miniatury_left .glyphon-container {
  top: 35px;
}
#gallery_miniatury_left .glyphon-container {
  left: 50px;
}
#gallery_miniatury_right .glyphon-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 .glyphon-container {
  /* Kolor ikon */
  color: #000000;
  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;
}
#DmsGallery #gallery_caption {
  padding: 3px;
}
#DmsGallery .glyphon-container {
  color: #ef7a30;
}
/* COOKIES */
#cokPyt {
  background: #ef7a30 !important;
  border-top: 1px solid #db5f11 !important;
}
#cokPyt > div {
  color: #ffffff !important;
}
/* 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 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 5px;
}
.btn-system {
  color: #ffffff;
  background: #ef7a30;
  border-color: #ef7a30;
  display: inline-block;
  margin-right: 10px !important;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.btn-system:hover,
.btn-system:focus,
.btn-system.focus .btn-system:active,
.btn-system.active {
  color: #ffffff;
  background: #ac4b0d;
  border-color: #ac4b0d;
}
.btn-normal {
  color: #919191;
  background: #ffffff;
  border-color: #c7c6c6;
  display: inline-block;
  margin-right: 10px !important;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.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%;
  max-width: 500px;
  margin: 0 auto;
}
.files > div {
  padding: 6px 10px;
  border-bottom: 1px solid #F5F5F5;
}
.files > div:last-child {
  border-bottom: 0px;
}
.files > div > img {
  margin-right: 10px;
  height: auto;
}
.files > div > a {
  color: #000;
  font-size: 1.1em;
  font-weight: 600;
}
/* 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: #787878;
}
.cms-page-edit > a.cms-link span {
  margin-left: 10px;
  color: #4dab34;
}
.cms-edit {
  position: relative;
}
.cms-edit > a.cms-link {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #FFF;
  font-size: 11px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  opacity: 0;
  z-index: 9999;
}
.cms-edit > a.cms-link span {
  color: #4dab34;
}
.cms-edit::before {
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #f9f9f9;
  border: 1px dashed #ccc;
  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;
}
html,
body {
  min-height: 100%;
}
hr {
  margin: 40px 0px;
  height: 2px;
  background: #e3e4e6;
}
.bootstrap-select .caret {
  border-top-color: #ef7a30;
}
.bootstrap-select li.selected > a {
  background-color: #ef7a30 !important;
}
body {
  font-family: 'KoHo', sans-serif;
  font-size: 19px;
  background: #FFF;
  color: #787878;
  line-height: 1.3;
}
@keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.modal-content .close {
  opacity: 1;
  border: 0px !important;
  outline: none !important;
  width: 30px;
  height: 30px;
  background: #ef7a30;
  color: #FFF;
  position: absolute;
  top: 0px;
  right: 0px;
}
.contact-online {
  position: fixed;
  z-index: 999;
  left: 40px;
  bottom: 40px;
  cursor: pointer;
}
.contact-online.out {
  display: none;
  z-index: -100;
}
@media (max-width: 767px) {
  .contact-online {
    left: 20px;
    bottom: 20px;
  }
}
.contact-online span {
  position: absolute;
  font-size: 13px;
  padding: 8px 15px;
  background: #212121;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  left: 80px;
  top: 10px;
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contact-online::before {
  width: 70px;
  height: 70px;
  background: #ef7a30 url('/grafika/i-contact-online.png') center center no-repeat;
  display: block;
  content: " ";
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-animation: scaleIcon 1s infinite;
  -webkit-animation: scaleIcon 1s infinite;
  -o-animation: scaleIcon 1s infinite;
  animation: scaleIcon 1s infinite;
}
#google_translate_element {
  height: 0px;
  overflow: hidden !important;
  width: 1px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.skiptranslate {
  position: relative;
  z-index: 1;
  position: absolute;
}
.skiptranslate iframe {
  z-index: 1 !important;
}
.wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.container {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0px 10px !important;
}
@media (min-width: 1221px) {
  .container {
    width: 1220px;
  }
}
.container-full h1,
.container-full h2,
.container-full .nagl {
  padding-right: 20px;
  padding-left: 20px;
}
.alert {
  border: 2px dotted #e3e4e6;
  padding: 10px 15px;
  margin: 20px 0px;
}
/** Ustawienia */
a {
  color: #ef7a30;
}
a:hover,
a:focus {
  color: #ef7a30;
}
h1,
h2,
.nagl {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin: 35px 0px;
  color: #787878;
}
@media (max-width: 991px) {
  h1,
  h2,
  .nagl {
    font-size: 28px;
    margin: 30px 0px;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  .nagl {
    font-size: 24px;
  }
}
h1.text-center,
h2.text-center,
.nagl.text-center {
  margin: 50px 0px;
  text-align: center;
}
@media (max-width: 991px) {
  h1.text-center,
  h2.text-center,
  .nagl.text-center {
    margin: 40px 0px;
  }
}
h1.marginless,
h2.marginless,
.nagl.marginless {
  margin-top: 10px;
}
h1.nagl-home,
h2.nagl-home,
.nagl.nagl-home {
  margin: 0px;
  padding: 50px 40px;
  text-align: left;
}
@media (max-width: 991px) {
  h1.nagl-home,
  h2.nagl-home,
  .nagl.nagl-home {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  h1.nagl-home,
  h2.nagl-home,
  .nagl.nagl-home {
    padding: 35px 20px;
    text-align: center;
  }
}
h1.border,
h2.border,
.nagl.border {
  padding-top: 35px;
  border-top: 2px solid #e3e4e6;
}
h1 .market-sign,
h2 .market-sign,
.nagl .market-sign {
  display: inline-block;
  width: 300px;
  height: 27px;
  background: url('/grafika/i-market-sign.png') no-repeat;
  background-size: 100% 100%;
  margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  h1 .market-sign,
  h2 .market-sign,
  .nagl .market-sign {
    display: table;
    margin: 0px auto 15px auto;
  }
}
h1 a,
h2 a,
.nagl a {
  color: inherit;
}
h3,
.title,
.h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 20px 0px;
  line-height: 1;
  color: #787878;
}
h3 a,
.title a,
.h3 a {
  color: inherit;
}
h4 {
  color: #ef7a30;
}
h4 a {
  color: inherit;
}
h5 a {
  color: inherit;
}
h6 a {
  color: inherit;
}
form[name="f623410022"] {
  padding: 30px;
  border: 2px solid #e3e4e6;
  max-width: 800px;
  margin: 0px auto;
}
form[name="f623410022"] .form-group > label,
form[name="f623410022"] .form-group > div {
  width: 100%;
  margin: 0px;
  text-align: left;
}
form[name="f623410022"] .form-group > label {
  font-size: 15px;
}
form[name="f623410022"] button[type="submit"] {
  display: table;
  margin: 0px auto;
}
form[name="f623410022"] .form-submit,
form[name="f623410022"] .checkbox label {
  font-size: 13px;
}
form[name="f623410022"] #req_s {
  text-align: center;
  font-size: 14px;
}
ul:not(.nostyle):not(.lSGallery):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-pills):not(.menu-row):not(.menu-column):not(.nav-tabs) {
  list-style: none;
  padding: 0px;
}
ul:not(.nostyle):not(.lSGallery):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-pills):not(.menu-row):not(.menu-column):not(.nav-tabs) > li {
  padding-left: 20px;
  display: block;
  margin-bottom: 3px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
ul:not(.nostyle):not(.lSGallery):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-pills):not(.menu-row):not(.menu-column):not(.nav-tabs) > li:before {
  position: absolute;
  left: 0px;
  top: 12px;
  width: 7px;
  height: 7px;
  background: #ef7a30;
  content: " ";
}
.table .radio {
  width: 100%;
  display: block;
  margin: 0px;
}
.breadcrumb {
  background: none !important;
  padding: 20px 0px;
  border: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.breadcrumb > li {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding-left: 24px;
  font-size: 17px;
  font-weight: 400;
}
.breadcrumb > li a,
.breadcrumb > li span {
  color: #787878;
}
.breadcrumb > li:last-child a,
.breadcrumb > li:last-child span {
  color: #ef7a30;
}
.breadcrumb > li:first-child,
.breadcrumb > li:nth-child(2) {
  padding-left: 0px;
}
.breadcrumb > li:first-child:before,
.breadcrumb > li:nth-child(2):before {
  display: none !important;
}
.breadcrumb > li + li:before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: " ";
  width: 0;
  height: 0;
  padding: 0px;
  border-style: solid;
  border-width: 4px 0px 4px 4px;
  border-color: transparent transparent transparent #ef7a30;
}
/** Menu */
.navbar-toggle {
  margin: 0px;
  background: #787878;
  position: absolute;
  right: 10px;
  top: 31px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 20;
}
@media (max-width: 480px) {
  .navbar-toggle {
    top: 42px;
  }
}
@media (max-width: 360px) {
  .navbar-toggle {
    top: 38px;
  }
}
.navbar-toggle * {
  background: #FFF;
}
.navbar-left-toggle {
  padding: 6px 15px;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #ef7a30;
  margin: 10px 10px;
  border: 0px;
  outline: none;
  font-size: 15px;
}
.navbar-collapse.in {
  overflow: visible;
}
.pagination {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 50px 0px 10px 0px;
  text-align: right;
  border-top: 2px solid #e3e4e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li {
  display: inline-block;
  margin-left: 5px;
}
.pagination > li > a {
  background: none !important;
  color: #787878;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 0px !important;
  font-size: 17px;
  width: 20px;
  height: 20px;
  padding: 0px;
  line-height: 20px;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  text-align: center;
}
.pagination > li:hover > a,
.pagination > li:focus > a,
.pagination > li.active > a {
  color: #ef7a30;
}
.pagination > li.pagination-prev a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0px;
  border-color: transparent #ef7a30 transparent transparent;
}
.pagination > li.pagination-next a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ef7a30;
}
.belt {
  background: #ef7a30;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 0px;
  color: #FFF;
  line-height: 27px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 1201px) {
  .belt {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 30;
  }
}
@media (max-width: 767px) {
  .belt {
    text-align: center;
    line-height: normal;
    padding: 7px 0px;
  }
  .belt a[href^="tel:"] {
    display: block;
  }
}
.belt .container > a:not(.b2b) {
  color: #FFF !important;
}
@media (max-width: 767px) {
  .belt .container > a:not(.b2b) {
    padding: 5px 0px 10px;
    float: left;
  }
}
@media (max-width: 380px) {
  .belt .container > a:not(.b2b) {
    padding: 0px;
    float: none;
    text-align: center;
  }
}
.belt .b2b {
  display: block;
  float: right;
  height: 27px;
  border: 2px solid #FFF;
  margin-left: 10px;
  line-height: 22px;
  color: #FFF;
  padding: 0px 10px 0px 30px;
  background: url('/grafika/b2b.svg') left 10px center no-repeat;
  background-size: auto 14px !important;
  text-decoration: none !important;
}
.belt .b2b:hover {
  border: 2px solid #353535;
  background-color: #353535;
}
@media (max-width: 380px) {
  .belt .b2b {
    float: none;
    display: table;
    margin: 10px auto 0px;
  }
}
.belt .search {
  width: 220px;
  float: right;
  padding-right: 35px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  line-height: normal;
  z-index: 3;
  color: #000;
}
@media (max-width: 767px) {
  .belt .search {
    width: 250px;
    clear: both;
    float: none;
    margin: 10px auto 0px auto;
    display: block;
  }
  .belt .search:before,
  .belt .search:after {
    clear: both;
    display: block;
    content: " ";
  }
}
.belt .search input {
  height: 27px;
  line-height: 27px;
  border: 0px;
  outline: 0px !important;
  color: #787878;
  padding: 0px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.belt .search button {
  width: 35px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #ffffff url('/grafika/i-search.png') no-repeat center center;
  outline: 0px;
  box-shadow: none;
  border: 0px;
}
#carousel-pages + .alert {
  margin: 0px;
}
@media (min-width: 1201px) {
  .header-spacer {
    height: 167px;
  }
}
header {
  width: 100%;
  clear: both;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 15;
  background: #FFF;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
header.header-border {
  border-bottom: 2px solid #e3e4e6;
}
header .logo {
  z-index: 2;
  float: left;
  position: relative;
  margin-top: 25px;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  header .logo {
    float: none;
    margin: 15px 0px;
  }
}
@media (max-width: 767px) {
  header .logo {
    margin: 20px 0px;
  }
}
header .logo a {
  display: block;
  width: 188px;
  height: 70px;
  background: url('/grafika/logo.png') no-repeat;
  background-size: 100% 100% !important;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 1200px) {
  header .logo a {
    margin: 0px auto;
    width: calc(150.4px);
    height: calc(56px);
  }
}
@media (max-width: 767px) {
  header .logo a {
    margin: 0px auto 0px 0px;
  }
}
@media (max-width: 360px) {
  header .logo a {
    width: calc(122.2px);
    height: calc(45.5px);
  }
}
header #menu {
  display: table;
  margin: 25px 0px 0px auto;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 767px) {
  header #menu {
    width: 100%;
    margin: 0px;
  }
}
header #menu:after {
  clear: both;
  display: block;
  content: " ";
}
header #menu .navbar-pills {
  float: right;
}
@media (max-width: 1200px) {
  header #menu .navbar-pills {
    float: none;
  }
}
header #menu .nav-pills {
  list-style: none !important;
  display: block;
  padding-left: 0px;
  margin: 0px;
  text-align: right;
}
@media (max-width: 1200px) {
  header #menu .nav-pills {
    float: none;
    margin: 0px 0px 0px auto;
    display: table;
  }
  header #menu .nav-pills:after {
    clear: both;
    display: block;
    content: " ";
  }
}
@media (max-width: 767px) {
  header #menu .nav-pills {
    width: 100%;
    margin: 0px !important;
  }
}
header #menu .nav-pills li {
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  header #menu .nav-pills li {
    display: block;
    float: none;
    margin: 0px;
  }
}
header #menu .nav-pills li a {
  font-size: 13px;
  font-weight: 400;
  color: #787878;
  text-transform: uppercase;
  background: none !important;
}
@media (max-width: 991px) {
  header #menu .nav-pills li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  header #menu .nav-pills li a {
    text-align: center;
    padding: 7px 0px !important;
    display: block;
    font-size: 15px;
  }
}
header #menu .nav-pills li:hover > a,
header #menu .nav-pills li.active > a {
  color: #ef7a30;
}
header #menu .action {
  float: right;
  margin-top: 3px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  z-index: 20;
}
@media (max-width: 1200px) {
  header #menu .action {
    position: absolute;
    right: 0px;
    top: -65px;
  }
}
@media (max-width: 767px) {
  header #menu .action {
    right: 60px;
    top: -60px;
  }
}
@media (max-width: 480px) {
  header #menu .action {
    display: block;
    top: -48px;
  }
}
header #menu .action .socials {
  padding-left: 13px;
  margin-left: 20px;
  border-left: 1px solid #e3e4e6;
}
@media (max-width: 1200px) {
  header #menu .action .socials {
    padding-left: 0px;
    margin-left: 0px;
    border: 0px;
  }
}
@media (max-width: 600px) {
  header #menu .action .socials {
    display: none;
  }
}
header #menu .action .socials:after {
  clear: both;
  display: block;
  content: " ";
}
header #menu .action .socials a {
  width: 19px;
  height: 19px;
  display: block;
  float: left;
  margin-left: 7px;
}
header #menu .action .socials a.facebook {
  background: url('/grafika/social-facebook.png') no-repeat center center;
}
header #menu .action .socials a.instagram {
  background: url('/grafika/i-instagram.png') no-repeat center center;
}
header #menu .action .socials a.youtube {
  background: url('/grafika/social-youtube.png') no-repeat center center;
}
header #menu .action .languages {
  padding-left: 13px;
  margin-left: 20px;
  border-left: 1px solid #e3e4e6;
}
@media (max-width: 600px) {
  header #menu .action .languages {
    padding-left: 0px;
    margin-left: 0px;
    border: 0px;
  }
}
@media (max-width: 480px) {
  header #menu .action .languages {
    position: absolute;
    right: -60px;
    top: -40px;
  }
}
@media (max-width: 360px) {
  header #menu .action .languages {
    top: -35px;
  }
}
header #menu .action .languages:after {
  clear: both;
  display: block;
  content: " ";
}
header #menu .action .languages a {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  margin-left: 7px;
  line-height: 17px;
}
header #menu .action .languages a.pl {
  background: url('/grafika/flag-pl.png') no-repeat center center;
}
header #menu .action .languages a.en {
  background: url('/grafika/flag-en.png') no-repeat center center;
}
header #menu .action .languages a.de {
  background: url('/grafika/flag-de.png') no-repeat center center;
}
header #menu .action .header-shop {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e3e4e6;
}
@media (max-width: 480px) {
  header #menu .action .header-shop {
    padding-left: 0px;
    margin-left: 0px;
    border: 0px;
  }
}
header #menu .action .header-shop:after {
  clear: both;
  display: block;
  content: " ";
}
header #menu .action .header-shop .shop-user {
  float: left;
}
header #menu .action .header-shop .shop-user a {
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  margin-left: 10px;
}
header #menu .action .header-shop .shop-user a:first-child {
  margin-left: 0px;
}
header #menu .action .header-shop .shop-user a.login {
  background: url('/grafika/i-account.png') no-repeat center center;
}
header #menu .action .header-shop .shop-user a.logout {
  background: url('/grafika/i-logout.png') no-repeat center center;
}
header #menu .action .header-shop .shop-user a.account {
  background: url('/grafika/i-account.png') no-repeat center center;
}
header #menu .action .header-shop .shop-cart {
  float: right;
  margin-left: 15px;
}
header #menu .action .header-shop .shop-cart #koszyk {
  font-size: 10px;
  font-weight: bold;
  color: #787878;
  line-height: 17px;
  height: 17px;
  padding-left: 25px;
  display: block;
  background: url('/grafika/i-basket.png') no-repeat left center;
}
@media (min-width: 1201px) {
  header {
    position: fixed;
    top: 41px;
    left: 0px;
    right: 0px;
  }
  header.in {
    border-bottom: 2px solid #e3e4e6;
  }
  header.in .logo {
    margin-top: 20px;
  }
  header.in .logo a {
    width: calc(150.4px);
    height: calc(56px);
  }
  header.in #menu {
    margin-top: 15px;
  }
  header.in .nav-header > li > a {
    padding: 20px 8px 15px;
  }
}
/*

header.in + .belt
{

	@media (min-width: 1201px)
	{
		top: -41px;
	}
}
*/
/** Srodek */
.title-heading:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.title-heading h2 {
  margin-top: 0px;
  float: left;
}
.content-heading {
  padding: 35px 0px;
}
@media (max-width: 991px) {
  .content-heading {
    padding: 30px 0px;
  }
}
.content-heading.content-heading-border {
  margin-top: 35px;
  border-top: 2px solid #e3e4e6;
}
@media (max-width: 991px) {
  .content-heading.content-heading-border {
    margin-top: 30px;
  }
}
.content-heading.content-heading-news {
  padding: 15px 0px 35px 0px;
}
@media (max-width: 767px) {
  .content-heading.content-heading-news {
    padding: 10px 0px 30px 0px;
  }
}
.content-heading.content-heading-news h1,
.content-heading.content-heading-news h2 {
  margin: 0px;
  padding: 0px;
}
.content-heading:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.content-heading h1,
.content-heading h2,
.content-heading h3 {
  margin: 0px 0px 20px 0px;
  float: left;
}
@media (max-width: 480px) {
  .content-heading h1,
  .content-heading h2,
  .content-heading h3 {
    float: none;
  }
}
.content-heading h1.nomargin,
.content-heading h2.nomargin,
.content-heading h3.nomargin {
  margin: 0px;
}
.content-heading .sort-options {
  text-align: right;
  float: right;
}
@media (max-width: 480px) {
  .content-heading .sort-options {
    float: none;
  }
}
.content-heading .sort-options .sort {
  display: inline-block;
  margin: 5px 0px 0px 50px;
}
@media (max-width: 480px) {
  .content-heading .sort-options .sort {
    display: table;
    margin: 0px 0px 0px auto;
  }
  .content-heading .sort-options .sort:last-child {
    margin-top: 10px;
  }
}
.content-heading .sort-options .sort:after {
  clear: both;
  display: block;
  content: " ";
}
.content-heading .sort-options .sort .sort-label {
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 40px;
}
.content-heading .sort-options .sort .btn-group {
  display: block;
  float: left;
  margin: 0px !important;
}
.content-heading .sort-options .sort .btn-group button {
  width: 180px;
  height: 40px;
  line-height: 36px;
  padding: 0px 30px 0px 15px;
  border: 2px solid #e3e4e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px !important;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #787878;
  background: none !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.content-heading .sort-options .sort .btn-group button .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ef7a30 transparent transparent transparent;
}
.content-heading .sort-options .sort .btn-group.btn-sort button {
  width: 100px;
}
.content-heading .sort-options .sort .btn-group .dropdown-menu {
  min-width: 100px;
  left: 0px;
  right: 0px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.content-heading .sort-options .sort .btn-group .dropdown-menu li a {
  color: #787878;
  font-size: 15px;
}
.content-heading .sort-options .sort .btn-group .dropdown-menu li:hover a,
.content-heading .sort-options .sort .btn-group .dropdown-menu li.selected a,
.content-heading .sort-options .sort .btn-group .dropdown-menu li.active a {
  color: #FFF;
  background: #787878;
}
.content-heading .sort-realization {
  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-lines: multiple;
  -moz-box-lines: mulitple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .content-heading .sort-realization {
    display: block;
  }
}
.content-heading .sort-realization .sort {
  display: block;
  margin: 15px 40px 0px 0px;
}
@media (max-width: 767px) {
  .content-heading .sort-realization .sort {
    display: table;
    width: 300px;
    margin: 10px auto;
  }
}
.content-heading .sort-realization .sort .title {
  float: left;
  font-size: 17px;
  font-weight: 400;
  margin: 0px 20px 0px 0px;
  line-height: 40px;
}
.content-heading .sort-realization .sort .select {
  width: 200px;
  overflow: hidden;
  height: 40px;
  line-height: 36px;
  padding: 0px;
  border: 2px solid #e3e4e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0px !important;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #787878;
  background: none !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 767px) {
  .content-heading .sort-realization .sort .select {
    float: right;
  }
}
.content-heading .sort-realization .sort .select:after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ef7a30 transparent transparent transparent;
}
.content-heading .sort-realization .sort .select select.form-control {
  width: 115%;
  padding: 0px 15px;
  outline: 0px;
  border: 0px;
  height: 100%;
  display: block;
  box-shadow: none !important;
  outline: 0px !important;
  position: relative;
  left: -2px;
}
/** Carousel */
.wrapper-carousel .icons {
  padding: 40px 115px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0px -60px;
  border-bottom: 2px solid #e3e4e6;
}
@media (max-width: 1500px) {
  .wrapper-carousel .icons {
    padding: 20px 15px;
    margin: 0px;
  }
}
@media (max-width: 1200px) {
  .wrapper-carousel .icons {
    display: block;
  }
}
.wrapper-carousel .icons .item {
  width: 33.33333333%;
  padding: 0px 50px;
  min-height: 65px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 17px;
}
@media (max-width: 1200px) {
  .wrapper-carousel .icons .item {
    display: table;
    margin: 15px auto;
    width: 100%;
    max-width: 480px;
    padding: 0px 0px;
  }
}
.wrapper-carousel .icons .item > div {
  width: 100%;
  padding-left: 80px;
  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;
  min-height: 65px;
}
@media (max-width: 1200px) {
  .wrapper-carousel .icons .item > div {
    padding-left: 100px;
  }
}
.wrapper-carousel .icons .item > div > p {
  margin: 0px;
}
.wrapper-carousel .icons .item > div span {
  display: block;
  color: #ef7a30;
}
.wrapper-carousel .icons .item.item-1 > div {
  background: url('/grafika/iko1.png') no-repeat left 0px center;
}
@media (max-width: 1200px) {
  .wrapper-carousel .icons .item.item-1 > div {
    background-position: left 15px center !important;
  }
}
.wrapper-carousel .icons .item.item-2 {
  border-left: 2px solid #e3e4e6;
  border-right: 2px solid #e3e4e6;
}
@media (max-width: 1200px) {
  .wrapper-carousel .icons .item.item-2 {
    border-left: 0px;
    border-right: 0px;
    border-top: 2px solid #e3e4e6;
    border-bottom: 2px solid #e3e4e6;
    padding: 15px 0px;
  }
}
.wrapper-carousel .icons .item.item-2 > div {
  padding-left: 100px;
  background: url('/grafika/iko2.png') no-repeat left 0px center;
}
.wrapper-carousel .icons .item.item-3 > div {
  background: url('/grafika/iko3.png') no-repeat left 0px center;
}
@media (max-width: 1200px) {
  .wrapper-carousel .icons .item.item-3 > div {
    background-position: left 15px center !important;
  }
}
.owl-carousel .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
#carousel {
  display: block;
}
#carousel.owl-carousel {
  display: block;
}
#carousel .owl-dots {
  padding: 0px;
  margin: 0px !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 768px) {
  #carousel .owl-dots {
    display: none !important;
  }
}
#carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #FFF;
  padding: 0px;
  margin: 0px;
  border: 2px solid #ef7a30;
  display: block;
  float: left;
  margin-left: 6px;
}
#carousel .owl-dots .owl-dot span {
  display: none;
}
#carousel .owl-dots .owl-dot.active {
  background: #ef7a30;
}
#carousel .owl-nav {
  margin: 0px !important;
}
#carousel .owl-nav .owl-prev {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-left.png') no-repeat center center;
  position: absolute;
  left: 0px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  #carousel .owl-nav .owl-prev {
    display: none !important;
  }
}
#carousel .owl-nav .owl-next {
  width: 50px;
  height: 56px;
  background: #ffffff url('/grafika/arrow-right.png') no-repeat center center;
  position: absolute;
  right: 0px;
  top: 50%;
  margin: -28px 0px 0px 0px !important;
  outline: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
@media (max-width: 767px) {
  #carousel .owl-nav .owl-next {
    display: none !important;
  }
}
#carousel .item {
  display: none;
}
#carousel .item:first-child {
  display: block;
}
#carousel .item .image img {
  max-width: 100%;
  height: auto !important;
  width: auto;
}
#carousel .item .description {
  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;
}
@media (max-width: 991px) {
  #carousel .item .description {
    background: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  #carousel .item .description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    background: #787878;
  }
}
#carousel .item .description > div {
  padding: 30px 115px;
  color: #787878;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1380px) {
  #carousel .item .description > div {
    padding: 30px 80px;
  }
}
@media (max-width: 767px) {
  #carousel .item .description > div {
    padding: 20px 15px;
    max-width: 100%;
    color: #FFF;
    text-align: center;
  }
}
#carousel .item .description > div .iko {
  margin-bottom: 40px;
}
#carousel .item .description > div .iko img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 1380px) {
  #carousel .item .description > div .iko {
    margin-bottom: 20px;
  }
  #carousel .item .description > div .iko img {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  #carousel .item .description > div .iko {
    display: none;
  }
}
#carousel .item .description > div h2 {
  color: #787878;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 1380px) {
  #carousel .item .description > div h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #carousel .item .description > div h2 {
    color: #FFF;
  }
}
#carousel .item .description > div h2 span {
  font-size: 54px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1380px) {
  #carousel .item .description > div h2 span {
    font-size: 40px;
  }
}
#carousel .item .description > div h2 a {
  color: inherit;
  text-decoration: none !important;
}
#carousel .item .description > div .btn-more {
  display: table;
  margin: 30px 0px 0px 0px;
  background: #ef7a30;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF !important;
  padding: 6px 12px;
  letter-spacing: 1px;
}
@media (max-width: 1380px) {
  #carousel .item .description > div .btn-more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #carousel .item .description > div .btn-more {
    margin: 20px auto 0px auto;
  }
}
.fixed-scroll {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  top: 200px;
  right: -100px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
  background: url('/grafika/i-scroll.png') no-repeat center center;
  background-size: 80px 80px !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.fixed-scroll.in {
  right: 30px;
}
.fixed-scroll.up {
  background: url('/grafika/i-up.png') no-repeat center center !important;
}
@media (max-width: 767px) {
  .fixed-scroll {
    display: none !important;
  }
}
/** Stopka */
footer {
  padding: 0px 40px;
  margin-top: 40px;
  border-top: 2px solid #e3e4e6;
}
@media (max-width: 991px) {
  footer {
    padding: 0px 15px;
  }
}
footer.footer-noborder {
  margin: 0px;
  border: 0px;
}
footer .footer {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 35px 0px 30px 0px;
}
@media (max-width: 991px) {
  footer .footer {
    padding: 30px 0px 10px 0px;
  }
}
footer .footer .nagl {
  position: absolute;
  left: 0px;
  top: 50%;
  margin: 0px;
}
@media (min-width: 1651px) {
  footer .footer .nagl {
    -ms-transform: translate(0px, -50%);
    /* IE 9 */
    -webkit-transform: translate(0px, -50%);
    /* Safari */
    transform: translate(0px, -50%);
  }
}
@media (max-width: 1650px) {
  footer .footer .nagl {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 35px;
    text-align: center;
  }
}
footer .footer .footer-items {
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
}
@media (max-width: 991px) {
  footer .footer .footer-items {
    text-align: center;
  }
}
footer .footer .footer-items:after {
  clear: both;
  display: block;
  content: " ";
}
footer .footer .footer-items > div {
  width: 33.33333333%;
  float: left;
}
@media (max-width: 991px) {
  footer .footer .footer-items > div {
    width: 100%;
    float: none;
    margin: 20px 0px;
  }
}
footer .footer .footer-items > div a[href^="tel:"] {
  font-size: 44px;
  font-weight: 300;
  color: #ef7a30;
  line-height: 0.9;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  footer .footer .footer-items > div a[href^="tel:"] {
    font-size: 34px;
  }
}
footer .footer .footer-items > div a[href^="mailto:"] {
  padding-bottom: 5px;
  display: table;
  color: #787878;
  text-decoration: none !important;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 3px dotted #ef7a30;
}
@media (max-width: 991px) {
  footer .footer .footer-items > div a[href^="mailto:"] {
    margin: 0px auto;
  }
}
footer .nav-bottom {
  text-align: center;
  background: #ef7a30;
  margin-right: -40px;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (max-width: 991px) {
  footer .nav-bottom {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  footer .nav-bottom {
    margin-left: -15px;
    padding: 5px 15px 10px 15px;
    margin-top: 70px;
  }
}
footer .nav-bottom:before {
  background: #ffffff url('/grafika/logo.png') no-repeat left center;
  content: " ";
  z-index: 5;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 45px;
  background-size: 100% auto !important;
}
@media (max-width: 767px) {
  footer .nav-bottom:before {
    left: 50%;
    margin-left: -60px;
    top: -70px;
  }
}
footer .nav-bottom a {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 10px;
  color: #FFF;
  display: inline-block;
}
@media (max-width: 767px) {
  footer .nav-bottom a {
    padding: 5px 10px;
  }
}
footer .copyright {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #787878;
  padding: 30px 0px;
}
@media (max-width: 580px) {
  footer .copyright {
    padding: 20px 0px;
    text-align: center;
  }
}
footer .copyright a {
  color: #787878 !important;
}
footer .copyright .zstudio {
  float: right;
}
@media (max-width: 580px) {
  footer .copyright .zstudio {
    float: none;
    display: block;
    margin-top: 5px;
  }
}
.formularz button[type="submit"] {
  background: #ef7a30 !important;
  outline: 0px !important;
  color: #FFF !important;
  display: table;
  margin: 10px 0px 0px auto;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px !important;
  text-transform: uppercase;
}
.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #e3e4e6;
  box-shadow: none !important;
}
.control-label {
  font-weight: 400;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 480px) {
  .col-xss-12 {
    float: none;
    width: 100%;
  }
}
/* GRID */
.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 {
  padding: 0px 10px !important;
}
.row {
  margin: 0px -10px !important;
}
.row.row-realization {
  margin: 0px !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;
    margin-left: 10px;
  }
  .row-offcanvas-left {
    left: 0px;
  }
  .table-cart td {
    white-space: normal !important;
  }
  .table > thead > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td {
    padding: 3px !important;
  }
}
@media print {
  a[href]:after {
    display: none;
  }
  .footer,
  footer,
  .header-shop,
  .responsive-right,
  .buttons,
  #cokPyt,
  #carousel,
  .btn-offcanvas {
    display: none !important;
  }
  header > div.logo {
    margin: 0 auto;
    float: none;
  }
  header > div:not(.logo):not(.container) {
    display: none;
  }
}
