@font-face {
 font-family: 'IBM Plex Sans';
 font-style: normal;
 font-weight: 200;
 font-stretch: normal;
 font-display: swap;
 src: url(/css/fonts/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDallzAA.ttf) format('truetype');
}
@font-face {
 font-family: 'IBM Plex Sans';
 font-style: normal;
 font-weight: 400;
 font-stretch: normal;
 font-display: swap;
 src: url(/css/fonts/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD6llzAA.ttf) format('truetype');
}
@font-face {
 font-family: 'IBM Plex Sans';
 font-style: normal;
 font-weight: 500;
 font-stretch: normal;
 font-display: swap;
 src: url(/css/fonts/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSD2FlzAA.ttf) format('truetype');
}
@font-face {
 font-family: 'IBM Plex Sans';
 font-style: normal;
 font-weight: 600;
 font-stretch: normal;
 font-display: swap;
 src: url(/css/fonts/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDNF5zAA.ttf) format('truetype');
}
@font-face {
 font-family: 'IBM Plex Sans';
 font-style: normal;
 font-weight: 700;
 font-stretch: normal;
 font-display: swap;
 src: url(/css/fonts/zYXGKVElMYYaJe8bpLHnCwDKr932-G7dytD-Dmu1swZSAXcomDVmadSDDV5zAA.ttf) format('truetype');
}


@font-face {
 font-family: 'dms';
 src: url('fonts/dms.eot');
 src: url('fonts/dms.eot?#iefix') format('embedded-opentype'),
 url('fonts/dms.woff') format('woff'),
 url('fonts/dms.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
/*---------------------------------------------------
 LESS Elements 0.9
 ---------------------------------------------------
 A set of useful LESS mixins
 More info at: http://lesselements.com
 ---------------------------------------------------*/
.text-vertical {
 -ms-writing-mode: tb-rl;
 -webkit-writing-mode: vertical-tb;
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 white-space: nowrap;
}
.clearAll:before,
.clearAll:after {
 clear: both;
 display: block;
 content: " ";
}
.clearAfter:after {
 clear: both;
 display: block;
 content: " ";
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
 -ms-touch-action: auto;
 touch-action: auto;
}
/*
 * Owl Carousel - Core
 */
.owl-carousel {
 display: block;
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
 position: relative;
 z-index: 1;
}
.owl-carousel > .item {
 display: none;
}
.owl-carousel > .item:first {
 display: block;
}
.owl-carousel .owl-stage {
 position: relative;
 -ms-touch-action: pan-Y;
 touch-action: manipulation;
 -moz-backface-visibility: hidden;
 /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 /* fix for flashing background */
 -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
 position: relative;
 min-height: 1px;
 float: left;
 -webkit-backface-visibility: hidden;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
 display: block;
 width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
 display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
 cursor: pointer;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
 background: none;
 color: inherit;
 border: none;
 padding: 0 !important;
 font: inherit;
}
.owl-carousel.owl-loaded {
 display: block;
}
.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}
.owl-carousel.owl-hidden {
 opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
 visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
 touch-action: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-grab {
 cursor: move;
 cursor: grab;
}
.owl-carousel.owl-rtl {
 direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
 float: right;
}
/*
 * Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
 animation-duration: 1000ms;
 animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
 z-index: 0;
}
.owl-carousel .owl-animated-out {
 z-index: 1;
}
.owl-carousel .fadeOut {
 animation-name: fadeOut;
}
@keyframes fadeOut {
 0% {
 opacity: 1;
 }
 100% {
 opacity: 0;
 }
}
/*
 * Owl Carousel - Auto Height Plugin
 */
.owl-height {
 transition: height 500ms ease-in-out;
}
/*
 * Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
 opacity: 0;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
 transform-style: preserve-3d;
}
/*
 * Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
 position: relative;
 height: 100%;
 background: #000;
}
.owl-carousel .owl-video-play-icon {
 position: absolute;
 height: 80px;
 width: 80px;
 left: 50%;
 top: 50%;
 margin-left: -40px;
 margin-top: -40px;
 cursor: pointer;
 z-index: 1;
 -webkit-backface-visibility: hidden;
 transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
 transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
 display: none;
}
.owl-carousel .owl-video-tn {
 opacity: 0;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
 position: relative;
 z-index: 1;
 height: 100%;
 width: 100%;
}
.owl-carousel .owl-nav {
 margin-top: 10px;
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
 color: #ffffff;
 font-size: 14px;
 margin: 5px;
 padding: 4px 7px;
 background: #d6d6d6;
 display: inline-block;
 cursor: pointer;
 border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
 background: #869791;
 color: #ffffff;
 text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
 opacity: 0.5;
 cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
 margin-top: 10px;
}
.owl-carousel .owl-dots {
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 background: #d6d6d6;
 display: block;
 -webkit-backface-visibility: visible;
 transition: opacity 200ms ease;
 border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
 background: #869791;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
 display: block;
}
audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden],
template {
 display: none;
}
a {
 background-color: transparent;
}
a:active,
a:hover {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
dfn {
 font-style: italic;
}
h1 {
 font-size: 2em;
 margin: 0.67em 0;
}
mark {
 background: #ff0;
 color: #000;
}
small {
 font-size: 80%;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 1em 40px;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
}
pre {
 overflow: auto;
}
code,
kbd,
pre,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
 color: inherit;
 font: inherit;
 margin: 0;
}
button {
 overflow: visible;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
 line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
 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;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
}
legend {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
optgroup {
 font-weight: bold;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
td,
th {
 padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
 *,
 *:before,
 *:after {
 background: transparent !important;
 color: #000 !important;
 box-shadow: none !important;
 text-shadow: none !important;
 }
 a,
 a:visited {
 text-decoration: underline;
 }
 a[href]:after {
 content: " (" attr(href) ")";
 }
 abbr[title]:after {
 content: " (" attr(title) ")";
 }
 a[href^="#"]:after,
 a[href^="javascript:"]:after {
 content: "";
 }
 pre,
 blockquote {
 border: 1px solid #999;
 page-break-inside: avoid;
 }
 thead {
 display: table-header-group;
 }
 tr,
 img {
 page-break-inside: avoid;
 }
 img {
 max-width: 100% !important;
 }
 p,
 h2,
 h3 {
 orphans: 3;
 widows: 3;
 }
 h2,
 h3 {
 page-break-after: avoid;
 }
 select {
 background: #fff !important;
 }
 .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.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: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
 content: "\2a";
}
.glyphicon-plus:before {
 content: "\2b";
}
.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-yen:before {
 content: "\00a5";
}
.glyphicon-ruble: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:hover,
.datepicker table tr td.highlighted:focus,
.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: #afd9ee;
 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.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 .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:hover,
.datepicker table tr td.today:focus,
.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: #ffc966;
 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.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 .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:hover,
.datepicker table tr td.range:focus,
.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: #d5d5d5;
 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.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 .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:hover,
.datepicker table tr td.range.highlighted:focus,
.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: #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 {
 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.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 .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:hover,
.datepicker table tr td.range.today:focus,
.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: #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 {
 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.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 .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: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.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: #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 {
 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.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.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: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.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: #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 {
 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.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.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: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.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: #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 {
 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.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.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) {
 width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
 outline: 0px !important;
}
.bootstrap-select.form-control {
 margin-bottom: 0;
 padding: 0;
 border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
 width: 100%;
}
.input-group .bootstrap-select.form-control,
.bootstrap-select.form-control.input-group-btn {
 z-index: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
 float: none;
 display: inline-block;
 margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
 float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
 margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
 padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
 height: 100%;
 font-size: inherit;
 line-height: inherit;
 border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
 font-size: inherit;
 line-height: inherit;
 border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
 padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
 padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
 width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
 cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
 outline: none !important;
}
.bootstrap-select.bs-container {
 position: absolute;
 top: 0;
 left: 0;
 height: 0 !important;
 padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
 z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
 content: '';
 display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
 position: absolute;
 top: 0;
 left: 0;
 padding-top: inherit;
 padding-right: inherit;
 padding-bottom: inherit;
 padding-left: inherit;
 height: 100%;
 width: 100%;
 text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
 padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
 overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
 position: absolute;
 top: 50%;
 right: 12px;
 margin-top: -2px;
 vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
 border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
 width: 100%;
}
.bootstrap-select .dropdown-menu {
 min-width: 100%;
 box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
 outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
 position: static;
 float: none;
 border: 0;
 padding: 0;
 margin: 0;
 border-radius: 0;
 box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
 position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
 color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
 cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
 cursor: pointer;
 user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
 position: relative;
 padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
 display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
 display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
 padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
 position: absolute;
 bottom: 5px;
 width: 96%;
 margin: 0 2%;
 min-height: 26px;
 padding: 3px 5px;
 background: #f5f5f5;
 border: 1px solid #e3e3e3;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
 pointer-events: none;
 opacity: 0.9;
 box-sizing: border-box;
}
.bootstrap-select .no-results {
 padding: 3px;
 background: #f5f5f5;
 margin: 0 5px;
 white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
 position: static;
 display: inline;
 padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
 display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
 position: static;
 top: auto;
 margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
 position: absolute;
 display: inline-block;
 right: 15px;
 top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
 margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
 content: '';
 display: block;
 width: 0.5em;
 height: 1em;
 border-style: solid;
 border-width: 0 0.26em 0.26em 0;
 transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
 z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
 content: '';
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 7px solid rgba(204, 204, 204, 0.2);
 position: absolute;
 bottom: -4px;
 left: 9px;
 display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
 content: '';
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid white;
 position: absolute;
 bottom: -4px;
 left: 10px;
 display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
 bottom: auto;
 top: -4px;
 border-top: 7px solid rgba(204, 204, 204, 0.2);
 border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
 bottom: auto;
 top: -4px;
 border-top: 6px solid white;
 border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
 right: 12px;
 left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
 right: 13px;
 left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
 display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
 padding: 4px 8px;
}
.bs-actionsbox {
 width: 100%;
 box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
 width: 50%;
}
.bs-donebutton {
 float: left;
 width: 100%;
 box-sizing: border-box;
}
.bs-donebutton .btn-group button {
 width: 100%;
}
.bs-searchbox + .bs-actionsbox {
 padding: 0 8px 4px;
}
.bs-searchbox .form-control {
 margin-bottom: 0;
 width: 100%;
 float: none;
}
* {
 -ms-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
*:before,
*:after {
 -ms-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
html {
 font-size: 10px;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 14px;
 line-height: 1.42857143;
 color: #333333;
 background-color: #ffffff;
}
input,
button,
select,
textarea {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
}
a {
 color: #428bca;
 text-decoration: none;
}
a:hover,
a:focus {
 color: #2a6496;
 text-decoration: underline;
}
a:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
figure {
 margin: 0;
}
img {
 vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
 display: block;
 max-width: 100%;
 height: auto;
}
.img-rounded {
 border-radius: 6px;
}
.img-thumbnail {
 padding: 4px;
 line-height: 1.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;
 margin: -1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 position: static;
 width: auto;
 height: auto;
 margin: 0;
 overflow: visible;
 clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
 font-weight: normal;
 line-height: 1;
 color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
 margin-top: 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 {
 background-color: #fcf8e3;
 padding: .2em;
}
.text-left {
 text-align: left;
}
.text-right {
 text-align: right;
}
.text-center {
 text-align: center;
}
.text-justify {
 text-align: justify;
}
.text-nowrap {
 white-space: nowrap;
}
.text-lowercase {
 text-transform: lowercase;
}
.text-uppercase {
 text-transform: uppercase;
}
.text-capitalize {
 text-transform: capitalize;
}
.text-muted {
 color: #777777;
}
.text-primary {
 color: #428bca;
}
a.text-primary:hover {
 color: #3071a9;
}
.text-success {
 color: #3c763d;
}
a.text-success:hover {
 color: #2b542c;
}
.text-info {
 color: #31708f;
}
a.text-info:hover {
 color: #245269;
}
.text-warning {
 color: #8a6d3b;
}
a.text-warning:hover {
 color: #66512c;
}
.text-danger {
 color: #a94442;
}
a.text-danger:hover {
 color: #843534;
}
.bg-primary {
 color: #fff;
 background-color: #428bca;
}
a.bg-primary:hover {
 background-color: #3071a9;
}
.bg-success {
 background-color: #dff0d8;
}
a.bg-success:hover {
 background-color: #c1e2b3;
}
.bg-info {
 background-color: #d9edf7;
}
a.bg-info:hover {
 background-color: #afd9ee;
}
.bg-warning {
 background-color: #fcf8e3;
}
a.bg-warning:hover {
 background-color: #f7ecb5;
}
.bg-danger {
 background-color: #f2dede;
}
a.bg-danger:hover {
 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-left: 5px;
 padding-right: 5px;
}
dl {
 margin-top: 0;
 margin-bottom: 20px;
}
dt,
dd {
 line-height: 1.42857143;
}
dt {
 font-weight: bold;
}
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;
 border-bottom: 1px dotted #777777;
}
.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;
 border-right: 5px solid #eeeeee;
 border-left: 0;
 text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
 content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
 content: '\00A0 \2014';
}
address {
 margin-bottom: 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: bold;
 box-shadow: none;
}
pre {
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 1.42857143;
 word-break: break-all;
 word-wrap: break-word;
 color: #333333;
 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 {
 margin-right: auto;
 margin-left: auto;
 padding-left: 20px;
 padding-right: 20px;
}
@media (min-width: 768px) {
 .container {
 width: 760px;
 }
}
@media (min-width: 992px) {
 .container {
 width: 980px;
 }
}
@media (min-width: 1200px) {
 .container {
 width: 1180px;
 }
}
.container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 20px;
 padding-right: 20px;
}
.row {
 margin-left: -20px;
 margin-right: -20px;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 position: relative;
 min-height: 1px;
 padding-left: 20px;
 padding-right: 20px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
 float: left;
}
.col-xxs-12 {
 width: 100%;
}
.col-xxs-11 {
 width: 91.66666667%;
}
.col-xxs-10 {
 width: 83.33333333%;
}
.col-xxs-9 {
 width: 75%;
}
.col-xxs-8 {
 width: 66.66666667%;
}
.col-xxs-7 {
 width: 58.33333333%;
}
.col-xxs-6 {
 width: 50%;
}
.col-xxs-5 {
 width: 41.66666667%;
}
.col-xxs-4 {
 width: 33.33333333%;
}
.col-xxs-3 {
 width: 25%;
}
.col-xxs-2 {
 width: 16.66666667%;
}
.col-xxs-1 {
 width: 8.33333333%;
}
.col-xxs-pull-12 {
 right: 100%;
}
.col-xxs-pull-11 {
 right: 91.66666667%;
}
.col-xxs-pull-10 {
 right: 83.33333333%;
}
.col-xxs-pull-9 {
 right: 75%;
}
.col-xxs-pull-8 {
 right: 66.66666667%;
}
.col-xxs-pull-7 {
 right: 58.33333333%;
}
.col-xxs-pull-6 {
 right: 50%;
}
.col-xxs-pull-5 {
 right: 41.66666667%;
}
.col-xxs-pull-4 {
 right: 33.33333333%;
}
.col-xxs-pull-3 {
 right: 25%;
}
.col-xxs-pull-2 {
 right: 16.66666667%;
}
.col-xxs-pull-1 {
 right: 8.33333333%;
}
.col-xxs-pull-0 {
 right: auto;
}
.col-xxs-push-12 {
 left: 100%;
}
.col-xxs-push-11 {
 left: 91.66666667%;
}
.col-xxs-push-10 {
 left: 83.33333333%;
}
.col-xxs-push-9 {
 left: 75%;
}
.col-xxs-push-8 {
 left: 66.66666667%;
}
.col-xxs-push-7 {
 left: 58.33333333%;
}
.col-xxs-push-6 {
 left: 50%;
}
.col-xxs-push-5 {
 left: 41.66666667%;
}
.col-xxs-push-4 {
 left: 33.33333333%;
}
.col-xxs-push-3 {
 left: 25%;
}
.col-xxs-push-2 {
 left: 16.66666667%;
}
.col-xxs-push-1 {
 left: 8.33333333%;
}
.col-xxs-push-0 {
 left: auto;
}
.col-xxs-offset-12 {
 margin-left: 100%;
}
.col-xxs-offset-11 {
 margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
 margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
 margin-left: 75%;
}
.col-xxs-offset-8 {
 margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
 margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
 margin-left: 50%;
}
.col-xxs-offset-5 {
 margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
 margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
 margin-left: 25%;
}
.col-xxs-offset-2 {
 margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
 margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
 margin-left: 0%;
}
@media (min-width: 420px) {
 .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;
}
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 col[class*="col-"] {
 position: static;
 float: none;
 display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
 position: static;
 float: none;
 display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
 background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
 background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
 background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
 background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
 background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
 background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
 background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
 background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
 background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
 background-color: #ebcccc;
}
.table-responsive {
 overflow-x: auto;
 min-height: 0.01%;
}
@media screen and (max-width: 767px) {
 .table-responsive {
 width: 100%;
 margin-bottom: 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 {
 padding: 0;
 margin: 0;
 border: 0;
 min-width: 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: bold;
}
input[type="search"] {
 -ms-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
 margin: 4px 0 0;
 margin-top: 1px \9;
 line-height: normal;
}
input[type="file"] {
 display: block;
}
input[type="range"] {
 display: block;
 width: 100%;
}
select[multiple],
select[size] {
 height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
output {
 display: block;
 padding-top: 7px;
 font-size: 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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
 cursor: not-allowed;
 background-color: #eeeeee;
 opacity: 1;
}
textarea.form-control {
 height: auto;
}
input[type="search"] {
 -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
 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 label,
.checkbox label {
 min-height: 20px;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: normal;
 cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
 position: absolute;
 margin-left: -20px;
 margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
 margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
 display: inline-block;
 padding-left: 20px;
 margin-bottom: 0;
 vertical-align: middle;
 font-weight: normal;
 cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
 margin-top: 0;
 margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
 cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
 cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
 cursor: not-allowed;
}
.form-control-static {
 padding-top: 7px;
 padding-bottom: 7px;
 margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
 padding-left: 0;
 padding-right: 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;
}
select.form-group-sm .form-control {
 height: 30px;
 line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
 height: auto;
}
.form-group-sm .form-control-static {
 height: 30px;
 padding: 5px 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;
}
select.form-group-lg .form-control {
 height: 46px;
 line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
 height: auto;
}
.form-group-lg .form-control-static {
 height: 46px;
 padding: 10px 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 {
 width: 46px;
 height: 46px;
 line-height: 46px;
}
.input-sm + .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;
 border-color: #3c763d;
 background-color: #dff0d8;
}
.has-success .form-control-feedback {
 color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
 color: #8a6d3b;
}
.has-warning .form-control {
 border-color: #8a6d3b;
 -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;
 border-color: #8a6d3b;
 background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
 color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
 color: #a94442;
}
.has-error .form-control {
 border-color: #a94442;
 -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;
 border-color: #a94442;
 background-color: #f2dede;
}
.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 {
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
 min-height: 27px;
}
.form-horizontal .form-group {
 margin-left: -20px;
 margin-right: -20px;
}
@media (min-width: 768px) {
 .form-horizontal .control-label {
 text-align: right;
 margin-bottom: 0;
 padding-top: 7px;
 }
}
.form-horizontal .has-feedback .form-control-feedback {
 right: 20px;
}
@media (min-width: 768px) {
 .form-horizontal .form-group-lg .control-label {
 padding-top: 14.333333px;
 }
}
@media (min-width: 768px) {
 .form-horizontal .form-group-sm .control-label {
 padding-top: 6px;
 }
}
.btn {
 display: inline-block;
 margin-bottom: 0;
 font-weight: normal;
 text-align: center;
 vertical-align: middle;
 touch-action: manipulation;
 cursor: pointer;
 background-image: none;
 border: 1px solid transparent;
 white-space: nowrap;
 padding: 6px 12px;
 font-size: 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: thin dotted;
 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 {
 outline: 0;
 background-image: none;
 -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;
 pointer-events: none;
 -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;
 opacity: 0.65;
 filter: alpha(opacity=65);
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn-default {
 color: #333333;
 background-color: #ffffff;
 border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
 color: #333333;
 background-color: #e6e6e6;
 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.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-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:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
 color: #ffffff;
 background-color: #3071a9;
 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.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-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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
 color: #ffffff;
 background-color: #449d44;
 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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
 background-color: #5cb85c;
 border-color: #4cae4c;
}
.btn-success .badge {
 color: #5cb85c;
 background-color: #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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
 color: #ffffff;
 background-color: #31b0d5;
 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.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-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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
 color: #ffffff;
 background-color: #ec971f;
 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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
 background-color: #f0ad4e;
 border-color: #eea236;
}
.btn-warning .badge {
 color: #f0ad4e;
 background-color: #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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
 color: #ffffff;
 background-color: #c9302c;
 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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
 background-color: #d9534f;
 border-color: #d43f3a;
}
.btn-danger .badge {
 color: #d9534f;
 background-color: #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 {
 color: #428bca;
 font-weight: normal;
 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;
 visibility: hidden;
}
.collapse.in {
 display: block;
 visibility: visible;
}
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 solid;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}
.dropup,
.dropdown {
 position: relative;
}
.dropdown-toggle:focus {
 outline: 0;
}
.dropdown-menu {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1000;
 display: none;
 float: left;
 min-width: 160px;
 padding: 5px 0;
 margin: 2px 0 0;
 list-style: none;
 font-size: 14px;
 text-align: left;
 background-color: #ffffff;
 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);
 background-clip: padding-box;
}
.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: normal;
 line-height: 1.42857143;
 color: #333333;
 white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
 text-decoration: none;
 color: #262626;
 background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
 color: #ffffff;
 text-decoration: none;
 outline: 0;
 background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 text-decoration: none;
 background-color: transparent;
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 cursor: not-allowed;
}
.open > .dropdown-menu {
 display: block;
}
.open > a {
 outline: 0;
}
.dropdown-menu-right {
 left: auto;
 right: 0;
}
.dropdown-menu-left {
 left: 0;
 right: auto;
}
.dropdown-header {
 display: block;
 padding: 3px 20px;
 font-size: 12px;
 line-height: 1.42857143;
 color: #777777;
 white-space: nowrap;
}
.dropdown-backdrop {
 position: fixed;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 z-index: 990;
}
.pull-right > .dropdown-menu {
 right: 0;
 left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
 border-top: 0;
 border-bottom: 4px solid;
 content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
 top: auto;
 bottom: 100%;
 margin-bottom: 2px;
}
@media (min-width: 768px) {
 .navbar-right .dropdown-menu {
 left: auto;
 right: 0;
 }
 .navbar-right .dropdown-menu-left {
 left: 0;
 right: auto;
 }
}
.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-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-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
 border-bottom-left-radius: 0;
 border-top-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-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
 outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
 padding-left: 8px;
 padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
 padding-left: 12px;
 padding-right: 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-right-radius: 4px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
 border-bottom-left-radius: 4px;
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.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-right-radius: 0;
 border-top-left-radius: 0;
}
.btn-group-justified {
 display: table;
 width: 100%;
 table-layout: fixed;
 border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
 float: none;
 display: table-cell;
 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-left: 0;
 padding-right: 0;
}
.input-group .form-control {
 position: relative;
 z-index: 2;
 float: left;
 width: 100%;
 margin-bottom: 0;
}
.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: normal;
 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-bottom-right-radius: 0;
 border-top-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-bottom-left-radius: 0;
 border-top-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 {
 margin-left: -1px;
}
.nav {
 margin-bottom: 0;
 padding-left: 0;
 list-style: none;
}
.nav > li {
 position: relative;
 display: block;
}
.nav > li > a {
 position: relative;
 display: block;
 padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
 text-decoration: none;
 background-color: #eeeeee;
}
.nav > li.disabled > a {
 color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
 color: #777777;
 text-decoration: none;
 background-color: transparent;
 cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
 background-color: #eeeeee;
 border-color: #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;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-bottom-color: transparent;
 cursor: default;
}
.nav-tabs.nav-justified {
 width: 100%;
 border-bottom: 0;
}
.nav-tabs.nav-justified > li {
 float: none;
}
.nav-tabs.nav-justified > li > a {
 text-align: center;
 margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
 top: auto;
 left: auto;
}
@media (min-width: 768px) {
 .nav-tabs.nav-justified > li {
 display: table-cell;
 width: 1%;
 }
 .nav-tabs.nav-justified > li > a {
 margin-bottom: 0;
 }
}
.nav-tabs.nav-justified > li > a {
 margin-right: 0;
 border-radius: 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 {
 text-align: center;
 margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
 top: auto;
 left: auto;
}
@media (min-width: 768px) {
 .nav-justified > li {
 display: table-cell;
 width: 1%;
 }
 .nav-justified > li > a {
 margin-bottom: 0;
 }
}
.nav-tabs-justified {
 border-bottom: 0;
}
.nav-tabs-justified > li > a {
 margin-right: 0;
 border-radius: 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;
 visibility: hidden;
}
.tab-content > .active {
 display: block;
 visibility: visible;
}
.nav-tabs .dropdown-menu {
 margin-top: -1px;
 border-top-right-radius: 0;
 border-top-left-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 {
 overflow-x: visible;
 padding-right: 20px;
 padding-left: 20px;
 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;
 visibility: visible !important;
 height: auto !important;
 padding-bottom: 0;
 overflow: visible !important;
 }
 .navbar-collapse.in {
 overflow-y: visible;
 }
 .navbar-fixed-top .navbar-collapse,
 .navbar-static-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
 padding-left: 0;
 padding-right: 0;
 }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
 max-height: 340px;
}
@media (max-device-width: 420px) and (orientation: landscape) {
 .navbar-fixed-top .navbar-collapse,
 .navbar-fixed-bottom .navbar-collapse {
 max-height: 200px;
 }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
 margin-right: -20px;
 margin-left: -20px;
}
@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-fixed-top,
.navbar-fixed-bottom {
 position: fixed;
 right: 0;
 left: 0;
 z-index: 1030;
}
@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;
}
.navbar-brand {
 float: left;
 padding: 15px 20px;
 font-size: 18px;
 line-height: 20px;
 height: 50px;
}
.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: -20px;
 }
}
.navbar-toggle {
 position: relative;
 float: right;
 margin-right: 20px;
 padding: 9px 10px;
 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 -20px;
}
.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 {
 margin-left: -20px;
 margin-right: -20px;
 padding: 10px 20px;
 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;
 border: 0;
 margin-left: 0;
 margin-right: 0;
 padding-top: 0;
 padding-bottom: 0;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 }
}
.navbar-nav > li > .dropdown-menu {
 margin-top: 0;
 border-top-right-radius: 0;
 border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
 margin-bottom: 0;
 border-top-right-radius: 4px;
 border-top-left-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-left: 20px;
 margin-right: 20px;
 }
}
@media (min-width: 768px) {
 .navbar-left {
 float: left !important;
 }
 .navbar-right {
 float: right !important;
 margin-right: -20px;
 }
 .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-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-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 background-color: #e7e7e7;
 color: #555555;
}
@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-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-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-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
 background-color: #080808;
 color: #ffffff;
}
@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-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 {
 content: "/\00a0";
 padding: 0 5px;
 color: #cccccc;
}
.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;
 line-height: 1.42857143;
 text-decoration: none;
 color: #428bca;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
 margin-left: 0;
 border-bottom-left-radius: 4px;
 border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
 border-bottom-right-radius: 4px;
 border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
 color: #2a6496;
 background-color: #eeeeee;
 border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
 z-index: 2;
 color: #ffffff;
 background-color: #428bca;
 border-color: #428bca;
 cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
 color: #777777;
 background-color: #ffffff;
 border-color: #dddddd;
 cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
 padding: 10px 16px;
 font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
 border-bottom-left-radius: 6px;
 border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
 border-bottom-right-radius: 6px;
 border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
 padding: 5px 10px;
 font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
 border-bottom-left-radius: 3px;
 border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
 border-bottom-right-radius: 3px;
 border-top-right-radius: 3px;
}
.label {
 display: inline;
 padding: .2em .6em .3em;
 font-size: 75%;
 font-weight: bold;
 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-left: auto;
 margin-right: 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 {
 zoom: 1;
 overflow: hidden;
}
.media-body {
 width: 10000px;
}
.media-object {
 display: block;
}
.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 {
 margin-bottom: 20px;
 padding-left: 0;
}
.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-right-radius: 4px;
 border-top-left-radius: 4px;
}
.list-group-item:last-child {
 margin-bottom: 0;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}
a.list-group-item {
 color: #555555;
}
a.list-group-item .list-group-item-heading {
 color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
 text-decoration: none;
 color: #555555;
 background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
 background-color: #eeeeee;
 color: #777777;
 cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
 color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
 color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
 z-index: 2;
 color: #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;
}
.list-group-item-success {
 color: #3c763d;
 background-color: #dff0d8;
}
a.list-group-item-success {
 color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
 color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
 color: #3c763d;
 background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.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 {
 color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
 color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
 color: #31708f;
 background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.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 {
 color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
 color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
 color: #8a6d3b;
 background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.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 {
 color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
 color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
 color: #a94442;
 background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
 color: #fff;
 background-color: #a94442;
 border-color: #a94442;
}
.list-group-item-heading {
 margin-top: 0;
 margin-bottom: 5px;
}
.list-group-item-text {
 margin-bottom: 0;
 line-height: 1.3;
}
.embed-responsive {
 position: relative;
 display: block;
 height: 0;
 padding: 0;
 overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 height: 100%;
 width: 100%;
 border: 0;
}
.embed-responsive.embed-responsive-16by9 {
 padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
 padding-bottom: 75%;
}
.modal-open {
 overflow: hidden;
}
.modal {
 display: none;
 overflow: hidden;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1040;
 -webkit-overflow-scrolling: touch;
 background-color: rgba(0, 0, 0, 0.4);
 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;
 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);
 background-clip: padding-box;
 outline: 0;
}
.modal-backdrop {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 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;
 opacity: 0;
 filter: alpha(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;
 opacity: 0.5;
 filter: alpha(opacity=50);
}
.modal-header {
 padding: 15px;
 border-bottom: 1px solid #e5e5e5;
 min-height: 16.42857143px;
}
.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-left: 5px;
 margin-bottom: 0;
}
.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;
 visibility: visible;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 1.4;
 -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;
 opacity: 0;
 filter: alpha(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;
 opacity: 0.9;
 filter: alpha(opacity=90);
}
.tooltip.top {
 margin-top: -3px;
 padding: 5px 0;
}
.tooltip.right {
 margin-left: 3px;
 padding: 0 5px;
}
.tooltip.bottom {
 margin-top: 3px;
 padding: 5px 0;
}
.tooltip.left {
 margin-left: -3px;
 padding: 0 5px;
}
.tooltip-inner {
 max-width: 500px;
 padding: 3px 8px;
 color: #ffffff;
 text-align: center;
 text-decoration: none;
 background-color: #000000;
 border-radius: 4px;
}
.tooltip-arrow {
 position: absolute;
 width: 0;
 height: 0;
 border-color: transparent;
 border-style: solid;
}
.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 {
 bottom: 0;
 right: 5px;
 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;
}
.popover {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1060;
 display: none;
 max-width: 276px;
 padding: 1px;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 line-height: 1.42857143;
 text-align: left;
 background-color: #ffffff;
 background-clip: padding-box;
 border: 1px solid #cccccc;
 border: 1px solid rgba(0, 0, 0, 0.2);
 border-radius: 6px;
 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 white-space: normal;
}
.popover.top {
 margin-top: -10px;
}
.popover.right {
 margin-left: 10px;
}
.popover.bottom {
 margin-top: 10px;
}
.popover.left {
 margin-left: -10px;
}
.popover-title {
 margin: 0;
 padding: 8px 14px;
 font-size: 14px;
 background-color: #f7f7f7;
 border-bottom: 1px solid #ebebeb;
 border-radius: 5px 5px 0 0;
}
.popover-content {
 padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
 position: absolute;
 display: block;
 width: 0;
 height: 0;
 border-color: transparent;
 border-style: solid;
}
.popover > .arrow {
 border-width: 11px;
}
.popover > .arrow:after {
 border-width: 10px;
 content: "";
}
.popover.top > .arrow {
 left: 50%;
 margin-left: -11px;
 border-bottom-width: 0;
 border-top-color: #999999;
 border-top-color: rgba(0, 0, 0, 0.25);
 bottom: -11px;
}
.popover.top > .arrow:after {
 content: " ";
 bottom: 1px;
 margin-left: -10px;
 border-bottom-width: 0;
 border-top-color: #ffffff;
}
.popover.right > .arrow {
 top: 50%;
 left: -11px;
 margin-top: -11px;
 border-left-width: 0;
 border-right-color: #999999;
 border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
 content: " ";
 left: 1px;
 bottom: -10px;
 border-left-width: 0;
 border-right-color: #ffffff;
}
.popover.bottom > .arrow {
 left: 50%;
 margin-left: -11px;
 border-top-width: 0;
 border-bottom-color: #999999;
 border-bottom-color: rgba(0, 0, 0, 0.25);
 top: -11px;
}
.popover.bottom > .arrow:after {
 content: " ";
 top: 1px;
 margin-left: -10px;
 border-top-width: 0;
 border-bottom-color: #ffffff;
}
.popover.left > .arrow {
 top: 50%;
 right: -11px;
 margin-top: -11px;
 border-right-width: 0;
 border-left-color: #999999;
 border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
 content: " ";
 right: 1px;
 border-right-width: 0;
 border-left-color: #ffffff;
 bottom: -10px;
}
.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-footer:before,
.modal-footer:after {
 content: " ";
 display: table;
}
.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-footer:after {
 clear: both;
}
.center-block {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.pull-right {
 float: right !important;
}
.pull-left {
 float: left !important;
}
.hide {
 display: none !important;
}
.show {
 display: block !important;
}
.invisible {
 visibility: hidden;
}
.text-hide {
 font: 0/0 a;
 color: transparent;
 text-shadow: none;
 background-color: transparent;
 border: 0;
}
.hidden {
 display: none !important;
 visibility: hidden !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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }
 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;
 }
}
/** Podpowiedzi do wyszukiwarki */
.typeahead {
 width: 100%;
}
.typeahead.dropdown-menu {
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 border: 1px solid #d1d8dc;
 left: auto !important;
 right: -1px !important;
 padding: 0px;
 box-shadow: none !important;
 font-size: 14px;
}
.typeahead.dropdown-menu b,
.typeahead.dropdown-menu strong {
 font-weight: 500;
}
.typeahead.dropdown-menu > li {
 padding: 0px;
 margin: 0px;
 width: 100%;
 display: block;
 border-bottom: 1px solid #d1d8dc;
}
.typeahead.dropdown-menu > li:last-child {
 border-bottom: 0px;
}
.typeahead.dropdown-menu > li:not(.suggestions) a,
.typeahead.dropdown-menu > li:not(.show-all) a {
 padding: 10px 10px;
 color: #101328;
 text-decoration: none !important;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
}
.typeahead.dropdown-menu > li:not(.suggestions) a span.image,
.typeahead.dropdown-menu > li:not(.show-all) a span.image {
 margin-right: 15px;
 background: #FFF;
 border: 1px solid #d1d8dc;
}
.typeahead.dropdown-menu > li:not(.suggestions) a span.name b,
.typeahead.dropdown-menu > li:not(.show-all) a span.name b,
.typeahead.dropdown-menu > li:not(.suggestions) a span.name strong,
.typeahead.dropdown-menu > li:not(.show-all) a span.name strong {
 font-weight: bold;
}
.typeahead.dropdown-menu > li:not(.suggestions) a:hover,
.typeahead.dropdown-menu > li:not(.show-all) a:hover {
 background: rgba(209, 216, 220, 0.4);
}
.typeahead.dropdown-menu > li.suggestions {
 padding: 10px;
 font-size: 13px;
}
.typeahead.dropdown-menu > li.suggestions::before {
 font-weight: bold;
 display: block;
 margin-bottom: 10px;
 content: "Czy miałeś na myśli:";
}
.typeahead.dropdown-menu > li.suggestions > div {
 display: inline-block;
}
.typeahead.dropdown-menu > li.suggestions > div a {
 cursor: pointer;
 display: inline-block;
 padding: 5px 10px;
 background: #c90000;
 color: #FFF;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 font-size: 11px;
 font-weight: bold;
 margin: 0px 5px 5px 0px;
}
.typeahead.dropdown-menu > li.suggestions > div a:hover {
 background: #101328;
}
.typeahead.dropdown-menu > li.show-all {
 font-size: 12px;
 cursor: pointer;
 text-align: center;
}
.typeahead.dropdown-menu > li.show-all span {
 background: #c90000;
 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;
}
.typeahead.dropdown-menu > li.show-all a {
 background: none !important;
 display: block;
}
.typeahead.dropdown-menu > li.show-all a:hover {
 background: rgba(209, 216, 220, 0.4) !important;
 color: inherit;
}
.formularz {
 padding: 0px 15px;
}
.formularz .container {
 max-width: 100%;
 padding: 0px;
 width: 100%;
}
.label-hidden .form-label {
 display: none !important;
}
.label-hidden-padding {
 padding-left: 25%;
}
@media (max-width: 460px) {
 .label-hidden-padding {
 padding: 0px;
 }
}
.label-hidden-padding .form-label {
 display: none !important;
}
.form-group.label-left.field-tytul,
.form-group.label-left.field-naglowek {
 width: 100% !important;
}
.form-group.label-left.field-tytul .form-title,
.form-group.label-left.field-naglowek .form-title,
.form-group.label-left.field-tytul .form-heading,
.form-group.label-left.field-naglowek .form-heading {
 width: 100% !important;
}
.form-group.label-left.field-tytul .form-title,
.form-group.label-left.field-naglowek .form-title {
 padding-left: 25%;
}
@media (max-width: 480px) {
 .form-group.label-left.field-tytul .form-title,
 .form-group.label-left.field-naglowek .form-title {
 padding-left: 0px;
 }
}
hr {
 background: #D1D8DC !important;
}
.form-wrapper.is-dark .formularz {
 padding: 0px;
}
.form-wrapper.is-dark .formularz > form {
 background: #101328;
 padding: 40px;
 color: #FFF;
 margin-bottom: 0px;
}
@media (max-width: 991px) {
 .form-wrapper.is-dark .formularz > form {
 border: 0px;
 margin: 40px -20px -40px -20px;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 }
}
@media (max-width: 767px) {
 .form-wrapper.is-dark .formularz > form {
 padding: 40px 20px;
 }
}
.form-wrapper.is-dark .formularz > form .form-group {
 margin: 0px 0px 10px 0px !important;
}
.form-wrapper.is-dark .formularz > form .form-group.field-checkbox {
 margin: 20px 0px 0px 0px !important;
}
.form-wrapper.is-dark .formularz > form .form-group h2 {
 font-size: 22px;
 font-weight: 600;
 margin: 0px;
 color: #c90000;
}
.form-wrapper.is-dark .formularz > form .form-group h3 {
 font-size: 18px;
 font-weight: 500;
 margin: 0px;
 color: #FFF;
}
.form-wrapper.is-dark .formularz > form .form-group .form-heading {
 margin: 0px;
}
.form-wrapper.is-dark .formularz > form .form-group .form-title {
 margin: 20px 0px 0px 0px;
}
.form-wrapper.is-dark .formularz > form .form-group .form-title h3 {
 margin-bottom: 20px;
}
.form-wrapper.is-dark .formularz > form .form-group .form-title ul li {
 margin-bottom: 15px;
}
.form-wrapper.is-dark .formularz > form .form-submit {
 display: block;
 padding: 30px 0px 0px 0px;
 text-align: center;
}
.form-wrapper.is-dark .formularz > form .form-submit .el-button-bg {
 margin: 20px auto 0px auto;
}
.formularz > form {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 padding: 60px 60px 40px 60px;
 border: 1px solid #D1D8DC;
 background: #FFF;
 margin-bottom: 40px;
}
@media (max-width: 991px) {
 .formularz > form {
 padding: 0px 20px 40px 20px;
 border: 0px;
 margin: 40px -20px -40px -20px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 }
}
.formularz > form .form-group {
 margin: 0px 0px 20px 0px !important;
 font-size: 15px;
}
.formularz > form .form-group.has-error .form-control {
 border-color: #b94a48;
}
.formularz > form .form-group.form-group-submit {
 margin: 0px !important;
}
@media (max-width: 580px) {
 .formularz > form .form-group.form-group-submit .el-button-bg {
 width: 100%;
 text-align: center;
 margin-top: 10px;
 }
}
.formularz > form .form-group h2 {
 font-size: 26px;
 margin: 0px;
}
@media (max-width: 991px) {
 .formularz > form .form-group h2 {
 padding-top: 40px;
 }
}
.formularz > form .form-group h3 {
 font-size: 19px;
 font-weight: 500;
 margin: 20px 0px 10px 0px;
}
.formularz > form .form-group div[id^="req_"] {
 padding: 0px 0px 0px 15px;
}
.formularz > form .form-group .checkbox + div[id^="req_"] {
 padding: 0px 0px 0px 40px;
}
.formularz > form .form-group .control-label,
.formularz > form .form-group .required-fields {
 display: none;
}
.formularz > form .form-group .col-sm-8,
.formularz > form .form-group .col-sm-12 {
 margin: 0px;
 padding: 0px;
 width: 100%;
}
.formularz > form .form-group .radio-inline {
 padding: 0px;
 margin: 10px 10px 0px 0px;
}
.formularz > form .form-group .radio-inline label {
 padding: 5px 25px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 font-size: 18px;
 font-weight: 500;
 border: 1px solid #B3BEC4;
}
@media (max-width: 991px) {
 .formularz > form .form-group .radio-inline label {
 font-size: 14px;
 }
}
.formularz > form .form-group .radio-inline label:before,
.formularz > form .form-group .radio-inline label:after {
 display: none;
}
.formularz > form .form-group .radio-inline input[type="radio"]:checked + label {
 background: #c90000;
 color: #FFF;
 border-color: #c90000;
}
.formularz > form .form-group.field-checkbox div[id^="req_"] {
 padding: 0px 0px 0px 30px;
}
.formularz textarea.form-control {
 height: auto;
 min-height: 120px;
 line-height: normal;
 padding: 15px;
}
.formularz .form-submit .form-required-fields {
 font-size: 11px;
}
.formularz .form-submit .el-button {
 background: none !important;
 margin: 0px !important;
}
.is-empty {
 margin: 0px !important;
}
.layout-socials {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 position: relative;
 top: -10px;
 clear: both;
}
.layout-socials > div {
 width: 33.33333333%;
 position: relative;
}
.layout-socials > div span {
 color: #FFF;
 background: #580714;
 text-transform: uppercase;
 width: 160px;
 padding: 10px 0px;
 text-align: center;
 position: absolute;
 left: 50%;
 margin-left: -80px;
 bottom: 5%;
 font-size: 14px;
 letter-spacing: 150%;
}
@media (max-width: 767px) {
 .layout-socials > div {
 width: 50%;
 }
}
@media (max-width: 440px) {
 .layout-socials > div {
 width: 100%;
 }
}
.layout-socials > div img {
 max-width: 100%;
 height: auto !important;
}
hr.spacer {
 background: url('/grafika/spacer.svg') no-repeat;
 background-size: auto 100% !important;
 height: 19px;
 margin: 0px 0px var(--padding-big-bottom);
 padding: 0px;
}
@media (max-width: 991px) {
 hr.spacer {
 height: 10px;
 }
}
hr.spacer.csr-spacer {
 margin: 50px 0px 80px 0px;
}
@media (max-width: 991px) {
 hr.spacer.csr-spacer {
 margin: 20px 0px 50px 0px;
 }
}
.alert,
.form-info {
 display: block;
 margin: 40px 0px 0px 0px;
 padding: 20px 20px 20px 90px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1200px) {
 .alert,
 .form-info {
 margin-top: 40px;
 padding: 15px 20px 15px 70px;
 }
}
.alert:before {
 position: absolute;
 left: 0px;
 top: 0px;
 bottom: 0px;
 width: 80px;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 12px;
 -webkit-border-top-left-radius: 12px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 12px;
 -moz-border-radius-topleft: 12px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 12px;
 border-top-left-radius: 12px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
 content: " ";
}
@media (max-width: 1200px) {
 .alert:before {
 width: 60px;
 }
}
.alert.alert-standard:before {
 background: #101328 url('/grafika/i_alert_info.svg') no-repeat center center;
 background-size: 24px 24px !important;
}
.alert.alert-grey {
 background: #283237;
 color: #7D8F9B;
}
.alert.alert-grey:before {
 background: #3a474e url('/grafika/i_alert_info.svg') no-repeat center center;
 background-size: 24px 24px !important;
}
.alert.alert-dark {
 background: #0F1123;
 color: #7D8F9B;
}
.alert.alert-dark:before {
 background: #252b57 url('/grafika/i_alert_info.svg') no-repeat center center;
 background-size: 24px 24px !important;
}
.alert.alert-global {
 margin: 20px 0px;
 background: #101328;
 color: #FFF;
}
.alert.alert-global:before {
 background: #c90000 url('/grafika/i_alert_info_white.svg') no-repeat center center;
 background-size: 24px 24px !important;
}
.alert.alert-info {
 border: 1px solid #596d79;
 color: #FFF;
}
.alert.alert-info:before {
 left: -1px;
 top: -1px;
 bottom: -1px;
 background: #596d79 url('/grafika/i_alert_info_white.svg') no-repeat center center;
 background-size: 24px 24px !important;
}
.alert.alert-danger,
.alert.alert-error {
 background: #101328;
 color: #FFF;
 border: 1px solid #c90000;
}
.alert.alert-danger:before,
.alert.alert-error:before {
 left: -1px;
 top: -1px;
 bottom: -1px;
 background: #c90000 url('/grafika/i_alert_info_white.svg') no-repeat center center;
 background-size: 24px 24px !important;
}
.alert.alert-success {
 background: #101328;
 color: #FFF;
 border: 1px solid #44a000;
}
.alert.alert-success:before {
 left: -1px;
 top: -1px;
 bottom: -1px;
 background: #44a000 url('/grafika/i_alert_info_white.svg') no-repeat center center;
 background-size: 24px 24px !important;
}
.layout-card {
 padding: var(--padding-medium);
 background: #101328;
 position: relative;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 margin: 0px -30px var(--padding-big-bottom);
}
.layout-card h3 {
 margin-top: 0px !important;
}
@media (max-width: 767px) {
 .layout-card h3 {
 text-align: center;
 }
}
@media (max-width: 767px) {
 .layout-card {
 -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;
 }
}
.layout-card .alert {
 margin: 0px 0px 20px 0px;
}
.layout-card::before,
.layout-card::after {
 position: absolute;
 width: 1000px;
 top: 0px;
 bottom: 0px;
 background: inherit;
 content: " ";
}
.layout-card::before {
 left: -1000px;
}
.layout-card::after {
 right: -1000px;
}
.layout-card > div {
 padding: 0px 30px;
 color: #FFF;
}
.layout-card .card-form form {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 padding: 50px;
 border: 2px solid rgba(255, 255, 255, 0.1);
 display: table;
 margin: 0px auto;
}
.layout-card .card-form form label {
 font-weight: 400;
 margin-bottom: 15px;
}
.layout-card .card-form form .input-card-number {
 margin-bottom: 30px;
 width: 460px;
 overflow: hidden;
}
@media (max-width: 991px) {
 .layout-card .card-form form .input-card-number {
 width: 300px;
 }
}
.layout-card .card-form form .input-card-number input {
 width: 460px;
 height: 35px;
 line-height: 35px;
 letter-spacing: 22px;
 padding: 0px 0px 0px 10px;
 background: url('/grafika/card-desktop.png') no-repeat left top;
 border: 0px;
 resize: none;
 outline: none !important;
}
@media (max-width: 991px) {
 .layout-card .card-form form .input-card-number input {
 width: 300px;
 background-size: 100% auto !important;
 height: 25px;
 line-height: 25px;
 letter-spacing: 14.4px;
 padding: 0px 0px 0px 7px;
 }
}
.layout-card .card-form form .buttons {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: 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;
}
.layout-card .card-form form .buttons #req_s {
 width: 100%;
 font-size: 13px;
}
.layout-card .card-form form .buttons .el-button {
 margin: 0px !important;
 background: none !important;
}
.has-image-zoom .image {
 overflow: hidden;
}
.has-image-zoom .image img {
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
.has-image-zoom:hover .image img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
.programs-wrapper {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: var(--padding-big);
 color: #FFF;
 /*
.programs
{
padding-top: var(--padding-medium-top);
padding-left: 22%;
@media (max-width: 991px)
{
padding-top: 0px;
}
.program-item
{
margin: 40px 0px 0px 0px;
.rounded(20px);
.relative();
.display(flex);
.align-items(stretch);
@media (max-width: 991px)
{
display: block !important;
margin-top: 40px;
padding-left: 20px;
.rounded(0px);
}
.program-category.is-mobile
{
@media (min-width: 992px)
{
display: none;
}
.relative();
display: block;
font-weight: 600;
font-size: 50px;
line-height: 40px;
color: #303657;
text-transform: uppercase;
margin: 0px 0px 40px 0px;
padding: 0px 10px;
}
.description
{
width: 40%;
padding: 60px 120px 60px 60px;
.rounded(20px);
.relative();
.center();
order: 1;
background: #FFF;
-webkit-mask-image: url('/grafika/mask/program_1.svg');
mask-image: url('/grafika/mask/program_1.svg');
-webkit-mask-size: auto 100%;
mask-size: auto 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
margin-right: -100px;
@media (max-width: 1200px)
{
padding: 60px 40px;
}
@media (max-width: 991px)
{
display: block;
width: 100%;
background: #FFF;
padding: 60px 20px 20px 20px;
.border-radius(0px,0px,20px,0px);
}
@media (min-width: 992px)
{
&:before
{
.rounded(20px);
.absolute();
right: -100px;
content:" ";
background: #FFF;
-webkit-mask-image: url('/grafika/mask/program_1.svg');
mask-image: url('/grafika/mask/program_1.svg');
-webkit-mask-size: auto 100%;
mask-size: auto 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: right;
mask-position: right;
-webkit-mask-clip: border-box;
mask-clip: border-box;
}
}
.program-category
{
position: absolute;
left: -120px;
width: 120px;
top: 0px;
bottom: 0px;
.center(center);
@media (max-width: 991px)
{
display: none;
}
span
{
.relative();
display: block;
font-weight: 600;
font-size: 100px;
line-height: 70px;
color: #303657;
text-transform: uppercase;
@media (min-width: 992px)
{
.text-vertical();
}
}
}
.program-type
{
position: absolute;
left: 0px;
top: 0px;
background: @default-color;
font-size: 20px;
font-weight: bold;
color: #FFF;
padding: 8px 20px;
text-transform: uppercase;
.border-radius(0px,12px,0px,20px);
@media (max-width: 991px)
{
.border-radius(0px,12px,0px,0px);
font-size: 14px;
}
}
.description-inner
{
.relative();
z-index: 2;
color: @default-text-color;
.title-medium
{
margin: 0px;
color: @default-text-color;
}
.description-body
{
font-size: 16px;
margin-top: 20px;
@media (max-width: 991px)
{
font-size: 14px;
}
}
.el-button
{
@media (max-width: 991px)
{
margin-top: 20px;
}
}
}
}
.image
{
width: 100%;
.relative();
.rounded(20px);
.center(center);
order: 2;
@media (min-width: 992px)
{
width: 60%;
-webkit-mask-image: url('/grafika/mask/program_2.svg');
mask-image: url('/grafika/mask/program_2.svg');
-webkit-mask-size: auto 100%;
mask-size: auto 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-clip: border-box;
mask-clip: border-box;
}
img
{
height: 100%;
width: auto !important;
.relative();
@media (max-width: 991px)
{
max-width: 100%;
height: auto !important;
.border-radius(0px,0px,0px,20px);
}
}
}
}
}
*/
}
@media (min-width: 992px) {
 .programs-wrapper:before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: " ";
 pointer-events: none;
 background: url('/grafika/lines/lines_programs.svg') left top no-repeat;
 background-size: 50% auto;
 }
}
@media (max-width: 991px) {
 .programs-wrapper {
 padding: 60px 0px;
 }
}
.programs-wrapper .title-large {
 color: #FFF;
 margin: 0px;
}
.programs-wrapper .programs {
 padding-left: 16.5%;
 padding-top: 60px;
}
@media (max-width: 767px) {
 .programs-wrapper .programs {
 padding-left: 10px;
 padding-right: 10px;
 }
}
.programs-wrapper .programs .item {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: stretch;
 -moz-box-align: stretch;
 -ms-flex-align: stretch;
 -webkit-align-items: stretch;
 -moz-align-items: stretch;
 -ms-align-items: stretch;
 align-items: stretch;
 position: relative;
 margin-bottom: 40px;
}
@media (max-width: 1080px) {
 .programs-wrapper .programs .item {
 -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;
 }
}
.programs-wrapper .programs .item:before {
 white-space: nowrap;
 content: attr(data-category);
 display: block;
 font-weight: 600;
 font-size: 100px;
 line-height: 70px;
 color: #303657;
 text-transform: uppercase;
 text-align: center;
 position: absolute;
 left: -100px;
 top: 0px;
 bottom: 0px;
}
@media (min-width: 768px) {
 .programs-wrapper .programs .item:before {
 -ms-writing-mode: tb-rl;
 -webkit-writing-mode: vertical-tb;
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 }
}
@media (max-width: 767px) {
 .programs-wrapper .programs .item:before {
 position: relative;
 left: auto;
 top: auto;
 bottom: auto;
 font-size: 50px;
 }
}
.programs-wrapper .programs .item .description {
 background: #FFF;
 min-height: 500px;
 min-width: 40%;
 padding: 60px 0px 60px 60px;
 position: relative;
 color: #101328;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 20px;
 -moz-border-radius-topleft: 20px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 20px;
 border-top-left-radius: 20px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 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: 1080px) {
 .programs-wrapper .programs .item .description {
 min-height: 1px;
 -webkit-box-ordinal-group: 3;
 -moz-box-ordinal-group: 3;
 -ms-flex-order: 2;
 -webkit-order: 2;
 -moz-order: 2;
 -ms-order: 2;
 order: 2;
 padding: 60px 30px 30px;
 min-width: 100%;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 20px;
 -webkit-border-bottom-left-radius: 20px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 20px;
 -moz-border-radius-bottomleft: 20px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 20px;
 border-bottom-left-radius: 20px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 }
}
.programs-wrapper .programs .item .description .program-type {
 position: absolute;
 left: 0px;
 top: 0px;
 background: #c90000;
 font-size: 20px;
 font-weight: bold;
 color: #FFF;
 padding: 8px 20px;
 text-transform: uppercase;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 12px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 20px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 12px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 20px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 12px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 20px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
@media (max-width: 991px) {
 .programs-wrapper .programs .item .description .program-type {
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 12px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 12px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 12px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 font-size: 14px;
 }
}
.programs-wrapper .programs .item .description .title-medium {
 margin-top: 0px;
 margin-bottom: 30px;
}
.programs-wrapper .programs .item .description .description-body {
 font-size: 16px;
}
@media (max-width: 1440px) {
 .programs-wrapper .programs .item .description .description-body {
 font-size: 14px;
 }
}
.programs-wrapper .programs .item .description svg {
 position: absolute;
 width: auto !important;
 height: 100% !important;
 right: 0px;
 transform: translate(90%, 0px);
 -webkit-transform: translate(90%, 0px);
 -moz-transform: translate(90%, 0px);
 -o-transform: translate(90%, 0px);
 -ms-transform: translate(90%, 0px);
 top: 0px;
}
@media (max-width: 1080px) {
 .programs-wrapper .programs .item .description svg {
 display: none;
 }
}
.programs-wrapper .programs .item .image {
 min-height: 500px;
 flex: 0 1 1;
}
@media (max-width: 1080px) {
 .programs-wrapper .programs .item .image {
 -webkit-box-ordinal-group: 2;
 -moz-box-ordinal-group: 2;
 -ms-flex-order: 1;
 -webkit-order: 1;
 -moz-order: 1;
 -ms-order: 1;
 order: 1;
 min-height: 1px;
 -webkit-border-top-right-radius: 20px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 20px;
 -moz-border-radius-topright: 20px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 20px;
 border-top-right-radius: 20px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 20px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 overflow: hidden;
 }
}
.programs-wrapper .programs .item .image img {
 max-height: 540px;
 height: 100% !important;
 width: auto !important;
 max-width: none !important;
}
.programs-list-wrapper {
 padding-bottom: var(--padding-big-bottom);
 margin-bottom: var(--padding-big-bottom);
}
@media (min-width: 992px) {
 .programs-list-wrapper:before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: " ";
 pointer-events: none;
 background: url('/grafika/lines/lines_programs_list.svg') left center no-repeat;
 background-size: 50% auto;
 }
}
.programs-list-wrapper.padding0 {
 padding: 0px !important;
}
.programs-list-wrapper .programs-list .program-typ {
 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: 160px 0px 0px 0px;
}
@media (max-width: 1400px) {
 .programs-list-wrapper .programs-list .program-typ {
 padding-top: 80px;
 }
}
@media (max-width: 991px) {
 .programs-list-wrapper .programs-list .program-typ {
 padding-top: 40px;
 }
}
@media (max-width: 767px) {
 .programs-list-wrapper .programs-list .program-typ .container {
 width: 100%;
 }
}
.programs-list-wrapper .programs-list .program-typ.padding0 {
 padding: 0px !important;
}
.programs-list-wrapper .programs-list .program-typ .program-typ-inner {
 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;
}
.programs-list-wrapper .programs-list .program-typ .program-typ-inner img {
 min-width: 120px;
}
@media (max-width: 991px) {
 .programs-list-wrapper .programs-list .program-typ .program-typ-inner img {
 min-width: 60px;
 max-width: 60px;
 }
}
.programs-list-wrapper .programs-list .program-typ .program-typ-inner .slash {
 color: #596D79;
 font-size: 120px;
 line-height: 1;
 margin: 0px 30px;
 font-weight: 200;
 position: relative;
 top: -5px;
}
@media (max-width: 991px) {
 .programs-list-wrapper .programs-list .program-typ .program-typ-inner .slash {
 font-size: 60px;
 margin: 0px 15px;
 }
}
.programs-list-wrapper .programs-list .program-typ .program-typ-inner .title-large {
 margin: 0px;
}
.programs-list-wrapper .program-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;
 padding-top: 160px;
}
@media (max-width: 1400px) {
 .programs-list-wrapper .program-item {
 padding-top: 80px;
 }
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item {
 padding: 40px 20px 0px 20px;
 display: block;
 }
}
.programs-list-wrapper .program-item .images {
 width: 60%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1400px) {
 .programs-list-wrapper .program-item .images {
 width: 50%;
 }
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item .images {
 width: 100%;
 }
}
.programs-list-wrapper .program-item .images .image {
 -webkit-mask-image: url('/grafika/mask/program_3.svg');
 mask-image: url('/grafika/mask/program_3.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: right;
 mask-position: right;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 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-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;
}
.programs-list-wrapper .program-item .images .image img {
 height: 100%;
 width: auto !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item .images .image {
 margin-left: -20px;
 -webkit-mask-image: url('/grafika/mask/program_1.svg');
 mask-image: url('/grafika/mask/program_1.svg');
 }
 .programs-list-wrapper .program-item .images .image img {
 max-width: 100%;
 }
}
.programs-list-wrapper .program-item .images .card {
 position: absolute;
 right: 0px;
 top: 60px;
 z-index: 5;
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item .images .card {
 top: auto;
 bottom: 60px;
 }
}
@media (max-width: 767px) {
 .programs-list-wrapper .program-item .images .card {
 width: 150px;
 }
}
@media (max-width: 580px) {
 .programs-list-wrapper .program-item .images .card {
 bottom: 40px;
 width: 100px;
 }
}
@media (max-width: 420px) {
 .programs-list-wrapper .program-item .images .card {
 bottom: 20px;
 width: 80px;
 }
}
.programs-list-wrapper .program-item .images .card img {
 max-width: 100%;
}
@media (min-width: 992px) {
 .programs-list-wrapper .program-item .images .card img {
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 }
}
.programs-list-wrapper .program-item .images .card.card-center {
 top: 0px;
 bottom: 0px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
}
@media (max-width: 580px) {
 .programs-list-wrapper .program-item .images .card.card-center {
 width: 120px !important;
 }
}
.programs-list-wrapper .program-item .description {
 padding-left: 100px;
 width: 40%;
}
@media (max-width: 1400px) {
 .programs-list-wrapper .program-item .description {
 padding-left: 50px;
 width: 50%;
 }
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item .description {
 width: 100%;
 padding: 40px 0px 0px 0px !important;
 }
}
.programs-list-wrapper .program-item .description .title-medium {
 margin: 0px 0px 30px 0px;
}
.programs-list-wrapper .program-item .description[style*="color:#FFF;"] ul li,
.programs-list-wrapper .program-item .description[style*="color:#FFFFFF;"] ul li {
 color: #FFF !important;
}
.programs-list-wrapper .program-item .description[style*="color:#FFF;"] ul li:before,
.programs-list-wrapper .program-item .description[style*="color:#FFFFFF;"] ul li:before {
 background: #FFF !important;
}
.programs-list-wrapper .program-item .description .numbers {
 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;
 margin: 0px -20px;
}
.programs-list-wrapper .program-item .description .numbers:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item .description .numbers {
 padding-bottom: 10px;
 margin: 0px -10px;
 -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;
 }
}
.programs-list-wrapper .program-item .description .numbers .number {
 float: left;
 padding: 0px 20px;
 margin-top: 40px;
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item .description .numbers .number {
 margin-top: 20px;
 padding: 0px 10px;
 float: none;
 }
}
.programs-list-wrapper .program-item .description .numbers .number > div {
 width: 120px;
 height: 120px;
 font-size: 34px;
 font-weight: 500;
 color: #7D8F9B;
 -webkit-border-radius: 51%;
 -moz-border-radius: 51%;
 border-radius: 51%;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1200px) {
 .programs-list-wrapper .program-item .description .numbers .number > div {
 width: 90px;
 height: 90px;
 font-size: 24px;
 }
}
.programs-list-wrapper .program-item .description .numbers .number span {
 color: #7D8F9B;
 font-size: 14px;
 font-weight: 500;
 text-align: center;
 display: block;
 max-width: 80px;
 margin: -10px auto 0px auto;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-item .description .numbers .number span {
 margin-top: -5px;
 }
}
@media (min-width: 992px) {
 .programs-list-wrapper .program-item.is-right .images {
 order: 2;
 }
 .programs-list-wrapper .program-item.is-right .images .image {
 -webkit-mask-image: url('/grafika/mask/program_2.svg');
 mask-image: url('/grafika/mask/program_2.svg');
 -webkit-mask-position: left;
 mask-position: left;
 }
 .programs-list-wrapper .program-item.is-right .images .card {
 right: auto;
 left: 0px;
 }
 .programs-list-wrapper .program-item.is-right .description {
 order: 1;
 padding-left: 0px;
 padding-right: 100px;
 }
}
@media (max-width: 1400px) {
 .programs-list-wrapper .program-item.is-right .description {
 padding-right: 50px;
 }
}
.programs-list-wrapper .program-banner {
 padding-top: 160px;
}
@media (max-width: 1400px) {
 .programs-list-wrapper .program-banner {
 padding-top: 80px;
 }
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-banner {
 padding-top: 40px;
 }
 .programs-list-wrapper .program-banner .container {
 width: 100%;
 }
}
.programs-list-wrapper .program-banner .el-button-bg.is-center {
 margin: 100px auto 0px auto;
}
@media (max-width: 1400px) {
 .programs-list-wrapper .program-banner .el-button-bg.is-center {
 margin-top: 60px;
 }
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-banner .el-button-bg.is-center {
 margin-top: 40px;
 }
}
.programs-list-wrapper .program-banner .banner {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 60px 0px 60px 240px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-banner .banner {
 padding: 0px;
 }
}
.programs-list-wrapper .program-banner .banner .banner-heading {
 position: absolute;
 left: 0px;
 top: 0px;
 bottom: 0px;
 width: 210px;
 padding: 40px 30px;
 background: #c90000;
 clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-topleft: 5px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 5px;
 border-top-left-radius: 5px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 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) {
 .programs-list-wrapper .program-banner .banner .banner-heading {
 text-align: right;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 100%;
 display: block;
 padding: 20px;
 height: 100px;
 clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 5px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 5px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 }
}
.programs-list-wrapper .program-banner .banner .banner-heading:before {
 content: " ";
 width: 47px;
 height: 47px;
 position: absolute;
 right: 60px;
 top: 40px;
 background: url('/grafika/i_plus.svg') no-repeat;
 background-size: 100% 100%;
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-banner .banner .banner-heading:before {
 width: 30px;
 height: 30px;
 left: 20px;
 top: 20px;
 right: auto;
 }
}
.programs-list-wrapper .program-banner .banner .banner-heading span {
 font-size: 20px;
 font-weight: 600;
 text-transform: uppercase;
 color: #FFF;
 height: 100%;
}
@media (min-width: 992px) {
 .programs-list-wrapper .program-banner .banner .banner-heading span {
 -ms-writing-mode: tb-rl;
 -webkit-writing-mode: vertical-tb;
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 white-space: nowrap;
 font-size: 26px;
 }
}
.programs-list-wrapper .program-banner .banner .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-right: 350px;
 overflow: hidden;
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-banner .banner .description {
 padding: 40px 350px 40px 20px;
 }
}
@media (max-width: 767px) {
 .programs-list-wrapper .program-banner .banner .description {
 padding: 20px;
 }
}
.programs-list-wrapper .program-banner .banner .description .title-medium {
 margin: 0px 0px 30px 0px;
}
.programs-list-wrapper .program-banner .banner .description .image {
 position: absolute;
 right: -40px;
 top: 50%;
 transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 -moz-transform: translate(0, -50%);
 -o-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
}
@media (max-width: 767px) {
 .programs-list-wrapper .program-banner .banner .description .image {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 margin-top: 30px;
 }
}
.programs-list-wrapper .program-banner .banner .description .image img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
}
.programs-list-wrapper .program-banner .banner .description ul li:before {
 background: #FFF !important;
}
.programs-list-wrapper .program-banner .banner[style*="background: #FFF;"] ul li:before,
.programs-list-wrapper .program-banner .banner[style*="background: #FFFFFF;"] ul li:before {
 background: #101328 !important;
}
.programs-list-wrapper .program-banner-image {
 padding-top: 160px;
}
@media (max-width: 1400px) {
 .programs-list-wrapper .program-banner-image {
 padding-top: 80px;
 }
}
@media (max-width: 991px) {
 .programs-list-wrapper .program-banner-image {
 padding-top: 40px;
 }
 .programs-list-wrapper .program-banner-image .container {
 width: 100%;
 }
}
.programs-list-wrapper .program-banner-image .banner-image {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
@media (max-width: 767px) {
 .programs-list-wrapper .program-banner-image .banner-image {
 margin: 0px -20px;
 display: block;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 }
}
.programs-list-wrapper .program-banner-image .banner-image .image {
 width: 50%;
}
@media (max-width: 767px) {
 .programs-list-wrapper .program-banner-image .banner-image .image {
 width: 100%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 }
 .programs-list-wrapper .program-banner-image .banner-image .image:before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: " ";
 pointer-events: none;
 background: linear-gradient(180deg, rgba(237, 239, 241, 0) 40%, #edeff1 99%);
 }
}
.programs-list-wrapper .program-banner-image .banner-image .image img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
}
.programs-list-wrapper .program-banner-image .banner-image .description {
 color: #101328;
 width: 50%;
 padding: 20px;
}
@media (max-width: 767px) {
 .programs-list-wrapper .program-banner-image .banner-image .description {
 text-align: center;
 width: 100%;
 padding: 20px 20px 40px 20px;
 }
 .programs-list-wrapper .program-banner-image .banner-image .description .el-button-bg {
 margin: 20px auto 0px auto !important;
 }
}
.programs-list-wrapper .program-banner-image .banner-image .description .title-medium {
 margin: 0px 0px 30px 0px;
}
@media (max-width: 767px) {
 .programs-list-wrapper .program-banner-image .banner-image .description .title-medium {
 margin-bottom: 15px;
 }
}
.steps-wrapper {
 padding: var(--padding-big);
}
@media (max-width: 991px) {
 .steps-wrapper {
 padding: 60px 0px;
 }
}
.steps-wrapper.bottom-offset {
 margin-bottom: var(--padding-big-bottom);
}
.steps-wrapper h1,
.steps-wrapper h2,
.steps-wrapper h3,
.steps-wrapper .title-large,
.steps-wrapper .title-medium {
 margin: 0px;
}
.steps-wrapper .steps {
 margin: 0px -40px;
 padding-top: 40px;
}
.steps-wrapper .steps:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .steps-wrapper .steps {
 margin: 0px;
 padding: 0px;
 }
}
.steps-wrapper .steps .step {
 float: left;
 margin: 60px auto 0px auto;
 padding: 0px 40px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1200px) {
 .steps-wrapper .steps .step {
 margin-top: 30px;
 }
}
@media (max-width: 991px) {
 .steps-wrapper .steps .step {
 margin: 30px 0px 0px 0px;
 float: none;
 padding: 0px 0px 0px 70px;
 min-height: 60px;
 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;
 }
}
.steps-wrapper .steps .step span {
 font-size: 45px;
 font-weight: 600;
 display: block;
 margin-bottom: 20px;
}
@media (max-width: 991px) {
 .steps-wrapper .steps .step span {
 font-size: 36px;
 margin: 0px;
 position: absolute;
 left: 0px;
 top: 0px;
 bottom: 0px;
 }
}
.steps-wrapper .steps .step .title-xs {
 color: #FFF;
 margin: 0px !important;
}
.steps-wrapper .steps .step:last-child span::after {
 display: none;
}
.steps-wrapper .steps .step:last-child::after {
 display: none;
}
@media (min-width: 992px) {
 .steps-wrapper .steps .step.step-3 {
 width: 33.33333333%;
 }
 .steps-wrapper .steps .step.step-3:nth-child(3n + 1) {
 clear: both;
 }
 .steps-wrapper .steps .step.step-3:nth-child(3n + 1 - 3) {
 clear: both;
 }
}
@media (max-width: 991px) {
 .steps-wrapper .steps .step.step-3 {
 width: 100%;
 }
 .steps-wrapper .steps .step.step-3:nth-child(1n + 1) {
 clear: both;
 }
 .steps-wrapper .steps .step.step-3:nth-child(1n + 1 - 1) {
 clear: both;
 }
}
@media (min-width: 1201px) {
 .steps-wrapper .steps .step.step-4 {
 width: 25%;
 }
 .steps-wrapper .steps .step.step-4:nth-child(4n + 1) {
 clear: both;
 }
 .steps-wrapper .steps .step.step-4:nth-child(4n + 1 - 4) {
 clear: both;
 }
}
@media (min-width: 992px) and (max-width: 1200px) {
 .steps-wrapper .steps .step.step-4 {
 width: 50%;
 }
 .steps-wrapper .steps .step.step-4:nth-child(2n + 1) {
 clear: both;
 }
 .steps-wrapper .steps .step.step-4:nth-child(2n + 1 - 2) {
 clear: both;
 }
}
@media (max-width: 991px) {
 .steps-wrapper .steps .step.step-4 {
 width: 100%;
 }
 .steps-wrapper .steps .step.step-4:nth-child(1n + 1) {
 clear: both;
 }
 .steps-wrapper .steps .step.step-4:nth-child(1n + 1 - 1) {
 clear: both;
 }
}
.steps-wrapper .steps .step.step-4 .title-xs {
 font-size: 19px;
}
.steps-wrapper .steps.has-arrows {
 margin: 0px -80px;
}
@media (max-width: 991px) {
 .steps-wrapper .steps.has-arrows {
 margin: 0px;
 }
}
.steps-wrapper .steps.has-arrows > div {
 padding: 0px 80px;
}
@media (max-width: 991px) {
 .steps-wrapper .steps.has-arrows > div {
 padding: 0px 0px 0px 80px;
 }
 .steps-wrapper .steps.has-arrows > div span:after {
 position: absolute;
 left: 50%;
 bottom: -20px;
 width: 39px;
 height: 12px;
 margin-left: -20px;
 background: url('/grafika/arrow_down_white.svg') no-repeat;
 background-size: 100% 100% !important;
 content: " ";
 }
}
.steps-wrapper .steps.has-arrows > div:after {
 width: 40px;
 height: 160px;
 position: absolute;
 right: -20px;
 top: 50%;
 margin-top: -80px;
 background: url('/grafika/arrow_right_big.svg') no-repeat;
 background-size: 100% 100% !important;
 content: " ";
}
@media (max-width: 991px) {
 .steps-wrapper .steps.has-arrows > div:after {
 display: none;
 }
}
.steps-wrapper .description .alert {
 margin-top: 80px !important;
}
.steps-foto-wrapper {
 padding: 100px 0px var(--padding-big-bottom) 0px;
}
@media (max-width: 1200px) {
 .steps-foto-wrapper {
 padding: 1px 0px 40px 0px;
 }
}
.steps-foto-wrapper .steps-foto .item {
 margin: 60px -20px 0px -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;
}
.steps-foto-wrapper .steps-foto .item:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 1200px) {
 .steps-foto-wrapper .steps-foto .item {
 margin-top: 40px;
 }
}
@media (max-width: 991px) {
 .steps-foto-wrapper .steps-foto .item {
 -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;
 }
}
.steps-foto-wrapper .steps-foto .item .description {
 width: 50%;
 float: left;
 padding: 0px 20px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 420px) {
 .steps-foto-wrapper .steps-foto .item .description {
 width: 40%;
 }
}
.steps-foto-wrapper .steps-foto .item .description > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-left: 100px;
}
@media (max-width: 991px) {
 .steps-foto-wrapper .steps-foto .item .description > div {
 padding: 0px;
 }
}
.steps-foto-wrapper .steps-foto .item .description > div .nr {
 font-size: 74px;
 line-height: 1;
 font-weight: 600;
 color: #101328;
 position: absolute;
 left: 0px;
 top: 0px;
}
@media (max-width: 991px) {
 .steps-foto-wrapper .steps-foto .item .description > div .nr {
 font-size: 60px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: 20px;
 display: block;
 }
}
@media (max-width: 420px) {
 .steps-foto-wrapper .steps-foto .item .description > div .nr {
 font-size: 50px;
 }
}
.steps-foto-wrapper .steps-foto .item .description > div .title-medium {
 margin: 0px 0px 20px 0px;
}
@media (max-width: 991px) {
 .steps-foto-wrapper .steps-foto .item .description > div .title-medium {
 -ms-word-break: break-all;
 word-break: break-all;
 word-break: break-word;
 margin: 0px;
 }
}
@media (max-width: 420px) {
 .steps-foto-wrapper .steps-foto .item .description > div .title-medium {
 font-size: 22px;
 }
}
@media (max-width: 991px) {
 .steps-foto-wrapper .steps-foto .item .description > div .description-body {
 display: none;
 }
}
.steps-foto-wrapper .steps-foto .item .image {
 width: 50%;
 padding: 0px 20px;
 float: right;
}
@media (max-width: 420px) {
 .steps-foto-wrapper .steps-foto .item .image {
 width: 60%;
 }
}
.steps-foto-wrapper .steps-foto .item .image > div {
 -webkit-mask-image: url('/grafika/mask/parallelogram.svg');
 mask-image: url('/grafika/mask/parallelogram.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 20px;
 -moz-border-radius-topleft: 20px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 20px;
 border-top-left-radius: 20px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 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;
 -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: 991px) {
 .steps-foto-wrapper .steps-foto .item .image > div {
 -webkit-mask-image: url('/grafika/mask/parallelogram2.svg');
 mask-image: url('/grafika/mask/parallelogram2.svg');
 }
}
@media (max-width: 767px) {
 .steps-foto-wrapper .steps-foto .item .image > div {
 margin-right: -40px;
 }
}
.steps-foto-wrapper .steps-foto .item .image > div:after {
 content: " ";
 position: absolute;
 right: 0px;
 top: 0px;
 width: 120px;
 height: 100%;
 background: #c90000;
 clip-path: polygon(100% 0, 0 0, 100% 100%);
 z-index: 10;
}
@media (max-width: 991px) {
 .steps-foto-wrapper .steps-foto .item .image > div:after {
 right: auto;
 left: 0px;
 width: 60px;
 clip-path: polygon(0 0, 0% 100%, 100% 0);
 }
}
.steps-foto-wrapper .steps-foto .item .image > div img {
 height: 100%;
 width: 100%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.steps-foto-wrapper .steps-foto .item .description-mobile {
 width: 100%;
 clear: both;
 float: none;
 padding: 30px 20px 0px 20px;
 order: 3;
}
@media (min-width: 992px) {
 .steps-foto-wrapper .steps-foto .item .description-mobile {
 display: none;
 }
}
.steps-foto-wrapper .steps-foto .item.item-left .image {
 order: 1;
}
.steps-foto-wrapper .steps-foto .item.item-left .image > div:after {
 display: none;
}
@media (max-width: 767px) {
 .steps-foto-wrapper .steps-foto .item.item-left .image > div {
 margin-right: 0px;
 margin-left: -40px;
 }
}
.steps-foto-wrapper .steps-foto .item.item-left .description {
 order: 2;
}
.applications-icons {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 color: #FFF;
 padding: var(--padding-big);
}
@media (min-width: 992px) {
 .applications-icons:before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: " ";
 pointer-events: none;
 background: url('/grafika/lines/lines_application.svg') left top no-repeat;
 background-size: 44% auto;
 }
}
.applications-icons .title-large,
.applications-icons .title-medium,
.applications-icons h1,
.applications-icons h2,
.applications-icons h3 {
 margin: 0px;
}
.applications-icons .image {
 position: absolute;
 right: 0px;
 bottom: 0px;
 width: 50%;
}
.applications-icons .image img {
 max-width: 100%;
}
.applications-icons .icons {
 margin: 0px -20px;
 padding-top: 60px;
}
.applications-icons .icons:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .applications-icons .icons {
 padding: 0px 0px 80px 0px;
 margin: 0px;
 }
}
@media (max-width: 480px) {
 .applications-icons .icons {
 padding-bottom: 0px;
 }
}
.applications-icons .icons .icon {
 width: 50%;
 float: left;
 margin: 60px auto 0px auto;
 padding: 0px 20px 0px 170px;
 min-height: 110px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.applications-icons .icons .icon:nth-child(2n + 1) {
 clear: both;
}
.applications-icons .icons .icon:nth-child(2n + 1 - 2) {
 clear: both;
}
@media (max-width: 991px) {
 .applications-icons .icons .icon {
 width: 100%;
 float: none;
 padding-left: 140px;
 margin: 30px 0px 0px 0px;
 }
}
@media (max-width: 480px) {
 .applications-icons .icons .icon {
 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-left: 80px;
 min-height: 60px;
 }
}
.applications-icons .icons .icon .icon-image {
 position: absolute;
 left: 20px;
 top: 0px;
 width: 110px;
 height: 110px;
 border: 1px solid #B3BEC4;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 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: 991px) {
 .applications-icons .icons .icon .icon-image {
 left: 0px;
 }
}
@media (max-width: 480px) {
 .applications-icons .icons .icon .icon-image {
 width: 60px;
 height: 60px;
 }
}
.applications-icons .icons .icon .icon-image img,
.applications-icons .icons .icon .icon-image svg {
 width: 48px;
 height: 48px;
 display: block;
 margin: 0px auto;
}
@media (max-width: 480px) {
 .applications-icons .icons .icon .icon-image img,
 .applications-icons .icons .icon .icon-image svg {
 width: 24px;
 height: 24px;
 }
}
.applications-icons .icons .icon .icon-description {
 font-size: 20px;
}
@media (max-width: 991px) {
 .applications-icons .icons .icon .icon-description {
 font-size: 16px;
 }
}
@media (max-width: 480px) {
 .applications-icons .icons .icon .icon-description > p {
 display: none;
 }
}
.applications-icons .icons .icon .icon-description .title-xs {
 font-size: 26px;
 margin: 0px 0px 20px 0px;
}
@media (max-width: 991px) {
 .applications-icons .icons .icon .icon-description .title-xs {
 font-size: 20px;
 }
}
@media (max-width: 480px) {
 .applications-icons .icons .icon .icon-description .title-xs {
 margin: 0px;
 }
}
.applications-icons .buttons-store {
 padding-top: 80px;
}
@media (max-width: 991px) {
 .applications-icons .buttons-store {
 padding-top: 20px;
 }
}
.applications-icons .buttons-store a {
 display: inline-block;
 margin: 20px 20px 0px 0px;
}
@media (max-width: 991px) {
 .applications-icons .buttons-store a {
 display: table;
 margin: 20px 0px 0px 0px;
 }
 .applications-icons .buttons-store a img,
 .applications-icons .buttons-store a svg {
 width: 180px;
 height: auto !important;
 }
 .applications-icons .buttons-store a img rect,
 .applications-icons .buttons-store a svg rect {
 width: 100%;
 }
}
.boxes-wrapper {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: var(--padding-big);
}
.boxes-wrapper.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.boxes-wrapper.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.boxes-wrapper.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
.boxes-wrapper.margin-bottom-zero {
 margin-bottom: 0px !important;
}
.boxes-wrapper h1,
.boxes-wrapper h2,
.boxes-wrapper .title-large,
.boxes-wrapper h3,
.boxes-wrapper .title-medium,
.boxes-wrapper .title-small {
 margin: 0px;
}
.boxes-wrapper .boxes {
 margin: 0px -20px;
 padding-top: 40px;
 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;
}
.boxes-wrapper .boxes:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 1200px) {
 .boxes-wrapper .boxes {
 padding-top: 20px;
 }
}
.boxes-wrapper .boxes .box {
 width: 50%;
 padding: 0px 20px;
 margin: 40px auto 0px auto;
}
@media (max-width: 991px) {
 .boxes-wrapper .boxes .box {
 margin: 20px auto 0px auto;
 }
}
@media (max-width: 580px) {
 .boxes-wrapper .boxes .box {
 width: 100%;
 margin: 20px 0px 0px 0px;
 }
}
.boxes-wrapper .boxes .box .image {
 -webkit-border-top-right-radius: 12px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 12px;
 -moz-border-radius-topright: 12px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 12px;
 border-top-right-radius: 12px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 12px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
.boxes-wrapper .boxes .box .image img {
 width: 100%;
 height: auto !important;
 -webkit-border-top-right-radius: 12px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 12px;
 -moz-border-radius-topright: 12px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 12px;
 border-top-right-radius: 12px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 12px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
.boxes-wrapper .boxes .box .description {
 padding: 40px 50px;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 12px;
 -webkit-border-bottom-left-radius: 12px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 12px;
 -moz-border-radius-bottomleft: 12px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 12px;
 border-bottom-left-radius: 12px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
@media (max-width: 991px) {
 .boxes-wrapper .boxes .box .description {
 padding: 20px;
 }
}
@media (max-width: 580px) {
 .boxes-wrapper .boxes .box .description {
 min-height: auto !important;
 }
}
.boxes-wrapper .boxes .box .description .title-small {
 margin: 0px;
}
.boxes-wrapper .boxes .box .description .title-small + .description-body {
 margin-top: 15px;
}
.boxes-wrapper .boxes .box .description .el-button {
 margin-top: 20px;
}
.boxes-wrapper .boxes.col-3 .box {
 width: 33.33333333%;
}
@media (max-width: 991px) {
 .boxes-wrapper .boxes.col-3 .box {
 width: 50%;
 }
}
@media (max-width: 580px) {
 .boxes-wrapper .boxes.col-3 .box {
 width: 100%;
 }
}
.boxes-wrapper .boxes.col-3 .box .description {
 padding: 30px;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 12px;
 -webkit-border-bottom-left-radius: 12px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 12px;
 -moz-border-radius-bottomleft: 12px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 12px;
 border-bottom-left-radius: 12px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
@media (max-width: 991px) {
 .boxes-wrapper .boxes.col-3 .box .description {
 padding: 20px;
 }
}
.layout-faq-wrapper {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-left: -20px;
 margin-right: -20px;
 margin-bottom: var(--padding-big-bottom);
}
.layout-faq-wrapper:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .layout-faq-wrapper {
 margin-left: 0px;
 margin-right: 0px;
 }
}
.layout-faq-wrapper .layout-faq-heading {
 width: 33.33333333%;
 float: left;
 padding: 0px 20px;
}
@media (max-width: 991px) {
 .layout-faq-wrapper .layout-faq-heading {
 width: 100%;
 float: none;
 padding: 0px 0px 20px 0px;
 }
}
.layout-faq-wrapper .layout-faq-heading .title-large,
.layout-faq-wrapper .layout-faq-heading .title-medium,
.layout-faq-wrapper .layout-faq-heading .title-small,
.layout-faq-wrapper .layout-faq-heading h1,
.layout-faq-wrapper .layout-faq-heading h2,
.layout-faq-wrapper .layout-faq-heading h3,
.layout-faq-wrapper .layout-faq-heading h4 {
 margin: 0px;
}
.layout-faq-wrapper .layout-faq-description {
 width: 66.66666667%;
 float: right;
 padding: 0px 20px;
}
@media (max-width: 991px) {
 .layout-faq-wrapper .layout-faq-description {
 width: 100%;
 float: none;
 padding: 0px;
 }
}
.layout-faq-wrapper .layout-faq-description .faq {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 border-bottom: 2px solid #D1D8DC;
 padding: 20px 0px;
}
.layout-faq-wrapper .layout-faq-description .faq .faq-title {
 margin: 0px;
 font-size: 24px;
 padding: 0px 40px 0px 40px;
 background: url('/grafika/arrow_down_dark.svg') no-repeat right top 13px;
 background-size: 23px 13px !important;
 cursor: pointer;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .layout-faq-wrapper .layout-faq-description .faq .faq-title {
 background: url('/grafika/arrow_down_dark.svg') no-repeat right top 10px;
 font-size: 18px;
 }
}
.layout-faq-wrapper .layout-faq-description .faq .faq-title .nr {
 position: absolute;
 left: 0px;
 top: 0px;
 font-size: 24px;
 font-weight: 500;
}
@media (max-width: 991px) {
 .layout-faq-wrapper .layout-faq-description .faq .faq-title .nr {
 font-size: 20px;
 }
}
.layout-faq-wrapper .layout-faq-description .faq .faq-content {
 display: none;
 padding-top: 20px;
}
.layout-faq-wrapper.has-category {
 margin-top: -1px !important;
 margin-bottom: 0px !important;
 margin-left: 0px;
 margin-right: 0px;
 border-top: 1px solid #D1D8DC;
 border-bottom: 1px solid #D1D8DC;
}
.layout-faq-wrapper.has-category.bottom-offset {
 margin-bottom: var(--padding-big-bottom) !important;
}
.layout-faq-wrapper.has-category .layout-faq-heading {
 cursor: pointer;
 width: 100%;
 float: none;
 padding: 30px 40px 30px 90px;
 background: url('/grafika/i_plus_dark.svg') no-repeat right top 40px;
 background-size: 24px 24px !important;
}
@media (max-width: 1200px) {
 .layout-faq-wrapper.has-category .layout-faq-heading {
 background-position: top 30px right;
 }
}
@media (max-width: 991px) {
 .layout-faq-wrapper.has-category .layout-faq-heading {
 padding: 20px 30px 20px 60px;
 background-position: top 20px right;
 }
}
.layout-faq-wrapper.has-category .layout-faq-heading .faq-ico {
 position: absolute;
 left: 0px;
 top: 26px;
 width: 48px;
}
@media (max-width: 1200px) {
 .layout-faq-wrapper.has-category .layout-faq-heading .faq-ico {
 top: 20px;
 }
}
@media (max-width: 991px) {
 .layout-faq-wrapper.has-category .layout-faq-heading .faq-ico {
 top: 15px;
 width: 36px;
 }
}
.layout-faq-wrapper.has-category .layout-faq-heading .faq-ico img,
.layout-faq-wrapper.has-category .layout-faq-heading .faq-ico svg {
 width: 48px;
 height: auto !important;
}
@media (max-width: 991px) {
 .layout-faq-wrapper.has-category .layout-faq-heading .faq-ico img,
 .layout-faq-wrapper.has-category .layout-faq-heading .faq-ico svg {
 width: 36px;
 }
}
.layout-faq-wrapper.has-category .layout-faq-description {
 width: 100%;
 float: none;
 display: none;
 padding: 80px 0px 110px 0px;
}
.layout-text-icons {
 padding: var(--padding-big);
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (min-width: 992px) {
 .layout-text-icons:before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 content: " ";
 pointer-events: none;
 background: url('/grafika/lines/lines_icons.svg') right bottom no-repeat;
 background-size: 50% auto;
 }
}
.layout-text-icons .title-large {
 margin: 0px 0px 80px 0px;
}
@media (max-width: 1200px) {
 .layout-text-icons .title-large {
 margin-bottom: 40px;
 }
}
.layout-text-icons .items:after {
 clear: both;
 display: block;
 content: " ";
}
.layout-text-icons .items .item {
 margin: 80px -40px 0px -40px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
}
@media (max-width: 991px) {
 .layout-text-icons .items .item {
 margin: 40px 0px 0px 0px;
 display: block;
 }
}
.layout-text-icons .items .item > div {
 padding: 0px 40px;
 width: 50%;
}
@media (max-width: 991px) {
 .layout-text-icons .items .item > div {
 width: 100%;
 padding: 0px;
 }
}
.layout-text-icons .items .item > div.description {
 order: 2;
}
@media (max-width: 991px) {
 .layout-text-icons .items .item > div.description {
 margin-top: 30px;
 }
}
.layout-text-icons .items .item > div.icons-images {
 order: 1;
}
.layout-text-icons .items .item > div .icons {
 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;
}
.layout-text-icons .items .item > div .icons .ico {
 padding: 0px 20px;
 max-width: 220px;
 width: 100%;
}
@media (max-width: 480px) {
 .layout-text-icons .items .item > div .icons .ico {
 padding: 0px 5px;
 }
}
.layout-text-icons .items .item > div .icons .ico img,
.layout-text-icons .items .item > div .icons .ico svg {
 width: 100%;
 height: 100%;
}
.layout-text-icons .items .item > div .title-small {
 margin: 0px 0px 20px 0px;
}
.layout-text-icons .items .item.icons-right > div.description {
 order: 1;
}
.layout-text-icons .items .item.icons-right > div.icons-images {
 order: 2;
}
.layout-list-column {
 padding: var(--padding-big);
}
.layout-list-column .title-large {
 margin: 0px;
}
.layout-list-column .list-column {
 margin: 0px -30px;
 padding-top: 40px;
}
.layout-list-column .list-column:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .layout-list-column .list-column {
 padding: 0px;
 margin: 0px;
 }
}
.layout-list-column .list-column .item {
 width: 50%;
 padding: 0px 30px;
 margin: 80px 0px 0px 0px;
 float: left;
}
.layout-list-column .list-column .item:nth-child(2n + 1) {
 clear: both;
}
.layout-list-column .list-column .item:nth-child(2n + 1 - 2) {
 clear: both;
}
@media (max-width: 1200px) {
 .layout-list-column .list-column .item {
 margin-top: 40px;
 }
}
@media (max-width: 991px) {
 .layout-list-column .list-column .item {
 padding: 0px;
 width: 100%;
 float: none;
 }
 .layout-list-column .list-column .item:nth-child(1n + 1) {
 clear: both;
 }
 .layout-list-column .list-column .item:nth-child(1n + 1 - 1) {
 clear: both;
 }
}
.layout-list-column .list-column .item > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-left: 110px;
}
@media (max-width: 991px) {
 .layout-list-column .list-column .item > div {
 padding-left: 50px;
 }
}
.layout-list-column .list-column .item > div .nr {
 font-weight: 600;
 font-size: 56px;
 line-height: 1;
 position: absolute;
 left: 0px;
 top: 0px;
}
@media (max-width: 991px) {
 .layout-list-column .list-column .item > div .nr {
 font-size: 40px;
 }
}
.layout-list-column .list-column .item > div .nr:after {
 content: "/";
 display: inline-block;
 margin-left: 20px;
 font-weight: 400;
 color: #7D8F9B;
}
@media (max-width: 991px) {
 .layout-list-column .list-column .item > div .nr:after {
 display: none;
 }
}
.layout-list-column .list-column .item > div .title-xs {
 margin: 0px 0px 20px 0px;
}
.layout-image-left-background,
.layout-image-right-background {
 padding: var(--padding-big);
}
.layout-image-left-background[style*="color:#FFF;"] ul li:before,
.layout-image-right-background[style*="color:#FFF;"] ul li:before,
.layout-image-left-background[style*="color:#FFFFFF;"] ul li:before,
.layout-image-right-background[style*="color:#FFFFFF;"] ul li:before {
 background: #FFF !important;
}
.layout-image-left-background .image-background-inner,
.layout-image-right-background .image-background-inner {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner,
 .layout-image-right-background .image-background-inner {
 display: block;
 }
}
.layout-image-left-background .image-background-inner .image,
.layout-image-right-background .image-background-inner .image {
 width: 50%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner .image,
 .layout-image-right-background .image-background-inner .image {
 width: 100%;
 }
 .layout-image-left-background .image-background-inner .image + .description,
 .layout-image-right-background .image-background-inner .image + .description {
 margin-top: 40px;
 }
}
@media (min-width: 1321px) {
 .layout-image-left-background .image-background-inner .image > div,
 .layout-image-right-background .image-background-inner .image > div {
 margin-left: -100px;
 }
}
.layout-image-left-background .image-background-inner .image img,
.layout-image-right-background .image-background-inner .image img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
}
.layout-image-left-background .image-background-inner .icons,
.layout-image-right-background .image-background-inner .icons {
 width: 50%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-left: 100px;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner .icons,
 .layout-image-right-background .image-background-inner .icons {
 width: 100%;
 padding: 0px;
 margin-top: 40px;
 }
}
.layout-image-left-background .image-background-inner .icons .ico,
.layout-image-right-background .image-background-inner .icons .ico {
 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-top: 20px;
}
.layout-image-left-background .image-background-inner .icons .ico:first-child,
.layout-image-right-background .image-background-inner .icons .ico:first-child {
 margin-top: 0px;
}
.layout-image-left-background .image-background-inner .icons .ico .title-xs,
.layout-image-right-background .image-background-inner .icons .ico .title-xs {
 margin: 0px;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner .icons .ico .title-xs,
 .layout-image-right-background .image-background-inner .icons .ico .title-xs {
 font-size: 20px;
 }
}
@media (max-width: 580px) {
 .layout-image-left-background .image-background-inner .icons .ico .title-xs,
 .layout-image-right-background .image-background-inner .icons .ico .title-xs {
 font-size: 16px;
 }
}
.layout-image-left-background .image-background-inner .icons .ico img,
.layout-image-right-background .image-background-inner .icons .ico img,
.layout-image-left-background .image-background-inner .icons .ico svg,
.layout-image-right-background .image-background-inner .icons .ico svg {
 display: block;
 min-width: 110px;
 height: auto;
 margin-right: 40px;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner .icons .ico img,
 .layout-image-right-background .image-background-inner .icons .ico img,
 .layout-image-left-background .image-background-inner .icons .ico svg,
 .layout-image-right-background .image-background-inner .icons .ico svg {
 min-width: 80px;
 margin-right: 20px;
 }
}
@media (max-width: 580px) {
 .layout-image-left-background .image-background-inner .icons .ico img,
 .layout-image-right-background .image-background-inner .icons .ico img,
 .layout-image-left-background .image-background-inner .icons .ico svg,
 .layout-image-right-background .image-background-inner .icons .ico svg {
 min-width: 60px;
 }
}
.layout-image-left-background .image-background-inner .description,
.layout-image-right-background .image-background-inner .description {
 width: 50%;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner .description,
 .layout-image-right-background .image-background-inner .description {
 width: 100%;
 }
}
.layout-image-left-background .image-background-inner .description h1,
.layout-image-right-background .image-background-inner .description h1,
.layout-image-left-background .image-background-inner .description h2,
.layout-image-right-background .image-background-inner .description h2,
.layout-image-left-background .image-background-inner .description h3,
.layout-image-right-background .image-background-inner .description h3,
.layout-image-left-background .image-background-inner .description h4,
.layout-image-right-background .image-background-inner .description h4,
.layout-image-left-background .image-background-inner .description .title-large,
.layout-image-right-background .image-background-inner .description .title-large,
.layout-image-left-background .image-background-inner .description .title-medium,
.layout-image-right-background .image-background-inner .description .title-medium,
.layout-image-left-background .image-background-inner .description .title-small,
.layout-image-right-background .image-background-inner .description .title-small {
 margin: 0px !important;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner .description .description-body,
 .layout-image-right-background .image-background-inner .description .description-body {
 margin-top: 20px;
 }
}
.layout-image-left-background .image-background-inner .description .el-button-bg,
.layout-image-right-background .image-background-inner .description .el-button-bg {
 margin-top: 40px;
 display: inline-block;
 margin-right: 40px;
}
@media (max-width: 991px) {
 .layout-image-left-background .image-background-inner .description .el-button-bg,
 .layout-image-right-background .image-background-inner .description .el-button-bg {
 margin: 20px auto 0px auto;
 }
}
.layout-image-left-background.layout-image-right-background .image-background-inner .image,
.layout-image-right-background.layout-image-right-background .image-background-inner .image {
 order: 2;
}
@media (min-width: 1321px) {
 .layout-image-left-background.layout-image-right-background .image-background-inner .image > div,
 .layout-image-right-background.layout-image-right-background .image-background-inner .image > div {
 margin-left: 0px;
 margin-right: -100px;
 }
}
.layout-image-left-background.layout-image-right-background .image-background-inner .icons,
.layout-image-right-background.layout-image-right-background .image-background-inner .icons {
 order: 2;
}
.layout-image-left-background.layout-image-right-background .image-background-inner .description,
.layout-image-right-background.layout-image-right-background .image-background-inner .description {
 order: 1;
}
.layout-image-left-background.padding0,
.layout-image-right-background.padding0 {
 padding: 0px !important;
}
@media (max-width: 991px) {
 .layout-image-left-background.padding0 .description,
 .layout-image-right-background.padding0 .description {
 padding: 0px 0px 40px 0px !important;
 text-align: center;
 }
}
.layout-image-left-background.margin-bottom-big,
.layout-image-right-background.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.layout-image-left-background.margin-bottom-medium,
.layout-image-right-background.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-image-left-background.margin-bottom-small,
.layout-image-right-background.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
@media (max-width: 991px) {
 .layout-image-left-background[style*=" background:#FFF;"] .image:before,
 .layout-image-right-background[style*=" background:#FFF;"] .image:before,
 .layout-image-left-background[style*=" background:#FFFFFF;"] .image:before,
 .layout-image-right-background[style*=" background:#FFFFFF;"] .image:before {
 background: linear-gradient(0deg, #ffffff 10%, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 99%) !important;
 }
}
.layout-image-left-background.has-big-image,
.layout-image-right-background.has-big-image {
 margin-bottom: var(--padding-big-bottom);
}
.layout-image-left-background.has-big-image .image-background-inner,
.layout-image-right-background.has-big-image .image-background-inner {
 display: block;
}
.layout-image-left-background.has-big-image .image-background-inner .description,
.layout-image-right-background.has-big-image .image-background-inner .description {
 width: 100%;
 padding: 40px 0px !important;
 margin: 0px !important;
 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) {
 .layout-image-left-background.has-big-image .image-background-inner .description,
 .layout-image-right-background.has-big-image .image-background-inner .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 display: block;
 }
}
.layout-image-left-background.has-big-image .image-background-inner .description .description-inner,
.layout-image-right-background.has-big-image .image-background-inner .description .description-inner {
 width: 50%;
 padding-right: 80px;
}
@media (max-width: 991px) {
 .layout-image-left-background.has-big-image .image-background-inner .description .description-inner,
 .layout-image-right-background.has-big-image .image-background-inner .description .description-inner {
 width: 100%;
 padding: 0px;
 }
}
.layout-image-left-background.has-big-image .image-background-inner .image,
.layout-image-right-background.has-big-image .image-background-inner .image {
 margin: 0px 0px 0px auto;
}
.layout-image-left-background.has-big-image .image-background-inner .image:before,
.layout-image-right-background.has-big-image .image-background-inner .image:before {
 display: none !important;
}
.layout-image-left-background.has-big-image .image-background-inner .image > div,
.layout-image-right-background.has-big-image .image-background-inner .image > div {
 margin: 0px;
}
.layout-heading-text {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-heading-text.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.layout-heading-text.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-heading-text.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
.layout-heading-text .heading-text {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 margin: 0px -40px;
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text {
 margin: 0px;
 display: block;
 }
}
.layout-heading-text .heading-text .heading {
 width: 50%;
 padding: 0px 40px;
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .heading {
 width: 100%;
 padding: 0px;
 }
}
.layout-heading-text .heading-text .heading .title-small {
 margin: 0px;
}
.layout-heading-text .heading-text .heading .title-large,
.layout-heading-text .heading-text .heading .title-medium {
 margin: 0px !important;
}
.layout-heading-text .heading-text .heading .title-large + .title-small,
.layout-heading-text .heading-text .heading .title-medium + .title-small,
.layout-heading-text .heading-text .heading .title-large + .title-medium,
.layout-heading-text .heading-text .heading .title-medium + .title-medium {
 margin-top: 20px;
}
.layout-heading-text .heading-text .heading.heading-size-25 {
 width: 25%;
}
@media (max-width: 1200px) {
 .layout-heading-text .heading-text .heading.heading-size-25 {
 width: 50%;
 }
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .heading.heading-size-25 {
 width: 100%;
 }
}
.layout-heading-text .heading-text .heading.heading-size-25 + .description {
 width: 75%;
}
@media (max-width: 1200px) {
 .layout-heading-text .heading-text .heading.heading-size-25 + .description {
 width: 50%;
 }
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .heading.heading-size-25 + .description {
 width: 100%;
 }
}
.layout-heading-text .heading-text .heading.heading-size-33 {
 width: 33.33333333%;
}
@media (max-width: 1200px) {
 .layout-heading-text .heading-text .heading.heading-size-33 {
 width: 50%;
 }
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .heading.heading-size-33 {
 width: 100%;
 }
}
.layout-heading-text .heading-text .heading.heading-size-33 + .description {
 width: 66.66666667%;
}
@media (max-width: 1200px) {
 .layout-heading-text .heading-text .heading.heading-size-33 + .description {
 width: 50%;
 }
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .heading.heading-size-33 + .description {
 width: 100%;
 }
}
.layout-heading-text .heading-text .heading.heading-size-66 {
 width: 66.66666667%;
}
@media (max-width: 1200px) {
 .layout-heading-text .heading-text .heading.heading-size-66 {
 width: 50%;
 }
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .heading.heading-size-66 {
 width: 100%;
 }
}
.layout-heading-text .heading-text .heading.heading-size-66 + .description {
 width: 33.33333333%;
}
@media (max-width: 1200px) {
 .layout-heading-text .heading-text .heading.heading-size-66 + .description {
 width: 50%;
 }
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .heading.heading-size-66 + .description {
 width: 100%;
 }
}
.layout-heading-text .heading-text .description {
 width: 50%;
 padding: 0px 40px;
}
@media (max-width: 991px) {
 .layout-heading-text .heading-text .description {
 width: 100%;
 padding: 30px 0px 0px 0px;
 }
}
.layout-heading-text .heading-text .description ul {
 list-style: none !important;
 padding: 0px !important;
 margin: 0px !important;
}
.layout-heading-text .heading-text .description ul li {
 padding: 20px 0px !important;
 border-top: 2px solid #d1d8dc;
}
.layout-heading-text .heading-text .description ul li:first-child {
 border-top: 0px !important;
 padding-top: 0px;
}
.layout-heading-text .heading-text .description ul li:before {
 display: none !important;
}
@media (max-width: 767px) {
 .layout-heading-text .heading-text.flex-center {
 padding-bottom: 30px;
 }
}
@media (min-width: 768px) {
 .layout-heading-text .heading-text.flex-center {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 }
}
.layout-image-center-right,
.layout-image-center-left {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-image-center-right.margin-bottom-big,
.layout-image-center-left.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.layout-image-center-right.margin-bottom-medium,
.layout-image-center-left.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-image-center-right.margin-bottom-small,
.layout-image-center-left.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
.layout-image-center-right .image-center-right,
.layout-image-center-left .image-center-right,
.layout-image-center-right .image-center-left,
.layout-image-center-left .image-center-left {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 margin: 0px -40px;
}
@media (max-width: 991px) {
 .layout-image-center-right .image-center-right,
 .layout-image-center-left .image-center-right,
 .layout-image-center-right .image-center-left,
 .layout-image-center-left .image-center-left {
 display: block;
 margin: 0px;
 }
}
.layout-image-center-right .image-center-right .image,
.layout-image-center-left .image-center-right .image,
.layout-image-center-right .image-center-left .image,
.layout-image-center-left .image-center-left .image {
 width: 50%;
 order: 2;
 padding: 0px 40px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .layout-image-center-right .image-center-right .image,
 .layout-image-center-left .image-center-right .image,
 .layout-image-center-right .image-center-left .image,
 .layout-image-center-left .image-center-left .image {
 width: auto;
 display: table;
 margin: 0px auto;
 padding: 0px;
 }
}
.layout-image-center-right .image-center-right .image > div:not(.image-add),
.layout-image-center-left .image-center-right .image > div:not(.image-add),
.layout-image-center-right .image-center-left .image > div:not(.image-add),
.layout-image-center-left .image-center-left .image > div:not(.image-add) {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.layout-image-center-right .image-center-right .image > div:not(.image-add).has-video,
.layout-image-center-left .image-center-right .image > div:not(.image-add).has-video,
.layout-image-center-right .image-center-left .image > div:not(.image-add).has-video,
.layout-image-center-left .image-center-left .image > div:not(.image-add).has-video {
 cursor: pointer;
}
.layout-image-center-right .image-center-right .image > div:not(.image-add).has-video:after,
.layout-image-center-left .image-center-right .image > div:not(.image-add).has-video:after,
.layout-image-center-right .image-center-left .image > div:not(.image-add).has-video:after,
.layout-image-center-left .image-center-left .image > div:not(.image-add).has-video:after {
 content: " ";
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: url('/grafika/i_video_play.svg') no-repeat center center;
 background-size: 128px 128px;
 pointer-events: none;
}
@media (max-width: 991px) {
 .layout-image-center-right .image-center-right .image > div:not(.image-add).has-video:after,
 .layout-image-center-left .image-center-right .image > div:not(.image-add).has-video:after,
 .layout-image-center-right .image-center-left .image > div:not(.image-add).has-video:after,
 .layout-image-center-left .image-center-left .image > div:not(.image-add).has-video:after {
 background-size: 80px 80px !important;
 }
}
.layout-image-center-right .image-center-right .image > div:not(.image-add).has-mask,
.layout-image-center-left .image-center-right .image > div:not(.image-add).has-mask,
.layout-image-center-right .image-center-left .image > div:not(.image-add).has-mask,
.layout-image-center-left .image-center-left .image > div:not(.image-add).has-mask {
 -webkit-mask-image: url('/grafika/mask/parallelogram.svg');
 mask-image: url('/grafika/mask/parallelogram.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: center;
 mask-position: center;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 20px;
 -webkit-border-top-left-radius: 20px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 20px;
 -moz-border-radius-topleft: 20px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 20px;
 border-top-left-radius: 20px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 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;
 -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;
}
.layout-image-center-right .image-center-right .image > div:not(.image-add) img,
.layout-image-center-left .image-center-right .image > div:not(.image-add) img,
.layout-image-center-right .image-center-left .image > div:not(.image-add) img,
.layout-image-center-left .image-center-left .image > div:not(.image-add) img {
 max-width: 100%;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 display: block;
 margin: 0px auto;
}
.layout-image-center-right .image-center-right .image .image-add,
.layout-image-center-left .image-center-right .image .image-add,
.layout-image-center-right .image-center-left .image .image-add,
.layout-image-center-left .image-center-left .image .image-add {
 position: absolute;
 right: 40px;
 bottom: 60px;
}
@media (max-width: 1200px) {
 .layout-image-center-right .image-center-right .image .image-add,
 .layout-image-center-left .image-center-right .image .image-add,
 .layout-image-center-right .image-center-left .image .image-add,
 .layout-image-center-left .image-center-left .image .image-add {
 max-width: 140px;
 bottom: 40px;
 }
}
@media (max-width: 991px) {
 .layout-image-center-right .image-center-right .image .image-add,
 .layout-image-center-left .image-center-right .image .image-add,
 .layout-image-center-right .image-center-left .image .image-add,
 .layout-image-center-left .image-center-left .image .image-add {
 right: 0px;
 bottom: 20px;
 }
}
@media (max-width: 480px) {
 .layout-image-center-right .image-center-right .image .image-add,
 .layout-image-center-left .image-center-right .image .image-add,
 .layout-image-center-right .image-center-left .image .image-add,
 .layout-image-center-left .image-center-left .image .image-add {
 max-width: 80px;
 }
}
.layout-image-center-right .image-center-right .image .image-add.is-left,
.layout-image-center-left .image-center-right .image .image-add.is-left,
.layout-image-center-right .image-center-left .image .image-add.is-left,
.layout-image-center-left .image-center-left .image .image-add.is-left {
 top: 60px;
 left: 40px;
 right: auto;
 bottom: auto;
}
@media (max-width: 1200px) {
 .layout-image-center-right .image-center-right .image .image-add.is-left,
 .layout-image-center-left .image-center-right .image .image-add.is-left,
 .layout-image-center-right .image-center-left .image .image-add.is-left,
 .layout-image-center-left .image-center-left .image .image-add.is-left {
 top: 40px;
 }
}
@media (max-width: 991px) {
 .layout-image-center-right .image-center-right .image .image-add.is-left,
 .layout-image-center-left .image-center-right .image .image-add.is-left,
 .layout-image-center-right .image-center-left .image .image-add.is-left,
 .layout-image-center-left .image-center-left .image .image-add.is-left {
 top: 20px;
 left: 0px;
 }
}
.layout-image-center-right .image-center-right .image .image-add img,
.layout-image-center-left .image-center-right .image .image-add img,
.layout-image-center-right .image-center-left .image .image-add img,
.layout-image-center-left .image-center-left .image .image-add img {
 max-width: 100%;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}
.layout-image-center-right .image-center-right .description,
.layout-image-center-left .image-center-right .description,
.layout-image-center-right .image-center-left .description,
.layout-image-center-left .image-center-left .description {
 order: 1;
 width: 50%;
 padding: 0px 40px;
}
@media (max-width: 991px) {
 .layout-image-center-right .image-center-right .description,
 .layout-image-center-left .image-center-right .description,
 .layout-image-center-right .image-center-left .description,
 .layout-image-center-left .image-center-left .description {
 width: 100%;
 padding: 30px 0px 0px 0px;
 }
}
.layout-image-center-right .image-center-right .description h1,
.layout-image-center-left .image-center-right .description h1,
.layout-image-center-right .image-center-left .description h1,
.layout-image-center-left .image-center-left .description h1,
.layout-image-center-right .image-center-right .description h2,
.layout-image-center-left .image-center-right .description h2,
.layout-image-center-right .image-center-left .description h2,
.layout-image-center-left .image-center-left .description h2,
.layout-image-center-right .image-center-right .description h3,
.layout-image-center-left .image-center-right .description h3,
.layout-image-center-right .image-center-left .description h3,
.layout-image-center-left .image-center-left .description h3,
.layout-image-center-right .image-center-right .description h4,
.layout-image-center-left .image-center-right .description h4,
.layout-image-center-right .image-center-left .description h4,
.layout-image-center-left .image-center-left .description h4,
.layout-image-center-right .image-center-right .description .title-large,
.layout-image-center-left .image-center-right .description .title-large,
.layout-image-center-right .image-center-left .description .title-large,
.layout-image-center-left .image-center-left .description .title-large,
.layout-image-center-right .image-center-right .description .title-medium,
.layout-image-center-left .image-center-right .description .title-medium,
.layout-image-center-right .image-center-left .description .title-medium,
.layout-image-center-left .image-center-left .description .title-medium {
 margin: 0px 0px 30px 0px;
}
@media (max-width: 991px) {
 .layout-image-center-right .image-center-right .description h1,
 .layout-image-center-left .image-center-right .description h1,
 .layout-image-center-right .image-center-left .description h1,
 .layout-image-center-left .image-center-left .description h1,
 .layout-image-center-right .image-center-right .description h2,
 .layout-image-center-left .image-center-right .description h2,
 .layout-image-center-right .image-center-left .description h2,
 .layout-image-center-left .image-center-left .description h2,
 .layout-image-center-right .image-center-right .description h3,
 .layout-image-center-left .image-center-right .description h3,
 .layout-image-center-right .image-center-left .description h3,
 .layout-image-center-left .image-center-left .description h3,
 .layout-image-center-right .image-center-right .description h4,
 .layout-image-center-left .image-center-right .description h4,
 .layout-image-center-right .image-center-left .description h4,
 .layout-image-center-left .image-center-left .description h4,
 .layout-image-center-right .image-center-right .description .title-large,
 .layout-image-center-left .image-center-right .description .title-large,
 .layout-image-center-right .image-center-left .description .title-large,
 .layout-image-center-left .image-center-left .description .title-large,
 .layout-image-center-right .image-center-right .description .title-medium,
 .layout-image-center-left .image-center-right .description .title-medium,
 .layout-image-center-right .image-center-left .description .title-medium,
 .layout-image-center-left .image-center-left .description .title-medium {
 margin-bottom: 15px;
 }
}
.layout-image-center-right .image-center-right.image-center-left .image,
.layout-image-center-left .image-center-right.image-center-left .image,
.layout-image-center-right .image-center-left.image-center-left .image,
.layout-image-center-left .image-center-left.image-center-left .image {
 order: 1;
}
.layout-image-center-right .image-center-right.image-center-left .description,
.layout-image-center-left .image-center-right.image-center-left .description,
.layout-image-center-right .image-center-left.image-center-left .description,
.layout-image-center-left .image-center-left.image-center-left .description {
 order: 2;
}
.layout-image-center-right-full,
.layout-image-center-left-full {
 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: var(--padding-small-bottom);
}
.layout-image-center-right-full.margin-bottom-big,
.layout-image-center-left-full.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
@media (max-width: 991px) {
 .layout-image-center-right-full.margin-bottom-big .description,
 .layout-image-center-left-full.margin-bottom-big .description {
 padding-bottom: 0px !important;
 }
}
.layout-image-center-right-full.margin-bottom-medium,
.layout-image-center-left-full.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-image-center-right-full.margin-bottom-small,
.layout-image-center-left-full.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
@media (max-width: 991px) {
 .layout-image-center-right-full,
 .layout-image-center-left-full {
 display: block;
 }
}
.layout-image-center-right-full .image,
.layout-image-center-left-full .image {
 width: 50%;
 order: 1;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .layout-image-center-right-full .image,
 .layout-image-center-left-full .image {
 width: 100%;
 padding-right: 20px;
 }
}
.layout-image-center-right-full .image > div,
.layout-image-center-left-full .image > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.layout-image-center-right-full .image > div img,
.layout-image-center-left-full .image > div img {
 max-width: 100%;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 display: block;
 margin: 0px auto;
}
.layout-image-center-right-full .image.has-mask > div,
.layout-image-center-left-full .image.has-mask > div {
 -webkit-mask-image: url('/grafika/mask/program_1.svg');
 mask-image: url('/grafika/mask/program_1.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: right;
 mask-position: right;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
}
.layout-image-center-right-full .image.has-mask2 > div,
.layout-image-center-left-full .image.has-mask2 > div {
 -webkit-mask-image: url('/grafika/mask/program_3.svg');
 mask-image: url('/grafika/mask/program_3.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: right;
 mask-position: right;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
}
.layout-image-center-right-full .description,
.layout-image-center-left-full .description {
 order: 2;
 width: 50%;
 padding-left: 80px;
}
@media (max-width: 991px) {
 .layout-image-center-right-full .description,
 .layout-image-center-left-full .description {
 width: 100%;
 padding: 30px 20px 20px 20px !important;
 }
}
.layout-image-center-right-full .description .title-large,
.layout-image-center-left-full .description .title-large,
.layout-image-center-right-full .description .title-medium,
.layout-image-center-left-full .description .title-medium,
.layout-image-center-right-full .description .title-small,
.layout-image-center-left-full .description .title-small,
.layout-image-center-right-full .description h1,
.layout-image-center-left-full .description h1,
.layout-image-center-right-full .description h2,
.layout-image-center-left-full .description h2,
.layout-image-center-right-full .description h3,
.layout-image-center-left-full .description h3 {
 margin: 0px 0px 20px 0px;
}
.layout-image-center-right-full.layout-image-center-right-full .image,
.layout-image-center-left-full.layout-image-center-right-full .image {
 order: 2;
}
@media (max-width: 991px) {
 .layout-image-center-right-full.layout-image-center-right-full .image,
 .layout-image-center-left-full.layout-image-center-right-full .image {
 padding-left: 20px;
 padding-right: 0px;
 }
}
.layout-image-center-right-full.layout-image-center-right-full .image.has-mask > div,
.layout-image-center-left-full.layout-image-center-right-full .image.has-mask > div {
 -webkit-mask-image: url('/grafika/mask/program_2.svg');
 mask-image: url('/grafika/mask/program_2.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: left;
 mask-position: left;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
}
.layout-image-center-right-full.layout-image-center-right-full .image.has-mask2 > div,
.layout-image-center-left-full.layout-image-center-right-full .image.has-mask2 > div {
 -webkit-mask-image: url('/grafika/mask/program_4.svg');
 mask-image: url('/grafika/mask/program_4.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: left;
 mask-position: left;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
}
.layout-image-center-right-full.layout-image-center-right-full .description,
.layout-image-center-left-full.layout-image-center-right-full .description {
 order: 1;
 padding-left: 0px;
 padding-right: 80px;
}
.layout-icons {
 margin-bottom: var(--padding-big-bottom);
}
.layout-icons .title-large,
.layout-icons h1,
.layout-icons h2 {
 margin: 0px 0px 80px 0px;
}
@media (max-width: 1400px) {
 .layout-icons .title-large,
 .layout-icons h1,
 .layout-icons h2 {
 margin-bottom: 40px;
 }
}
.layout-icons .vanity-sports {
 padding: 0px 0px 40px 0px;
 margin-top: -40px;
}
@media (max-width: 1400px) {
 .layout-icons .vanity-sports {
 margin-top: 0px;
 }
}
@media (max-width: 991px) {
 .layout-icons .vanity-sports {
 padding-bottom: 20px;
 }
}
.layout-icons .vanity-sports span {
 display: inline-block;
 margin: 0px 40px 0px 0px;
}
.layout-icons .vanity-sports span:before {
 content: " ";
 width: 22px;
 height: 6px;
 background: #c90000;
 display: inline-block;
 margin-right: 15px;
 position: relative;
 top: -3px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.layout-icons .vanity-sports span:first-child:before {
 background: #186FFF !important;
}
.layout-icons .icons {
 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;
 margin: -40px -20px 0px -20px;
}
.layout-icons .icons:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .layout-icons .icons {
 margin: 0px -5px;
 }
}
.layout-icons .icons .item {
 padding: 40px 20px 0px 20px;
 width: 25%;
}
@media (max-width: 991px) {
 .layout-icons .icons .item {
 width: 33.33333333%;
 padding: 10px 5px 0px 5px;
 }
}
.layout-icons .icons .item.item-6 {
 width: 16.66666667%;
}
@media (max-width: 1200px) {
 .layout-icons .icons .item.item-6 {
 width: 25%;
 }
}
@media (max-width: 991px) {
 .layout-icons .icons .item.item-6 {
 width: 33.33333333%;
 }
}
.layout-icons .icons .item.item-6 > div img,
.layout-icons .icons .item.item-6 > div svg {
 width: 48px;
 height: 48px;
}
@media (max-width: 991px) {
 .layout-icons .icons .item.item-6 > div img,
 .layout-icons .icons .item.item-6 > div svg {
 width: 32px;
 height: 32px;
 }
}
.layout-icons .icons .item > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 border: 1px solid #D1D8DC;
 padding: 30px;
 height: 190px;
 width: 100%;
 text-align: center;
}
@media (max-width: 991px) {
 .layout-icons .icons .item > div {
 padding: 20px;
 height: 110px;
 }
}
.layout-icons .icons .item > div .ico img {
 display: block;
 margin: 0px auto;
}
.layout-icons .icons .item > div .title-xs {
 font-size: 19px;
 font-weight: 500;
 margin: 0px;
 position: absolute;
 left: 10px;
 right: 10px;
 top: 100px;
 bottom: 10px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: 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: 991px) {
 .layout-icons .icons .item > div .title-xs {
 font-size: 14px;
 top: 60px;
 }
}
@media (max-width: 991px) {
 .layout-icons .icons .item.has-sports-line > div {
 height: 140px;
 }
}
.layout-icons .icons .item.has-sports-line .title-xs {
 top: 70px;
 bottom: 40px;
}
@media (max-width: 991px) {
 .layout-icons .icons .item.has-sports-line .title-xs {
 top: 55px;
 bottom: 30px;
 }
}
.layout-icons .icons .item.has-sports-line .sports-line {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 position: absolute;
 left: 10px;
 right: 10px;
 bottom: 25px;
}
@media (max-width: 991px) {
 .layout-icons .icons .item.has-sports-line .sports-line {
 bottom: 15px;
 }
}
.layout-icons .icons .item.has-sports-line .sports-line span {
 width: 22px;
 height: 6px;
 display: inline-block;
 margin: 0px 3px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.layout-icons .icons .item.has-sports-line .sports-line .blue-line span {
 background: #186FFF;
}
.layout-icons .icons .item.has-sports-line .sports-line .red-line span {
 background: #c90000;
}
.layout-partners {
 padding-bottom: var(--padding-big-bottom);
 text-align: center;
}
@media (max-width: 1400px) {
 .layout-partners {
 padding-bottom: 80px;
 }
}
@media (max-width: 991px) {
 .layout-partners {
 padding-bottom: 40px;
 }
}
.layout-partners .title-small {
 font-size: 26px;
 margin: 0px;
}
.layout-partners .items {
 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;
 margin: 60px -15px 0px -15px;
}
@media (max-width: 991px) {
 .layout-partners .items {
 margin-top: 30px;
 }
}
.layout-partners .items .item {
 padding: 15px;
 width: 25%;
}
@media (max-width: 991px) {
 .layout-partners .items .item {
 width: 33.33333333%;
 }
}
.layout-partners .items .item.item-4 {
 width: 25%;
}
@media (max-width: 991px) {
 .layout-partners .items .item.item-4 {
 width: 33.33333333%;
 }
}
.layout-partners .items .item .image img {
 display: block;
 margin: 0px auto;
 max-width: 100%;
}
.layout-partners .items .item .image.has-multiply {
 mix-blend-mode: multiply;
}
.layout-icons-column {
 margin-bottom: var(--padding-big-bottom);
}
.layout-icons-column .title-large,
.layout-icons-column .title-medium,
.layout-icons-column h1,
.layout-icons-column h2,
.layout-icons-column h3 {
 margin: 0px 0px 80px 0px;
}
@media (max-width: 991px) {
 .layout-icons-column .title-large,
 .layout-icons-column .title-medium,
 .layout-icons-column h1,
 .layout-icons-column h2,
 .layout-icons-column h3 {
 margin-bottom: 0px;
 }
}
.layout-icons-column .el-button-bg {
 margin-top: 80px !important;
}
@media (max-width: 991px) {
 .layout-icons-column .el-button-bg {
 margin-top: 40px !important;
 }
}
.layout-icons-column .icons-column {
 margin: -40px -30px 0px -30px;
}
.layout-icons-column .icons-column:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .layout-icons-column .icons-column {
 margin: 0px;
 }
}
.layout-icons-column .icons-column .item {
 padding: 0px 30px;
 float: left;
 margin: 40px auto 0px auto;
}
@media (max-width: 991px) {
 .layout-icons-column .icons-column .item {
 margin-top: 30px;
 padding: 0px;
 }
}
@media (min-width: 992px) {
 .layout-icons-column .icons-column .item.item-2 {
 width: 50%;
 }
 .layout-icons-column .icons-column .item.item-2:nth-child(2n + 1) {
 clear: both;
 }
 .layout-icons-column .icons-column .item.item-2:nth-child(2n + 1 - 2) {
 clear: both;
 }
}
@media (max-width: 991px) {
 .layout-icons-column .icons-column .item.item-2 {
 width: 100%;
 float: none;
 }
 .layout-icons-column .icons-column .item.item-2:nth-child(1n + 1) {
 clear: both;
 }
 .layout-icons-column .icons-column .item.item-2:nth-child(1n + 1 - 1) {
 clear: both;
 }
}
.layout-icons-column .icons-column .item.item-3 {
 width: 33.33333333%;
}
.layout-icons-column .icons-column .item.item-3:nth-child(3n + 1) {
 clear: both;
}
.layout-icons-column .icons-column .item.item-3:nth-child(3n + 1 - 3) {
 clear: both;
}
@media (max-width: 991px) {
 .layout-icons-column .icons-column .item.item-3 {
 width: 100%;
 float: none;
 }
 .layout-icons-column .icons-column .item.item-3:nth-child(1n + 1) {
 clear: both;
 }
 .layout-icons-column .icons-column .item.item-3:nth-child(1n + 1 - 1) {
 clear: both;
 }
}
.layout-icons-column .icons-column .item > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-left: 150px;
 min-height: 110px;
 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) {
 .layout-icons-column .icons-column .item > div {
 padding-left: 110px;
 min-height: 90px;
 }
}
.layout-icons-column .icons-column .item > div.has-body {
 display: block;
}
.layout-icons-column .icons-column .item > div .ico {
 position: absolute;
 left: 0px;
 top: 0px;
}
.layout-icons-column .icons-column .item > div .ico img,
.layout-icons-column .icons-column .item > div .ico svg {
 display: block;
 width: 110px;
 height: auto;
 margin: 0px auto;
}
@media (max-width: 580px) {
 .layout-icons-column .icons-column .item > div .ico img,
 .layout-icons-column .icons-column .item > div .ico svg {
 width: 90px;
 height: auto;
 }
}
@media (max-width: 580px) {
 .layout-icons-column .icons-column .item > div .ico.ico-big {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 display: table;
 margin-bottom: 20px;
 }
}
.layout-icons-column .icons-column .item > div .ico.ico-big img,
.layout-icons-column .icons-column .item > div .ico.ico-big svg {
 width: 140px;
 height: auto;
}
@media (max-width: 991px) {
 .layout-icons-column .icons-column .item > div .ico.ico-big img,
 .layout-icons-column .icons-column .item > div .ico.ico-big svg {
 width: 110px;
 height: auto;
 }
}
.layout-icons-column .icons-column .item > div .title-small,
.layout-icons-column .icons-column .item > div .title-xs {
 margin: 0px;
}
.layout-icons-column .icons-column .item > div .title-small + .description,
.layout-icons-column .icons-column .item > div .title-xs + .description {
 margin-top: 15px;
}
.layout-icons-column .icons-column .item > div.has-big-ico {
 padding-left: 180px;
}
@media (max-width: 991px) {
 .layout-icons-column .icons-column .item > div.has-big-ico {
 padding-left: 150px;
 }
}
@media (max-width: 580px) {
 .layout-icons-column .icons-column .item > div.has-big-ico {
 padding: 0px;
 }
}
.layout-team {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: var(--padding-big-bottom);
}
@media (max-width: 1400px) {
 .layout-team .team {
 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;
 }
}
.layout-team .team .team-line {
 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;
}
.layout-team .team .team-line .item {
 width: 16.66666667%;
}
.layout-team .team .team-line.first-line {
 padding-left: 50%;
}
.layout-team .team .team-line.first-line .item {
 width: 33.33333333%;
 margin-top: 0px !important;
}
.layout-team .team .item {
 margin: 40px 0px 0px 0px;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 1400px) {
 .layout-team .team .item {
 width: 16.66666667%;
 margin-top: 20px;
 }
}
@media (max-width: 1200px) {
 .layout-team .team .item {
 width: 20%;
 }
}
@media (max-width: 991px) {
 .layout-team .team .item {
 width: 25%;
 margin-top: 10px;
 }
}
@media (max-width: 580px) {
 .layout-team .team .item {
 width: 33.33333333%;
 }
}
.layout-team .team .item > div {
 margin: 0px -10px;
}
.layout-team .team .item .image {
 -webkit-mask-image: url('/grafika/mask/parallelogram.svg');
 mask-image: url('/grafika/mask/parallelogram.svg');
 -webkit-mask-size: 100% auto;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-mask-position: center;
 mask-position: center;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 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;
 -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;
}
.layout-team .team .item .image.has-modal {
 cursor: pointer;
}
.layout-team .team .item .image.has-modal:before {
 content: " ";
 width: 60px;
 height: 60px;
 background: #101328 url('/grafika/i_plus.svg') no-repeat center center;
 background-size: 20px auto !important;
 position: absolute;
 left: 50%;
 top: 50%;
 margin: -30px 0px 0px -30px;
 z-index: 2;
 pointer-events: none;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
 border-radius: 40px;
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -o-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 580px) {
 .layout-team .team .item .image.has-modal:before {
 width: 40px;
 height: 40px;
 margin: -20px 0px 0px -20px;
 background-size: 14px auto !important;
 }
}
.layout-team .team .item .image img {
 height: 100%;
 width: 100% !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin: 0px -10px;
}
.layout-team .team .item:hover {
 transform: translate(0, -10px);
 -webkit-transform: translate(0, -10px);
 -moz-transform: translate(0, -10px);
 -o-transform: translate(0, -10px);
 -ms-transform: translate(0, -10px);
}
.layout-team .team .item:hover > div .has-modal:before {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
.layout-team .description {
 position: absolute;
 left: 0px;
 top: 0px;
 right: 0px;
}
@media (max-width: 1400px) {
 .layout-team .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 }
}
.layout-team .description .description-inner {
 padding-right: 55%;
}
@media (max-width: 1400px) {
 .layout-team .description .description-inner {
 padding-right: 0px;
 }
}
.layout-team .description .title-large {
 margin: 0px 0px 40px 0px;
}
@media (max-width: 1500px) {
 .layout-team .description .title-large {
 margin-bottom: 20px;
 }
}
.layout-text-columns {
 padding: var(--padding-big);
}
.layout-text-columns.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.layout-text-columns.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-text-columns.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
.layout-text-columns.margin-bottom-zero {
 margin-bottom: 0px !important;
}
.layout-text-columns h1,
.layout-text-columns h2,
.layout-text-columns h3,
.layout-text-columns .title-large,
.layout-text-columns .title-medium,
.layout-text-columns .title-small {
 margin: 0px 0px var(--padding-medium-bottom) 0px;
}
.layout-text-columns .text-columns {
 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;
 margin: 0px -30px;
}
.layout-text-columns .text-columns:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 1200px) {
 .layout-text-columns .text-columns {
 margin: 0px -15px;
 }
}
@media (max-width: 767px) {
 .layout-text-columns .text-columns {
 display: block;
 margin: 0px;
 }
}
.layout-text-columns .text-columns .column {
 padding: 0px 30px;
 margin: 0px 0px 60px 0px;
}
@media (max-width: 1200px) {
 .layout-text-columns .text-columns .column {
 margin-bottom: 30px;
 padding: 0px 15px;
 }
}
@media (max-width: 767px) {
 .layout-text-columns .text-columns .column {
 padding: 0px;
 }
}
.layout-text-columns .text-columns .column.column-2 {
 width: 50%;
}
@media (max-width: 991px) {
 .layout-text-columns .text-columns .column.column-2 {
 width: 100%;
 }
}
.layout-text-columns .text-columns .column.column-3 {
 width: 33.33333333%;
}
@media (max-width: 991px) {
 .layout-text-columns .text-columns .column.column-3 {
 width: 50%;
 }
}
@media (max-width: 767px) {
 .layout-text-columns .text-columns .column.column-3 {
 width: 100%;
 }
}
.layout-text-columns .text-columns .column.column-4 {
 width: 25%;
}
@media (max-width: 991px) {
 .layout-text-columns .text-columns .column.column-4 {
 width: 50%;
 }
}
@media (max-width: 767px) {
 .layout-text-columns .text-columns .column.column-4 {
 width: 100%;
 }
}
.layout-text-columns .text-columns .column.column-5 {
 width: 20%;
}
@media (max-width: 991px) {
 .layout-text-columns .text-columns .column.column-5 {
 width: 33.33333333%;
 }
}
@media (max-width: 767px) {
 .layout-text-columns .text-columns .column.column-5 {
 width: 100%;
 }
}
.layout-text-columns .text-columns .column.column-6 {
 width: 16.66666667%;
}
@media (max-width: 991px) {
 .layout-text-columns .text-columns .column.column-6 {
 width: 33.33333333%;
 }
}
@media (max-width: 767px) {
 .layout-text-columns .text-columns .column.column-6 {
 width: 100%;
 }
}
.layout-text-columns .text-columns .column .column-text.no-title {
 padding-top: 80px;
}
@media (max-width: 1200px) {
 .layout-text-columns .text-columns .column .column-text.no-title {
 padding-top: 55px;
 }
}
@media (max-width: 991px) {
 .layout-text-columns .text-columns .column .column-text.no-title {
 padding-top: 0px;
 }
}
.layout-text-columns .text-columns .column .title-large {
 margin: 0px 0px 15px 0px;
}
.layout-text {
 margin-bottom: var(--padding-small-bottom);
}
.layout-text.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.layout-text.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-text.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
.layout-text.margin-bottom0 {
 margin-bottom: 0px !important;
}
.layout-text.has-border {
 border-bottom: 1px solid #cccccc;
}
.layout-text.has-border.margin-bottom-big {
 padding-bottom: var(--padding-big-bottom);
}
.layout-text.has-border.margin-bottom-medium {
 padding-bottom: var(--padding-medium-bottom);
}
.layout-text.has-border.margin-bottom-small {
 padding-bottom: var(--padding-small-bottom);
}
.layout-text.has-bg {
 padding: var(--padding-big);
}
.layout-text.has-bg h1,
.layout-text.has-bg h2,
.layout-text.has-bg h3,
.layout-text.has-bg .title-large,
.layout-text.has-bg .title-medium {
 margin: 30px 0px;
}
.layout-text .div-logo {
 margin-bottom: 60px;
}
@media (max-width: 1200px) {
 .layout-text .div-logo {
 margin-bottom: 40px;
 }
}
@media (max-width: 767px) {
 .layout-text .div-logo {
 display: none;
 }
}
.layout-text .div-logo img,
.layout-text .div-logo svg {
 display: block;
 min-height: 64px;
 height: 64px;
 width: auto;
}
.layout-text h1,
.layout-text h2,
.layout-text h3,
.layout-text .title-large,
.layout-text .title-medium {
 margin: 0px;
}
.layout-text a[href^="mailto:"] {
 color: #004ecc !important;
}
.layout-text .col-md-6 h4 {
 margin-top: 0px;
}
.layout-heading {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-heading.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.layout-heading.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-heading.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
.layout-heading h1,
.layout-heading h2,
.layout-heading h3,
.layout-heading h4,
.layout-heading .title-large,
.layout-heading .title-medium,
.layout-heading .title-small {
 margin: 0px;
}
.layout-heading h1 + h1,
.layout-heading h2 + h1,
.layout-heading h3 + h1,
.layout-heading h4 + h1,
.layout-heading .title-large + h1,
.layout-heading .title-medium + h1,
.layout-heading .title-small + h1,
.layout-heading h1 + h2,
.layout-heading h2 + h2,
.layout-heading h3 + h2,
.layout-heading h4 + h2,
.layout-heading .title-large + h2,
.layout-heading .title-medium + h2,
.layout-heading .title-small + h2,
.layout-heading h1 + h3,
.layout-heading h2 + h3,
.layout-heading h3 + h3,
.layout-heading h4 + h3,
.layout-heading .title-large + h3,
.layout-heading .title-medium + h3,
.layout-heading .title-small + h3,
.layout-heading h1 + h4,
.layout-heading h2 + h4,
.layout-heading h3 + h4,
.layout-heading h4 + h4,
.layout-heading .title-large + h4,
.layout-heading .title-medium + h4,
.layout-heading .title-small + h4,
.layout-heading h1 + div,
.layout-heading h2 + div,
.layout-heading h3 + div,
.layout-heading h4 + div,
.layout-heading .title-large + div,
.layout-heading .title-medium + div,
.layout-heading .title-small + div {
 margin-top: 30px;
}
.layout-box {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin: 30px auto 0px auto;
}
@media (max-width: 991px) {
 .layout-box {
 margin-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;
 }
}
.layout-box .image {
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
@media (max-width: 991px) {
 .layout-box .image {
 margin-right: 20px;
 max-width: 140px;
 min-width: 140px;
 }
}
@media (max-width: 580px) {
 .layout-box .image {
 max-width: 100px;
 min-width: 100px;
 }
}
.layout-box .image img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.layout-box .description .title-small,
.layout-box .description h4 {
 margin: 20px 0px 0px 0px;
}
@media (max-width: 991px) {
 .layout-box .description .title-small,
 .layout-box .description h4 {
 margin: 0px;
 }
}
.layout-background {
 margin-bottom: 0px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.layout-background.margin-bottom-big {
 margin-bottom: var(--padding-big-bottom);
}
.layout-background.margin-bottom-medium {
 margin-bottom: var(--padding-medium-bottom);
}
.layout-background.margin-bottom-small {
 margin-bottom: var(--padding-small-bottom);
}
.layout-background .image-background {
 min-height: 350px;
 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;
}
.layout-background .image-background img,
.layout-background .image-background svg {
 display: block;
 margin: 0px auto;
 max-width: 100%;
 height: auto !important;
}
.layout-background .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;
 padding-left: 20px;
 padding-right: 20px;
}
.layout-background .description .description-inner {
 width: 100%;
}
.layout-background .description.flex-center {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 text-align: center;
}
.layout-background .description.flex-start {
 -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;
 padding-top: 160px;
}
@media (max-width: 1400px) {
 .layout-background .description.flex-start {
 padding-top: 80px;
 }
}
@media (max-width: 991px) {
 .layout-background .description.flex-start {
 padding-top: 40px;
 }
}
.layout-background .description.description-relative {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 100px 0px;
}
@media (max-width: 991px) {
 .layout-background .description.description-relative {
 padding: 50px 0px;
 }
}
.layout-background .description.description-relative .formularz {
 padding: 0px;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') {
 padding-top: 40px;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') #req_s {
 display: none !important;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .alert {
 margin-top: 0px !important;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group input {
 margin: 5px 10px;
 height: 70px;
 line-height: 70px;
 padding: 0px 20px;
 width: 300px;
 background: #FFF;
 color: #888888;
 font-size: 24px;
}
@media (max-width: 580px) {
 .layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group input {
 font-size: 18px;
 margin: 0px;
 width: 100%;
 height: 50px;
 line-height: 50px;
 }
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group ::-webkit-input-placeholder {
 color: #888888;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group :-moz-placeholder {
 color: #888888;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group ::-moz-placeholder {
 color: #888888;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group :-ms-input-placeholder {
 color: #888888;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group ::-ms-input-placeholder {
 color: #888888;
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group button {
 margin: 5px 10px;
 height: 70px;
 line-height: 70px;
 padding: 0px 20px;
 min-width: 180px;
 text-align: center;
 font-size: 24px;
}
@media (max-width: 580px) {
 .layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group button {
 font-size: 20px;
 min-width: auto;
 width: 100%;
 height: 50px;
 line-height: 50px;
 margin: 10px 0px 0px 0px;
 }
}
.layout-background .description.description-relative form:not('[data-title="Qlturaprofit"]') .form-group #req_kupon_kod {
 width: 100%;
 display: block;
 text-align: center;
 font-size: 14px !important;
 padding-top: 15px !important;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"],
.layout-background .description.description-relative form[name="f1468267664"] {
 background: none !important;
 padding: 0px;
 border: 0px;
 max-width: 1000px;
 width: 100%;
 margin: 0px auto;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-checkbox,
.layout-background .description.description-relative form[name="f1468267664"] .form-checkbox {
 text-align: left;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-group,
.layout-background .description.description-relative form[name="f1468267664"] .form-group {
 text-align: left;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-group#tr_f2052787077,
.layout-background .description.description-relative form[name="f1468267664"] .form-group#tr_f2052787077 {
 margin-top: 30px !important;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-submit,
.layout-background .description.description-relative form[name="f1468267664"] .form-submit {
 display: block;
 padding: 0px;
 text-align: left;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-submit .form-required-fields,
.layout-background .description.description-relative form[name="f1468267664"] .form-submit .form-required-fields {
 padding: 0px;
 text-align: left;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-submit .form-button,
.layout-background .description.description-relative form[name="f1468267664"] .form-submit .form-button {
 display: table;
 margin: 30px auto 0px auto !important;
 background: #c90000 !important;
 color: #FFF !important;
 padding: 12px 40px;
 font-size: 20px;
 font-weight: 600;
 text-decoration: none !important;
 border: 2px solid #c90000 !important;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 991px) {
 .layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-submit .form-button,
 .layout-background .description.description-relative form[name="f1468267664"] .form-submit .form-button {
 font-size: 16px;
 margin-top: 20px;
 }
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-submit .form-button:hover,
.layout-background .description.description-relative form[name="f1468267664"] .form-submit .form-button:hover {
 box-shadow: 0px 0px 20px rgba(201, 0, 0, 0.3) !important;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-submit .form-button:after,
.layout-background .description.description-relative form[name="f1468267664"] .form-submit .form-button:after {
 display: none;
}
.layout-background .description.description-relative form[data-title="Qlturaprofit"] .form-submit #req_s,
.layout-background .description.description-relative form[name="f1468267664"] .form-submit #req_s {
 display: none;
}
.layout-background .description h1,
.layout-background .description h2,
.layout-background .description h3,
.layout-background .description .title-large,
.layout-background .description .title-medium,
.layout-background .description .title-small {
 margin: 0px;
}
.layout-background .description h1 + p,
.layout-background .description h2 + p,
.layout-background .description h3 + p,
.layout-background .description .title-large + p,
.layout-background .description .title-medium + p,
.layout-background .description .title-small + p {
 margin-top: 30px;
}
.layout-spacer.is-big {
 height: 160px;
}
@media (max-width: 1400px) {
 .layout-spacer.is-big {
 height: 80px;
 }
}
@media (max-width: 991px) {
 .layout-spacer.is-big {
 height: 40px;
 }
}
.layout-spacer.is-medium {
 height: 80px;
}
@media (max-width: 991px) {
 .layout-spacer.is-medium {
 height: 40px;
 }
}
.layout-spacer.is-small {
 height: 40px;
}
@media (max-width: 991px) {
 .layout-spacer.is-small {
 height: 20px;
 }
}
.layout-images-background {
 margin-top: var(--padding-medium-top);
 margin-bottom: var(--padding-big-bottom);
}
.layout-images-background .items {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
}
@media (max-width: 991px) {
 .layout-images-background .items {
 display: block;
 }
}
.layout-images-background .items .item {
 width: 50%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .layout-images-background .items .item {
 width: 100%;
 }
}
.layout-images-background .items .item .image {
 margin: 0px -60px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.layout-images-background .items .item .image > div {
 -webkit-mask-image: url('/grafika/mask/mask-rounded-right.svg');
 mask-image: url('/grafika/mask/mask-rounded-right.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: right;
 mask-position: right;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 margin-left: -10px;
}
.layout-images-background .items .item .image > div img {
 width: 100%;
 height: auto !important;
}
@media (max-width: 1200px) {
 .layout-images-background .items .item .image {
 margin: 0px -40px;
 }
}
@media (max-width: 991px) {
 .layout-images-background .items .item .image {
 width: 100%;
 margin: 0px;
 padding-right: 60px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 }
}
@media (max-width: 580px) {
 .layout-images-background .items .item .image {
 padding-right: 20px;
 }
}
.layout-images-background .items .item .description {
 position: absolute;
 right: -100%;
 width: 100%;
 top: 0px;
 padding-left: 150px;
 z-index: 10;
}
@media (max-width: 1400px) {
 .layout-images-background .items .item .description {
 padding-left: 120px;
 }
}
@media (max-width: 991px) {
 .layout-images-background .items .item .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 40px 15px;
 text-align: center;
 }
}
.layout-images-background .items .item .description .title-medium {
 margin: 0px !important;
 font-weight: 400;
}
.layout-images-background .items .item .description .el-button-bg {
 margin: 30px auto 0px 0px;
}
@media (max-width: 991px) {
 .layout-images-background .items .item .description .el-button-bg {
 margin: 30px auto 0px auto !important;
 }
}
.layout-images-background .items .item.is-right {
 padding-top: 250px;
}
@media (max-width: 1200px) {
 .layout-images-background .items .item.is-right {
 padding-top: 180px;
 }
}
@media (max-width: 991px) {
 .layout-images-background .items .item.is-right {
 padding: 0px;
 }
}
.layout-images-background .items .item.is-right .image > div {
 -webkit-mask-image: url('/grafika/mask/mask-rounded-left.svg');
 mask-image: url('/grafika/mask/mask-rounded-left.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-position: left;
 mask-position: left;
 margin-right: -10px;
 margin-left: auto;
}
@media (max-width: 991px) {
 .layout-images-background .items .item.is-right .image {
 padding-right: 0px;
 padding-left: 60px;
 }
}
@media (max-width: 580px) {
 .layout-images-background .items .item.is-right .image {
 padding-left: 20px;
 }
}
.layout-images-background .items .item.is-right .description {
 position: absolute;
 left: -100%;
 right: auto;
 top: auto;
 bottom: 0px;
 width: 100%;
 text-align: right;
 padding-left: 0px;
 padding-right: 150px;
}
@media (max-width: 1400px) {
 .layout-images-background .items .item.is-right .description {
 padding-right: 120px;
 }
}
@media (max-width: 991px) {
 .layout-images-background .items .item.is-right .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 40px 15px 20px 15px;
 text-align: center;
 }
}
.layout-images-background .items .item.is-right .description .el-button-bg {
 margin: 30px 0px 0px auto;
}
/* Podstrona programy kulturalne - nadpisane style */
#h-1877490605 {
 margin: 0px;
 padding-top: var(--padding-big-top);
 padding-bottom: 120px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1200px) {
 #h-1877490605 {
 padding-bottom: 40px;
 }
}
@media (max-width: 991px) {
 #h-1877490605 {
 padding-top: 60px !important;
 }
}
#h-1877490605:before {
 content: " ";
 position: absolute;
 left: -600px;
 right: -600px;
 top: 0px;
 bottom: 0px;
 background: #EDEFF1;
 pointer-events: none;
 z-index: -1;
}
#layout-30451175 {
 padding-bottom: 120px;
}
@media (max-width: 1200px) {
 #layout-30451175 {
 padding-bottom: 80px;
 }
}
@media (max-width: 991px) {
 #layout-30451175 {
 padding-bottom: 60px;
 }
}
#layout-30451175 .el-button-bg.is-center {
 margin: 0px auto;
 background: #EDEFF1 !important;
}
#layout-30451175 .el-button-bg.is-center:hover {
 background: #101328 !important;
}
.layout-bg {
 background: #EDEFF1;
}
.layout-bg .layout-image-center-left-full .image img,
.layout-bg .layout-image-center-right-full .image img {
 mix-blend-mode: multiply;
}
.layout-baner,
.layout-baner-full {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 background: #101328;
}
.layout-baner.margin-bottom-big,
.layout-baner-full.margin-bottom-big {
 margin-bottom: 120px;
}
@media (max-width: 1200px) {
 .layout-baner.margin-bottom-big,
 .layout-baner-full.margin-bottom-big {
 margin-bottom: 80px;
 }
}
@media (max-width: 991px) {
 .layout-baner.margin-bottom-big,
 .layout-baner-full.margin-bottom-big {
 margin-bottom: 60px;
 }
}
.layout-baner.margin-bottom-zero,
.layout-baner-full.margin-bottom-zero {
 margin-bottom: 0px !important;
}
.layout-baner .image,
.layout-baner-full .image {
 width: 40%;
 margin: 0px 0px 0px auto;
}
@media (max-width: 767px) {
 .layout-baner .image,
 .layout-baner-full .image {
 width: 100%;
 margin: 0px auto;
 }
}
@media (min-width: 1200px) and (max-width: 1400px) {
 .layout-baner .image img,
 .layout-baner-full .image img {
 height: 500px !important;
 width: auto !important;
 }
}
@media (min-width: 768px) and (max-width: 991px) {
 .layout-baner .image img,
 .layout-baner-full .image img {
 height: 450px !important;
 width: auto !important;
 }
}
.layout-baner .description,
.layout-baner-full .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;
 padding: 20px 0px;
}
@media (max-width: 767px) {
 .layout-baner .description,
 .layout-baner-full .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 40px 0px;
 }
}
.layout-baner .description .description-inner,
.layout-baner-full .description .description-inner {
 color: #FFF;
 width: 50%;
}
@media (max-width: 767px) {
 .layout-baner .description .description-inner,
 .layout-baner-full .description .description-inner {
 width: 100%;
 text-align: center;
 }
}
.layout-baner .description .description-inner h1,
.layout-baner-full .description .description-inner h1,
.layout-baner .description .description-inner h2,
.layout-baner-full .description .description-inner h2,
.layout-baner .description .description-inner h3,
.layout-baner-full .description .description-inner h3,
.layout-baner .description .description-inner .title-large,
.layout-baner-full .description .description-inner .title-large,
.layout-baner .description .description-inner .title-medium,
.layout-baner-full .description .description-inner .title-medium,
.layout-baner .description .description-inner .title-small,
.layout-baner-full .description .description-inner .title-small {
 margin: 0px;
 color: #FFF;
}
.layout-baner .description .description-inner h1 a,
.layout-baner-full .description .description-inner h1 a,
.layout-baner .description .description-inner h2 a,
.layout-baner-full .description .description-inner h2 a,
.layout-baner .description .description-inner h3 a,
.layout-baner-full .description .description-inner h3 a,
.layout-baner .description .description-inner .title-large a,
.layout-baner-full .description .description-inner .title-large a,
.layout-baner .description .description-inner .title-medium a,
.layout-baner-full .description .description-inner .title-medium a,
.layout-baner .description .description-inner .title-small a,
.layout-baner-full .description .description-inner .title-small a {
 color: inherit !important;
 text-decoration: none;
}
.layout-baner .description .description-inner h1 + .description-body,
.layout-baner-full .description .description-inner h1 + .description-body,
.layout-baner .description .description-inner h2 + .description-body,
.layout-baner-full .description .description-inner h2 + .description-body,
.layout-baner .description .description-inner h3 + .description-body,
.layout-baner-full .description .description-inner h3 + .description-body,
.layout-baner .description .description-inner .title-large + .description-body,
.layout-baner-full .description .description-inner .title-large + .description-body,
.layout-baner .description .description-inner .title-medium + .description-body,
.layout-baner-full .description .description-inner .title-medium + .description-body,
.layout-baner .description .description-inner .title-small + .description-body,
.layout-baner-full .description .description-inner .title-small + .description-body {
 margin-top: 30px;
}
.layout-baner .description .description-inner .description-body h1,
.layout-baner-full .description .description-inner .description-body h1,
.layout-baner .description .description-inner .description-body h2,
.layout-baner-full .description .description-inner .description-body h2,
.layout-baner .description .description-inner .description-body .title-large,
.layout-baner-full .description .description-inner .description-body .title-large {
 margin: 0px 0px 40px 0px;
}
.layout-baner .description .description-inner .description-body h3,
.layout-baner-full .description .description-inner .description-body h3,
.layout-baner .description .description-inner .description-body h4,
.layout-baner-full .description .description-inner .description-body h4,
.layout-baner .description .description-inner .description-body .title-medium,
.layout-baner-full .description .description-inner .description-body .title-medium,
.layout-baner .description .description-inner .description-body .title-small,
.layout-baner-full .description .description-inner .description-body .title-small {
 margin: 0px 0px 30px 0px;
}
@media (max-width: 767px) {
 .layout-baner .description .description-inner .description-body .el-button-bg,
 .layout-baner-full .description .description-inner .description-body .el-button-bg {
 margin: 30px auto 0px auto !important;
 }
}
.layout-faq-box {
 padding: var(--padding-big);
 margin: 0px;
}
.layout-faq-box h1,
.layout-faq-box h2,
.layout-faq-box h3,
.layout-faq-box .title-large,
.layout-faq-box .title-medium,
.layout-faq-box .title-small {
 margin-top: 0px;
}
.layout-faq-box .faq-box-rotator .owl-dots {
 margin-top: 40px !important;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
}
.layout-faq-box .faq-box-rotator .owl-dots .owl-dot {
 flex-grow: 1;
 margin: 0px;
 padding: 0px;
 height: 20px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
}
.layout-faq-box .faq-box-rotator .owl-dots .owl-dot span {
 margin: 8px 0px 0px 0px;
 width: 100%;
 height: 4px;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 background: #101328 !important;
}
.layout-faq-box .faq-box-rotator .owl-dots .owl-dot.active span {
 background: #c90000 !important;
}
.layout-faq-box .faq-box-rotator .owl-stage {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
}
.layout-faq-box .faq-box-rotator .owl-stage .owl-item {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
}
.layout-faq-box .faq-box-rotator .faq-box {
 flex-grow: 1;
 margin-top: 15px;
 background: #FFF;
 padding: 40px 30px 30px 30px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-orient: vertical;
 -moz-box-orient: vertical;
 -webkit-box-direction: normal;
 -moz-box-direction: normal;
 -webkit-flex-direction: column;
 -moz-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.layout-faq-box .faq-box-rotator .faq-box:before {
 content: " ";
 background: url('/grafika/i-quote.svg') no-repeat;
 background-size: 100% auto;
 position: absolute;
 left: 30px;
 top: -15px;
 width: 40px;
 height: 30px;
 z-index: 2;
}
.layout-faq-box .faq-box-rotator .faq-box .faq-content {
 margin-bottom: 15px;
 font-size: 16px;
 font-style: italic;
 font-weight: 500;
}
.layout-faq-box .faq-box-rotator .faq-box .faq-title {
 margin-top: auto;
 font-size: 16px;
 font-weight: bold;
}
/* 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
 ---------------------------------------------------*/
.text-vertical {
 -ms-writing-mode: tb-rl;
 -webkit-writing-mode: vertical-tb;
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 white-space: nowrap;
}
.clearAll:before,
.clearAll:after {
 clear: both;
 display: block;
 content: " ";
}
.clearAfter:after {
 clear: both;
 display: block;
 content: " ";
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
 -ms-touch-action: auto;
 touch-action: auto;
}
/*
 * Owl Carousel - Core
 */
.owl-carousel {
 display: block;
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
 position: relative;
 z-index: 1;
}
.owl-carousel > .item {
 display: none;
}
.owl-carousel > .item:first {
 display: block;
}
.owl-carousel .owl-stage {
 position: relative;
 -ms-touch-action: pan-Y;
 touch-action: manipulation;
 -moz-backface-visibility: hidden;
 /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 /* fix for flashing background */
 -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
 position: relative;
 min-height: 1px;
 float: left;
 -webkit-backface-visibility: hidden;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
 display: block;
 width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
 display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
 cursor: pointer;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
 background: none;
 color: inherit;
 border: none;
 padding: 0 !important;
 font: inherit;
}
.owl-carousel.owl-loaded {
 display: block;
}
.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}
.owl-carousel.owl-hidden {
 opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
 visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
 touch-action: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-grab {
 cursor: move;
 cursor: grab;
}
.owl-carousel.owl-rtl {
 direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
 float: right;
}
/*
 * Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
 animation-duration: 1000ms;
 animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
 z-index: 0;
}
.owl-carousel .owl-animated-out {
 z-index: 1;
}
.owl-carousel .fadeOut {
 animation-name: fadeOut;
}
@keyframes fadeOut {
 0% {
 opacity: 1;
 }
 100% {
 opacity: 0;
 }
}
/*
 * Owl Carousel - Auto Height Plugin
 */
.owl-height {
 transition: height 500ms ease-in-out;
}
/*
 * Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
 opacity: 0;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
 transform-style: preserve-3d;
}
/*
 * Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
 position: relative;
 height: 100%;
 background: #000;
}
.owl-carousel .owl-video-play-icon {
 position: absolute;
 height: 80px;
 width: 80px;
 left: 50%;
 top: 50%;
 margin-left: -40px;
 margin-top: -40px;
 cursor: pointer;
 z-index: 1;
 -webkit-backface-visibility: hidden;
 transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
 transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
 display: none;
}
.owl-carousel .owl-video-tn {
 opacity: 0;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
 position: relative;
 z-index: 1;
 height: 100%;
 width: 100%;
}
.owl-carousel .owl-nav {
 margin-top: 10px;
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
 color: #ffffff;
 font-size: 14px;
 margin: 5px;
 padding: 4px 7px;
 background: #d6d6d6;
 display: inline-block;
 cursor: pointer;
 border-radius: 3px;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
 background: #869791;
 color: #ffffff;
 text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
 opacity: 0.5;
 cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
 margin-top: 10px;
}
.owl-carousel .owl-dots {
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 background: #d6d6d6;
 display: block;
 -webkit-backface-visibility: visible;
 transition: opacity 200ms ease;
 border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
 background: #869791;
}
.notification {
 margin-bottom: 40px;
 color: #000000;
 padding: 20px 30px 20px 70px;
 line-height: 1.4;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 overflow: hidden;
}
.notification a {
 color: inherit;
}
.notification.is-info {
 background: #fbefc8 url('/grafika/i_alert_info_dark.svg') no-repeat left 30px center;
 background-size: 24px 24px !important;
 color: #000000;
}
.notification.is-warning {
 background: #ffd6d7 url('/grafika/i_alert_warning.svg') no-repeat left 30px center;
 background-size: 24px 24px !important;
 color: #c90000;
}
.notification p:last-child {
 margin-bottom: 0px;
}
.object-single {
 font-size: 19px;
 padding: 0px 15px 30px;
}
@media (max-width: 991px) {
 .object-single {
 font-size: 16px;
 }
}
@media (max-width: 767px) {
 .object-single {
 font-size: 14px;
 }
}
.object-single .description-row {
 margin-bottom: 40px;
}
.object-single .title-single {
 font-weight: 500;
 font-size: 1.3em;
 margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
 .object-single .title-single {
 margin-bottom: 15px;
 }
}
.object-single .heading {
 margin-bottom: 40px;
}
.object-single .heading .button-back {
 float: right;
 background: #edeff1;
 color: #101328;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 line-height: 40px;
 height: 40px;
 outline: none !important;
 border: 0px !important;
 font-size: 14px;
 padding: 0px 15px;
 color: #101328 !important;
}
.object-single .heading .button-back:hover {
 background: #d1d8dc;
}
.object-single .heading .button-back::before {
 margin-right: 5px;
 width: 18px;
 height: 18px;
 background: url('/grafika/wyszukiwarka/i-arrow-left.svg') no-repeat center center;
 background-size: 10px 10px !important;
 vertical-align: middle;
 display: inline-block;
 content: " ";
}
.object-single .heading .button-back::after {
 content: "wróć do wyszukiwanych wyników";
}
@media (max-width: 991px) {
 .object-single .heading .button-back::after {
 content: "wróć";
 }
}
.object-single .heading h1 {
 font-size: 3.2em;
 margin: 0px 0px 10px 0px;
 text-transform: uppercase;
}
@media (max-width: 991px) {
 .object-single .heading h1 {
 padding-right: 50px;
 }
}
@media (max-width: 640px) {
 .object-single .heading h1 {
 font-size: 2.2em;
 }
}
.object-single .heading .address {
 font-weight: 600;
 font-size: 1.3em;
}
.object-single .heading .address br {
 display: none;
}
.object-single .heading .el-button-bg {
 float: right;
 margin: 0px;
}
.object-single .contacts {
 padding: 30px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 background: #EDEFF1;
 margin-bottom: 40px;
}
.object-single .contacts .contact-info {
 margin-bottom: 20px;
}
.object-single .contacts .contact-info a {
 display: inline-block;
 color: #000000;
 padding-left: 25px;
 margin: 2px 20px 2px 0px;
}
.object-single .contacts .contact-info a[href^="mailto:"] {
 background: url('/grafika/wyszukiwarka/i-mail.svg') no-repeat left center;
 background-size: 16px 16px !important;
}
.object-single .contacts .contact-info a[href^="tel:"] {
 background: url('/grafika/wyszukiwarka/i-phone.svg') no-repeat left center;
 background-size: 16px 16px !important;
}
.object-single .contacts .contact-info a.www {
 background: url('/grafika/wyszukiwarka/i-link.svg') no-repeat left center;
 background-size: 16px 16px !important;
}
.object-single .contacts .contact-info a.facebook {
 background: url('/grafika/wyszukiwarka/i-facebook.svg') no-repeat left center;
 background-size: 16px 16px !important;
}
.object-single .contacts .is-open,
.object-single .contacts .is-closed {
 display: inline-block;
 font-size: .7em;
 background: #008556;
 color: #FFF;
 line-height: 28px;
 height: 30px;
 -webkit-border-radius: 22px;
 -moz-border-radius: 22px;
 border-radius: 22px;
 vertical-align: middle;
 padding: 0px 15px;
 margin-left: 15px;
 margin-top: -2px;
}
@media (max-width: 767px) {
 .object-single .contacts .is-open,
 .object-single .contacts .is-closed {
 height: 26px;
 line-height: 26px;
 }
}
@media (max-width: 420px) {
 .object-single .contacts .is-open,
 .object-single .contacts .is-closed {
 margin: 5px 0px 0px 0px;
 display: table;
 }
}
.object-single .contacts .is-open.is-closed,
.object-single .contacts .is-closed.is-closed {
 background: #c90000;
}
.object-single .contacts .is-open:before,
.object-single .contacts .is-closed:before {
 width: 18px;
 height: 18px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 6px;
 content: " ";
 background: url('/grafika/wyszukiwarka/i-clock.svg') center top no-repeat;
}
.object-single .google-map-mobile {
 margin-bottom: 40px;
}
@media (min-width: 992px) {
 .object-single .google-map-mobile {
 display: none;
 }
}
.object-single .google-map-mobile .google-map {
 height: 300px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
.object-single .description {
 margin: 0px -45px 40px -45px;
}
.object-single .description::before,
.object-single .description::after {
 clear: both;
 display: block;
 content: " ";
}
.object-single .description > div {
 padding: 0px 45px;
 width: 66.66666667%;
 float: left;
}
@media (max-width: 991px) {
 .object-single .description > div {
 width: 100%;
 float: none;
 }
}
.object-single .description > div.image {
 width: 33.33333333%;
 float: right;
}
@media (max-width: 640px) {
 .object-single .description > div.image {
 width: 100%;
 float: none;
 margin-bottom: 20px;
 text-align: center;
 }
}
.object-single .description > div.image img {
 max-width: 100%;
 height: auto !important;
}
.object-single .description > div.map {
 width: 33.33333333%;
}
@media (max-width: 991px) {
 .object-single .description > div.map {
 display: none;
 }
}
.object-single .description > div.map .google-map {
 height: 400px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
.object-single .object-therms {
 display: table;
 width: 100%;
}
.object-single .object-therms > div {
 display: table-row;
}
.object-single .object-therms > div > div {
 display: table-cell;
 vertical-align: middle;
}
.object-single .object-therms .therms-heading > div {
 padding: 10px 10px;
 color: #7d8f9b;
 font-size: 16px;
 border-bottom: 1px solid #d1d8dc;
}
.object-single .object-therms .therms-heading > div:first-child {
 padding-left: 0px;
}
.object-single .object-therms .therms-body > div {
 padding: 10px 10px;
 border-bottom: 1px solid #d1d8dc;
}
.object-single .object-therms .therms-body > div:first-child {
 padding-left: 0px;
}
.object-single .object-therms .therms-body > div .therm-details {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
}
@media (max-width: 540px) {
 .object-single .object-therms .therms-body > div .therm-details {
 display: block;
 }
 .object-single .object-therms .therms-body > div .therm-details > div {
 margin-bottom: 10px;
 }
}
.object-single .object-therms .therms-body > div .therm-details .therm-image {
 min-width: 90px;
 margin-right: 20px;
}
.object-single .object-therms .therms-body > div .therm-details .therm-description {
 padding-right: 20px;
}
.object-single .object-therms .therms-body > div .therm-details .el-button {
 margin: 0px;
}
.object-single .object-repertuar .item {
 padding: 30px;
 border: 1px solid #d1d8dc;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 margin-bottom: 20px;
}
.object-single .object-repertuar .item > 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;
}
.object-single .object-repertuar .item > div .item-image {
 min-width: 80px;
 margin-right: 20px;
}
.object-single .object-repertuar .item > div .item-description {
 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: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.object-single .object-repertuar .item > div .item-description .name {
 font-size: 1.3em;
 color: #101328;
 font-weight: 500;
 margin-bottom: 20px;
 text-transform: uppercase;
 width: 100%;
}
.object-single .object-repertuar .item > div .item-description .name a {
 color: inherit;
}
.object-single .object-repertuar .item > div .item-description > div:not(.name) {
 width: 50%;
 font-size: 14px;
}
@media (max-width: 640px) {
 .object-single .object-repertuar .item > div .item-description > div:not(.name) {
 margin-bottom: 15px;
 width: 100%;
 }
}
.object-single .object-repertuar .item > div .therms {
 padding-left: 20px;
 font-size: 14px;
}
@media (max-width: 640px) {
 .object-single .object-repertuar .item > div .therms {
 padding-left: 0px;
 }
}
.object-single .object-repertuar .item > div .therms .filter-option-inner-inner {
 font-size: 14px;
}
.object-single .object-discount .item {
 padding: 20px 0px;
 border-bottom: 1px solid #d1d8dc;
}
.object-single .object-discount .item:first-child {
 padding-top: 0px;
}
.object-single .object-discount .item > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: 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;
}
.object-single .object-discount .item > div .item-image {
 min-width: 180px;
 margin-right: 40px;
}
@media (max-width: 580px) {
 .object-single .object-discount .item > div .item-image {
 min-width: 110px;
 max-width: 110px;
 width: 110px;
 margin: 0px;
 position: absolute;
 right: 0px;
 top: 0px;
 }
}
.object-single .object-discount .item > div .item-image img {
 max-width: 100%;
 height: auto !important;
}
.object-single .object-discount .item > div .item-description {
 width: 100%;
}
.object-single .object-discount .item > div .item-description .name {
 font-weight: 500;
 font-size: 1.3em;
 margin: 0px 0px 20px 0px;
}
.object-single .object-discount .item > div .item-description .name span {
 background: #927200;
 color: #FFF;
 padding: 5px 10px;
 text-align: center;
 font-size: 0.8em;
 margin-right: 10px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 display: inline-block;
 vertical-align: middle;
}
.object-single .object-discount .item > div .item-description .name .badge {
 font-size: 14px;
 color: #57224c;
 background: #f7deee;
 display: table;
 padding: 5px 15px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 margin-top: 10px;
}
@media (max-width: 767px) {
 .object-single .object-discount .item > div .item-description .name .badge {
 font-size: 12px;
 }
}
.object-single .object-discount .item > div .item-description .name .badge:before {
 width: 10px;
 height: 10px;
 background: #57224c;
 display: inline-block;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 margin-right: 10px;
 vertical-align: middle;
 content: " ";
}
.object-single .object-discount .item > div .item-description .codes .btn-kody {
 color: #c90000;
 display: table;
 font-weight: bold;
}
@media (max-width: 580px) {
 .object-single .object-discount .item > div.has-image .item-description .name {
 min-height: 75px;
 padding-right: 120px;
 }
}
@media (max-width: 580px) {
 .object-single .object-discount .item > div.has-image .item-description .name span {
 display: table;
 margin: 0px 0px 10px 0px;
 }
}
.object-single .images {
 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 -20px;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
@media (max-width: 991px) {
 .object-single .images {
 margin: 0px -10px;
 }
}
@media (max-width: 500px) {
 .object-single .images {
 margin: 0px -5px;
 }
}
.object-single .images > a {
 width: 25%;
 padding: 0px 20px;
 margin-bottom: 40px;
}
@media (max-width: 991px) {
 .object-single .images > a {
 width: 33.33333333%;
 padding: 0px 10px;
 margin-bottom: 20px;
 }
}
@media (max-width: 500px) {
 .object-single .images > a {
 width: 50%;
 padding: 0px 8px;
 margin-bottom: 16px;
 }
}
.object-single .images > a img {
 border: 1px solid rgba(209, 216, 220, 0.2);
 max-width: 100%;
 height: auto !important;
}
.product {
 margin-bottom: var(--padding-medium-bottom);
}
.product h1 {
 margin: 0px;
 padding: 50px 30px 50px 0px;
 font-size: 36px;
 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: 991px) {
 .product h1 {
 padding: 30px 30px 30px 0px;
 }
}
.product h1 .el-button-bg {
 margin: 10px 0px;
}
.product .product-rabaty .rabat {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: 50px;
 padding-bottom: 50px;
 border-bottom: 1px solid #D1D8DC;
}
@media (max-width: 767px) {
 .product .product-rabaty .rabat {
 margin-bottom: 30px;
 padding-bottom: 30px;
 }
}
.product .product-rabaty .rabat:last-child {
 margin-bottom: 0px;
 padding-bottom: 0px;
 border: 0px;
}
.product .product-rabaty .rabat > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-left: 300px;
 min-height: 240px;
}
@media (max-width: 767px) {
 .product .product-rabaty .rabat > div {
 padding: 0px;
 min-height: auto;
 }
}
.product .product-rabaty .rabat > div .image {
 width: 270px;
 position: absolute;
 left: 0px;
 top: 0px;
}
@media (max-width: 767px) {
 .product .product-rabaty .rabat > div .image {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: 20px;
 }
}
.product .product-rabaty .rabat > div .description h3 {
 font-size: 19px;
 font-weight: 500;
 color: #101328;
 margin: 0px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
}
.product .product-rabaty .rabat > div .description h3 span {
 font-size: 16px;
 font-weight: bold;
 border: 1px solid #c90000;
 color: #c90000;
 width: 70px;
 height: 30px;
 line-height: 28px;
 display: table;
 margin-right: 20px;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.product .product-rabaty .rabat > div .description .description-body {
 padding-top: 20px;
 margin-top: 20px;
 border-top: 1px solid #D1D8DC;
 font-size: 14px;
}
.product .product-rabaty .rabat > div .description .kody {
 margin-top: 30px;
}
@media (max-width: 767px) {
 .product .product-rabaty .rabat > div .description .kody {
 margin-top: 20px;
 }
}
.product .product-rabaty .rabat > div .description .kody .btn-kody {
 font-size: 14px;
 line-height: 1;
 font-weight: bold;
 color: #FFF;
 background: #0F1123;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 display: table;
 padding: 10px 20px;
 cursor: pointer;
 text-decoration: none !important;
}
.product .product-object .description > div {
 padding: 40px 0px;
 font-size: 14px;
 color: #2E343C;
 border-top: 1px solid #D1D8DC;
}
.product .product-object .description > div:first-child {
 border-top: 0px;
}
.product .product-object .description > div .title-small {
 margin: 0px 0px 20px 0px;
 font-weight: 500;
 font-size: 30px;
}
.product .product-object .description > div .title-xs {
 margin: 0px 0px 20px 0px;
 font-size: 20px;
}
.product .product-object .description > div .services span {
 background: #EDEFF1;
 color: #596D79;
 font-weight: 500;
 font-size: 14px;
 margin: 5px 5px 0px 0px;
 height: 24px;
 padding: 0px 10px;
 white-space: nowrap;
 line-height: 24px;
 display: inline-block;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
}
.product .product-object .description > div .cards-info {
 padding-top: 10px;
}
.product .product-object .description > div .cards-info span {
 background: #191D3A;
 color: #FFF;
 font-weight: 500;
 padding: 4px 10px;
 display: inline-block;
 margin: 2px 5px 0px 0px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}
.product .product-sidebar {
 border: 1px solid #D1D8DC;
 padding: 25px;
 font-size: 14px;
 color: #2E343C;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
@media (max-width: 991px) {
 .product .product-sidebar.has-rabaty {
 margin-top: 40px;
 }
}
.product .product-sidebar .logo {
 margin-bottom: 20px;
}
.product .product-sidebar .logo img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
}
.product .product-sidebar .title-xs {
 font-size: 19px;
 margin: 0px;
}
.product .product-sidebar .adres {
 margin-top: 15px;
}
.product .product-sidebar .contact-section {
 margin-top: 15px;
}
.product .product-sidebar .contact-section a,
.product .product-sidebar .contact-section span {
 display: block;
 color: #2E343C;
}
.product .product-sidebar .facebook {
 background: url('/grafika/social_facebook.svg') no-repeat;
 background-size: 100% 100% !important;
 display: block;
 width: 30px;
 height: 30px;
 margin-top: 20px;
}
.product .product-sidebar .cards-type {
 margin-top: 20px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 min-height: 60px;
}
.product .product-sidebar .cards-type span {
 position: absolute;
 left: 0px;
 top: 2px;
}
.product .product-sidebar .cards-type .cards {
 margin: 0px 0px 0px auto;
 width: 85px;
 height: 26px;
 overflow: hidden;
 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;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
.product .product-sidebar .cards-type .cards .card {
 margin: 2px 0px 0px 5px;
}
.product .product-sidebar .cards-type .cards.has-more {
 width: 110px;
 padding-right: 25px;
 background: url('/grafika/i_plus_dark.svg') no-repeat right top 4px;
 background-size: 16px auto !important;
}
.product .product-sidebar .cards-type .cards.in {
 height: auto;
}
.product .product-sidebar .open-hours {
 margin-top: 15px;
}
.product .product-sidebar .open-hours span {
 display: block;
 margin-bottom: 10px;
}
.product .product-sidebar .info {
 padding: 30px 0px;
}
.product .product-sidebar .print_information {
 padding: 20px;
 border-top: 1px solid #D1D8DC;
 margin: 30px -25px -25px -25px;
 display: block;
 text-align: center;
 color: #000000;
}
:root {
 --layout-margin: 160px;
 --layout-margin-small: 60px;
 --layout-spacer: 30px;
}
@media (max-width: 1200px) {
 :root {
 --layout-margin: 60px;
 --layout-margin-small: 30px;
 --layout-spacer: 30px;
 }
}
.button-simple-small {
 background: #c90000;
 color: #FFF !important;
 border: 0px !important;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 font-size: 12px;
 line-height: 30px;
 padding: 0px 10px;
 height: 30px;
 font-weight: bold;
}
.layout-spacer {
 height: 200px;
}
/** Modal */
[data-modal] {
 cursor: pointer !important;
}
.modal-info {
 display: none;
}
.modal-simple .modal-dialog {
 width: 100% !important;
 margin: 0px !important;
 padding: 10px !important;
}
.modal-simple .modal-dialog .modal-content {
 border: 0px !important;
 background: none !important;
 box-shadow: none !important;
}
.modal-simple .modal-dialog .modal-content .bootbox-close-button {
 width: 60px;
 height: 60px;
 background: #101328 url('/img/i-close-white.svg') no-repeat center center;
 background-size: 20px auto !important;
 position: absolute;
 left: 50%;
 top: auto;
 bottom: -30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 margin-left: -30px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 text-indent: -1000vw;
}
.modal-simple .modal-dialog .modal-content .modal-body {
 display: table;
 margin: 0px auto;
 position: relative;
 padding: 0px !important;
}
.modal-text {
 -webkit-border-radius: 32px;
 -moz-border-radius: 32px;
 border-radius: 32px;
 overflow: hidden;
 background: #FFF;
 width: 100%;
 max-width: 500px;
 padding: 80px 30px;
 font-size: 19px;
 font-weight: 500;
}
.modal-text .name {
 font-size: 26px;
 margin-bottom: 20px;
}
.modal-photo-carousel {
 -webkit-border-radius: 32px;
 -moz-border-radius: 32px;
 border-radius: 32px;
 overflow: hidden;
 background: #FFF;
}
.modal-photo-carousel .image img {
 max-width: 100%;
 height: auto !important;
}
.modal-photo-carousel .description {
 position: absolute;
 bottom: 0px;
 left: 0px;
 right: 0px;
 padding: 45px 50px;
 color: #FFF;
}
.modal-photo-carousel .description .name {
 font-size: 19px;
}
.layout-photo-carousel {
 padding-top: var(--layout-margin);
 position: relative;
 margin-bottom: var(--layout-margin);
}
.layout-photo-carousel::before {
 width: 100vw;
 top: 0px;
 bottom: 0px;
 background: #FFF;
 left: -100vw;
 position: absolute;
 z-index: 40;
 content: " ";
}
.layout-photo-carousel .items-carousel .owl-stage-outer {
 overflow: visible;
}
.layout-photo-carousel .items-carousel .owl-stage {
 margin-bottom: 60px;
}
.layout-photo-carousel .items-carousel .owl-dots {
 margin: 0px;
}
.layout-photo-carousel .items-carousel .owl-dots .owl-dot span {
 background: #edeff1;
 margin: 0px 10px;
 width: 20px;
 height: 20px;
}
.layout-photo-carousel .items-carousel .owl-dots .owl-dot.active span {
 background: #191d3a;
}
.layout-photo-carousel .items-carousel .owl-item {
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.layout-photo-carousel .items-carousel .owl-item:not(.active):has(+ .owl-item.active) {
 opacity: 0;
}
.layout-photo-carousel .items-carousel .item {
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 position: relative;
 top: 0px;
}
.layout-photo-carousel .items-carousel .item::after {
 content: " ";
 width: 60px;
 height: 60px;
 background: #101328 url('/img/i-plus.svg') no-repeat center center;
 background-size: 20px auto !important;
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 margin-top: -30px;
 margin-left: -30px;
 -webkit-transform: scale(0.3);
 -moz-transform: scale(0.3);
 -o-transform: scale(0.3);
 -ms-transform: scale(0.3);
 transform: scale(0.3);
 opacity: 0;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.layout-photo-carousel .items-carousel .item .image {
 -webkit-mask-image: url('/img/mask.svg');
 mask-image: url('/img/mask.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
}
.layout-photo-carousel .items-carousel .item:hover {
 top: -20px;
}
.layout-photo-carousel .items-carousel .item:hover::after {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
.layout-work-offers {
 background: #edeff1;
 padding: var(--layout-margin) 0px;
 position: relative;
}
.layout-work-offers::before {
 width: 100vw;
 background: inherit;
 left: -100vw;
 top: 0px;
 bottom: 0px;
 position: absolute;
 content: " ";
}
.layout-work-offers::after {
 width: 100vw;
 background: inherit;
 right: -100vw;
 top: 0px;
 bottom: 0px;
 position: absolute;
 content: " ";
}
.layout-work-offers .layout-description {
 margin-bottom: 60px;
}
.layout-work-offers .layout-description h1,
.layout-work-offers .layout-description h2,
.layout-work-offers .layout-description h3,
.layout-work-offers .layout-description h4 {
 margin-top: 0px;
}
.layout-work-offers .items {
 margin: 0px -20px -40px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: stretch;
 -moz-box-align: stretch;
 -ms-flex-align: stretch;
 -webkit-align-items: stretch;
 -moz-align-items: stretch;
 -ms-align-items: stretch;
 align-items: stretch;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
@media (max-width: 560px) {
 .layout-work-offers .items {
 -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;
 }
}
.layout-work-offers .items .item {
 padding: 0px 20px;
 width: 33.33333333%;
 margin-bottom: 40px;
}
@media (max-width: 991px) {
 .layout-work-offers .items .item {
 width: 50%;
 }
}
@media (max-width: 560px) {
 .layout-work-offers .items .item {
 width: 100%;
 }
}
.layout-work-offers .items .item > div {
 background: #FFF;
 border: 1px solid #101328;
 color: #101328;
 padding: 25px;
 min-height: 100%;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
.layout-work-offers .items .item > div .name {
 min-height: 100px;
 font-weight: 600;
 text-transform: uppercase;
 font-size: 14px;
 letter-spacing: 1px;
}
@media (max-width: 560px) {
 .layout-work-offers .items .item > div .name {
 min-height: 1px;
 margin-bottom: 20px;
 }
}
.layout-work-offers .items .item > div .info {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
}
.layout-work-offers .items .item > div .info .location {
 font-size: 12px;
}
.layout-icons-3columns {
 padding: var(--layout-margin) 0px;
}
.layout-icons-3columns .layout-description h1,
.layout-icons-3columns .layout-description h2 {
 margin: 0px 0px 40px 0px;
}
.layout-icons-3columns .layout-description h1 + .title-small,
.layout-icons-3columns .layout-description h2 + .title-small {
 margin: 0px 0px 80px 0px;
}
.layout-icons-3columns .layout-signature {
 text-align: right;
 font-size: 10px;
}
.layout-icons-3columns .items {
 margin: 0px -45px;
 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: 1200px) {
 .layout-icons-3columns .items {
 margin: 0px -20px;
 }
}
@media (max-width: 767px) {
 .layout-icons-3columns .items {
 margin: 0px -15px;
 }
}
.layout-icons-3columns .items .item {
 padding: 0px 45px;
 width: 33.33333333%;
 margin-bottom: 80px;
}
@media (max-width: 1200px) {
 .layout-icons-3columns .items .item {
 padding: 0px 20px;
 margin-bottom: 40px;
 }
}
@media (max-width: 767px) {
 .layout-icons-3columns .items .item {
 width: 100%;
 padding: 0px 15px;
 }
}
.layout-icons-3columns .items .item > 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;
}
.layout-icons-3columns .items .item > div .icon {
 min-width: 120px;
 max-width: 120px;
}
@media (max-width: 1200px) {
 .layout-icons-3columns .items .item > div .icon {
 min-width: 90px;
 max-width: 90px;
 }
}
@media (max-width: 991px) {
 .layout-icons-3columns .items .item > div .icon {
 min-width: 60px;
 max-width: 60px;
 }
}
@media (max-width: 767px) {
 .layout-icons-3columns .items .item > div .icon {
 min-width: 50px;
 max-width: 50px;
 }
}
.layout-icons-3columns .items .item > div .icon img,
.layout-icons-3columns .items .item > div .icon svg {
 max-width: 100%;
 height: auto !important;
}
.layout-icons-3columns .items .item > div .description {
 padding-left: 20px;
 font-size: 16px;
 font-weight: 400;
}
@media (max-width: 767px) {
 .layout-icons-3columns .items .item > div .description {
 padding-left: 10px;
 font-size: 14px;
 }
}
.layout-icons-3columns .items .item > div .description .name {
 font-size: 36px;
 font-weight: bold;
 margin-bottom: 5px;
}
@media (max-width: 1200px) {
 .layout-icons-3columns .items .item > div .description .name {
 font-size: 26px;
 }
}
@media (max-width: 767px) {
 .layout-icons-3columns .items .item > div .description .name {
 font-size: 19px;
 }
}
.layout-image-left img {
 max-width: 100%;
 height: auto !important;
}
.layout-icons-2columns-modal {
 padding: var(--layout-margin) 0px;
 background: #edeff1;
 position: relative;
}
.layout-icons-2columns-modal::before {
 width: 100vw;
 background: inherit;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
 top: 0px;
 bottom: 0px;
 position: absolute;
 content: " ";
}
.layout-icons-2columns-modal .layout-description {
 max-width: 770px;
 margin-bottom: 80px;
}
.layout-icons-2columns-modal .layout-description h1,
.layout-icons-2columns-modal .layout-description h2,
.layout-icons-2columns-modal .layout-description h3 {
 margin: 0px 0px 40px 0px;
}
.layout-icons-2columns-modal .items {
 margin: 0px -20px -40px;
 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;
}
.layout-icons-2columns-modal .items .item {
 padding: 0px 20px;
 width: 50%;
 margin-bottom: 40px;
}
@media (max-width: 767px) {
 .layout-icons-2columns-modal .items .item {
 width: 100%;
 margin-bottom: 30px;
 }
}
.layout-icons-2columns-modal .items .item > 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;
 background: #FFF;
 border: 1px solid #191D3A;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 position: relative;
}
@media (max-width: 1200px) {
 .layout-icons-2columns-modal .items .item > div {
 padding: 10px 0px;
 }
}
.layout-icons-2columns-modal .items .item > div:after {
 content: "WIĘCEJ";
 position: absolute;
 right: 24px;
 bottom: 16px;
 font-size: 14px;
 font-weight: 600;
 color: #c90000;
}
@media (max-width: 440px) {
 .layout-icons-2columns-modal .items .item > div:after {
 font-size: 12px;
 }
}
.layout-icons-2columns-modal .items .item > div .icon {
 max-width: 110px;
 min-width: 110px;
}
@media (max-width: 1200px) {
 .layout-icons-2columns-modal .items .item > div .icon {
 max-width: 90px;
 min-width: 90px;
 }
}
@media (max-width: 767px) {
 .layout-icons-2columns-modal .items .item > div .icon {
 max-width: 60px;
 min-width: 60px;
 }
}
@media (max-width: 440px) {
 .layout-icons-2columns-modal .items .item > div .icon {
 max-width: 50px;
 min-width: 50px;
 }
}
.layout-icons-2columns-modal .items .item > div .icon img,
.layout-icons-2columns-modal .items .item > div .icon svg {
 width: 100%;
 height: auto !important;
 display: block;
}
.layout-icons-2columns-modal .items .item > div .description .name {
 font-size: 26px;
 font-weight: 600;
}
@media (max-width: 1200px) {
 .layout-icons-2columns-modal .items .item > div .description .name {
 padding-right: 60px;
 font-size: 17px;
 }
}
.modal-team {
 background: #FFF;
 max-width: 500px;
 -webkit-border-radius: 32px;
 -moz-border-radius: 32px;
 border-radius: 32px;
 padding: 30px 30px 60px 30px;
 overflow: hidden;
}
.modal-team .person-info {
 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-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 margin-bottom: 25px;
 font-size: 19px;
 font-weight: 500;
}
@media (max-width: 440px) {
 .modal-team .person-info {
 -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;
 }
}
.modal-team .person-info .name strong {
 display: block;
 font-size: 26px;
 font-weight: 500;
}
.modal-team .person-info .image {
 min-width: 200px;
 margin: -31px -31px 0px 0px;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 32px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 32px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 32px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 overflow: hidden;
}
.modal-team .person-info .image img {
 max-width: 100%;
 height: auto !important;
}
@media (max-width: 440px) {
 .modal-team .person-info .image {
 min-width: 140px;
 max-width: 140px;
 }
}
.layout-team-modal {
 padding: var(--layout-margin) 0px;
}
.layout-team-modal .group {
 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;
}
@media (max-width: 991px) {
 .layout-team-modal .group {
 width: 100%;
 }
}
@media (min-width: 1201px) {
 .layout-team-modal .group:first-child {
 margin-right: -30%;
 }
}
@media (min-width: 1201px) {
 .layout-team-modal .group:nth-child(2) {
 padding-left: 27%;
 }
}
.layout-team-modal .group .layout-description {
 padding-right: 40px;
 max-width: 40%;
}
.layout-team-modal .group .layout-description h1,
.layout-team-modal .group .layout-description h2,
.layout-team-modal .group .layout-description h3,
.layout-team-modal .group .layout-description h4 {
 margin: 0px 0px 20px 0px;
}
@media (max-width: 991px) {
 .layout-team-modal .group .layout-description {
 min-width: 100%;
 margin-bottom: 20px;
 }
}
.layout-team-modal .group .break {
 flex-basis: 100%;
}
@media (max-width: 1200px) {
 .layout-team-modal .group .break {
 display: none;
 }
}
.layout-team-modal .person {
 position: relative;
 margin: 0px -20px 40px;
 min-width: 358px;
}
@media (min-width: 1501px) and (max-width: 1600px) {
 .layout-team-modal .person {
 min-width: 320px;
 max-width: 320px;
 }
}
@media (min-width: 1201px) and (max-width: 1500px) {
 .layout-team-modal .person {
 min-width: 250px;
 max-width: 250px;
 }
}
@media (max-width: 1200px) {
 .layout-team-modal .person {
 min-width: 33.33333333%;
 max-width: 33.33333333%;
 }
}
@media (max-width: 991px) {
 .layout-team-modal .person {
 min-width: 33.33333333%;
 max-width: 33.33333333%;
 margin: 0px 0px 20px;
 }
}
@media (max-width: 580px) {
 .layout-team-modal .person {
 min-width: 50%;
 max-width: 50%;
 }
}
@media (max-width: 420px) {
 .layout-team-modal .person {
 min-width: 100%;
 max-width: 100%;
 }
}
@media (min-width: 1201px) {
 .layout-team-modal .person:nth-child(6) {
 margin-left: 18%;
 }
}
.layout-team-modal .person .image {
 position: relative;
 -webkit-mask-image: url('/img/mask.svg');
 mask-image: url('/img/mask.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
}
.layout-team-modal .person .image img {
 max-width: 100%;
 height: auto !important;
}
.layout-team-modal .person .image::after {
 content: " ";
 width: 60px;
 height: 60px;
 background: #101328 url('/img/i-plus.svg') no-repeat center center;
 background-size: 20px auto !important;
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 margin-top: -30px;
 margin-left: -30px;
 -webkit-transform: scale(0.3);
 -moz-transform: scale(0.3);
 -o-transform: scale(0.3);
 -ms-transform: scale(0.3);
 transform: scale(0.3);
 opacity: 0;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.layout-team-modal .person .image .year {
 font-size: 16px;
 font-weight: bold;
 text-transform: uppercase;
 background: #c90000;
 line-height: 37px;
 height: 37px;
 padding: 0px 16px;
 -webkit-border-top-right-radius: 12px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 12px;
 -moz-border-radius-topright: 12px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 12px;
 border-top-right-radius: 12px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 12px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 color: #FFF;
 width: 160px;
 position: absolute;
 left: 50%;
 margin-left: -120px;
 bottom: 0px;
}
@media (max-width: 991px) {
 .layout-team-modal .person .image .year {
 margin-left: -80px;
 font-size: 14px;
 }
}
.layout-team-modal .person .image:hover::after {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
.layout-team-modal .group-carousel .owl-stage-outer {
 overflow: visible;
}
.layout-team-modal .group-carousel .owl-stage {
 margin-bottom: 60px;
}
.layout-team-modal .group-carousel .owl-dots {
 margin: 0px;
}
.layout-team-modal .group-carousel .owl-dots .owl-dot span {
 background: #edeff1;
 margin: 0px 10px;
 width: 20px;
 height: 20px;
}
.layout-team-modal .group-carousel .owl-dots .owl-dot.active span {
 background: #191d3a;
}
.layout-team-modal .group-carousel .owl-item {
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.layout-team-modal .group-carousel .owl-item .person {
 width: 100% !important;
 min-width: 100% !important;
 max-width: 100% !important;
}
.layout-team-modal .group-carousel .owl-item:not(.active):has(+ .owl-item.active) {
 opacity: 0;
}
.layout-icons-6columns {
 margin-bottom: var(--layout-margin);
}
.layout-icons-6columns .layout-description {
 max-width: 770px;
 margin-bottom: 80px;
}
.layout-icons-6columns .layout-description h1,
.layout-icons-6columns .layout-description h2,
.layout-icons-6columns .layout-description h3 {
 margin: 0px 0px 40px 0px;
}
.layout-icons-6columns .items {
 margin: 0px -20px -40px;
 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;
}
@media (max-width: 1200px) {
 .layout-icons-6columns .items {
 margin: 0px -15px -30px;
 }
}
.layout-icons-6columns .items .item {
 padding: 0px 20px;
 width: 16.66666667%;
 margin-bottom: 40px;
}
@media (max-width: 1200px) {
 .layout-icons-6columns .items .item {
 padding: 0px 15px;
 margin-bottom: 30px;
 }
}
@media (max-width: 991px) {
 .layout-icons-6columns .items .item {
 width: 25%;
 }
}
@media (max-width: 660px) {
 .layout-icons-6columns .items .item {
 width: 33.33333333%;
 }
}
@media (max-width: 460px) {
 .layout-icons-6columns .items .item {
 width: 50%;
 }
}
.layout-icons-6columns .items .item > 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;
 border: 1px solid #d1d8dc;
 min-height: 190px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
.layout-icons-6columns .items .item > div > div {
 width: 100%;
 text-align: center;
 padding: 0px 10px;
}
.layout-icons-6columns .items .item > div > div .icon {
 display: block;
 width: 100%;
 margin-bottom: 5px;
}
.layout-icons-6columns .items .item > div > div .icon img,
.layout-icons-6columns .items .item > div > div .icon svg {
 display: block;
 width: auto;
 margin: 0px auto;
 height: auto !important;
 max-height: 50px;
}
.layout-icons-6columns .items .item > div > div .name {
 font-size: 18px;
 font-weight: 500;
}
@media (max-width: 1200px) {
 .layout-icons-6columns .items .item > div > div .name {
 font-size: 16px;
 }
}
.layout-proces {
 background: #101328;
 padding: var(--layout-margin) 0px;
}
.layout-proces::before {
 width: 100vw;
 background: inherit;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
 top: 0px;
 bottom: 0px;
 position: absolute;
 content: " ";
}
.layout-proces .layout-description {
 color: #FFF;
 margin-bottom: 100px;
}
@media (max-width: 1200px) {
 .layout-proces .layout-description {
 margin-bottom: 40px;
 }
}
.layout-proces .layout-description h1,
.layout-proces .layout-description h2,
.layout-proces .layout-description h3 {
 margin: 0px 0px 40px 0px;
}
.layout-proces .proces {
 counter-reset: section;
}
.layout-proces .proces .item {
 background: #FFF;
 margin-bottom: 40px;
 padding: 40px 0px 24px;
 padding-left: 140px;
 width: 62%;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 counter-increment: section;
 position: relative;
 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: 250px;
 font-size: 16px;
}
@media (max-width: 400px) {
 .layout-proces .proces .item {
 -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: 1200px) {
 .layout-proces .proces .item {
 font-size: 14px;
 }
}
@media (max-width: 991px) {
 .layout-proces .proces .item {
 width: 100%;
 }
}
@media (max-width: 767px) {
 .layout-proces .proces .item {
 min-height: 1px;
 padding: 20px 20px 20px 90px;
 }
}
.layout-proces .proces .item::before {
 position: absolute;
 width: 144px;
 height: 152px;
 background: url('/img/arrow-proces.svg') center center no-repeat;
 content: " ";
 right: -180px;
 top: 0px;
 transform: scale(-1, 1);
}
@media (max-width: 991px) {
 .layout-proces .proces .item::before {
 display: none !important;
 }
}
.layout-proces .proces .item:first-child::before {
 display: none;
}
.layout-proces .proces .item::after {
 top: 0px;
 left: -1px;
 bottom: 0px;
 width: 130px;
 background: url('/img/step.svg') right center no-repeat;
 background-size: auto 110% !important;
 position: absolute;
 content: counter(section);
 padding: 34px;
 font-size: 46px;
 color: #FFF;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 12px;
 -webkit-border-top-left-radius: 12px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 12px;
 -moz-border-radius-topleft: 12px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 12px;
 border-top-left-radius: 12px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
@media (max-width: 767px) {
 .layout-proces .proces .item::after {
 width: 90px;
 padding: 20px;
 font-size: 30px;
 }
}
.layout-proces .proces .item:nth-child(even) {
 margin: 0px 0px 40px auto;
}
.layout-proces .proces .item:nth-child(even)::before {
 position: absolute;
 width: 144px;
 height: 152px;
 background: url('/img/arrow-proces.svg') center center no-repeat;
 content: " ";
 left: -180px;
 top: 0px;
 transform: scale(1, 1);
}
.layout-proces .proces .item .name {
 font-size: 26px;
 font-weight: bold;
 margin-bottom: 20px;
}
@media (max-width: 400px) {
 .layout-proces .proces .item .name {
 font-size: 21px;
 }
}
.layout-proces .proces .item .description {
 -webkit-box-ordinal-group: 2;
 -moz-box-ordinal-group: 2;
 -ms-flex-order: 1;
 -webkit-order: 1;
 -moz-order: 1;
 -ms-order: 1;
 order: 1;
}
@media (max-width: 400px) {
 .layout-proces .proces .item .description {
 -webkit-box-ordinal-group: 3;
 -moz-box-ordinal-group: 3;
 -ms-flex-order: 2;
 -webkit-order: 2;
 -moz-order: 2;
 -ms-order: 2;
 order: 2;
 }
}
.layout-proces .proces .item .icon {
 margin: 0px 50px;
 min-width: 94px;
 max-width: 94px;
 -webkit-box-ordinal-group: 3;
 -moz-box-ordinal-group: 3;
 -ms-flex-order: 2;
 -webkit-order: 2;
 -moz-order: 2;
 -ms-order: 2;
 order: 2;
}
@media (max-width: 991px) {
 .layout-proces .proces .item .icon {
 min-width: 60px;
 max-width: 60px;
 }
}
@media (max-width: 767px) {
 .layout-proces .proces .item .icon {
 margin: 0px 0px 0px 20px;
 min-width: 40px;
 max-width: 40px;
 }
}
@media (max-width: 400px) {
 .layout-proces .proces .item .icon {
 -webkit-box-ordinal-group: 2;
 -moz-box-ordinal-group: 2;
 -ms-flex-order: 1;
 -webkit-order: 1;
 -moz-order: 1;
 -ms-order: 1;
 order: 1;
 margin: 0px 0px 15px 0px;
 }
}
.layout-proces .proces .item .icon svg {
 width: 100%;
 height: auto !important;
}
.layout-socials-images {
 padding: 120px 0px;
 background: #edeff1;
 display: block;
 margin-bottom: -10px;
}
.layout-socials-images::before {
 width: 100vw;
 background: inherit;
 left: 50%;
 margin-left: -50vw;
 z-index: -1;
 top: 0px;
 bottom: 0px;
 position: absolute;
 content: " ";
}
.layout-socials-images .layout-heading {
 text-align: center;
 width: 100%;
}
.layout-socials-images .items {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 width: 100%;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 margin: 0px -5px;
}
.layout-socials-images .items > div {
 width: 33.33333333%;
}
.layout-socials-images .items img {
 width: 100%;
 max-width: 100%;
}
.layout-box-4columns {
 margin-bottom: var(--layout-margin);
}
.layout-box-4columns .items {
 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 -25px -50px;
}
@media (max-width: 767px) {
 .layout-box-4columns .items {
 margin: 0px -15px -30px;
 }
}
.layout-box-4columns .items .item {
 padding: 0px 25px;
 margin-bottom: 50px;
 width: 25%;
}
@media (max-width: 991px) {
 .layout-box-4columns .items .item {
 width: 50%;
 }
}
@media (max-width: 767px) {
 .layout-box-4columns .items .item {
 padding: 0px 15px;
 margin-bottom: 30px;
 }
}
.layout-box-4columns .items .item .image {
 -webkit-mask-image: url('/img/mask.svg');
 mask-image: url('/img/mask.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 margin-bottom: 40px;
}
.layout-box-4columns .items .item .image img {
 max-width: 100%;
 height: auto !important;
}
.layout-box-4columns .items .item .description {
 font-size: 20px;
}
@media (max-width: 767px) {
 .layout-box-4columns .items .item .description {
 font-size: 16px;
 }
}
.layout-partnerstwa h1,
.layout-partnerstwa h2 {
 margin-top: 0px;
}
.layout-partnerstwa .items {
 width: 100%;
 max-width: 920px;
 margin: 0px auto;
}
.layout-partnerstwa .items .item {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 margin: 0px -60px 120px;
}
@media (max-width: 991px) {
 .layout-partnerstwa .items .item {
 margin: 0px -30px 60px;
 }
}
@media (max-width: 540px) {
 .layout-partnerstwa .items .item {
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 }
}
.layout-partnerstwa .items .item .image {
 padding: 0px 60px;
}
@media (max-width: 991px) {
 .layout-partnerstwa .items .item .image {
 padding: 0px 30px;
 width: 50%;
 }
 .layout-partnerstwa .items .item .image img {
 max-width: 100%;
 height: auto !important;
 }
}
@media (max-width: 540px) {
 .layout-partnerstwa .items .item .image {
 width: 100%;
 margin-bottom: 30px;
 }
}
.layout-partnerstwa .items .item .description {
 padding: 0px 60px;
 font-size: 26px;
 color: #7D8F9B;
 font-weight: 500;
}
@media (max-width: 991px) {
 .layout-partnerstwa .items .item .description {
 padding: 0px 30px;
 font-size: 22px;
 width: 50%;
 }
}
@media (max-width: 540px) {
 .layout-partnerstwa .items .item .description {
 width: 100%;
 font-size: 18px;
 }
}
.layout-text-movie {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: stretch;
 -moz-box-align: stretch;
 -ms-flex-align: stretch;
 -webkit-align-items: stretch;
 -moz-align-items: stretch;
 -ms-align-items: stretch;
 align-items: stretch;
 gap: 30px;
 margin-bottom: var(--layout-margin);
}
@media (max-width: 767px) {
 .layout-text-movie {
 display: block;
 }
}
@media (max-width: 991px) {
 .layout-text-movie {
 margin-bottom: 40px;
 }
}
.layout-text-movie .description {
 -webkit-flex-basis: 0;
 -moz-flex-basis: 0;
 -ms-flex-basis: 0;
 flex-basis: 0;
 -webkit-flex-grow: 1;
 -moz-flex-grow: 1;
 -ms-flex-grow: 1;
 flex-grow: 1;
 max-width: 100%;
}
@media (max-width: 767px) {
 .layout-text-movie .description {
 -webkit-flex-grow: 0;
 -moz-flex-grow: 0;
 -ms-flex-grow: 0;
 flex-grow: 0;
 width: 100%;
 }
}
.layout-text-movie .description p {
 margin-bottom: 40px;
}
.layout-text-movie .description h1,
.layout-text-movie .description h2,
.layout-text-movie .description h3,
.layout-text-movie .description h4,
.layout-text-movie .description .title-medium,
.layout-text-movie .description .title-big {
 margin: 0px 0px 10px 0px;
}
.layout-text-movie .description h1,
.layout-text-movie .description h2 {
 margin-bottom: 40px;
}
.layout-text-movie .description .title-medium + p {
 color: #505050;
}
.layout-text-movie .movie {
 -webkit-flex-basis: 0;
 -moz-flex-basis: 0;
 -ms-flex-basis: 0;
 flex-basis: 0;
 -webkit-flex-grow: 1;
 -moz-flex-grow: 1;
 -ms-flex-grow: 1;
 flex-grow: 1;
 max-width: 620px;
}
@media (max-width: 767px) {
 .layout-text-movie .movie {
 -webkit-flex-grow: 0;
 -moz-flex-grow: 0;
 -ms-flex-grow: 0;
 flex-grow: 0;
 width: 100%;
 }
}
.layout-text-movie .movie .image {
 position: relative;
}
.layout-text-movie .movie .image .play {
 width: 120px;
 height: 120px;
 background: #ffffff url('/grafika/i-play.svg') center center no-repeat;
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -60px 0px 0px -60px;
 -webkit-border-radius: 60px;
 -moz-border-radius: 60px;
 border-radius: 60px;
 cursor: pointer;
}
@media (max-width: 991px) {
 .layout-text-movie .movie .image .play {
 width: 90px;
 height: 90px;
 margin: -45px 0px 0px -45px;
 background-size: auto 30px !important;
 }
}
.layout-text-movie .movie .image img {
 width: 100%;
 height: auto !important;
 object-fit: cover;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
@media (min-width: 768px) {
 .modal-video .modal-dialog {
 width: 100%;
 max-width: 900px;
 }
}
@media (min-width: 601px) {
 .modal-861664879 .modal-dialog {
 width: 100%;
 max-width: 600px;
 }
}
.modal-861664879 .modal-dialog .modal-body {
 padding: 0px !important;
}
.modal-861664879 .modal-dialog .modal-body img {
 max-width: 100%;
 height: auto !important;
}
@media (min-width: 601px) {
 .modal-417310046 .modal-dialog {
 width: 100%;
 max-width: 800px;
 }
}
.modal-417310046 .modal-dialog .modal-body {
 padding: 0px !important;
}
.modal-417310046 .modal-dialog .modal-body img {
 max-width: 100%;
 height: auto !important;
}
.modal-417310046 .newsletter-popup-042024 {
 position: relative;
}
.modal-417310046 .newsletter-popup-042024 .button-ok {
 position: absolute;
 width: 29%;
 left: 9.5%;
 height: 10%;
 bottom: 11.5%;
 background: transparent;
 z-index: 20;
 cursor: pointer;
 text-decoration: none !important;
}
.modal-417310046 .newsletter-popup-042024 .button-cancel {
 cursor: pointer;
 position: absolute;
 width: 33%;
 right: 26.5%;
 height: 10%;
 bottom: 11.5%;
 text-decoration: none !important;
 background: transparent;
 z-index: 20;
}
.newsletter-popup {
 position: relative;
}
.newsletter-popup .button-ok {
 position: absolute;
 width: 36%;
 left: 9.5%;
 height: 10%;
 bottom: 5.5%;
 background: transparent;
 z-index: 20;
 cursor: pointer;
}
.newsletter-popup .button-cancel {
 cursor: pointer;
 text-decoration: none !important;
 position: absolute;
 width: 41%;
 right: 8.5%;
 height: 10%;
 bottom: 5.5%;
 background: transparent;
 z-index: 20;
}
.newsletter-wrapper-new {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 background: #101328;
}
.newsletter-wrapper-new .newsletter-background {
 position: absolute;
 right: 0px;
 top: 0px;
 bottom: 0px;
 width: 45%;
 z-index: 2;
 overflow: hidden;
}
.newsletter-wrapper-new .newsletter-background img {
 width: 100%;
 height: 100%;
 max-width: none !important;
 object-fit: cover;
}
@media (max-width: 991px) {
 .newsletter-wrapper-new .newsletter-background {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 100%;
 height: 400px;
 }
}
@media (max-width: 580px) {
 .newsletter-wrapper-new .newsletter-background {
 height: 300px;
 }
}
@media (max-width: 991px) {
 .newsletter-wrapper-new .newsletter {
 width: 100%;
 background: #101328;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside {
 width: 50%;
 padding: 140px 0px;
 color: #FFF;
}
@media (max-width: 991px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside {
 width: 100%;
 padding: 60px 0px;
 }
}
@media (max-width: 767px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside {
 padding: 40px 0px;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside .title-large {
 margin: 0px;
 font-size: 45px;
 margin-bottom: 40px;
}
@media (max-width: 991px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside .title-large {
 font-size: 30px;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside .title-small {
 font-size: 26px;
 margin: 20px 0px 40px;
}
@media (max-width: 991px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside .title-small {
 font-size: 18px;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside .description {
 color: rgba(255, 255, 255, 0.7);
}
.newsletter-wrapper-new .newsletter .newsletter-inside form {
 margin-top: 40px;
}
@media (max-width: 580px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside form {
 margin-top: 20px;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: 30px;
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
}
@media (max-width: 580px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside form .form-group {
 padding: 0px;
 margin-bottom: 20px;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group input {
 width: 100%;
 background: #FFFFFF;
 border: 1px solid #ADAAB1;
 outline: 0px !important;
 height: 60px;
 line-height: 60px;
 font-size: 18px;
 font-weight: 400;
 padding: 0px 30px;
 color: #101328;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
@media (max-width: 580px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside form .form-group input {
 font-weight: 400;
 height: 50px;
 line-height: 50px;
 font-size: 18px;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group ::-webkit-input-placeholder {
 color: #888888;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group :-moz-placeholder {
 color: #888888;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group ::-moz-placeholder {
 color: #888888;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group :-ms-input-placeholder {
 color: #888888;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group ::-ms-input-placeholder {
 color: #888888;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-group button[type="submit"] {
 font-size: 16px;
 font-weight: bold;
 color: #FFF;
 background: #c90000;
 text-align: center;
 padding: 14px 30px !important;
 margin: 0px !important;
 outline: 0px !important;
 border: 0px !important;
 box-shadow: none !important;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .accept-title {
 font-size: 20px;
 color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
 .newsletter-wrapper-new .newsletter .newsletter-inside form .accept-title {
 font-size: 18px;
 }
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-checkbox label {
 color: rgba(255, 255, 255, 0.7);
 font-size: 13px;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-checkbox label:before {
 background: #FFF;
}
.newsletter-wrapper-new .newsletter .newsletter-inside form .form-checkbox label a {
 color: inherit !important;
}
#wcag-link {
 position: absolute;
 top: 20px;
 left: 20px;
 z-index: 99999999;
 outline: none;
 overflow: visible;
}
#wcag-link > a {
 border: 2px solid #94a3b8;
 color: #101328;
 padding: 10px 20px;
 background: #FFF;
 outline: none !important;
 position: absolute;
 left: 0px;
 position: absolute !important;
 clip: rect(1px, 1px, 1px, 1px);
 overflow: hidden;
 height: 1px;
 text-decoration: none !important;
}
#wcag-link > a:focus {
 position: static !important;
 clip: auto;
 overflow: visible;
 height: auto;
}
:focus {
 outline: none !important;
}
:focus-visible {
 outline: 3px solid #c90000 !important;
 outline-offset: 4px;
}
.csr-nagroda {
 width: 100%;
 padding: 0px 0px;
 margin-bottom: 60px;
 max-width: 980px;
 margin: 0px auto 60px;
}
.csr-nagroda > 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;
}
@media (max-width: 400px) {
 .csr-nagroda > div {
 -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;
 }
}
.csr-nagroda > div .image {
 padding: 0px 15px;
 max-width: 250px;
 min-width: 250px;
}
@media (max-width: 500px) {
 .csr-nagroda > div .image {
 max-width: 200px;
 min-width: 200px;
 }
}
@media (max-width: 400px) {
 .csr-nagroda > div .image {
 max-width: 150px;
 min-width: 150px;
 }
}
.csr-nagroda > div .image img {
 max-width: 100%;
 height: auto !important;
}
.csr-nagroda > div .description {
 padding: 0px 15px;
}
.csr-nagroda > div .title-small {
 font-size: 26px;
 margin: 0px 0px 20px 0px;
}
@media (max-width: 400px) {
 .csr-nagroda > div .title-small {
 font-size: 17px;
 }
}
.more {
 color: inherit;
 text-decoration: underline;
}
.csr-single ul.media {
 list-style: none !important;
 margin: 0px;
 padding: 0px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -20px -20px;
}
.csr-single ul.media > li {
 list-style: none !important;
 max-width: 400px;
 padding: 0px 20px;
 margin-bottom: 20px;
}
.csr-single ul.media > li img {
 margin-bottom: 15px;
}
.csr-single ul.media > li a {
 color: inherit;
 text-decoration: underline;
}
.csr-single ul.media > li::before {
 display: none !important;
}
.csr-single .video-player {
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 overflow: hidden;
 position: relative;
}
.csr-single .video-player img {
 max-width: 100%;
 height: auto !important;
}
.csr-single .video-player .play {
 width: 140px;
 height: 140px;
 position: absolute;
 left: 50%;
 top: 50%;
 margin: -70px 0px 0px -70px;
 background: url('/grafika/i-play-youtube.png') center center no-repeat;
 background-size: 100% auto !important;
 cursor: pointer;
}
@media (max-width: 767px) {
 .csr-single .video-player .play {
 width: 90px;
 height: 90px;
 margin: -45px 0px 0px -45px;
 }
}
.csr-single .video-player iframe {
 display: block;
 width: 100%;
 aspect-ratio: 1.77777778;
 height: auto;
}
.map-wrapper {
 position: relative;
 width: 100%;
 font-size: 14px;
 height: 100vh;
 padding: 120px 20px 20px 20px;
}
.map-wrapper .header {
 height: 100px;
 position: fixed;
 z-index: 999;
 top: 0px;
 left: 0px;
 right: 0px;
 padding: 20px;
 border-bottom: 1px solid #d1d8dc;
 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;
 color: #101328;
}
@media (max-width: 991px) {
 .map-wrapper .header {
 padding: 15px 20px;
 height: 80px;
 }
}
@media (max-width: 440px) {
 .map-wrapper .header {
 padding: 15px;
 }
}
.map-wrapper .header .logo {
 float: left;
 margin-right: 10px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 10;
}
.map-wrapper .header .logo a {
 display: block;
 width: 56px;
 height: 44px;
 background: url('/grafika/logo.svg') no-repeat;
 background-size: auto 100%;
}
@media (max-width: 440px) {
 .map-wrapper .header .view {
 min-width: 140px;
 line-height: 36px;
 height: 36px;
 }
 .map-wrapper .header .view a {
 font-size: 13px;
 line-height: 36px;
 height: 36px;
 }
 .map-wrapper .header .view a:before {
 margin-right: 4px;
 }
}
.map-wrapper .header .filter-mobile {
 position: absolute;
 right: 200px;
}
@media (max-width: 440px) {
 .map-wrapper .header .filter-mobile {
 right: 150px;
 }
 .map-wrapper .header .filter-mobile button {
 padding: 0px 10px;
 line-height: 36px;
 height: 36px;
 }
 .map-wrapper .header .filter-mobile button:before {
 width: 14px;
 height: 15px;
 margin-right: 5px;
 }
}
.map-wrapper .header .filter-mobile .clear-filters-icon {
 width: 20px;
 height: 20px;
 background: #c90000 url('/grafika/i_close_white.svg') center center no-repeat;
 background-size: 10px auto !important;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 display: inline-block;
 position: relative;
 margin: 0px -5px 0px -10px;
 top: 5px;
}
.map-wrapper .header .filters {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
}
@media (max-width: 767px) {
 .map-wrapper .header .filters {
 padding-top: 80px;
 padding-bottom: 90px;
 }
}
.map-wrapper .header .filters .filter-bottom {
 border-top: 1px solid #d1d8dc;
 display: none;
 position: fixed;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: #FFF;
 padding: 15px;
 z-index: 100;
}
.map-wrapper .header .filters .filter-bottom button {
 display: block;
 margin: 0px !important;
 width: 100%;
}
.map-wrapper .header .filters .filters-title {
 padding: 10px 0px;
 border-bottom: 1px solid #d1d8dc;
 margin-bottom: 10px;
 text-align: center;
 position: relative;
}
@media (min-width: 992px) {
 .map-wrapper .header .filters .filters-title {
 display: none;
 }
}
@media (max-width: 767px) {
 .map-wrapper .header .filters .filters-title {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 background: #FFF;
 }
}
.map-wrapper .header .filters .filters-title .expand {
 position: absolute;
 right: -60px;
 width: 60px;
 background-size: auto 14px !important;
 background: #c90000 url('/grafika/i-nav-left-white.svg') center center no-repeat;
 cursor: pointer;
 height: 40px;
 top: 20px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 display: none;
}
@media (max-width: 767px) {
 .map-wrapper .header .filters .filters-title .expand {
 display: block;
 left: 0px;
 right: auto;
 top: 9px;
 width: 50px;
 }
}
@media (max-width: 480px) {
 .map-wrapper .header .filters .filters-title .expand {
 bottom: 40px !important;
 }
}
.map-wrapper .header .filters.in {
 z-index: 1020;
}
@media (max-width: 767px) {
 .map-wrapper .header .filters.in .filters-title {
 position: fixed;
 z-index: 20;
 }
}
.map-wrapper .header .filters.in .filters-title .expand {
 display: block;
}
.map-wrapper .header .filters.in .filter-bottom {
 display: block;
}
@media (max-width: 767px) {
 .map-wrapper .header .filters.in .clear-filters {
 position: fixed;
 z-index: 21;
 }
}
@media (max-width: 991px) {
 .map-wrapper .header .filters {
 position: fixed;
 left: 0px;
 top: 80px;
 bottom: 0px;
 background: #FFF;
 border-right: 1px solid #d1d8dc;
 display: block;
 width: 350px;
 left: -350px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 z-index: 21;
 }
 .map-wrapper .header .filters.in {
 left: 0px;
 }
}
@media (max-width: 767px) {
 .map-wrapper .header .filters {
 left: -100vw;
 width: 100vw;
 right: auto;
 top: 0px;
 overflow: auto;
 -moz-transition-duration: 0s;
 -webkit-transition-duration: 0s;
 -o-transition-duration: 0s;
 transition-duration: 0s;
 }
}
.map-wrapper .header .filters .title-dotted {
 max-width: 160px;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 text-overflow: ellipsis;
 display: block;
 overflow: hidden;
 font-weight: bold;
}
.map-wrapper .header .filters .dropdown-toggle {
 border: 1px solid #b3bec4;
 padding: 0px 40px 0px 20px;
 width: 100%;
 line-height: 38px;
 height: 40px;
 font-size: 16px;
 font-weight: 400;
 background: #ffffff url('/grafika/wyszukiwarka/i-select.svg') right 15px center no-repeat;
 background-size: auto 8px !important;
}
.map-wrapper .header .filters .search {
 position: relative;
 width: 300px;
}
@media (max-width: 140px) {
 .map-wrapper .header .filters .search {
 width: 300px;
 }
}
@media (max-width: 991px) {
 .map-wrapper .header .filters .search {
 margin-bottom: 15px;
 width: auto;
 margin: 0px 15px 15px;
 }
}
.map-wrapper .header .filters .search input {
 line-height: 35px;
 height: 35px;
 border: 0px;
 outline: none !important;
 padding-left: 15px;
 font-size: 14px;
 color: #293237;
 display: block;
 width: 100%;
 border: 1px solid #d1d8dc;
 -webkit-border-radius: 22px;
 -moz-border-radius: 22px;
 border-radius: 22px;
}
.map-wrapper .header .filters .search button {
 position: absolute;
 right: -15px;
 top: 3px;
 border: 0px;
 bottom: 0px;
 width: 30px;
 height: 30px;
 -webkit-border-radius: 22px;
 -moz-border-radius: 22px;
 border-radius: 22px;
 background: #dde2e5 url('/grafika/i-search.svg') center center no-repeat;
 background-size: 14px auto !important;
}
@media (max-width: 767px) {
 .map-wrapper .header .filters .search button {
 right: 5px;
 }
}
.map-wrapper .header .filters form[name="sidebar"] {
 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;
 width: 100%;
}
@media (max-width: 991px) {
 .map-wrapper .header .filters form[name="sidebar"] {
 display: block;
 }
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item {
 min-width: 50px;
 padding: 0px 15px;
 position: relative;
 margin: 2px 0px;
}
@media (max-width: 1400px) {
 .map-wrapper .header .filters form[name="sidebar"] .filter-item {
 padding: 0px 25px 0px 0px;
 }
}
@media (max-width: 991px) {
 .map-wrapper .header .filters form[name="sidebar"] .filter-item {
 padding: 0px;
 margin: 0px 0px -1px 0px;
 }
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .form-control {
 line-height: 38px;
 height: 40px;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .title {
 height: 35px;
 line-height: 35px;
 border: 1px solid #d1d8dc;
 padding: 0px 20px 0px 15px;
 -webkit-border-radius: 22px;
 -moz-border-radius: 22px;
 border-radius: 22px;
 font-size: 12px;
 position: relative;
 cursor: pointer;
 white-space: nowrap;
}
@media (max-width: 991px) {
 .map-wrapper .header .filters form[name="sidebar"] .filter-item .title {
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 height: 46px;
 line-height: 46px;
 padding: 0px 0px;
 margin: 0px 15px;
 border: 0px;
 border-bottom: 1px solid #d1d8dc;
 border-top: 1px solid #d1d8dc;
 }
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .title.has-filters {
 font-weight: bold;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .title.has-filters em {
 font-style: normal;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .title i {
 background: #293237 url('/grafika/i_plus.svg') center center no-repeat;
 background-size: auto 10px !important;
 width: 30px;
 height: 30px;
 position: absolute;
 right: -15px;
 top: 50%;
 margin-top: -15px;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 content: " ";
}
@media (max-width: 991px) {
 .map-wrapper .header .filters form[name="sidebar"] .filter-item .title i {
 right: 0px;
 }
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .drop {
 top: 100%;
 left: 15px;
 min-width: 240px;
 position: absolute;
 background: #FFF;
 z-index: 99;
 padding: 15px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
 display: none;
}
@media (max-width: 991px) {
 .map-wrapper .header .filters form[name="sidebar"] .filter-item .drop {
 position: relative;
 box-shadow: none;
 padding: 0px;
 width: auto;
 min-width: 1px;
 top: auto;
 left: auto;
 padding: 15px;
 }
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .drop .drop-name {
 font-size: 18px;
 font-weight: 600;
 margin: 5px 0px;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .drop .categories {
 max-height: 60vh;
 overflow: auto;
 padding: 0px 15px;
 margin: 0px -15px;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .drop .link-checkbox {
 padding: 3px 32px 3px 0px;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .drop .link-checkbox::before {
 right: 0px;
 left: auto;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item .drop .link-checkbox::after {
 right: 5px;
 left: auto;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item.in .title i {
 background: #293237 url('/grafika/i_minus.svg') center center no-repeat;
}
.map-wrapper .header .filters form[name="sidebar"] .filter-item.in .drop {
 display: block;
}
.map-wrapper .header .filter-mobile {
 margin-right: 20px;
}
@media (min-width: 992px) {
 .map-wrapper .header .filter-mobile {
 display: none;
 }
}
@media (max-width: 1400px) {
 .map-wrapper .header .view {
 margin: 25px 0px 0px;
 }
}
@media (max-width: 991px) {
 .map-wrapper .header .view {
 margin: 0px;
 }
}
.map-wrapper .header .clear-filters {
 margin: 0px 0px 0px 20px;
}
@media (max-width: 1400px) {
 .map-wrapper .header .clear-filters {
 position: absolute;
 top: 10px;
 right: 20px;
 margin: 0px;
 }
}
@media (max-width: 991px) {
 .map-wrapper .header .clear-filters {
 min-width: 80px;
 top: 19px;
 }
 .map-wrapper .header .clear-filters:before {
 content: "Wyczyść";
 }
}
.map-wrapper .sidebar {
 position: fixed;
 top: 100px;
 left: 0px;
 bottom: 0px;
 width: 390px;
 padding: 15px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 z-index: 20;
 background: #FFF;
 /* Chrome, Edge, and Safari */
}
@media (max-width: 991px) {
 .map-wrapper .sidebar {
 top: 80px;
 }
}
@media (max-width: 480px) {
 .map-wrapper .sidebar {
 width: 270px;
 }
}
.map-wrapper .sidebar .expand {
 position: absolute;
 right: -60px;
 width: 60px;
 background-size: auto 14px !important;
 background: #c90000 url('/grafika/i-nav-left-white.svg') center center no-repeat;
 cursor: pointer;
 height: 40px;
 top: 20px;
 -webkit-border-top-right-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 5px;
 -moz-border-radius-bottomright: 5px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 5px;
 border-bottom-right-radius: 5px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
@media (max-width: 440px) {
 .map-wrapper .sidebar .expand {
 width: 40px;
 right: -40px;
 top: 10px;
 }
}
.map-wrapper .sidebar * {
 scrollbar-width: thin;
 scrollbar-color: #e30219 #b0b0b0;
}
.map-wrapper .sidebar *::-webkit-scrollbar {
 width: 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
.map-wrapper .sidebar *::-webkit-scrollbar-track {
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 background: #d1d8dc;
}
.map-wrapper .sidebar *::-webkit-scrollbar-thumb {
 background-color: #c90000;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 border: 0px none #ffffff;
}
.map-wrapper .sidebar .items {
 width: 100%;
 height: 100%;
 overflow: auto;
 overflow-x: hidden;
 padding-right: 10px;
}
.map-wrapper .sidebar.out {
 left: -390px;
}
@media (max-width: 480px) {
 .map-wrapper .sidebar.out {
 left: -270px;
 }
}
.map-wrapper .sidebar.out .expand {
 background: #c90000 url('/grafika/i-nav-right-white.svg') center center no-repeat;
}
.map-wrapper .sidebar.out + #map {
 left: 0px;
}
.map-wrapper #map {
 position: fixed;
 top: 100px;
 right: 0px;
 bottom: 0px;
 left: 390px;
 padding: 0px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
@media (max-width: 1400px) {
 .map-wrapper #map {
 left: 350px;
 }
}
@media (max-width: 991px) {
 .map-wrapper #map {
 top: 80px;
 }
}
@media (max-width: 767px) {
 .map-wrapper #map {
 left: 0px !important;
 }
}
@media (max-width: 440px) {
 .map-wrapper #map {
 z-index: 5;
 }
}
.product-map {
 color: #293237;
 padding: 15px;
 border-bottom: 1px solid #d1d8dc;
 cursor: pointer;
}
.product-map.in {
 background: #FAFAFA;
}
@media (max-width: 480px) {
 .product-map {
 padding: 15px 0px;
 }
}
.product-map:last-child {
 border-bottom: 0px;
}
.product-map .info-heading {
 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;
 font-size: 12px;
 margin-bottom: 15px;
}
.product-map .info-heading .image {
 margin-right: 15px;
}
.product-map .info-heading .name {
 font-size: 16px;
 font-weight: 600;
 color: #101328;
}
.product-map .info-heading .name a {
 color: inherit;
}
.product-map .map-details {
 display: none;
}
.product-map .is-medium {
 font-size: 14px;
}
.product-map .info-row {
 margin-bottom: 5px;
}
.product-map .info-row .info-name {
 width: 80px;
 min-width: 80px;
 margin-right: 20px;
 font-style: normal;
 font-weight: 600;
 font-size: 12px;
 line-height: 20px;
 letter-spacing: 2px;
 text-transform: uppercase;
 margin-bottom: 5px;
}
.product-map .object-services > div {
 font-size: 12px;
}
.gm-style-iw-c {
 -webkit-border-radius: 12px !important;
 -moz-border-radius: 12px !important;
 border-radius: 12px !important;
 padding: 0px !important;
 box-shadow: none !important;
 overflow: visible !important;
}
@media (max-width: 767px) {
 .gm-style-iw-c {
 max-width: 100% !important;
 }
}
.gm-style-iw-d {
 -webkit-border-radius: 12px !important;
 -moz-border-radius: 12px !important;
 border-radius: 12px !important;
 padding: 0px !important;
 overflow: visible !important;
}
@media (max-width: 767px) {
 .gm-style-iw-d {
 max-width: 400px;
 }
}
@media (max-width: 480px) {
 .gm-style-iw-d {
 max-width: 300px;
 }
}
.gm-ui-hover-effect {
 top: 0px !important;
 right: 0px !important;
 background: url('/grafika/i_close_dark.svg') no-repeat center center !important;
 background-size: 12px auto !important;
 opacity: 1 !important;
}
.gm-ui-hover-effect span {
 display: none !important;
}
.pagination-loading {
 display: block;
 height: 130px;
 position: relative;
}
.has-loader::before {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: transparent url('/grafika/loader.svg') center center no-repeat;
 background-size: 100px auto !important;
 content: " ";
 z-index: 99999999;
}
#map {
 padding: 0px;
 position: relative;
}
#map .gm-style-iw > button {
 width: 16px !important;
 height: 16px !important;
 top: 10px !important;
 right: 10px !important;
 background: url('/grafika/wyszukiwarka/i-remove.svg') center center no-repeat !important;
 background-size: 16px auto !important;
 cursor: pointer;
}
#map .gm-style-iw > button span {
 display: none !important;
}
#map .map-popover > div {
 background: #FFF;
 padding: 20px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 position: relative;
}
#map .map-popover > div .image {
 width: 60px;
 min-width: 60px;
 margin-right: 20px;
}
#map .map-popover > div .name {
 font-size: 18px;
 color: #101328;
 font-weight: bold;
 padding-right: 25px;
 margin: 0px 0px 10px 0px;
 outline: none !important;
}
#map .map-popover > div .name a {
 color: inherit;
 text-decoration: none !important;
 outline: none !important;
}
#map .legend {
 position: absolute;
 bottom: 24px;
 left: 20px;
 z-index: 10;
 overflow: hidden;
 border: 1px solid #d0d8db;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
#map .legend > div {
 font-size: 12px;
 padding: 6px 5px;
 background: #FFF;
}
@media (max-width: 920px) {
 #map .legend {
 right: 70px;
 }
}
#map .legend span {
 display: inline-block;
 line-height: 20px;
 padding-left: 20px;
 margin: 2px 10px;
}
#map .legend span.marker-obiekt-rabat {
 background: url('/grafika/marker/obiekt_rabat.svg') left center no-repeat;
 background-size: auto 20px !important;
}
#map .legend span.marker-obiekt {
 background: url('/grafika/marker/obiekt.svg') left center no-repeat;
 background-size: auto 20px !important;
}
#map .legend span.marker-rabat {
 background: url('/grafika/marker/rabat.svg') left center no-repeat;
 background-size: auto 20px !important;
}
#map .legend span.marker-location {
 background: url('/grafika/marker/location.svg') left center no-repeat;
 background-size: auto 16px !important;
}
#map .google-map {
 height: 100%;
 background: #000;
 width: 100%;
}
#map .google-map .control-buttons {
 top: 40px;
 position: absolute;
 bottom: auto !important;
 right: 0px !important;
 padding: 10px;
}
@media (max-width: 480px) {
 #map .google-map .control-buttons {
 top: auto;
 bottom: 16px !important;
 }
}
#map .google-map .control-buttons button {
 margin-top: 5px;
 box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
 display: block;
 width: 40px;
 height: 40px;
 background: #FFF;
 border: 0px solid #d1d8dc;
}
#map .google-map .control-buttons button.button-zoom-plus {
 background: #ffffff url('/grafika/map/i-plus.svg') center center no-repeat;
 background-size: 12px auto !important;
}
#map .google-map .control-buttons button.button-zoom-minus {
 background: #ffffff url('/grafika/map/i-minus.svg') center center no-repeat;
 background-size: 12px auto !important;
}
#map .google-map .control-buttons button.button-location {
 background: #ffffff url('/grafika/map/i-location.svg') center center no-repeat;
 background-size: 18px auto !important;
}
.item-object {
 border: 1px solid #d1d8dc;
 margin-bottom: 20px;
 padding: 30px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 font-size: 14px;
}
@media (max-width: 767px) {
 .item-object {
 padding: 20px;
 }
}
.item-object .item-heading {
 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-bottom: 1px solid #d1d8dc;
 padding-bottom: 20px;
 margin-bottom: 20px;
}
@media (max-width: 420px) {
 .item-object .item-heading {
 -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;
 }
}
.item-object .item-heading .image {
 min-width: 80px;
 width: 80px;
 margin-right: 20px;
}
@media (max-width: 640px) {
 .item-object .item-heading .image {
 min-width: 60px;
 width: 60px;
 }
}
.item-object .item-heading .image img {
 max-width: 100%;
 height: auto !important;
}
.item-object .item-heading .details-wrapper {
 width: 100%;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
}
@media (max-width: 991px) {
 .item-object .item-heading .details-wrapper {
 display: block;
 }
}
@media (max-width: 420px) {
 .item-object .item-heading .details-wrapper {
 margin-left: -80px;
 }
}
.item-object .item-heading .details-wrapper .details {
 width: 100%;
}
@media (max-width: 991px) {
 .item-object .item-heading .details-wrapper .details {
 margin-bottom: 10px;
 }
}
.item-object .item-heading .details-wrapper .details .title {
 font-style: normal;
 font-weight: 500;
 font-size: 34px;
 color: #101328;
 margin: 0px 0px 10px 0px;
}
@media (max-width: 991px) {
 .item-object .item-heading .details-wrapper .details .title {
 font-size: 26px;
 }
}
@media (max-width: 640px) {
 .item-object .item-heading .details-wrapper .details .title {
 font-size: 19px;
 }
}
@media (max-width: 420px) {
 .item-object .item-heading .details-wrapper .details .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;
 padding-left: 80px;
 min-height: 60px;
 width: 100%;
 }
}
.item-object .item-heading .details-wrapper .details .title a {
 color: inherit;
}
.item-object .item-heading .details-wrapper .details-map {
 min-width: 180px;
 text-align: right;
}
@media (max-width: 991px) {
 .item-object .item-heading .details-wrapper .details-map {
 text-align: left;
 }
}
.item-object .item-heading .details-wrapper .details-map .distance {
 font-size: 19px;
 margin-bottom: 10px;
}
.item-object .item-heading .details-wrapper .details-map a[data-location] {
 display: table;
 padding-right: 20px;
 margin: 0px 0px auto auto;
 color: #101328;
 background: url('/grafika/arrow_right_circle_dark.svg') no-repeat right 1px center;
 background-size: 14px 14px !important;
 font-weight: 600;
 color: #000;
 text-decoration: none !important;
 font-size: 14px;
 cursor: pointer;
}
@media (max-width: 991px) {
 .item-object .item-heading .details-wrapper .details-map a[data-location] {
 margin: 0px;
 }
}
.item-object .item-heading .details-wrapper .details-map a[data-location]:hover {
 color: #c90000;
 background: url('/grafika/arrow_right_circle.svg') no-repeat right 1px center;
}
.item-object .item-description .info-row {
 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-bottom: 20px;
}
@media (max-width: 420px) {
 .item-object .item-description .info-row {
 display: block;
 margin-bottom: 10px;
 }
}
.item-object .item-description .info-row .info-name {
 width: 80px;
 min-width: 80px;
 margin-right: 20px;
 font-style: normal;
 font-weight: 600;
 font-size: 12px;
 line-height: 20px;
 letter-spacing: 2px;
 text-transform: uppercase;
}
@media (max-width: 420px) {
 .item-object .item-description .info-row .info-name {
 width: 100%;
 }
}
.item-culture {
 border: 1px solid #d1d8dc;
 margin-bottom: 20px;
 padding: 30px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 font-size: 14px;
}
@media (max-width: 767px) {
 .item-culture {
 padding: 20px;
 }
}
.item-culture > 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: 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;
}
.item-culture > div .image {
 min-width: 80px;
 width: 80px;
 margin-right: 20px;
}
@media (max-width: 640px) {
 .item-culture > div .image {
 min-width: 60px;
 width: 60px;
 }
}
.item-culture > div .image img {
 max-width: 100%;
 height: auto !important;
}
.item-culture > div .details {
 width: 100%;
 margin-bottom: 10px;
}
@media (max-width: 420px) {
 .item-culture > div .details {
 margin-left: -80px;
 }
}
.item-culture > div .details .title {
 font-style: normal;
 text-transform: uppercase;
 font-weight: 500;
 font-size: 26px;
 color: #101328;
 margin: 0px 0px 10px 0px;
}
@media (max-width: 640px) {
 .item-culture > div .details .title {
 font-size: 19px;
 }
}
@media (max-width: 420px) {
 .item-culture > div .details .title {
 min-height: 60px;
 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;
 }
}
.item-culture > div .details .title a {
 color: inherit;
}
.item-culture > div .details .data {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 margin: 0px -15px;
}
@media (max-width: 991px) {
 .item-culture > div .details .data {
 display: block;
 }
}
.item-culture > div .details .data .data-col {
 padding: 0px 15px;
 width: 50%;
}
@media (max-width: 991px) {
 .item-culture > div .details .data .data-col {
 width: 100%;
 }
 .item-culture > div .details .data .data-col:first-child {
 padding-bottom: 15px;
 }
}
.item-culture > div .details .data .data-col .www {
 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;
}
.item-culture > div .details .data .data-col .www a {
 color: #c90000 !important;
 max-width: 300px;
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.item-culture > div .details .data a {
 color: #101328;
}
.item-culture > div .details .data .therms .bootstrap-select {
 width: 100%;
 max-width: 100%;
 margin-bottom: 20px;
}
.item-culture > div .details .data .therms .bootstrap-select .dropdown-toggle {
 padding-top: 10px;
 padding-bottom: 10px;
}
.item-object-info {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 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: 30px 230px 30px 90px;
 margin-bottom: 20px;
 color: #FFF;
 font-size: 19px;
 font-weight: 500;
 background: #0042ad url('/grafika/wyszukiwarka/i-percent.svg') left 30px top 35px no-repeat;
}
.item-object-info .el-button {
 margin: 0px !important;
 position: absolute;
 right: 30px;
 top: 50%;
 transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 -moz-transform: translate(0, -50%);
 -o-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
}
@media (max-width: 991px) {
 .item-object-info {
 padding: 20px 20px 20px 80px;
 background-position: left 20px top 25px !important;
 display: block;
 }
 .item-object-info .el-button {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 transform: translate(0, 0);
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 margin-top: 20px !important;
 }
}
@media (max-width: 500px) {
 .item-object-info {
 font-size: 16px;
 }
}
.object-more {
 font-size: 16px;
 font-weight: 600;
 color: #c90000 !important;
 display: table;
 padding-right: 33px;
 background: url('/grafika/arrow_right_circle.svg') no-repeat right 1px center;
 text-decoration: none !important;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.object-more.to-right {
 margin: 0px 0px auto auto;
}
.object-more:hover {
 background-position: right 8px center;
}
.object-more.is-bordered {
 border: 1px solid #101328;
 padding: 8px 20px;
 padding-right: 40px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 background-position: right 12px center !important;
}
.object-more.is-bordered span {
 color: #101328 !important;
}
@media (max-width: 440px) {
 .object-more.is-bordered span {
 display: block;
 }
}
.object-services {
 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;
}
.object-services > div {
 margin: 0px .5em .5em 0px;
 padding: 2px 1em 2px 1em;
 background: #EDEFF1;
 color: #3A474E;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 -webkit-border-radius: 14px;
 -moz-border-radius: 14px;
 border-radius: 14px;
 white-space: nowrap;
 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;
}
.object-services > div > span {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 margin-right: 5px;
}
.object-services > div > span .service-half {
 width: 5px;
 overflow: hidden;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
}
.object-services > div > span .service-half > span {
 min-width: 10px;
}
.object-services > div > span .service-half + .service-half {
 -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;
}
.object-services > div > span .service-half + .service-half > span {
 margin: 0px 0px 0px auto;
}
.object-services > div > span .service-fitprofit {
 width: 10px;
 height: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 background: #186FFF;
 display: inline-block;
}
.object-services > div > span .service-fitsport {
 width: 10px;
 height: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 border: 2px solid #c90000;
 display: inline-block;
}
.object-services.is-large > div {
 font-size: 18px;
}
.object-contacts {
 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;
}
.object-contacts > a {
 display: block;
 color: #000000;
 padding-left: 25px;
 margin-right: 20px;
 font-size: 14px;
 font-weight: 400;
 background-size: auto 12px !important;
}
@media (max-width: 1200px) {
 .object-contacts > a {
 font-size: 15px;
 }
}
.object-contacts > a[href^="mailto:"] {
 background: url('/grafika/wyszukiwarka/i-mail.svg') no-repeat left center;
}
.object-contacts > a[href^="tel:"] {
 background: url('/grafika/wyszukiwarka/i-phone.svg') no-repeat left center;
}
.object-contacts > a.www {
 text-decoration: underline;
 background: url('/grafika/wyszukiwarka/i-link.svg') no-repeat left center;
 max-width: 300px;
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.object-contacts > a.facebook {
 background: url('/grafika/wyszukiwarka/i-facebook.svg') no-repeat left center;
}
.object-card-types {
 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;
}
.object-card-types .break {
 width: 100%;
}
.object-card-types > div:not(.break) {
 margin: 0px .5em .5em 0px;
 padding: 2px 1em 2px 1em;
 background: #EDEFF1;
 color: #3A474E;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 -webkit-border-radius: 14px;
 -moz-border-radius: 14px;
 border-radius: 14px;
 white-space: nowrap;
}
.object-card-types > div:not(.break) span {
 display: inline-block;
 width: 10px;
 height: 10px;
 margin-right: 5px;
 content: " ";
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 vertical-align: middle;
 position: relative;
 top: -1px;
 background: none;
 overflow: hidden;
}
.object-card-types > div:not(.break) span.circle {
 background: var(--color);
}
.object-card-types > div:not(.break) span.border {
 border: 2px solid var(--color);
}
.object-card-types > div:not(.break)[style] {
 background: var(--background);
 color: var(--color-text);
}
.object-card-types.is-large > div {
 font-size: 18px;
}
.object-discounts {
 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;
}
.object-discounts > div {
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
 max-width: 200px;
 min-width: 100px;
 margin: 0px .5em .5em 0px;
 padding: 2px 1em 2px 1em;
 background: #EDEFF1;
 font-size: 14px;
 font-style: normal;
 font-weight: 500;
 -webkit-border-radius: 14px;
 -moz-border-radius: 14px;
 border-radius: 14px;
 position: relative;
}
.object-discounts > div.with-rabat {
 padding-left: 56px;
}
.object-discounts > div span {
 width: 45px;
 position: absolute;
 left: 0px;
 top: 0px;
 -webkit-border-radius: 14px;
 -moz-border-radius: 14px;
 border-radius: 14px;
 text-align: center;
 line-height: 24px;
 background: #927200;
 bottom: 0px;
 color: #FFF;
}
.news-home-wrapper {
 padding: var(--padding-big);
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.news-home-wrapper.news-employers {
 padding-top: 0px !important;
}
.news-home-wrapper .title-large,
.news-home-wrapper h1,
.news-home-wrapper h2 {
 margin: 0px;
}
.news-home-wrapper .news-home {
 margin: 0px -20px;
 padding-top: 40px;
}
.news-home-wrapper .news-home:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .news-home-wrapper .news-home {
 padding-top: 0px;
 margin: 0px;
 }
}
.news-home-wrapper .news-home .news-home-item {
 width: 33.33333333%;
 float: left;
 padding: 0px 20px;
 margin: 40px auto 0px auto;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .news-home-wrapper .news-home .news-home-item {
 width: 100%;
 float: none;
 margin: 30px 0px 0px 0px;
 padding: 0px 0px 0px 200px;
 min-height: 130px;
 }
}
@media (max-width: 480px) {
 .news-home-wrapper .news-home .news-home-item {
 padding-left: 120px;
 min-height: 72px;
 }
}
.news-home-wrapper .news-home .news-home-item .image {
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 overflow: hidden;
}
@media (max-width: 991px) {
 .news-home-wrapper .news-home .news-home-item .image {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 180px;
 }
}
@media (max-width: 480px) {
 .news-home-wrapper .news-home .news-home-item .image {
 width: 100px;
 }
}
.news-home-wrapper .news-home .news-home-item .image img {
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 max-width: 100%;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
.news-home-wrapper .news-home .news-home-item .title-category {
 font-size: 20px;
 font-weight: bold;
 color: #c90000;
 margin-top: 20px;
}
@media (max-width: 991px) {
 .news-home-wrapper .news-home .news-home-item .title-category {
 font-size: 14px;
 }
}
.news-home-wrapper .news-home .news-home-item .title-xs {
 margin: 10px 0px 0px 0px;
 color: #000000;
}
.news-home-wrapper .news-home .news-home-item .title-xs a {
 color: inherit;
}
.news-home-wrapper .news-home .news-home-item:hover .image img {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
.news-item-row,
.news-item-column,
.news-item-pinned {
 padding: 0px 20px;
 margin: 0px 0px 40px 0px;
}
@media (max-width: 767px) {
 .news-item-row,
 .news-item-column,
 .news-item-pinned {
 margin-bottom: 20px;
 }
}
.news-item-row .image,
.news-item-column .image,
.news-item-pinned .image {
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 overflow: hidden;
 width: 50%;
 position: relative;
}
.news-item-row .image .tags,
.news-item-column .image .tags,
.news-item-pinned .image .tags {
 position: absolute;
 top: 0px;
 left: 0px;
 background: #c90000;
 color: #FFF;
 padding: 6px 18px 8px 18px;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 12px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 0px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 12px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 0px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 12px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 0px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
.news-item-row .image .tags a,
.news-item-column .image .tags a,
.news-item-pinned .image .tags a {
 font-size: 15px;
 font-weight: 600;
 color: #FFF;
 text-transform: uppercase;
}
@media (max-width: 580px) {
 .news-item-row .image .tags a,
 .news-item-column .image .tags a,
 .news-item-pinned .image .tags a {
 font-size: 14px;
 }
}
.news-item-row .image img,
.news-item-column .image img,
.news-item-pinned .image img {
 max-width: 100%;
 height: auto !important;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
.news-item-row .description,
.news-item-column .description,
.news-item-pinned .description {
 font-size: 20px;
 width: 50%;
 padding: 0px 0px 0px 40px;
}
@media (max-width: 991px) {
 .news-item-row .description,
 .news-item-column .description,
 .news-item-pinned .description {
 padding-left: 20px;
 }
}
@media (max-width: 767px) {
 .news-item-row .description,
 .news-item-column .description,
 .news-item-pinned .description {
 width: 70%;
 }
}
.news-item-row .description .tags-mobile,
.news-item-column .description .tags-mobile,
.news-item-pinned .description .tags-mobile {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-bottom: 10px;
 line-height: 1;
}
@media (min-width: 768px) {
 .news-item-row .description .tags-mobile,
 .news-item-column .description .tags-mobile,
 .news-item-pinned .description .tags-mobile {
 display: none;
 }
}
.news-item-row .description .tags-mobile a,
.news-item-column .description .tags-mobile a,
.news-item-pinned .description .tags-mobile a {
 color: #c90000;
 font-size: 12px;
 font-weight: 700;
 display: inline-block;
}
.news-item-row .description .title-medium,
.news-item-column .description .title-medium,
.news-item-pinned .description .title-medium {
 font-size: 36px;
 color: #101328;
 padding: 0px;
 margin: 0px;
}
@media (max-width: 1200px) {
 .news-item-row .description .title-medium,
 .news-item-column .description .title-medium,
 .news-item-pinned .description .title-medium {
 font-size: 28px;
 }
}
@media (max-width: 991px) {
 .news-item-row .description .title-medium,
 .news-item-column .description .title-medium,
 .news-item-pinned .description .title-medium {
 font-size: 20px;
 }
}
@media (max-width: 767px) {
 .news-item-row .description .title-medium,
 .news-item-column .description .title-medium,
 .news-item-pinned .description .title-medium {
 font-size: 16px;
 }
}
.news-item-row .description .title-medium a,
.news-item-column .description .title-medium a,
.news-item-pinned .description .title-medium a {
 color: inherit;
}
.news-item-row .description .description-body,
.news-item-column .description .description-body,
.news-item-pinned .description .description-body {
 margin-top: 15px;
}
@media (max-width: 767px) {
 .news-item-row .description .description-body,
 .news-item-column .description .description-body,
 .news-item-pinned .description .description-body {
 display: none;
 }
}
.news-item-row .description .date,
.news-item-column .description .date,
.news-item-pinned .description .date {
 margin-top: 15px;
}
@media (max-width: 991px) {
 .news-item-row .description .date,
 .news-item-column .description .date,
 .news-item-pinned .description .date {
 font-size: 15px;
 }
}
.news-item-row .description .date span,
.news-item-column .description .date span,
.news-item-pinned .description .date span {
 margin: 0px 5px;
}
.news-item-pinned {
 padding: 0px 0px 80px 0px;
 margin: 0px 0px 60px 0px;
 background: url('/grafika/spacer.svg') no-repeat bottom center;
 background-size: 100% 20px !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;
}
@media (max-width: 767px) {
 .news-item-pinned {
 padding-bottom: 55px;
 margin-bottom: 40px;
 background-size: auto 15px !important;
 }
}
@media (max-width: 640px) {
 .news-item-pinned {
 display: block;
 }
}
.news-item-pinned .image {
 padding-right: 20px;
}
@media (max-width: 640px) {
 .news-item-pinned .image {
 width: 100%;
 padding: 0px;
 margin-bottom: 30px;
 }
}
@media (min-width: 641px) {
 .news-item-pinned .description {
 width: 50%;
 }
}
@media (max-width: 640px) {
 .news-item-pinned .description {
 padding: 0px;
 width: 100%;
 }
}
@media (max-width: 767px) {
 .news-item-pinned .description .title-medium {
 font-size: 20px;
 }
}
.news-item-pinned .description .description-body {
 height: 85px;
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.news-item-row {
 clear: both;
 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;
}
.news-item-row .image {
 padding-right: 20px;
}
@media (max-width: 767px) {
 .news-item-row .image {
 width: 100%;
 max-width: 200px;
 padding: 0px;
 }
}
@media (max-width: 480px) {
 .news-item-row .image {
 max-width: 120px;
 }
}
@media (max-width: 767px) {
 .news-item-row .image .tags {
 display: none;
 }
}
.news-item-column {
 width: 50%;
 float: left;
 margin-bottom: 80px;
}
.news-item-column:nth-child(2n + 1) {
 clear: both;
}
.news-item-column:nth-child(2n + 1 - 2) {
 clear: both;
}
@media (max-width: 991px) {
 .news-item-column {
 margin-bottom: 40px;
 }
}
@media (max-width: 640px) {
 .news-item-column {
 width: 100%;
 float: none;
 }
 .news-item-column:nth-child(1n + 1) {
 clear: both;
 }
 .news-item-column:nth-child(1n + 1 - 1) {
 clear: both;
 }
}
.news-item-column .image {
 width: 100%;
 margin-bottom: 40px;
 padding: 0px;
}
@media (max-width: 991px) {
 .news-item-column .image {
 margin-bottom: 20px;
 }
}
.news-item-column .description {
 width: 100%;
 padding-left: 0px;
}
@media (max-width: 767px) {
 .news-item-column .description .title-medium {
 font-size: 20px;
 }
}
/* Lista newsów - pracodawcy */
.blog-hr-left .title-large {
 margin: 0px;
}
.blog-hr-left .title-xs {
 margin: 30px 0px 0px 0px;
 color: #7D8F9B;
}
.blog-hr-right {
 padding-top: 10px;
}
@media (max-width: 991px) {
 .blog-hr-right {
 padding-top: 40px;
 }
}
.blog-hr-right .news-item-text:last-child {
 margin-bottom: 160px;
}
@media (max-width: 1200px) {
 .blog-hr-right .news-item-text:last-child {
 margin-bottom: 80px;
 }
}
@media (max-width: 991px) {
 .blog-hr-right .news-item-text:last-child {
 margin-bottom: 40px;
 padding-bottom: 0px;
 border-bottom: 0px;
 }
}
.news-item-text {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-bottom: 30px;
 margin-bottom: 60px;
 border-bottom: 1px solid #C4C4C4;
}
@media (max-width: 991px) {
 .news-item-text {
 margin-bottom: 30px;
 }
}
.news-item-text .title-medium {
 font-size: 36px;
 color: #191D3A;
 margin: 0px;
}
@media (max-width: 1200px) {
 .news-item-text .title-medium {
 font-size: 30px;
 }
}
@media (max-width: 991px) {
 .news-item-text .title-medium {
 font-size: 24px;
 }
}
@media (max-width: 580px) {
 .news-item-text .title-medium {
 font-size: 20px;
 }
}
.news-item-text .description {
 margin-top: 20px;
 max-height: 140px;
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 5;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
.news-item-text .description.in {
 max-height: 5000px;
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 9999;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.news-item-text .news-info {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-top: 30px;
 line-height: 24px;
}
.news-item-text .news-info:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .news-item-text .news-info {
 margin-top: 20px;
 }
}
.news-item-text .news-info .news-extend {
 float: left;
 display: table;
 border-bottom: 1px solid #101328;
 cursor: pointer;
}
.news-item-text .news-info .date {
 float: right;
}
.news-item-text .news-info .date span {
 color: #B3BEC4;
}
.section-in-news {
 padding: 0px 20px;
}
.csr-item-row {
 padding: 0px 20px;
}
@media (max-width: 640px) {
 .csr-item-row:last-child .csr-item .description > div {
 border-bottom: 0px;
 }
}
.csr-item-row .csr-item {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin: 0px -40px 120px -40px;
}
@media (max-width: 1200px) {
 .csr-item-row .csr-item {
 margin-bottom: 80px;
 }
}
@media (max-width: 991px) {
 .csr-item-row .csr-item {
 margin: 0px -20px 60px -20px;
 }
}
@media (max-width: 640px) {
 .csr-item-row .csr-item {
 display: block;
 margin: 0px 0px 40px 0px;
 }
}
.csr-item-row .csr-item .image {
 padding: 0px 40px;
 width: 40%;
}
@media (max-width: 991px) {
 .csr-item-row .csr-item .image {
 padding: 0px 20px;
 }
}
@media (max-width: 640px) {
 .csr-item-row .csr-item .image {
 width: 100%;
 padding: 0px;
 margin-bottom: 30px;
 }
}
.csr-item-row .csr-item .image img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.csr-item-row .csr-item .description {
 padding: 0px 40px;
 width: 60%;
}
@media (max-width: 991px) {
 .csr-item-row .csr-item .description {
 padding: 0px 20px;
 }
}
@media (max-width: 640px) {
 .csr-item-row .csr-item .description {
 width: 100%;
 padding: 0px;
 }
}
.csr-item-row .csr-item .description > div {
 padding-bottom: 30px;
 border-bottom: 1px solid #C4C4C4;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.csr-item-row .csr-item .description > div .title-small {
 margin: 0px;
 color: #101328;
}
.csr-item-row .csr-item .description > div .title-small a {
 color: inherit !important;
 text-decoration: none !important;
}
.csr-item-row .csr-item .description > div .title-small + .description-body {
 margin-top: 20px;
}
.csr-item-row .csr-item .description > div .csr-info {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-top: 30px;
 line-height: 24px;
}
.csr-item-row .csr-item .description > div .csr-info:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .csr-item-row .csr-item .description > div .csr-info {
 margin-top: 20px;
 }
}
.csr-item-row .csr-item .description > div .csr-info .more {
 float: left;
 display: table;
 border-bottom: 1px solid #101328;
 cursor: pointer;
 color: #101328 !important;
 text-decoration: none;
}
.csr-item-row .csr-item .description > div .csr-info .more:hover {
 color: #c90000 !important;
}
.csr-item-row .csr-item .description > div .csr-info .date {
 float: right;
}
.csr-item-row .csr-item .description > div .csr-info .date span {
 color: #B3BEC4;
}
.csr-single {
 padding: 40px 20px 80px 20px;
}
@media (max-width: 991px) {
 .csr-single {
 padding: 20px 20px 40px 20px;
 }
}
.csr-single > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.csr-single > div h1 {
 margin: 0px;
}
.csr-single > div .date {
 margin-top: 20px;
}
.csr-single > div .description {
 margin-top: 30px;
}
.csr-single > div .images {
 margin-top: 60px;
}
@media (max-width: 991px) {
 .csr-single > div .images {
 margin-top: 40px;
 }
}
.csr-single > div .images .title-small {
 margin: 0px 0px 30px 0px;
}
@media (max-width: 991px) {
 .csr-single > div .images .title-small {
 margin-bottom: 20px;
 }
}
.csr-single > div .images .image img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.csr-single > div .images .gallery {
 margin: 0px -20px;
}
.csr-single > div .images .gallery:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 .csr-single > div .images .gallery {
 margin: 0px -10px;
 }
}
.csr-single > div .images .gallery .gallery-item {
 float: left;
 width: 25%;
 padding: 0px 20px;
 margin-top: 40px;
}
@media (max-width: 991px) {
 .csr-single > div .images .gallery .gallery-item {
 padding: 0px 10px;
 margin-top: 20px;
 width: 33.33333333%;
 }
}
@media (max-width: 480px) {
 .csr-single > div .images .gallery .gallery-item {
 width: 50%;
 }
}
.csr-single > div .images .gallery .gallery-item img {
 max-width: 100%;
 display: block;
 margin: 0px auto;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
/** Karta newsa */
.news-single {
 padding-bottom: 80px;
}
@media (max-width: 991px) {
 .news-single {
 padding-bottom: 40px;
 }
}
@media (max-width: 767px) {
 .news-single {
 padding-left: 20px;
 padding-right: 20px;
 }
}
.news-single h1 {
 margin: 20px 0px 40px 0px;
 text-align: center;
}
.news-single .news-description {
 width: 100%;
 max-width: 1000px;
 margin: 0px auto;
}
.news-single .date {
 margin: -20px 0px 30px 0px;
 text-align: center;
}
@media (max-width: 991px) {
 .news-single .date {
 font-size: 15px;
 }
}
.news-single .date span {
 margin: 0px 5px;
 color: #B3BEC4;
}
.news-single .images {
 width: 1000px;
 max-width: 100%;
 margin: auto auto 80px auto;
}
.news-single .images .image {
 width: 100%;
 max-width: 1000px;
 margin: auto;
 text-align: center;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
.news-single .images .image img {
 width: 100%;
 height: auto !important;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
.news-single .images .image .tags {
 position: absolute;
 top: 0px;
 left: 0px;
 background: #c90000;
 color: #FFF;
 padding: 6px 18px 8px 18px;
 -webkit-border-top-right-radius: 0px;
 -webkit-border-bottom-right-radius: 12px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 12px;
 -moz-border-radius-topright: 0px;
 -moz-border-radius-bottomright: 12px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 12px;
 border-top-right-radius: 0px;
 border-bottom-right-radius: 12px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 12px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
}
.news-single .images .image .tags a {
 font-size: 15px;
 font-weight: 600;
 color: #FFF;
 text-transform: uppercase;
}
@media (max-width: 580px) {
 .news-single .images .image .tags a {
 font-size: 14px;
 }
}
.news-single .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-single .images .thumbs a {
 display: block;
 padding-right: 10px;
 width: 33.33333333%;
 box-sizing: border-box;
}
.news-single .images .thumbs a img {
 margin-top: 10px;
 max-width: 100%;
 height: auto !important;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
.news-single .descriptions .item {
 margin-top: 80px;
}
@media (max-width: 991px) {
 .news-single .descriptions .item {
 margin-top: 40px;
 }
}
@media (max-width: 767px) {
 .news-single .descriptions .item .pull-right {
 float: none !important;
 }
}
.news-single .descriptions .item .image {
 display: table;
 margin: 0px auto;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
.news-single .descriptions .item .image img {
 max-width: 100%;
 height: auto !important;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
.news-single .descriptions .item .item-body .title-small {
 font-weight: bold;
 margin: 30px 0px;
}
[class*='icon-']:before {
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 text-decoration: none !important;
}
.glyphicon-edit {
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.glyphicon-edit::before {
 content: '\0049';
}
.icon-home:before {
 content: '\0041';
}
.icon-key:before {
 content: '\0042';
}
.icon-logout:before {
 content: '\0043';
}
.icon-mail:before {
 content: '\0044';
}
.icon-marker:before {
 content: '\0045';
}
.icon-minus:before {
 content: '\0046';
}
.icon-ok:before {
 content: '\0047';
}
.icon-pack:before {
 content: '\0048';
}
.icon-pen:before {
 content: '\0049';
}
.icon-phone:before {
 content: '\004a';
}
.icon-plus:before {
 content: '\004b';
}
.icon-print:before {
 content: '\004c';
}
.icon-remove:before {
 content: '\004d';
}
.icon-search:before {
 content: '\004e';
}
.icon-star:before {
 content: '\004f';
}
.icon-star-active:before {
 content: '\0050';
}
.icon-trash:before {
 content: '\0051';
}
.icon-user:before {
 content: '\0052';
}
.icon-alert:before {
 content: '\0053';
}
.icon-arrow-down:before {
 content: '\0054';
}
.icon-arrow-left:before {
 content: '\0055';
}
.icon-arrow-right:before {
 content: '\0056';
}
.icon-arrow-up:before {
 content: '\0057';
}
.icon-ask:before {
 content: '\0058';
}
.icon-bag:before {
 content: '\0059';
}
.icon-bag-ok:before {
 content: '\005a';
}
.icon-bell:before {
 content: '\0061';
}
.icon-calendar:before {
 content: '\0062';
}
.icon-cart:before {
 content: '\0063';
}
.icon-cart2:before {
 content: '\0064';
}
.icon-cart-empty:before {
 content: '\0065';
}
.icon-delivery:before {
 content: '\0066';
}
.icon-discount:before {
 content: '\0067';
}
.icon-dots:before {
 content: '\0068';
}
.icon-dots-vertical:before {
 content: '\0069';
}
.icon-favourites:before {
 content: '\006a';
}
.icon-favourites-active:before {
 content: '\006b';
}
.icon-filter:before {
 content: '\006c';
}
::-webkit-input-placeholder {
 color: #999999;
}
:-moz-placeholder {
 color: #999999;
 opacity: 1;
}
::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #999999;
}
:placeholder-shown {
 color: #999999;
}
.form-element {
 margin: 0px -15px;
}
.form-element .form-submit {
 padding: 15px 0px;
 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-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;
}
.form-element .form-submit .form-required-fields {
 padding-top: 7px;
 -webkit-box-ordinal-group: 3;
 -moz-box-ordinal-group: 3;
 -ms-flex-order: 2;
 -webkit-order: 2;
 -moz-order: 2;
 -ms-order: 2;
 order: 2;
}
.form-expand-wrapper {
 max-height: 0px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 overflow: hidden;
}
.form-expand-wrapper.in {
 max-height: 1400px;
}
.form-expand {
 display: inline-block;
 padding-right: 20px;
 background: url('/grafika/arrow_down_dark.svg') right center no-repeat;
 background-size: 12px auto !important;
 font-weight: bold;
 cursor: pointer;
}
.form-expand::before {
 content: attr(data-expand);
}
.form-expand-wrapper.in + .form-expand {
 background: url('/grafika/arrow_up_dark.svg') right center no-repeat;
 background-size: 12px auto !important;
}
.form-expand-wrapper.in + .form-expand::before {
 content: attr(data-collapse);
}
.form-group {
 position: relative;
 margin: 0px 0px 15px;
}
.form-group .error-info,
.form-group .form-group-error {
 padding-top: 5px;
 font-size: 12px;
 color: #d00307;
}
.form-group .form-label {
 display: block;
 margin-bottom: 10px;
 font-weight: bold;
}
.form-group.label-left {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
}
@media (max-width: 480px) {
 .form-group.label-left {
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 }
}
.form-group.label-left .form-label {
 width: 25%;
 padding-right: 15px;
}
@media (max-width: 480px) {
 .form-group.label-left .form-label {
 width: 100%;
 }
}
.form-group.label-left > div {
 width: 75%;
}
@media (max-width: 480px) {
 .form-group.label-left > div {
 width: 100%;
 }
}
.form-group.label-left.field-radio .form-label,
.form-group.label-left.field-checkbox .form-label {
 padding-top: 0px;
}
.form-group.field-pole_tekstowe.label-in .form-label,
.form-group.field-custom.label-in .form-label,
.form-group.field-data.label-in .form-label,
.form-group.field-pole_tekstowe_5-liniowe.label-in .form-label {
 padding: 0px;
 margin: 0px;
 height: 50px;
 line-height: 50px;
 color: #999999;
 font-weight: 400;
 top: 0px;
 position: absolute;
 left: 15px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 z-index: 10;
}
.form-group.field-pole_tekstowe.focus-state .form-label,
.form-group.field-custom.focus-state .form-label,
.form-group.field-data.focus-state .form-label,
.form-group.field-pole_tekstowe_5-liniowe.focus-state .form-label {
 font-size: 11px;
 height: 17px;
 line-height: 17px;
 padding: 0px 7px;
 top: -9px;
 background: #FFF;
}
.form-heading {
 margin-bottom: 15px;
}
.form-heading h1,
.form-heading h2,
.form-heading h3,
.form-heading h4 {
 margin: 0px !important;
 padding: 0px !important;
}
/** Pola */
.form-price {
 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;
}
.form-price span {
 margin: 0px 10px;
}
.form-file {
 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;
 -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;
}
.form-file > span {
 min-width: 220px;
 margin-left: 30px;
}
.form-file > span .choosen-file .remove {
 float: right;
}
.form-file > span .choosen-file .remove::before {
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: '\0051';
}
.form-file > span .progress {
 display: block;
 height: 14px;
 line-height: 14px;
 font-size: 9px;
 background: #FFF;
 box-shadow: 0px 0px 0px 1px #cccccc inset;
 opacity: 0;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 position: relative;
 margin: 2px 0px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.form-file > span .progress.progres-active,
.form-file > span .progress.progres-uploaded {
 opacity: 1;
}
.form-file > span .progress.out {
 opacity: 0;
}
.form-file > span .progress i {
 background: #c90000;
 position: absolute;
 left: 0px;
 top: 0px;
 bottom: 0px;
}
.form-file > span .progress span {
 display: block;
 position: relative;
 z-index: 2;
 text-align: center;
 width: 100%;
}
.form-file input {
 position: absolute;
 z-index: -10;
}
.form-file button {
 box-shadow: none !important;
 border: 1px solid #b3bec4;
 line-height: 50px;
 height: 50px;
 padding: 0px 16.66666667px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 background: #FFF;
 vertical-align: middle;
 display: inline-block;
}
.form-file button:focus {
 outline: 3px solid rgba(148, 163, 184, 0.3);
}
.form-file button::after {
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: '\006d';
 vertical-align: middle;
 margin-left: 10px;
 color: #94a3b8;
 line-height: normal;
 display: inline;
 display: inline-block;
}
.form-file input:focus + button {
 outline: 3px solid rgba(148, 163, 184, 0.3);
}
.form-control {
 box-shadow: none !important;
 border: 1px solid #b3bec4;
 line-height: 50px;
 height: 50px;
 padding: 0px 16.66666667px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.form-control:focus {
 outline: 3px solid rgba(148, 163, 184, 0.3);
 border: 1px solid rgba(148, 163, 184, 0.7);
}
textarea.form-control {
 line-height: 1.5;
 height: auto;
 padding: 10px 20px;
}
.form-select-picker .bootstrap-select {
 width: 100% !important;
 max-width: 100%;
 margin-bottom: 20px;
}
.form-select-picker .bootstrap-select .dropdown-toggle {
 padding-top: 10px;
 padding-bottom: 10px;
}
.form-selectpicker {
 border: 1px solid #b3bec4;
 height: 50px;
 background: #FFF !important;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: auto;
 min-width: auto;
}
.form-selectpicker .bs-caret {
 position: absolute;
 top: 0px;
 right: 10px;
}
.form-selectpicker .bs-caret .caret {
 display: none;
}
.form-selectpicker .bs-caret::after {
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 11px;
 color: #94a3b8;
 content: '\0054';
}
.form-select {
 position: relative;
 border: 1px solid #b3bec4;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 cursor: pointer;
}
.form-select::after {
 width: 50px;
 line-height: 50px !important;
 text-align: center;
 background: #FFF;
 position: absolute;
 top: 1px;
 bottom: 1px;
 right: 1px;
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 11px;
 color: #94a3b8;
 vertical-align: middle;
 content: '\0054';
 pointer-events: none !important;
 cursor: pointer !important;
}
.form-select select.form-control {
 cursor: pointer !important;
 -moz-appearance: none;
 -webkit-appearance: none;
 border: 0px !important;
}
.form-select select.form-control::-ms-expand {
 display: none;
}
.form-select select.form-control:focus {
 outline: 4px solid rgba(148, 163, 184, 0.3);
}
.form-postcode {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: start;
 -moz-box-pack: start;
 -ms-flex-pack: start;
 -webkit-justify-content: flex-start;
 -moz-justify-content: flex-start;
 -ms-justify-content: flex-start;
 justify-content: flex-start;
}
.form-postcode .form-field-2 {
 width: 56.66666667px;
}
.form-postcode .form-field-3 {
 width: 76.66666667px;
}
.form-postcode .form-control {
 text-align: center;
}
.form-postcode .form-spacer {
 display: inline-block;
 margin: 0px 10px;
}
.form-postcode .form-spacer::after {
 content: "-";
}
.form-datepicker {
 position: relative;
}
.form-datepicker::after {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 50px;
 height: 50px;
 content: '\0062';
 color: #94a3b8;
 font-family: 'dms', sans-serif;
 line-height: 50px;
 text-align: center;
 pointer-events: none;
}
.form-required {
 margin: 10px 0px 30px 0px;
}
.req {
 color: #d00307;
}
.form-checkbox {
 position: relative;
 margin-bottom: 10px;
}
.form-checkbox:last-child {
 margin-bottom: 0px;
}
.form-checkbox input {
 position: absolute;
 top: 0px;
 right: 0px;
 opacity: 0;
}
.form-checkbox label {
 font-weight: 400;
 font-size: 1em;
 margin: 0px !important;
 padding: 0px 0px 0px 30px !important;
 position: relative;
 cursor: pointer;
}
.form-checkbox label a {
 color: #c90000;
}
.form-checkbox label::before {
 position: absolute;
 left: 0px;
 top: 2px;
 width: 18px;
 height: 18px;
 border: 1px solid #cccccc;
 content: " ";
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}
.form-checkbox label::after {
 position: absolute;
 left: 4px;
 top: 6px;
 width: 10px;
 height: 10px;
 background: #c90000;
 content: " ";
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 opacity: 0;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}
.form-checkbox input:focus + label::before {
 outline: 3px solid rgba(148, 163, 184, 0.3);
 border: 1px solid rgba(148, 163, 184, 0.7);
}
.form-checkbox input:checked + label::after {
 opacity: 1;
}
.form-radio {
 position: relative;
 margin-bottom: 10px;
}
.form-radio:last-child {
 margin-bottom: 0px;
}
.form-radio.is-inline {
 display: inline-block;
 vertical-align: middle;
 margin-right: 15px;
 margin-bottom: 0px;
}
.form-radio input {
 position: absolute;
 top: 0px;
 right: 0px;
 opacity: 0;
}
.form-radio label {
 font-weight: 400;
 font-size: 1em;
 padding: 0px 0px 0px 30px;
 position: relative;
 cursor: pointer !important;
}
.form-radio label::before {
 position: absolute;
 left: 0px;
 width: 18px;
 height: 18px;
 -webkit-border-radius: 9px;
 -moz-border-radius: 9px;
 border-radius: 9px;
 border: 1px solid #cccccc;
 content: " ";
}
.form-radio label::after {
 position: absolute;
 left: 4px;
 top: 4px;
 width: 10px;
 height: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 background: #c90000;
 content: " ";
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
 opacity: 0;
}
.form-radio input:focus + label::before {
 outline: 3px solid rgba(148, 163, 184, 0.3);
 border: 1px solid rgba(148, 163, 184, 0.7);
}
.form-radio input:checked + label::after {
 opacity: 1;
}
.form-password {
 position: relative;
}
.form-password span {
 position: absolute;
 right: 20px;
 height: 20px;
 line-height: 20px;
 cursor: pointer !important;
 text-align: center;
 color: #94a3b8;
 width: 20px;
 right: 15px;
 top: 15px;
}
.form-password span::after {
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: '\0071';
}
.form-password input[type="text"] + span::after {
 content: '\0072';
}
.form-location {
 margin: 0px -10px;
}
.form-location::before,
.form-location::after {
 clear: both;
 display: block;
 content: " ";
}
.form-location > div {
 float: left;
 width: 30%;
 padding: 0px 10px 0px;
}
@media (max-width: 1200px) {
 .form-location > div {
 width: 35%;
 }
}
@media (max-width: 480px) {
 .form-location > div {
 width: 50%;
 }
}
@media (max-width: 420px) {
 .form-location > div {
 width: 100%;
 float: none;
 }
}
.form-location > div:last-child {
 width: 70%;
}
@media (max-width: 1200px) {
 .form-location > div:last-child {
 width: 65%;
 }
}
@media (max-width: 480px) {
 .form-location > div:last-child {
 width: 50%;
 }
}
@media (max-width: 420px) {
 .form-location > div:last-child {
 width: 100%;
 float: none;
 }
}
div[id^="req"] {
 color: #d00307;
}
.has-error.label-in .form-label {
 color: #d00307 !important;
}
.has-error .form-control {
 border: 1px solid #d00307;
}
.has-error .form-control:focus {
 outline: 3px solid rgba(208, 3, 7, 0.2);
 border: 1px solid rgba(208, 3, 7, 0.7);
}
.has-error .form-select {
 border: 1px solid #d00307;
}
.has-error .form-select select:focus {
 outline: 4px solid rgba(208, 3, 7, 0.2);
}
.has-error .form-radio label::before {
 border: 1px solid #d00307;
}
.has-error .form-radio label a {
 color: #d00307;
}
.has-error .form-radio input:focus + label::before {
 border: 1px solid rgba(208, 3, 7, 0.7);
 outline: 3px solid rgba(208, 3, 7, 0.2);
}
.has-error .form-checkbox label::before {
 border: 1px solid #d00307;
}
.has-error .form-checkbox label a {
 color: #d00307;
}
.has-error .form-checkbox input:focus + label::before {
 border: 1px solid rgba(208, 3, 7, 0.7);
 outline: 3px solid rgba(208, 3, 7, 0.2);
}
.has-error .form-file button[type="button"] {
 border: 1px solid #d00307;
 color: #d00307;
}
.has-error .form-file button[type="button"]:focus {
 outline: 3px solid rgba(208, 3, 7, 0.2);
}
.has-error .form-file button[type="button"]::after {
 color: #d00307;
}
.datepicker {
 box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
 border: 1px solid #b3bec4;
 padding: 10px;
}
.datepicker .datepicker-prev,
.datepicker .datepicker-next {
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-size: 12px;
}
.datepicker .datepicker-prev::before,
.datepicker .datepicker-next::before {
 content: '\0055';
}
.datepicker .datepicker-prev.datepicker-next::before,
.datepicker .datepicker-next.datepicker-next::before {
 content: '\0056';
}
.datepicker .day:hover {
 background: #d1d8dc !important;
}
.datepicker .day.active {
 background: #c90000 !important;
 color: #FFF !important;
}
.title {
 font-size: 26px;
 font-weight: 500;
}
.expand-categories {
 color: #596D79 !important;
 text-decoration: underline;
 cursor: pointer;
 padding-top: 5px;
}
.nav-obiekty-mobile {
 margin-bottom: 10px;
}
@media (min-width: 768px) {
 .nav-obiekty-mobile {
 display: none;
 }
}
.nav-obiekty-mobile .bootstrap-select {
 width: 100% !important;
}
.nav-obiekty-mobile .bootstrap-select .dropdown-toggle {
 border: 1px solid #b3bec4;
 padding: 0px 40px 0px 20px;
 width: 100%;
 line-height: 48px;
 height: 50px;
 font-size: 16px;
 font-weight: 400;
 background: #ffffff url('/grafika/wyszukiwarka/i-select.svg') right 15px center no-repeat;
 background-size: auto 8px !important;
}
.nav-obiekty-mobile .bootstrap-select .filter-option-inner-inner {
 font-weight: bold;
}
.nav-obiekty-mobile .bootstrap-select .filter-option-inner-inner img {
 margin-right: 10px;
}
.nav-obiekty-mobile .bootstrap-select .dropdown-menu {
 padding: 0px;
 border: 1px solid #d1d8dc;
 box-shadow: none;
}
.nav-obiekty-mobile .bootstrap-select .dropdown-menu.inner {
 border: 0px !important;
}
.nav-obiekty-mobile .bootstrap-select .dropdown-menu li a {
 padding: 10px 20px;
 font-weight: bold;
}
.nav-obiekty-mobile .bootstrap-select .dropdown-menu li a img {
 margin-right: 10px;
}
.nav-obiekty-mobile .bootstrap-select .dropdown-menu li.selected > a,
.nav-obiekty-mobile .bootstrap-select .dropdown-menu li.active > a {
 background: #edeff1;
 color: #101328;
}
.nav-obiekty {
 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-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;
 position: relative;
 border-bottom: 1px solid #d1d8dc;
}
@media (max-width: 767px) {
 .nav-obiekty {
 display: none;
 }
}
.nav-obiekty::before {
 height: 1px;
 background: #d1d8dc;
 width: 3000px;
 left: 50%;
 margin-left: -1500px;
 position: absolute;
 bottom: -1px;
 content: " ";
 z-index: -1;
}
.nav-obiekty > a {
 padding: 15px 30px;
 display: block;
 color: #000;
 font-size: 19px;
 font-weight: 500;
 border: 1px solid #edeff1;
 border-bottom: 1px solid #d1d8dc;
 margin-right: 10px;
 -webkit-border-top-right-radius: 6px;
 -webkit-border-bottom-right-radius: 0px;
 -webkit-border-bottom-left-radius: 0px;
 -webkit-border-top-left-radius: 6px;
 -moz-border-radius-topright: 6px;
 -moz-border-radius-bottomright: 0px;
 -moz-border-radius-bottomleft: 0px;
 -moz-border-radius-topleft: 6px;
 border-top-right-radius: 6px;
 border-bottom-right-radius: 0px;
 border-bottom-left-radius: 0px;
 border-top-left-radius: 6px;
 -moz-background-clip: padding-box;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 margin-bottom: -1px;
 background: #edeff1;
 text-decoration: none;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
@media (max-width: 991px) {
 .nav-obiekty > a {
 padding: 12px 15px;
 font-size: 16px;
 font-weight: bold;
 }
}
.nav-obiekty > a img {
 margin-right: 10px;
}
@media (max-width: 991px) {
 .nav-obiekty > a img {
 width: 16px;
 }
}
.nav-obiekty > a:hover,
.nav-obiekty > a.active {
 background: #FFF;
 border: 1px solid #d1d8dc;
 border-bottom: 1px solid #FFF;
}
.search-obiekty {
 border-bottom: 1px solid #d1d8dc;
 padding: 40px 0px;
 margin-bottom: 40px;
}
@media (max-width: 767px) {
 .search-obiekty {
 margin-bottom: 20px;
 border-bottom: 0px;
 padding: 0px;
 }
}
@media (max-width: 767px) {
 .search-obiekty .title {
 display: none;
 }
}
.search-obiekty form {
 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;
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
}
@media (max-width: 767px) {
 .search-obiekty form {
 display: block;
 }
}
.search-obiekty form > div {
 margin-right: 30px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.search-obiekty form > div:last-child {
 margin-right: 0px;
}
@media (max-width: 767px) {
 .search-obiekty form > div {
 margin-right: 0px;
 margin-bottom: 10px;
 }
}
.search-obiekty form ::-webkit-input-placeholder {
 color: #101328;
}
.search-obiekty form :-moz-placeholder {
 color: #101328;
}
.search-obiekty form ::-moz-placeholder {
 color: #101328;
}
.search-obiekty form :-ms-input-placeholder {
 color: #101328;
}
.search-obiekty form ::-ms-input-placeholder {
 color: #101328;
}
.search-obiekty form input {
 width: 480px;
}
@media (max-width: 991px) {
 .search-obiekty form input {
 width: 360px;
 }
}
@media (max-width: 767px) {
 .search-obiekty form input {
 width: 100%;
 }
}
.search-obiekty form button {
 padding: 0px 30px;
 font-size: 16px;
 line-height: 40px;
 height: 50px;
 margin: 0px;
}
@media (max-width: 767px) {
 .search-obiekty form button {
 width: 100%;
 }
}
.form-select .bootstrap-select {
 width: 100% !important;
}
.form-select .bootstrap-select .dropdown-toggle {
 border: 1px solid #d1d8dc;
 padding: 0px 40px 0px 20px;
 line-height: 38px;
 height: 40px;
 font-size: 16px;
 font-weight: 400;
 background: #ffffff url('/grafika/wyszukiwarka/i-select.svg') right 15px center no-repeat;
 background-size: auto 8px !important;
}
.form-select .bootstrap-select .dropdown-menu {
 padding: 0px;
 border: 1px solid #d1d8dc;
 box-shadow: none;
}
.form-select .bootstrap-select .dropdown-menu.inner {
 border: 0px !important;
}
.form-select .bootstrap-select .dropdown-menu li.selected > a,
.form-select .bootstrap-select .dropdown-menu li.active > a {
 background: #c90000;
 color: #FFF;
}
.obiekty {
 font-size: 16px;
 margin: 0px -30px;
}
.obiekty::before,
.obiekty::after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 1200px) {
 .obiekty {
 margin: 0px -20px;
 }
}
.obiekty.force-bottom {
 position: relative;
}
.obiekty.force-bottom .filters {
 position: relative !important;
}
.obiekty .filters {
 padding: 0px 30px;
 width: 25%;
 float: left;
}
.obiekty .filters.affix {
 position: fixed;
 max-width: 335px;
 top: 130px;
}
@media (max-width: 1200px) {
 .obiekty .filters {
 width: 35%;
 padding: 0px 20px 20px;
 }
}
@media (max-width: 767px) {
 .obiekty .filters {
 position: fixed;
 top: 0px;
 left: 0px;
 right: 0px;
 height: 100vh;
 overflow: auto;
 width: auto;
 display: none;
 background: #FFF;
 z-index: 999;
 padding-top: 80px;
 padding-bottom: 90px;
 }
 .obiekty .filters.in {
 display: block;
 }
}
.obiekty .filters button[type="submit"] {
 display: block;
 width: 100%;
}
.obiekty .filters .input-location {
 position: relative;
}
.obiekty .filters .input-location button {
 position: absolute;
 top: 0px;
 right: 0px;
 bottom: 0px;
 width: auto;
 width: 50px;
 border: 0px !important;
 outline: none !important;
 background: transparent url('/grafika/arrow_right_circle_dark.svg') center center no-repeat;
}
.obiekty .filters .heading {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 margin-bottom: 30px;
 line-height: 40px;
}
@media (max-width: 767px) {
 .obiekty .filters .heading {
 border-bottom: 1px solid #d1d8dc;
 margin-bottom: 10px;
 padding: 10px 15px;
 position: fixed;
 top: 0px;
 left: 0px;
 right: 0px;
 z-index: 20;
 background: #FFF;
 }
}
.obiekty .filters .heading .close-filters {
 width: 30px;
 height: 30px;
 background: url('/grafika/i-nav-left.svg') left center no-repeat;
 background-size: auto 18px !important;
}
@media (min-width: 768px) {
 .obiekty .filters .heading .close-filters {
 display: none;
 }
}
.obiekty .filters .filter-bottom {
 border-top: 1px solid #d1d8dc;
 display: none;
 position: fixed;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: #FFF;
 padding: 15px;
}
.obiekty .filters .filter-bottom button {
 margin: 0px !important;
}
@media (max-width: 767px) {
 .obiekty .filters .filter-bottom {
 display: block;
 }
}
.obiekty .filters .filter-item {
 margin-bottom: 20px;
}
@media (min-width: 768px) {
 .obiekty .filters .filter-item.in-mobile {
 display: none;
 }
}
.obiekty .filters .filter-item .title {
 font-size: 19px;
 margin-bottom: 15px;
}
.obiekty .filters .filter-item .bootstrap-select {
 width: 100%;
}
.obiekty .filters .filter-item .bootstrap-select .dropdown-toggle {
 border: 1px solid #B3BEC4;
 padding: 0px 40px 0px 15px;
 width: 100%;
 height: 50px;
 line-height: 50px;
}
.obiekty .filters .filter-item .therms > div {
 margin-bottom: 10px;
}
.obiekty .filters .filter-item .therms > div .form-control {
 line-height: 38px;
 height: 40px;
}
.obiekty .list {
 padding: 0px 30px;
 width: 75%;
 float: right;
}
@media (max-width: 1200px) {
 .obiekty .list {
 width: 65%;
 padding: 0px 20px;
 }
}
@media (max-width: 767px) {
 .obiekty .list {
 width: 100%;
 }
}
.obiekty .list .heading {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 margin-bottom: 30px;
 position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
 .obiekty .list .heading {
 display: block;
 }
}
@media (max-width: 680px) {
 .obiekty .list .heading {
 display: block;
 margin-bottom: 20px;
 }
}
@media (max-width: 1200px) {
 .obiekty .list .heading .title {
 margin-bottom: 10px;
 }
}
@media (max-width: 767px) {
 .obiekty .list .heading .title {
 font-size: 19px;
 margin-bottom: 0px;
 padding-right: 120px;
 }
}
@media (max-width: 680px) {
 .obiekty .list .heading .title {
 font-size: 16px;
 }
}
.obiekty .list .heading .sort-options {
 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;
 font-size: 16px;
 color: #101328;
}
@media (min-width: 768px) and (max-width: 1200px) {
 .obiekty .list .heading .sort-options {
 -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;
 }
}
@media (max-width: 680px) {
 .obiekty .list .heading .sort-options {
 display: block;
 }
}
.obiekty .list .heading .sort-options .filter-mobile {
 position: relative;
}
@media (max-width: 680px) {
 .obiekty .list .heading .sort-options .filter-mobile {
 float: right;
 margin-top: -30px;
 margin-bottom: 10px;
 }
}
@media (min-width: 768px) {
 .obiekty .list .heading .sort-options .filter-mobile {
 display: none;
 }
}
.obiekty .list .heading .sort-options .filter-mobile .clear-filters-icon {
 position: absolute;
 width: 20px;
 height: 20px;
 background: #c90000 url('/grafika/i_close_white.svg') center center no-repeat;
 background-size: 10px auto !important;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 margin: 0px -5px 0px -10px;
 top: 11px;
}
@media (max-width: 680px) {
 .obiekty .list .heading .sort-options .view {
 width: 100%;
 }
}
@media (max-width: 767px) {
 .obiekty .list .heading .sort-options .sort {
 display: none;
 }
}
.obiekty .list .heading .sort-options .sort .bootstrap-select {
 width: auto;
 margin-left: 10px;
 color: #101328;
}
.obiekty .list .heading .sort-options .sort .bootstrap-select select {
 color: #000 !important;
 border: 1px solid #CCC !important;
 background: #FFF !important;
}
@media (max-width: 991px) {
 .obiekty .list .heading .sort-options .sort .bootstrap-select {
 margin: 5px 0px 0px 0px;
 }
}
.obiekty .list .heading .sort-options .sort .bootstrap-select .dropdown-toggle {
 border: 1px solid #d9d9d9;
 padding: 0px 40px 0px 15px;
 width: 170px;
 color: #101328;
 height: 40px;
 line-height: 40px;
}
.obiekty .list .heading .sort-options > div {
 margin-right: 20px;
}
@media (max-width: 680px) {
 .obiekty .list .heading .sort-options > div {
 margin-right: 0px;
 }
}
.obiekty .list .heading .sort-options > div:last-child {
 margin-right: 0px;
}
#kody_dialog .modal-content {
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 padding: 30px;
 font-size: 14px;
}
#kody_dialog .modal-content .close {
 width: 40px;
 height: 40px;
 position: absolute;
 top: -20px;
 right: -20px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 background: #191d3a url(/grafika/i_close_white.svg) no-repeat center center;
 background-size: 15px auto !important;
 border: 0px !important;
}
#kody_dialog .modal-content h5 {
 font-size: 20px;
 margin: 0px;
 padding: 0px 0px 20px 0px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d1d8dc;
}
.esg-text {
 font-size: 34px;
 color: #7D8F9B;
}
@media (max-width: 1200px) {
 .esg-text {
 font-size: 26px;
 }
}
@media (max-width: 767px) {
 .esg-text {
 font-size: 18px;
 }
}
.esg-text-2 {
 font-size: 36px;
 font-weight: 600;
}
@media (max-width: 1200px) {
 .esg-text-2 {
 font-size: 26px;
 }
}
@media (max-width: 767px) {
 .esg-text-2 {
 font-size: 18px;
 }
}
.esg-text-3 {
 font-size: 26px;
 font-weight: 500;
 color: #7D8F9B;
}
@media (max-width: 767px) {
 .esg-text-3 {
 font-size: 18px;
 }
}
#layout-21795747 img,
#layout-1345974889 img {
 max-width: 100%;
 height: auto !important;
}
/* 
#carousel 
{
.item
{
display: none;
margin-bottom: 0px;
&.margin-bottom-big
{
margin-bottom: var(--padding-big-bottom);
}
&.margin-bottom-medium
{
margin-bottom: var(--padding-medium-bottom);
}
&.margin-bottom-small
{
margin-bottom: var(--padding-small-bottom);
}
&:first-child
{
display: block;
}
.item-inner
{
.relative();
@media (max-width: 1200px)
{
padding-bottom: 40px;
}
.image
{
width: 50%;
margin: 0px 0px 0px auto;
overflow: hidden;
img
{
width: auto;
max-width: 100%;
}
}
.button-mobile
{
@media (min-width: 1201px)
{
display: none;
}
}
.carousel-icons
{
padding: 60px 0px 20px 0px;
&.carousel-icons-mobile
{
@media (min-width: 1201px)
{
display: none;
}
}
&.carousel-icons-desktop
{
@media (max-width: 1200px)
{
display: none;
}
}
@media (max-width: 1400px)
{
padding: 20px 0px 0px 0px;
}
@media (max-width: 1200px)
{
padding-top: 40px;
}
> div
{
margin: 40px auto 0px auto;
min-height: 70px;
padding-left: 100px;
font-size: 26px;
font-weight: 500;
.relative();
@media (max-width: 1400px)
{
margin-top: 20px;
font-size: 20px;
padding-left: 80px;
}
img, svg
{
position: absolute;
left: 0px;
top: 0px;
width: 70px;
height: 70px;
@media (max-width: 1400px)
{
width: 50px;
height: 50px;
}
}
}
}
.description
{
.absolute();
.display(flex);
@media (max-width: 1200px)
{
.relative();
padding: 30px 0px;
}
.container
{
.display(flex);
.relative();
.carousel-logo
{
position: absolute;
left: 0px;
top: 0px;
@media (max-width: 1200px)
{
display: none;
}
a
{
display: block;
width: 70px;
height: 63px;
background: url('/grafika/logo.svg') no-repeat;
background-size: 100% 100%;
}
}
}
.description-inner
{
.center();
.relative();
width: 100%;
> div
{
width: 50%;
.relative();
@media (max-width: 1200px)
{
width: 100%;
}
h1, .title-large
{
color: @default-text-color;
margin: 0px;
span
{
color: @default-color;
}
a
{
color: inherit;
text-decoration: none !important;
}
}
.description-body
{
font-size: 24px;
font-weight: 500;
color: @default-color2;
margin-top: 30px;
line-height: 1.15;
@media (max-width: 1200px)
{
margin-top: 20px;
font-size: 20px;
}
}
.button-desktop
{
@media (max-width: 1200px)
{
display: none;
}
}
}
}
}
}
&.item-standard
{
.item-inner
{
.image
{
width: 50%;
-webkit-mask-image: url('/grafika/mask/slider.svg');
mask-image: url('/grafika/mask/slider.svg');
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-clip: border-box;
mask-clip: border-box;
-webkit-mask-position: center;
mask-position: center;
.border-radius(0px,0px,20px,20px);
.relative();
img
{
width: 100%;
height: 100%;
}
}
.carousel-logo
{
top: 40px !important;
}
}
}
&.item-higher
{
.item-inner
{
.image
{
width: 50%;
-webkit-mask-image: url('/grafika/mask/slider_higher.svg');
mask-image: url('/grafika/mask/slider_higher.svg');
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-clip: border-box;
mask-clip: border-box;
-webkit-mask-position: center;
mask-position: center;
.border-radius(0px,0px,20px,20px);
.relative();
img
{
width: 100%;
height: 100%;
}
}
.carousel-logo
{
top: 40px !important;
}
}
}
&.item-multiple-images
{
.item-inner
{
.image
{
@media (min-width: 1201px)
{
width: 50%;
clip-path: polygon(34% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1200px)
{
width: 100%;
}
> div
{
margin-right: -100%;
@media (max-width: 1200px)
{
margin-right: 0px;
}
img
{
.translate(0,0);
.transition-duration(4s);
}
}
}
}
}
}
.owl-item
{
&.active
{
.item-multiple-images
{
.item-inner
{
.image
{
img
{
@media (min-width: 1201px)
{
.translate(-50%,0);
}
}
}
}
}
}
} 
} 
*/
@keyframes scroll {
 0% {
 transform: translateX(0);
 }
 100% {
 transform: translateX(-50%);
 }
}
#heading {
 /** Typ: Slider */
 /* Typ: Standard */
 /* Typ: Standard Wyższy */
 /* Typ: Standard */
}
#heading .title-large {
 font-size: 74px;
 margin: 0px 0px 30px 0px;
}
@media (max-width: 1400px) {
 #heading .title-large {
 font-size: 60px;
 }
}
@media (max-width: 1200px) {
 #heading .title-large {
 font-size: 45px;
 }
}
@media (max-width: 991px) {
 #heading .title-large {
 font-size: 36px;
 }
}
#heading .title-medium {
 font-size: 34px;
 font-weight: 500;
 color: #515467;
 margin: 0px 0px 30px 0px;
}
@media (max-width: 1400px) {
 #heading .title-medium {
 font-size: 30px;
 }
}
@media (max-width: 991px) {
 #heading .title-medium {
 font-size: 24px;
 }
}
#heading .title-large + .title-medium {
 margin-bottom: 60px;
}
@media (max-width: 1200px) {
 #heading .title-large + .title-medium {
 margin-bottom: 60px;
 }
}
#heading .logo {
 display: block;
 width: 70px;
 height: 63px;
 margin-bottom: 70px;
}
@media (max-width: 1400px) {
 #heading .logo {
 margin-bottom: 40px;
 }
}
@media (max-width: 1200px) {
 #heading .logo {
 display: none;
 }
}
#heading .item-slider {
 position: relative;
}
#heading .item-slider .images {
 position: absolute;
 left: 45%;
 top: 0px;
 overflow: hidden;
}
@media (min-width: 992px) {
 #heading .item-slider .images {
 -webkit-mask-image: url('/grafika/mask/slider-mask-all.svg');
 mask-image: url('/grafika/mask/slider-mask-all.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-mask-position: left;
 mask-position: left;
 }
}
@media (max-width: 991px) {
 #heading .item-slider .images {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 100%;
 }
}
#heading .item-slider .images .images-list {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-lines: single;
 -moz-box-lines: single;
 -webkit-flex-wrap: nowrap;
 -moz-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 overflow: visible;
 width: auto;
 animation-name: scroll;
 animation-duration: 30s;
 animation-iteration-count: infinite;
 animation-timing-function: linear;
}
#heading .item-slider .images .images-list .image {
 -webkit-mask-image: url('/grafika/mask/mask_slider.svg');
 mask-image: url('/grafika/mask/mask_slider.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-position: left;
 mask-position: left;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 width: 940px;
 margin: 0px -170px;
}
#heading .item-slider .images .images-list .image img {
 max-width: 100%;
}
@media (max-width: 991px) {
 #heading .item-slider .images .images-list .image {
 min-width: 300px;
 width: 300px;
 margin: 0px -45px;
 }
}
@media (max-width: 480px) {
 #heading .item-slider .images .images-list .image {
 min-width: 200px;
 width: 200px;
 margin: 0px -25px;
 }
}
#heading .item-slider .heading {
 width: 50%;
}
@media (max-width: 991px) {
 #heading .item-slider .heading {
 max-width: 100%;
 width: 100%;
 }
}
#heading .item-slider .description {
 width: 50%;
 margin-bottom: 140px;
}
@media (max-width: 1200px) {
 #heading .item-slider .description {
 margin-bottom: 60px;
 }
}
@media (max-width: 991px) {
 #heading .item-slider .description {
 width: 100%;
 margin-top: 60px;
 }
}
#heading .item-slider .description ol {
 font-size: 22px;
 list-style: none;
 margin: 0px 0px 30px 0px;
 padding: 0px;
 font-weight: 500;
}
@media (max-width: 1400px) {
 #heading .item-slider .description ol {
 font-size: 20px;
 }
}
#heading .item-slider .description ol > li {
 margin-bottom: 40px;
 padding-left: 100px;
 position: relative;
}
#heading .item-slider .description ol > li img,
#heading .item-slider .description ol > li svg {
 position: absolute;
 left: 0px;
 width: 70px;
 top: 50%;
 margin-top: -35px;
}
#heading .item-standard {
 position: relative;
 padding: 0px 0px 30px 0px;
}
@media (max-width: 991px) {
 #heading .item-standard {
 padding: 0px 30px 30px 0px;
 }
}
#heading .item-standard .description {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
}
#heading .item-standard .description.without-image {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 #heading .item-standard .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-right: -30px;
 }
}
#heading .item-standard .description .description-body {
 max-width: 55%;
}
@media (max-width: 991px) {
 #heading .item-standard .description .description-body {
 max-width: 100%;
 }
}
#heading .item-standard .description .description-body .title-large + .title-medium {
 margin-bottom: 0px !important;
}
#heading .item-standard .image {
 position: relative;
 left: 52%;
 width: 50%;
 -webkit-mask-image: url('/grafika/mask/slider.svg');
 mask-image: url('/grafika/mask/slider.svg');
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-mask-position: left;
 mask-position: left;
}
@media (max-width: 991px) {
 #heading .item-standard .image {
 width: 100%;
 margin-top: 40px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-mask-image: url('/grafika/mask/slider2.svg');
 mask-image: url('/grafika/mask/slider2.svg');
 -webkit-mask-size: auto 100%;
 mask-size: auto 100%;
 }
}
#heading .item-standard .image img {
 width: 100%;
 max-width: none;
}
@media (min-width: 992px) {
 #heading .item-standard.item-center {
 padding-bottom: 0px;
 margin-bottom: 120px;
 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;
 }
}
#heading .item-standard-wyzszy {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
#heading .item-standard-wyzszy .description {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
}
@media (max-width: 991px) {
 #heading .item-standard-wyzszy .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 display: block;
 }
}
#heading .item-standard-wyzszy .description .description-body {
 width: 55%;
}
@media (max-width: 991px) {
 #heading .item-standard-wyzszy .description .description-body {
 width: 100%;
 }
}
#heading .item-standard-wyzszy .description .description-body .title-medium {
 font-size: 26px;
 margin: 40px 0px 0px 0px;
}
@media (max-width: 1200px) {
 #heading .item-standard-wyzszy .description .description-body .title-medium {
 font-size: 20px;
 margin-top: 20px;
 }
}
#heading .item-standard-wyzszy .image {
 position: relative;
 left: 56%;
 width: 50%;
 -webkit-mask-image: url('/grafika/mask/mask-wyzszy.svg');
 mask-image: url('/grafika/mask/mask-wyzszy.svg');
 -webkit-mask-size: 100% 100%;
 mask-size: 100% 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-mask-position: top center;
 mask-position: top center;
}
@media (max-width: 991px) {
 #heading .item-standard-wyzszy .image {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 100%;
 -webkit-mask-image: url('/grafika/mask/slider2.svg');
 mask-image: url('/grafika/mask/slider2.svg');
 -webkit-mask-size: 100% auto;
 mask-size: 100% auto;
 margin: 40px 0px 0px -30px;
 }
}
#heading .item-standard-wyzszy .image img {
 width: 100% !important;
 max-width: none !important;
 height: auto !important;
}
#heading .item-grupa {
 position: relative;
 padding: 0px 0px 30px 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) {
 #heading .item-grupa {
 display: block;
 background: none;
 }
}
#heading .item-grupa .description {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
}
@media (max-width: 991px) {
 #heading .item-grupa .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 }
}
#heading .item-grupa .description .description-body {
 max-width: 50%;
}
@media (max-width: 991px) {
 #heading .item-grupa .description .description-body {
 max-width: 100%;
 }
}
#heading .item-grupa .description .description-body .title-medium {
 margin: 0px;
}
#heading .item-grupa .images {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 50%;
 margin: 0px 0px -20px auto;
}
@media (max-width: 991px) {
 #heading .item-grupa .images {
 width: auto;
 padding-right: 60px;
 margin: 30px 0px 0px -60px;
 }
}
@media (max-width: 480px) {
 #heading .item-grupa .images {
 margin-left: -30px;
 padding-right: 30px;
 }
}
#heading .item-grupa .images .images-inner {
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 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;
}
#heading .item-grupa .images .image {
 width: 33.33333333%;
 -webkit-mask-image: url('/grafika/mask/slider-group.svg');
 mask-image: url('/grafika/mask/slider-group.svg');
 -webkit-mask-size: 100% auto;
 mask-size: 100% auto;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-mask-position: center;
 mask-position: center;
 position: relative;
 margin: 0px -15px 20px -15px;
}
@media (max-width: 1400px) {
 #heading .item-grupa .images .image {
 margin: 0px -10px 20px -10px;
 }
}
@media (max-width: 580px) {
 #heading .item-grupa .images .image {
 margin: 10px -5px;
 }
}
@media (max-width: 420px) {
 #heading .item-grupa .images .image {
 margin: 6px -5px;
 }
}
#heading .item-grupa .images .image:nth-child(1) {
 left: 8%;
}
#heading .item-grupa .images .image:nth-child(2) {
 left: 8%;
}
#heading .item-grupa .images .image:nth-child(3) {
 left: 8%;
}
#heading .item-grupa .images .image img {
 max-width: 100%;
}
.bootstrap-select .dropdown-toggle {
 background: #ffffff url('/grafika/wyszukiwarka/i-select.svg') right 15px center no-repeat;
 background-size: auto 8px !important;
 padding: 0px 40px 0px 20px;
}
.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
 padding: 0px;
}
.bootstrap-select .dropdown-toggle .bs-caret {
 display: none;
}
.bootstrap-select .dropdown-menu {
 padding: 0px;
 border: 1px solid #d1d8dc;
 box-shadow: none;
 max-width: 100%;
}
.bootstrap-select .dropdown-menu.inner {
 border: 0px !important;
}
.bootstrap-select .dropdown-menu li a {
 padding: 8px 15px;
 white-space: normal;
}
.bootstrap-select .dropdown-menu li.selected > a,
.bootstrap-select .dropdown-menu li.active > a {
 background: #edeff1;
 color: #101328;
}
.toggle-filters {
 line-height: 38px;
 height: 40px;
 border: 1px solid #b3bec4;
 color: #101328;
 background: #FFF !important;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 padding: 0px 20px;
 white-space: nowrap;
 font-weight: 600;
}
.toggle-filters::before {
 width: 18px;
 height: 18px;
 background: url('/grafika/wyszukiwarka/i-filter.svg') no-repeat center center;
 display: inline-block;
 content: " ";
 vertical-align: middle;
 margin-right: 10px;
}
.view {
 line-height: 40px;
 height: 40px;
 font-size: 16px;
 min-width: 180px;
 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;
 background: #edeff1;
 border: 1px solid #edeff1;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.view a {
 float: left;
 display: block;
 cursor: pointer;
 border: 1px solid transparent;
 min-width: 50%;
 padding: 0px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 text-align: center;
 line-height: 38px;
 font-weight: 500;
 color: #596d79;
}
.view a.active {
 border: 1px solid #d1d8dc;
}
.view a.is-map::before,
.view a.is-list::before {
 width: 16px;
 height: 16px;
 display: inline-block;
 content: " ";
 position: relative;
 top: -1px;
 margin-right: 10px;
 background-size: 16px auto !important;
 vertical-align: middle;
}
.view a.is-list::before {
 background: url('/grafika/wyszukiwarka/display-list.svg') center center no-repeat;
}
.view a.is-list.active {
 color: #101328;
 background: #FFF;
}
.view a.is-list.active::before {
 background: #ffffff url('/grafika/wyszukiwarka/display-list-active.svg') center center no-repeat;
}
.view a.is-map::before {
 background: url('/grafika/wyszukiwarka/display-map.svg') center center no-repeat;
}
.view a.is-map.active {
 color: #101328;
 background: #FFF;
}
.view a.is-map.active::before {
 background: url('/grafika/wyszukiwarka/display-map-active.svg') center center no-repeat;
}
.view.in-map {
 line-height: 35px;
 height: 35px;
}
.view.in-map a {
 font-size: 13px;
 line-height: 33px;
}
.clear-filters {
 font-size: 14px;
 font-weight: bold;
 color: #101328 !important;
 text-decoration: none !important;
 padding-right: 20px;
 background: url('/grafika/wyszukiwarka/i-remove.svg') right center no-repeat;
 display: table;
 min-width: 118px;
}
@media (min-width: 992px) {
 .clear-filters.in-map {
 min-width: 105px;
 font-size: 12px;
 padding-right: 17px;
 }
}
@media (max-width: 767px) {
 .clear-filters {
 min-width: 80px;
 }
}
@media (max-width: 767px) {
 .clear-filters::before {
 content: "Wyczyść";
 }
}
.twoja-lokalizacja {
 display: table;
 margin-top: 6px;
 font-size: 14px;
 font-weight: bold;
 color: #101328 !important;
 text-decoration: none !important;
 padding-right: 20px;
 background: url('/grafika/wyszukiwarka/i-localization.svg') right center no-repeat;
}
.link-checkbox {
 color: #101328 !important;
 display: block;
 font-size: 15px;
 position: relative;
 padding: 3px 0px 3px 32px;
 text-decoration: none !important;
 cursor: pointer;
}
.link-checkbox.level-2 {
 margin-left: 15px;
}
.link-checkbox::before {
 width: 18px;
 height: 18px;
 border: 2px solid #6c7481;
 content: " ";
 display: inline-block;
 position: absolute;
 left: 0px;
 top: 5px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.link-checkbox::after {
 width: 8px;
 height: 8px;
 background: #004ecc;
 content: " ";
 position: absolute;
 left: 5px;
 top: 10px;
 opacity: 0;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.link-checkbox.is-rounded::before {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.link-checkbox.is-rounded::after {
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.link-checkbox[style] {
 color: var(--color-text) !important;
}
.link-checkbox[style] i {
 display: inline-block;
 vertical-align: middle;
 width: 10px;
 height: 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 margin-right: 5px;
 position: relative;
 top: -1px;
}
.link-checkbox[style] i.border {
 border: 2px solid var(--color);
}
.link-checkbox[style] i.circle {
 background: var(--color);
}
.link-checkbox span {
 color: rgba(16, 19, 40, 0.6);
}
.link-checkbox.active::before {
 border: 2px solid #004ecc;
}
.link-checkbox.active::after {
 opacity: 1;
}
.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
 min-height: 0px;
}
.embeddedContent {
 text-align: center;
}
.embeddedContent iframe {
 max-width: 100%;
}
.embeddedContent {
 position: relative;
 padding-bottom: 56.25%;
 /* 16:9 */
 padding-top: 25px;
 height: 0;
}
.embeddedContent iframe,
.embeddedContent object,
.embeddedContent video {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.table-responsive {
 margin: 0px;
}
@-webkit-keyframes animateArrow {
 0% {
 margin: 0px 10px;
 }
 50% {
 margin: 0px 0px;
 }
 100% {
 margin: 0px 10px;
 }
}
@-moz-keyframes animateArrow {
 0% {
 margin: 0px 10px;
 }
 50% {
 margin: 0px 0px;
 }
 100% {
 margin: 0px 10px;
 }
}
@-o-keyframes animateArrow {
 0% {
 margin: 0px 10px;
 }
 50% {
 margin: 0px 0px;
 }
 100% {
 margin: 0px 10px;
 }
}
@keyframes animateArrow {
 0% {
 margin: 0px 10px;
 }
 50% {
 margin: 0px 0px;
 }
 100% {
 margin: 0px 10px;
 }
}
.table-responsive-info {
 display: block;
 text-align: center;
 font-size: 10px;
}
@media (max-width: 767px) {
 .table-responsive-info {
 padding: 10px 20px;
 }
}
@media (max-width: 767px) {
 .table-responsive-info strong:before {
 content: "Przesuń w prawo bądź lewo za pomocą palca";
 }
}
@media (max-width: 767px) {
 .table-responsive-info .tr-left {
 font-family: 'Glyphicons Halflings';
 font-style: normal;
 font-weight: 400;
 position: absolute;
 left: 0px;
 -webkit-animation: animateArrow 1s infinite;
 -moz-animation: animateArrow 1s infinite;
 -o-animation: animateArrow 1s infinite;
 animation: animateArrow 1s infinite;
 }
 .table-responsive-info .tr-left:before {
 content: "\e079";
 }
}
@media (max-width: 767px) {
 .table-responsive-info .tr-right {
 font-family: 'Glyphicons Halflings';
 font-style: normal;
 font-weight: 400;
 content: "\e080";
 position: absolute;
 right: 0px;
 -webkit-animation: animateArrow 1s infinite;
 -moz-animation: animateArrow 1s infinite;
 -o-animation: animateArrow 1s infinite;
 animation: animateArrow 1s infinite;
 }
 .table-responsive-info .tr-right:before {
 content: "\e080";
 }
}
@media (max-width: 767px) {
 table {
 margin-bottom: 15px;
 }
}
table img {
 min-width: 100px;
 max-width: 100%;
 height: auto !important;
}
.plik {
 display: block;
 width: 100%;
 max-width: 400px;
 margin: 5px 0px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 padding: 15px 40px 15px 70px;
 border: 1px solid #e5e5e5;
 font-weight: bold;
 color: #101328;
 position: relative;
}
.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;
}
.plik[href*=".doc"],
.plik[href*=".docx"] {
 background: url('/grafika/const/filetype_doc.png') no-repeat left 20px center;
}
.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;
}
.plik[href*="zip"] {
 background: url('/grafika/const/filetype_zip.png') no-repeat left 20px center;
}
.alert-center {
 text-align: center;
}
.offers {
 display: table-row;
}
/* Kreator formularzy */
.pole-inline {
 display: inline-block;
}
.pole-2zn {
 width: 40px;
}
.pole-3zn {
 width: 60px;
}
#req_s {
 margin-top: 10px;
}
/*
SKOSY 
*/
.iko_nowosc::before,
.iko_polecamy::before,
.iko_bestseller::before,
.iko_promocja::before,
.iko_wyprzedaz::before,
.iko_zapowiedz::before {
 content: "";
 width: 70px;
 height: 27px;
 display: block;
 position: absolute;
 top: 10px;
 left: 10px;
 background-repeat: no-repeat;
 z-index: 10;
}
.iko_nowosc::before {
 background: url(/grafika/const/nowosc.png);
}
.iko_polecamy::before {
 background: url(/grafika/const/polecamy.png);
}
.iko_bestseller::before {
 background: url(/grafika/const/bestseller.png);
}
.iko_promocja::before {
 background: url(/grafika/const/promocja.png);
}
.iko_wyprzedaz::before {
 background: url(/grafika/const/wyprzedaz.png);
}
.iko_zapowiedz::before {
 background: url(/grafika/const/zapowiedz.png);
}
/* 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 .icon-container,
#gallery_miniatury_left .icon-container {
 top: 35px;
}
#gallery_miniatury_left .icon-container {
 left: 50px;
}
#gallery_miniatury_right .icon-container {
 right: 50px;
}
#gallery_tlo {
 display: none;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 1090;
 position: fixed;
 background: #000000;
}
#DmsGallery #gallery_miniatury_mag {
 display: none !important;
}
#DmsGallery .icon-container {
 /* Kolor ikon */
 color: #c90000;
 overflow: hidden;
 font-size: 15px;
 padding-top: 1px;
 text-align: center;
 width: 35px;
 height: 35px;
 position: absolute;
 z-index: 2000;
 cursor: pointer;
}
#DmsGallery .icon-container .icon-family {
 height: 100%;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -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;
}
#DmsGallery #gallery_close {
 display: none;
 right: 0px;
 top: 0px;
}
#DmsGallery #gallery_zoom {
 display: none !important;
 right: 5px;
 bottom: 5px;
}
#DmsGallery #gallery_back {
 left: 0px;
}
#DmsGallery #gallery_next {
 right: 0px;
}
#DmsGallery #gallery_back,
#DmsGallery #gallery_next {
 font-size: 20px;
 padding-top: 0px;
 height: 35px;
 width: 35px;
}
#DmsGallery #gallery_inside > div {
 overflow: hidden;
 position: relative;
 background-color: #ffffff;
 /*
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
*/
}
#DmsGallery #gallery_miniatury a img {
 cursor: pointer;
 border: solid 1px #000000;
 margin-left: 1px;
 margin-right: 1px;
 margin-top: 2px;
}
#DmsGallery #gallery_miniatury a img.active {
 border-color: #ff0000;
}
#DmsGallery #gallery_podpis {
 display: none;
 padding-top: 7px;
 padding-bottom: 6px;
 background: #ffffff;
 color: #000000;
 padding-top: 6px;
 font-size: 13px;
}
#DmsGallery .loading {
 overflow: hidden;
 /*
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*/
 position: absolute;
 z-index: 1992;
 width: 50px;
 height: 50px;
 text-align: center;
 background-color: #ffffff;
}
#DmsGallery .loading img {
 margin-top: 9px;
 margin-bottom: 9px;
 min-width: 0px;
}
#DmsGallery #gallery_caption {
 padding: 3px;
}
#DmsGallery .icon-container {
 color: #c90000;
}
/* COOKIES */
#cokPyt {
 background: #c90000 !important;
 border-top: 1px solid #960000 !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 {
 margin-left: 5px;
 margin-right: 5px;
}
.btn-system {
 color: #ffffff;
 background: #c90000;
 border-color: #c90000;
 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: #630000;
 border-color: #630000;
}
.section .btn-system {
 color: #ffffff;
}
.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: #101328;
}
.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;
}
.bootbox,
.modal {
 z-index: 1041;
}
.bootbox .modal-dialog .modal-content,
.modal .modal-dialog .modal-content {
 box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 border: 0px;
 background: #FFF;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.bootbox .modal-dialog .bootbox-close-button,
.modal .modal-dialog .bootbox-close-button,
.bootbox .modal-dialog .modal-close,
.modal .modal-dialog .modal-close {
 position: absolute;
 margin: 0px !important;
 right: 0px;
 top: 0px;
 background: #c90000;
 width: 30px;
 height: 30px;
 line-height: 30px;
 padding: 0px !important;
 border: 0px !important;
 z-index: 99;
}
.bootbox .modal-dialog .bootbox-close-button::before,
.modal .modal-dialog .bootbox-close-button::before,
.bootbox .modal-dialog .modal-close::before,
.modal .modal-dialog .modal-close::before {
 font-size: 12px;
 color: #FFF;
 display: inline-block;
 font-family: 'dms';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: "\004d";
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
}
.bootbox .modal-dialog .modal-body,
.modal .modal-dialog .modal-body {
 padding: 15px;
}
.bootbox .modal-dialog .modal-body.static-google-map,
.modal .modal-dialog .modal-body.static-google-map {
 padding: 0px;
}
.bootbox .modal-dialog .modal-body.static-google-map iframe,
.modal .modal-dialog .modal-body.static-google-map iframe {
 display: block;
}
.bootbox .modal-dialog .modal-footer button[data-bb-handler],
.modal .modal-dialog .modal-footer button[data-bb-handler] {
 background: #c90000 !important;
 border-color: #c90000 !important;
 color: #FFFFFF;
 outline: none !important;
 font-weight: bold;
}
.bootbox .modal-dialog .modal-team,
.modal .modal-dialog .modal-team {
 overflow: hidden;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
}
.bootbox .modal-dialog .modal-team .heading-modal,
.modal .modal-dialog .modal-team .heading-modal {
 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: 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;
}
.bootbox .modal-dialog .modal-team .heading-modal .heading-modal-inner,
.modal .modal-dialog .modal-team .heading-modal .heading-modal-inner {
 order: 1;
 padding: 0px 30px;
}
@media (max-width: 991px) {
 .bootbox .modal-dialog .modal-team .heading-modal .heading-modal-inner,
 .modal .modal-dialog .modal-team .heading-modal .heading-modal-inner {
 padding: 0px 20px;
 }
}
.bootbox .modal-dialog .modal-team .heading-modal .heading-modal-inner .title-xs,
.modal .modal-dialog .modal-team .heading-modal .heading-modal-inner .title-xs {
 margin: 0px;
}
.bootbox .modal-dialog .modal-team .heading-modal .image,
.modal .modal-dialog .modal-team .heading-modal .image {
 margin-right: -2px;
 order: 2;
 min-width: 55%;
 -webkit-mask-image: url('/grafika/mask/team.svg');
 mask-image: url('/grafika/mask/team.svg');
 -webkit-mask-size: 100% auto;
 mask-size: auto 100%;
 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-clip: border-box;
 mask-clip: border-box;
 -webkit-mask-position: left;
 mask-position: left;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.bootbox .modal-dialog .modal-team .heading-modal .image img,
.modal .modal-dialog .modal-team .heading-modal .image img {
 height: 100%;
 width: 100%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.bootbox .modal-dialog .modal-team .description,
.modal .modal-dialog .modal-team .description {
 padding: 30px 30px 60px 30px;
}
@media (max-width: 991px) {
 .bootbox .modal-dialog .modal-team .description,
 .modal .modal-dialog .modal-team .description {
 padding: 20px 20px 30px 20px;
 }
}
@media (min-width: 1200px) {
 .bootbox .modal-dialog.big,
 .modal .modal-dialog.big {
 width: 1000px;
 }
}
@media (min-width: 768px) {
 .bootbox .modal-dialog.medium,
 .modal .modal-dialog.medium {
 width: 700px;
 }
}
@media (min-width: 768px) {
 .bootbox .modal-dialog.small,
 .modal .modal-dialog.small {
 width: 500px;
 }
}
.bootbox .modal-dialog.small .modal-content,
.modal .modal-dialog.small .modal-content {
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
}
.bootbox .modal-dialog.small .modal-close,
.modal .modal-dialog.small .modal-close {
 width: 60px;
 height: 60px;
 position: absolute;
 left: 50%;
 top: auto;
 right: auto;
 bottom: -30px;
 margin-left: -30px !important;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
 border-radius: 40px;
 background: #101328 url('/grafika/i_close_white.svg') no-repeat center center;
 background-size: 20px 20px !important;
}
@media (max-width: 991px) {
 .bootbox .modal-dialog.small .modal-close,
 .modal .modal-dialog.small .modal-close {
 width: 40px;
 height: 40px;
 bottom: -20px;
 margin-left: -20px !important;
 background-size: 14px 14px !important;
 }
}
.bootbox .modal-dialog.small .modal-close:before,
.modal .modal-dialog.small .modal-close:before {
 display: none !important;
}
* {
 margin: 0;
}
img {
 max-width: 100%;
 height: auto !important;
}
html,
body {
 height: 100%;
 scroll-behavior: smooth;
}
@keyframes jumpInfinite {
 0% {
 margin-bottom: 0;
 }
 50% {
 margin-bottom: -20px;
 }
 100% {
 margin-bottom: 0;
 }
}
.layout-image-right-background img {
 max-width: 100%;
 height: auto !important;
}
.font-26-500 {
 font-size: 26px;
 font-weight: 500;
 letter-spacing: 0.5px;
 margin-bottom: 50px;
}
@media (max-width: 1200px) {
 .font-26-500 {
 font-size: 20px;
 }
}
.fixed-bar {
 text-align: center;
 background: #101328;
 color: #FFF;
 padding: 10px 0px;
 font-weight: bold;
 position: fixed;
 bottom: 0px;
 left: 0px;
 right: 0px;
 z-index: 99;
 font-size: 16px;
}
@media (max-width: 380px) {
 .fixed-bar {
 padding-right: 50px;
 }
}
.fixed-bar .el-button-bg {
 display: inline-block;
 margin: 0px 0px 0px 20px;
 font-size: inherit;
 font-weight: bold;
}
@media (max-width: 380px) {
 .fixed-bar .el-button-bg {
 margin: 5px auto 0px;
 display: table;
 }
}
.fixed-bar-spacer {
 height: 70px;
}
@media (max-width: 380px) {
 .fixed-bar-spacer {
 height: 100px;
 }
}
.didomi-popup-notice-text {
 font-family: "Arial", sans-serif !important;
}
.didomi-consent-popup-body__explanation,
#didomi-host .didomi-popup-notice .didomi-popup-notice-text p,
.didomi-popup-notice-text p,
.didomi-consent-popup-body__explanation p,
#didomi-host p {
 font-family: "Arial", sans-serif !important;
}
.didomi-popup-notice-logo {
 max-width: 89px;
}
.didomi-notice-view-partners-link {
 color: #c90000 !important;
}
#didomi-notice-agree-button,
.didomi-components-button.highlight-button {
 background: #c90000 !important;
 border-color: #b00000 !important;
}
.icon-page-down {
 position: fixed;
 bottom: 30px;
 left: 50%;
 width: 50px;
 cursor: pointer;
 height: 50px;
 background: #c90000 url('/grafika/page-arrow.svg') center center no-repeat;
 background-size: 20px auto !important;
 box-shadow: 0px 0px 0px 5px rgba(201, 0, 0, 0.2);
 line-height: 50px;
 text-align: center;
 z-index: 99999;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
 margin-left: -25px;
 -moz-transition-duration: 0.3s;
 -webkit-transition-duration: 0.3s;
 -o-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.icon-page-down:not(.out) {
 animation: jumpInfinite 1.5s infinite;
}
.icon-page-down.out {
 bottom: -50px;
}
.ukl-more {
 display: block;
 float: right;
 color: #101328 !important;
 padding-right: 20px;
 background: url('/grafika/arrow_down_dark.svg') right center no-repeat;
 background-size: auto 6px !important;
}
.ukl-more::before {
 content: "rozwiń";
}
.ukl-more.in {
 background: url('/grafika/arrow_up_dark.svg') right center no-repeat;
 background-size: auto 6px !important;
}
.ukl-more.in::before {
 content: "zwiń";
}
:root {
 --padding-big: 160px 0px;
 --padding-big-top: 160px;
 --padding-big-bottom: 160px;
 --padding-medium: 80px 0px;
 --padding-medium-top: 80px;
 --padding-medium-bottom: 80px;
 --padding-small: 40px 0px;
 --padding-small-top: 40px;
 --padding-small-bottom: 40px;
}
@media (max-width: 1200px) {
 :root {
 --padding-big: 80px 0px;
 --padding-big-top: 80px;
 --padding-big-bottom: 80px;
 --padding-medium: 40px 0px;
 --padding-medium-top: 40px;
 --padding-medium-bottom: 40px;
 --padding-small: 30px 0px;
 --padding-small-top: 30px;
 --padding-small-bottom: 30px;
 }
}
@media (max-width: 991px) {
 :root {
 --padding-big: 40px 0px;
 --padding-big-top: 40px;
 --padding-big-bottom: 40px;
 --padding-medium: 30px 0px;
 --padding-medium-top: 30px;
 --padding-medium-bottom: 30px;
 --padding-small: 20px 0px;
 --padding-small-top: 20px;
 --padding-small-bottom: 20px;
 }
}
.cke_editable .el-button {
 color: #c90000 !important;
}
* {
 -webkit-font-smoothing: antialiased;
}
body {
 overflow-x: hidden;
 font-size: 20px;
 font-family: 'IBM Plex Sans', sans-serif;
 color: #101328;
 /* Kampania */
}
@media (max-width: 1200px) {
 body {
 font-size: 15px;
 }
}
body.body-625581117 {
 background: #EDEFF1;
}
body.body-625581117 header.in {
 background: #EDEFF1 !important;
}
body.page1785824696 {
 background: #FFF;
}
body.page1785824696 .programs-list-wrapper {
 padding-bottom: 0px !important;
}
body.page1785824696 .programs-list-wrapper::before {
 display: none;
}
body.page1785824696 .programs-list-wrapper .program-item .image {
 -webkit-border-radius: 0 !important;
 -moz-border-radius: 0 !important;
 border-radius: 0 !important;
}
body.page1687082069 .content {
 background: #FFF;
}
body.has-filters {
 overflow: hidden;
}
.lines {
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: url('/grafika/lines/lines_main.svg') top 0px left no-repeat;
 background-size: 62% auto !important;
 pointer-events: none;
}
.lines.lines-right {
 background: url('/grafika/lines/lines_main_right.svg') top 0px right no-repeat;
 background-size: 58% auto !important;
}
@media (max-width: 991px) {
 .lines {
 display: none;
 }
}
body.page491131535,
body.page713068626,
body.page1393343742 {
 background: #edeff1 url('/grafika/background/frame.svg') top left no-repeat;
}
.menu-content {
 line-height: 40px;
 margin-bottom: 60px;
}
@media (max-width: 991px) {
 .menu-content {
 margin-bottom: 40px;
 line-height: 34px;
 }
 .menu-content span {
 display: block !important;
 padding-bottom: 10px;
 }
}
.menu-content a,
.menu-content span {
 font-size: 17px;
 display: inline-block;
}
.menu-content a {
 border: 1px solid #B3BEC4;
 border-radius: 25px;
 padding: 0px 20px;
 margin-right: 12px;
 margin-bottom: 12px;
 white-space: nowrap;
 color: #101328;
 font-weight: 600;
 text-decoration: none;
}
@media (max-width: 991px) {
 .menu-content a {
 margin: 6px 6px 0px 0px;
 }
}
.menu-content a:hover,
.menu-content a.active {
 background: #c90000;
 color: #FFF;
 border-color: #c90000;
}
.menu-content span {
 font-weight: 600;
 margin-right: 20px;
}
.wrapper {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 max-width: 1920px;
 width: 100%;
 margin: 0px auto;
 overflow: hidden;
}
.container {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (min-width: 1321px) {
 .container {
 width: 1320px;
 }
}
@media (min-width: 1201px) and (max-width: 1320px) {
 .container {
 width: 1240px;
 }
}
.content {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.pagination-wrapper {
 text-align: center;
 padding: 60px 0px;
}
.pagination-wrapper .el-pagination {
 list-style: none;
 padding: 0px;
 margin: 0px;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 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;
}
.pagination-wrapper .el-pagination > li {
 float: none;
 display: inline-block;
 margin: 0px 5px;
}
.pagination-wrapper .el-pagination > li > a {
 width: 40px;
 height: 40px;
 border: 1px solid #B3BEC4;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 display: block;
 line-height: 38px;
 font-size: 16px;
 color: #000;
 text-decoration: none;
}
.pagination-wrapper .el-pagination > li > a.pagination-prev {
 background: url('/grafika/arrow_left_dark.svg') no-repeat center center;
 background-size: auto 14px !important;
}
.pagination-wrapper .el-pagination > li > a.pagination-next {
 background: url('/grafika/arrow_right_dark.svg') no-repeat center center;
 background-size: auto 14px !important;
}
.pagination-wrapper .el-pagination > li:hover a {
 border-color: #191D3A;
}
.pagination-wrapper .el-pagination > li.active a {
 border: 2px solid #191D3A;
}
h1,
h2,
.title-large {
 font-size: 56px;
 line-height: 1.15;
 font-weight: 600;
 margin: 80px 0px;
}
@media (max-width: 1200px) {
 h1,
 h2,
 .title-large {
 font-size: 36px;
 margin: 40px 0px;
 }
}
@media (max-width: 767px) {
 h1,
 h2,
 .title-large {
 font-size: 30px;
 }
}
h1 i,
h2 i,
.title-large i {
 display: block;
 margin-bottom: 5px;
 font-style: normal;
 font-size: .3em;
 color: #7d8f9b;
 text-transform: uppercase;
}
h1 em,
h2 em,
.title-large em {
 font-style: normal;
 font-weight: 400;
 position: relative;
 margin-left: 10px;
}
@media (max-width: 767px) {
 h1 em,
 h2 em,
 .title-large em {
 display: block;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin: 10px 0px 0px 0px;
 }
}
h1 span,
h2 span,
.title-large span {
 color: #c90000;
}
h3,
.title-medium {
 font-size: 45px;
 line-height: 1.15;
 font-weight: 600;
 margin: 60px 0px;
}
h3 i,
.title-medium i {
 display: block;
 margin-bottom: 10px;
 font-style: normal;
 font-size: .3em;
 color: #7d8f9b;
 text-transform: uppercase;
}
@media (max-width: 1200px) {
 h3,
 .title-medium {
 font-size: 28px;
 margin: 40px 0px;
 }
}
@media (max-width: 767px) {
 h3,
 .title-medium {
 font-size: 26px;
 }
}
h4,
.title-small {
 font-size: 34px;
 line-height: 1.15;
 font-weight: 600;
 margin: 40px 0px;
}
@media (max-width: 1200px) {
 h4,
 .title-small {
 font-size: 24px;
 margin: 30px 0px;
 }
}
@media (max-width: 767px) {
 h4,
 .title-small {
 font-size: 20px;
 }
}
h5,
.title-xs {
 font-size: 24px;
 line-height: 1.2;
 font-weight: 500;
 margin: 20px 0px;
}
@media (max-width: 1200px) {
 h5,
 .title-xs {
 font-size: 20px;
 }
}
@media (max-width: 767px) {
 h5,
 .title-xs {
 font-size: 18px;
 }
}
.section a {
 color: #004ecc;
 text-decoration: none !important;
}
.section a:hover,
.section a:focus {
 color: #004ecc;
}
.title-500 {
 font-weight: 500 !important;
}
.title-600 {
 font-weight: 600 !important;
}
.color {
 color: #c90000 !important;
}
.el-button {
 display: table;
 font-size: 20px;
 font-weight: 600;
 margin: 40px 0px 0px 0px;
 color: #c90000 !important;
 outline: none;
 border: 0px;
 text-decoration: none !important;
 cursor: pointer;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
.el-button::after {
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
 right: 0px;
 position: relative;
 vertical-align: middle;
 display: inline-block;
 width: 20px;
 margin-left: 15px;
 height: 20px;
 top: -2px;
 content: " ";
 background: url('/grafika/arrow_right_circle.svg') no-repeat right 1px center;
 background-size: 20px auto !important;
}
.el-button.has-border {
 border: 1px solid #c90000;
 padding: 10px 20px 10px 20px;
 -webkit-border-radius: 25px;
 -moz-border-radius: 25px;
 border-radius: 25px;
}
@media (max-width: 991px) {
 .el-button {
 font-size: 16px;
 margin-top: 20px;
 }
}
.el-button.is-white {
 color: #FFF !important;
}
.el-button.is-white:after {
 background: url('/grafika/arrow_right_circle_white.svg') no-repeat right 1px center;
 background-size: 20px 20px !important;
}
.el-button.is-white.has-border {
 border: 1px solid #FFF;
}
.el-button.is-dark {
 color: #101328 !important;
}
.el-button.is-dark:after {
 background: url('/grafika/arrow_right_circle_dark.svg') no-repeat right 1px center;
 background-size: 20px 20px !important;
}
.el-button:hover:after {
 right: -5px;
}
.el-button.is-medium {
 font-size: 16px;
 margin-top: 20px;
}
.el-button.is-small {
 margin-top: 20px;
 font-size: 14px;
 padding-right: 25px;
 background-size: 14px 14px !important;
}
.el-button.is-small:hover {
 background-position: right 5px center !important;
}
.el-button.is-right {
 margin-left: auto;
 margin-right: 0px;
}
.el-button.is-inline {
 display: inline-block;
}
.el-button.no-icon:after {
 display: none !important;
}
.el-button-bg {
 display: table;
 margin: 30px 0px 0px 0px;
 background: #c90000 !important;
 color: #FFF !important;
 padding: 12px 20px;
 font-size: 20px;
 font-weight: 600;
 text-decoration: none !important;
 border: 2px solid #c90000 !important;
 text-align: center;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 991px) {
 .el-button-bg {
 font-size: 16px;
 margin-top: 20px;
 }
}
.el-button-bg:hover {
 box-shadow: 0px 0px 20px rgba(201, 0, 0, 0.3) !important;
}
.el-button-bg.is-back {
 background: #edeff1 url('/grafika/arrow-left-long-dark.png') no-repeat left 20px center !important;
 background-size: 11px auto !important;
 border: 2px solid #edeff1 !important;
 color: #101328 !important;
 padding-left: 40px;
 font-size: 14px;
 font-weight: 400;
}
.el-button-bg.is-back:hover {
 color: #101328 !important;
 box-shadow: 0px 0px 20px rgba(16, 19, 40, 0.3) !important;
}
.el-button-bg.is-white {
 background: #FFF !important;
 color: #c90000 !important;
}
.el-button-bg.is-white:hover {
 color: #c90000 !important;
}
.el-button-bg.is-bordered {
 background: #FFF !important;
 border: 2px solid #101328 !important;
 color: #101328 !important;
}
.el-button-bg.is-bordered:hover {
 background: #101328 !important;
 color: #FFF !important;
 box-shadow: 0px 0px 20px rgba(16, 19, 40, 0.3) !important;
}
.el-button-bg.is-center {
 margin: 40px auto 0px auto;
}
.el-button-bg.is-right {
 margin: 30px 0px 0px auto;
}
.el-button-bg.is-small {
 font-size: 16px;
}
.el-button-bg.is-filter {
 margin: 10px 0px auto auto;
 font-size: 15px;
 padding: 7px 15px;
 background: #191d3a !important;
 border: 0px !important;
}
.el-button-bg.is-filter:hover {
 background: #101328 !important;
 color: #FFF !important;
 box-shadow: 0px 0px 20px rgba(25, 29, 58, 0.3) !important;
}
ul.simple-list {
 list-style: none;
 padding: 0px;
}
ul.simple-list > li {
 padding-left: 20px;
 position: relative;
}
ul.simple-list > li::before {
 width: 6px;
 height: 6px;
 background: #d1d8dc;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 top: 10px;
 content: " ";
 position: absolute;
 left: 0px;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list) {
 list-style: none;
 padding: 0px;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list) > li {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-left: 20px;
 line-height: 1.5;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list) > li::before {
 position: absolute;
 left: 0px;
 top: 0.6em;
 width: 5px;
 height: 5px;
 background: #101328;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 content: " ";
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-white li {
 color: #FFF;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-white li:before {
 background: #FFF;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check {
 margin: 60px -20px 0px -20px;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check {
 margin: 40px 0px 0px 0px;
 }
}
@media (min-width: 992px) {
 ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check li {
 margin: 20px 0px 0px 0px;
 padding: 0px 20px;
 width: 50%;
 float: left;
 }
 ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check li:nth-child(2n + 1) {
 clear: both;
 }
 ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check li:nth-child(2n + 1 - 2) {
 clear: both;
 }
}
@media (max-width: 991px) {
 ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check li {
 width: 100%;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 }
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check li:before {
 display: none;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check li span {
 padding: 0px 20px 0px 60px;
 border: 1px solid #D1D8DC;
 min-height: 70px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-check li span::before {
 content: " ";
 position: absolute;
 left: 20px;
 top: 50%;
 margin-top: -12px;
 background: url('/grafika/i_check_green.svg') no-repeat;
 background-size: 24px 24px !important;
 width: 24px;
 height: 24px;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-arrows > li {
 margin-bottom: 15px;
 padding-left: 35px;
}
ul:not(.nostyle):not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination):not(.nav-tabs):not(.nav-footer):not(.nav-departments):not(.el-pagination):not(.simple-list).list-arrows > li::before {
 width: 24px;
 height: 24px;
 top: 5px;
 background: url('/grafika/arrow_right_circle.svg') no-repeat;
 background-size: 100% auto !important;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}
/** Elementy nawigacyjne */
.path {
 padding: 0px;
 /*
 .breadcrumb
 {
 margin: 0px;
 padding: 30px 0px;
 background: none !important;
 .rounded(0px);

 > li
 {
 font-size: 16px;
 font-weight: 400;
 color: #7D8F9B;

 span, a
 {
 color: #7D8F9B;
 }

 &.jestes
 {
 color: #7D8F9B;
 width: 16px;
 height: 16px;
 background: url('/grafika/i_path_home.svg') no-repeat;
 background-size: 16px 16px !important;
 position: relative;
 top: 2px;
 margin-right: 10px;
 }

 &:first-child,
 &:nth-child(2)
 {
 &:before
 {
 display: none;
 }
 }

 &:last-child
 {
 color: @default-color;

 a, span
 {
 color: @default-color;
 }
 }
 }

 li + li::before
 {
 content:"";
 background: url('/grafika/i_path_arrow.svg') no-repeat top 5px center;
 background-size: 4px 12px !important;
 padding: 0px 15px 0px 12px;
 }
 }
 */
}
.navbar-toggle {
 background: url('/grafika/burger_menu.svg') no-repeat;
 position: absolute;
 top: 25px;
 right: 0px;
 margin: 0px;
 padding: 0px;
 width: 48px;
 height: 48px;
 background-size: 100% 100% !important;
 border: 0px !important;
}
.navbar-toggle.in {
 background: url('/grafika/burger_close.svg') no-repeat;
 background-size: 100% 100% !important;
}
.navbar-left-toggle {
 padding: 8px 15px;
 color: #FFF;
 margin: 0px 0px 15px 0px;
 outline: none;
 font-size: 14px;
 background: #c90000;
 border: 0px;
}
.navbar-collapse {
 width: 100%;
 padding: 0px;
 margin: 0px;
}
.nav-departments {
 padding: 0px;
 margin: 25px 0px 0px 0px;
 list-style: none;
 overflow: hidden;
 -webkit-border-radius: 7px;
 -moz-border-radius: 7px;
 border-radius: 7px;
 max-height: 46px;
}
@media (min-width: 768px) {
 .nav-departments {
 display: none;
 }
}
.nav-departments.in {
 max-height: 200px;
}
.nav-departments li a {
 font-size: 16px;
 font-weight: 600;
 padding: 0px 15px;
 line-height: 46px;
 height: 46px;
 display: block;
 background: #101328;
 color: #FFF;
 text-transform: uppercase;
 text-decoration: none !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.nav-departments li.employers a {
 background: #c90000;
}
.nav-departments li.partners a {
 background: #596D79;
}
.nav-departments:not(.in) > li a:before {
 content: " ";
 background: url('/grafika/arrow_down_white.svg') no-repeat center center;
 background-size: 20px auto !important;
 width: 20px;
 height: 20px;
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -10px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}
.nav-departments.in > li.active a:before {
 content: " ";
 background: #ffffff url('/grafika/i_check_dark.svg') no-repeat center center;
 background-size: 10px auto !important;
 width: 20px;
 height: 20px;
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -10px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}
.nav-header {
 width: 100%;
 float: none !important;
 margin: 0px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1200px) {
 .nav-header {
 padding-right: 140px;
 }
}
@media (max-width: 767px) {
 .nav-header {
 padding: 0px;
 margin-top: 20px !important;
 }
}
.nav-header > li:not(.login) {
 margin-right: 30px;
}
@media (max-width: 767px) {
 .nav-header > li:not(.login) {
 margin: 0px;
 padding: 10px 30px;
 }
}
.nav-header > li:not(.login) > a {
 padding: 10px 0px;
 font-size: 18px;
 line-height: 20px;
 font-weight: 500;
 color: #101328;
 background: none !important;
 display: block;
}
@media (max-width: 767px) {
 .nav-header > li:not(.login) > a {
 text-align: left;
 font-size: 20px;
 font-weight: 600;
 padding: 5px 0px 5px 20px;
 background: url('/grafika/arrow_right_dark.svg') no-repeat left center !important;
 background-size: 5px auto !important;
 }
}
.nav-header > li:not(.login).active a:hover,
.nav-header > li:not(.login).open a:hover,
.nav-header > li:not(.login):hover a:hover,
.nav-header > li:not(.login):active a:hover,
.nav-header > li:not(.login):focus a:hover,
.nav-header > li:not(.login).active a:active,
.nav-header > li:not(.login).open a:active,
.nav-header > li:not(.login):hover a:active,
.nav-header > li:not(.login):active a:active,
.nav-header > li:not(.login):focus a:active,
.nav-header > li:not(.login).active a:focus,
.nav-header > li:not(.login).open a:focus,
.nav-header > li:not(.login):hover a:focus,
.nav-header > li:not(.login):active a:focus,
.nav-header > li:not(.login):focus a:focus,
.nav-header > li:not(.login).active a,
.nav-header > li:not(.login).open a,
.nav-header > li:not(.login):hover a,
.nav-header > li:not(.login):active a,
.nav-header > li:not(.login):focus a {
 color: #c90000;
}
.nav-header > li:not(.login) > .dropdown-menu {
 background: #101328 !important;
 border: 0px;
 padding: 0px;
 margin: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 box-shadow: none;
}
.nav-header > li:not(.login) > .dropdown-menu > li > a {
 color: #FFF;
 background: #101328;
 font-size: 15px;
}
.nav-header > li:not(.login) > .dropdown-menu > li:hover > a:hover,
.nav-header > li:not(.login) > .dropdown-menu > li:active > a:hover,
.nav-header > li:not(.login) > .dropdown-menu > li.active > a:hover,
.nav-header > li:not(.login) > .dropdown-menu > li:hover > a:active,
.nav-header > li:not(.login) > .dropdown-menu > li:active > a:active,
.nav-header > li:not(.login) > .dropdown-menu > li.active > a:active,
.nav-header > li:not(.login) > .dropdown-menu > li:hover > a,
.nav-header > li:not(.login) > .dropdown-menu > li:active > a,
.nav-header > li:not(.login) > .dropdown-menu > li.active > a {
 color: #FFF;
 background: #c90000 !important;
}
.nav-header .login {
 cursor: pointer;
 position: absolute;
 right: 0px;
 top: -5px;
 padding: 0px 25px;
 height: 50px;
 line-height: 46px;
 border: 2px solid #101328;
 color: #101328;
 text-decoration: none !important;
 font-size: 16px;
 font-weight: 700;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 -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 .login {
 top: 50%;
 margin-top: -25px;
 }
}
@media (max-width: 767px) {
 .nav-header .login {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 display: block;
 margin-top: 20px;
 text-align: center;
 }
}
.nav-header .login:hover,
.nav-header .login.in {
 background: #101328;
 color: #FFF;
}
.nav-left {
 margin: 0px;
}
.nav-left > li.m1 > a {
 color: #000;
}
.nav-left > li.m1:hover > a,
.nav-left > li.m1:active > a,
.nav-left > li.m1.active > a {
 background: #c90000;
 color: #FFF;
}
.nav-left > li.m2 > a {
 color: #000;
 padding-left: 20px;
}
.nav-left > li.m2:hover > a,
.nav-left > li.m2:active > a,
.nav-left > li.m2.active > a {
 background: #fc0000;
 color: #FFF;
}
.nav-left > li.m3 > a {
 color: #000;
 padding-left: 20px;
}
.nav-left > li.m3:hover > a,
.nav-left > li.m3:active > a,
.nav-left > li.m3.active > a {
 background: #fc0000;
 color: #FFF;
}
@media (min-width: 1201px) {
 .header-spacer {
 height: 150px;
 }
}
.departments {
 background: #101328;
 position: fixed;
 top: 0px;
 left: 0px;
 right: 0px;
 z-index: 90;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 1200px) {
 .departments {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 }
}
@media (max-width: 767px) {
 .departments {
 display: none;
 }
}
.departments.employers {
 background: #c90000;
}
.departments.partners {
 background: #596D79;
}
.departments a {
 height: 40px;
 line-height: 40px;
 font-size: 16px;
 font-weight: 600;
 text-transform: uppercase;
 padding: 0px 25px;
 color: #FFF;
 display: inline-block;
 background: transparent;
 text-decoration: none !important;
}
.departments a.active {
 background: #FFF;
 color: #101328;
}
@media (min-width: 1201px) {
 .departments.out {
 top: -100%;
 }
}
header {
 width: 100%;
 clear: both;
 z-index: 90;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
header .header-inside {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 35px 0px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
}
@media (max-width: 767px) {
 header .header-inside {
 padding: 25px 0px;
 display: block;
 }
}
header .header-inside .logo {
 float: left;
 margin-right: 30px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 10;
}
@media (min-width: 1201px) {
 header .header-inside .logo {
 display: none;
 }
}
header .header-inside .logo a {
 display: block;
 width: 56px;
 height: 50px;
 background: url('/grafika/logo.svg') no-repeat;
 background-size: 100% 100%;
}
@media (min-width: 1201px) {
 header {
 position: fixed;
 top: 40px;
 left: 0px;
 right: 0px;
 }
 header.in {
 background: #FFF;
 top: 0px;
 box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
 }
}
.breadcrumbs {
 padding: 0px;
 margin: 0px;
 list-style: none;
 font-size: 16px;
 margin-bottom: 30px;
}
.breadcrumbs > li {
 display: inline-block;
}
.breadcrumbs > li a {
 color: #515467;
 padding-left: 15px;
 margin-right: 5px;
 background: url('/grafika/i_path_arrow.svg') no-repeat left center;
}
.breadcrumbs > li:first-child a {
 color: #515467;
 padding-left: 27px;
 background: url('/grafika/i_path_home.svg') no-repeat left center;
}
.newsletter-wrapper {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 background: #101328;
}
.newsletter-wrapper .newsletter-background {
 position: absolute;
 right: 0px;
 top: 0px;
 bottom: 0px;
 width: 50%;
 z-index: 2;
 overflow: hidden;
}
.newsletter-wrapper .newsletter-background img {
 width: 100%;
 height: 100%;
 max-width: none !important;
 object-fit: cover;
}
@media (max-width: 991px) {
 .newsletter-wrapper .newsletter-background {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 100%;
 height: 400px;
 }
}
@media (max-width: 580px) {
 .newsletter-wrapper .newsletter-background {
 height: 300px;
 }
}
@media (max-width: 991px) {
 .newsletter-wrapper .newsletter {
 background: #101328;
 }
}
.newsletter-wrapper .newsletter .newsletter-inside {
 width: 45%;
 padding: 140px 0px;
 color: #FFF;
}
@media (max-width: 991px) {
 .newsletter-wrapper .newsletter .newsletter-inside {
 width: 100%;
 padding: 60px 0px;
 }
}
@media (max-width: 767px) {
 .newsletter-wrapper .newsletter .newsletter-inside {
 padding: 40px 0px;
 }
}
.newsletter-wrapper .newsletter .newsletter-inside .title-large {
 margin: 0px;
}
.newsletter-wrapper .newsletter .newsletter-inside .title-small {
 margin: 20px 0px;
}
.newsletter-wrapper .newsletter .newsletter-inside .description {
 color: rgba(255, 255, 255, 0.7);
}
.newsletter-wrapper .newsletter .newsletter-inside form {
 margin-top: 40px;
}
@media (max-width: 580px) {
 .newsletter-wrapper .newsletter .newsletter-inside form {
 margin-top: 20px;
 }
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-right: 220px;
 margin-bottom: 30px;
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
}
@media (max-width: 580px) {
 .newsletter-wrapper .newsletter .newsletter-inside form .form-group-email {
 padding: 0px;
 margin-bottom: 20px;
 }
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email input {
 width: 100%;
 background: #FFFFFF;
 border: 1px solid #ADAAB1;
 outline: 0px !important;
 height: 75px;
 line-height: 75px;
 font-size: 20px;
 font-weight: 500;
 padding: 0px 30px;
 color: #101328;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
@media (max-width: 580px) {
 .newsletter-wrapper .newsletter .newsletter-inside form .form-group-email input {
 font-weight: 400;
 height: 50px;
 line-height: 50px;
 font-size: 18px;
 }
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email ::-webkit-input-placeholder {
 color: #888888;
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email :-moz-placeholder {
 color: #888888;
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email ::-moz-placeholder {
 color: #888888;
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email :-ms-input-placeholder {
 color: #888888;
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email ::-ms-input-placeholder {
 color: #888888;
}
.newsletter-wrapper .newsletter .newsletter-inside form .form-group-email button[type="submit"] {
 width: 200px;
 height: 75px;
 line-height: 75px;
 font-size: 24px;
 font-weight: bold;
 color: #FFF;
 background: #c90000;
 position: absolute;
 right: 0px;
 top: 0px;
 text-align: center;
 padding: 0px !important;
 margin: 0px !important;
 outline: 0px !important;
 border: 0px !important;
 box-shadow: none !important;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
@media (max-width: 580px) {
 .newsletter-wrapper .newsletter .newsletter-inside form .form-group-email button[type="submit"] {
 height: 50px;
 line-height: 50px;
 width: 100%;
 font-size: 20px;
 margin-top: 20px !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 }
}
.newsletter-wrapper .newsletter .newsletter-inside form .checkbox label {
 color: rgba(255, 255, 255, 0.7);
 font-size: 16px;
}
.newsletter-wrapper .newsletter .newsletter-inside form .checkbox label a {
 color: inherit !important;
}
.login-box-wrapper {
 position: fixed;
 left: 0px;
 right: 0px;
 top: 0px;
 bottom: 0px;
 z-index: 999;
 display: none;
 background: rgba(255, 255, 255, 0.7);
 color: #000;
}
@media (max-width: 767px) {
 .login-box-wrapper {
 background: #FFF;
 overflow-x: auto;
 }
}
.login-box-wrapper .login-box {
 width: 100%;
 max-width: 800px;
 margin: 0px auto;
 background: #FFF;
 box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
 .login-box-wrapper .login-box {
 box-shadow: none;
 }
}
.login-box-wrapper .login-box .login-box-header {
 padding: 30px;
 border-bottom: 1px solid #EDEFF1;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 767px) {
 .login-box-wrapper .login-box .login-box-header {
 padding: 30px 20px;
 }
}
.login-box-wrapper .login-box .login-box-header .title-xs {
 margin: 0px;
 font-weight: 700 !important;
}
.login-box-wrapper .login-box .login-box-header .login-box-close {
 width: 32px;
 height: 32px;
 position: absolute;
 right: 30px;
 top: 26px;
 background: url('/grafika/burger_close.svg') no-repeat;
 background-size: 100% 100% !important;
 cursor: pointer;
}
@media (max-width: 767px) {
 .login-box-wrapper .login-box .login-box-header .login-box-close {
 right: 20px;
 }
}
.login-box-wrapper .login-box .login-box-content {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
}
@media (max-width: 767px) {
 .login-box-wrapper .login-box .login-box-content {
 display: block;
 }
}
.login-box-wrapper .login-box .login-box-content .column {
 width: 40%;
 padding: 30px 30px 150px 30px;
 font-size: 16px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 767px) {
 .login-box-wrapper .login-box .login-box-content .column {
 width: 100%;
 padding: 30px 20px;
 }
}
.login-box-wrapper .login-box .login-box-content .column.column-evanity {
 width: 60%;
 border-right: 1px solid #EDEFF1;
}
@media (max-width: 767px) {
 .login-box-wrapper .login-box .login-box-content .column.column-evanity {
 width: 100%;
 border-left: 0px;
 border-top: 1px solid #EDEFF1;
 }
}
.login-box-wrapper .login-box .login-box-content .column .title-small {
 margin-top: 0px;
}
.login-box-wrapper .login-box .login-box-content .column .login-buttons {
 position: absolute;
 left: 30px;
 right: 30px;
 bottom: 30px;
}
@media (max-width: 767px) {
 .login-box-wrapper .login-box .login-box-content .column .login-buttons {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-top: 30px;
 }
}
.login-box-wrapper .login-box .login-box-content .column .login-buttons > 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-pack: justify;
 -moz-box-pack: justify;
 -ms-flex-pack: justify;
 -webkit-justify-content: space-between;
 -moz-justify-content: space-between;
 -ms-justify-content: space-between;
 justify-content: space-between;
 padding-top: 20px;
}
@media (max-width: 480px) {
 .login-box-wrapper .login-box .login-box-content .column .login-buttons > div {
 display: block;
 }
 .login-box-wrapper .login-box .login-box-content .column .login-buttons > div span {
 display: none;
 }
}
.login-box-wrapper .login-box .login-box-content .column .login-buttons .el-button-bg {
 font-size: 16px;
 margin: 0px !important;
}
@media (max-width: 480px) {
 .login-box-wrapper .login-box .login-box-content .column .login-buttons .el-button-bg {
 width: 100%;
 text-align: center;
 margin-top: 10px !important;
 }
}
.login-box-wrapper.in {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex !important;
 display: -moz-flex !important;
 display: -ms-flexbox !important;
 display: -ms-flex !important;
 display: flex !important;
 -webkit-box-align: center !important;
 -moz-box-align: center !important;
 -ms-flex-align: center !important;
 -webkit-align-items: center !important;
 -moz-align-items: center !important;
 -ms-align-items: center !important;
 align-items: center !important;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center !important;
 -moz-justify-content: center !important;
 -ms-justify-content: center !important;
 justify-content: center !important;
}
@media (max-width: 767px) {
 .login-box-wrapper.in {
 display: block !important;
 }
}
.google-map iframe {
 display: block;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
/** Stopka */
footer {
 border-top: 1px solid #D1D8DB;
 background: #FFF;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
footer .footer {
 padding: 70px 0px 50px 30%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 background: url('/grafika/logo.svg') no-repeat left top 70px;
}
footer .footer:after {
 clear: both;
 display: block;
 content: " ";
}
@media (max-width: 991px) {
 footer .footer {
 padding: 40px 0px;
 background: none;
 }
}
@media (max-width: 767px) {
 footer .footer {
 padding: 10px 0px 40px 0px;
 }
}
footer .footer .footer-column {
 width: 25%;
 float: left;
 font-size: 14px;
 line-height: 24px;
}
@media (max-width: 767px) {
 footer .footer .footer-column {
 width: 50%;
 }
}
footer .footer .footer-column a[href^="mailto:"],
footer .footer .footer-column a[href^="tel:"] {
 color: #000000 !important;
}
footer .footer .footer-column .footer-title {
 font-size: 18px;
 font-weight: 500;
 color: #000000;
 margin: 0px 0px 15px 0px;
}
@media (max-width: 767px) {
 footer .footer .footer-column .footer-title {
 margin: 30px 0px 15px 0px;
 }
}
footer .footer .footer-column .footer-title a {
 color: inherit;
 text-decoration: none;
}
footer .footer .footer-column .footer-title a:hover {
 color: #c90000;
}
footer .footer .footer-column .nav-footer {
 list-style: none;
 padding: 0px;
 margin: 0px;
}
footer .footer .footer-column .nav-footer li a {
 font-size: 14px;
 line-height: 2;
 display: block;
 color: #000000;
}
footer .footer .footer-column .nav-footer li:hover a,
footer .footer .footer-column .nav-footer li.active a {
 color: #c90000;
}
@media (max-width: 767px) {
 footer .footer .footer-column.footer-column-contact {
 display: none;
 }
}
footer .footer-bottom {
 border-top: 1px solid #D1D8DB;
 padding: 30px 0px;
 font-size: 14px;
 color: #000000;
}
footer .footer-bottom .benefit-system {
 float: left;
 font-size: 12px;
 color: #596d79;
 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) {
 footer .footer-bottom .benefit-system {
 display: none;
 }
}
footer .footer-bottom .benefit-system img,
footer .footer-bottom .benefit-system svg {
 width: 129px;
 height: 32px;
 margin-right: 20px;
}
footer .footer-bottom .footer-socials {
 float: right;
 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) {
 footer .footer-bottom .footer-socials {
 float: none;
 display: block;
 }
 footer .footer-bottom .footer-socials span {
 display: block;
 margin-bottom: 20px;
 }
}
footer .footer-bottom .footer-socials a {
 display: inline-block;
 margin-left: 30px;
 width: 24px;
 height: 24px;
}
@media (max-width: 991px) {
 footer .footer-bottom .footer-socials a {
 margin: 0px 20px 0px 0px;
 }
}
footer .footer-bottom .footer-socials a.facebook {
 background: url('/grafika/social_facebook.svg') no-repeat;
 background-size: 100% 100%;
}
footer .footer-bottom .footer-socials a.instagram {
 background: url('/grafika/social_instagram.svg') no-repeat;
 background-size: 100% 100%;
}
footer .footer-bottom .footer-socials a.twitter {
 background: url('/grafika/social_twitter.svg') no-repeat;
 background-size: 100% 100%;
}
footer .footer-bottom .footer-socials a.linkedin {
 background: url('/grafika/social_linkedin.svg') no-repeat;
 background-size: 100% 100%;
}
footer .footer-bottom .footer-socials a.youtube {
 background: url('/grafika/social_youtube.svg') no-repeat;
 background-size: 100% 100%;
}
footer .footer-bottom .footer-bottom-contact {
 margin-top: 30px;
 font-size: 14px;
 line-height: 24px;
}
@media (min-width: 768px) {
 footer .footer-bottom .footer-bottom-contact {
 display: none;
 }
}
footer .footer-bottom .footer-bottom-contact a[href^="mailto:"],
footer .footer-bottom .footer-bottom-contact a[href^="tel:"] {
 color: #000000 !important;
}
footer .footer-bottom .footer-bottom-contact .footer-title {
 font-size: 18px;
 font-weight: 500;
 color: #000000;
 margin: 0px 0px 15px 0px;
}
footer .footer-bottom .footer-bottom-contact .footer-title a {
 color: inherit;
 text-decoration: none;
}
footer .footer-bottom .footer-bottom-contact .footer-title a:hover {
 color: #c90000;
}
footer .copyright {
 pointer-events: none;
 position: absolute;
 left: 0px;
 right: 0px;
 top: 200px;
 font-size: 14px;
 color: #000000;
}
@media (max-width: 991px) {
 footer .copyright {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 25px 0px;
 border-top: 1px solid #D1D8DC;
 }
 footer .copyright .copy {
 background: url('/grafika/logo.svg') no-repeat left top;
 background-size: 40px auto !important;
 padding-left: 60px;
 }
}
/*

.card_number
{
 width: 100%;
 max-width: 700px;
 margin: 0px auto;
 padding: 50px 0px;
 background: #F9f9f9;
 position: relative;
 margin-bottom: var(--padding-big-bottom);

 &::before,
 &::after
 {
 width: 1000px;
 top: 0px;
 bottom: 0px;
 position: absolute;
 background: inherit;
 content: " ";
 z-index: -1;
 }

 &::before
 {
 left: -1000px;
 }

 &::after
 {
 right: -1000px;
 }

 .formularz form
 {
 padding: 30px !important;
 margin: 0px;
 }
}
*/
@media all and (max-width: 991px) {
 .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 {
 left: -300px;
 }
 .sidebar-offcanvas {
 left: -400px;
 }
 .row-offcanvas-left.active {
 left: 300px;
 }
 .row-offcanvas-left.active .sidebar-offcanvas {
 left: -300px;
 }
 .sidebar-offcanvas {
 position: absolute;
 top: 0;
 width: 300px !important;
 }
 .row-offcanvas-left {
 left: 0px;
 }
}
@media all and (max-width: 480px) {
 .col-xx-12 {
 width: 100%;
 float: none;
 }
}
@media all and (max-width: 380px) {
 .col-xxx-12 {
 width: 100%;
 float: none;
 }
}
.logo-print {
 display: none;
}
@media print {
 a[href]:after {
 display: none;
 }
 header,
 .footer,
 footer,
 .header-shop,
 .responsive-right,
 .buttons,
 #cokPyt,
 #carousel,
 .btn-offcanvas {
 display: none !important;
 }
 .logo-print {
 width: 100%;
 text-align: center;
 display: block;
 margin-top: 20px;
 margin-bottom: 20px;
 }
}
