@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;400;500;700&display=swap');
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
/*---------------------------------------------------
 LESS Elements 0.9
 ---------------------------------------------------
 A set of useful LESS mixins
 More info at: http://lesselements.com
 ---------------------------------------------------*/
.clearAll:before,
.clearAll:after {
 clear: both;
 display: block;
 content: " ";
}
.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;
}
.bootstrap-select {
 width: 220px \0;
 /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
 width: 100%;
 padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
 border-color: #b94a48;
}
.bootstrap-select.fit-width {
 width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
 width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
 outline: thin dotted #333333 !important;
 outline: 5px auto -webkit-focus-ring-color !important;
 outline-offset: -2px;
}
.bootstrap-select.form-control {
 margin-bottom: 0;
 padding: 0;
 border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
 width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
 z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
 float: none;
 display: inline-block;
 margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
 float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
 margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
 padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
 width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
 cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
 outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
 display: inline-block;
 overflow: hidden;
 width: 100%;
 text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
 position: absolute;
 top: 50%;
 right: 12px;
 margin-top: -2px;
 vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
 width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
 min-width: 100%;
 z-index: 1035;
 box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
 position: static;
 float: none;
 border: 0;
 padding: 0;
 margin: 0;
 border-radius: 0;
 box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
 position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
 color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
 cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
 cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
 position: relative;
 padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
 display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
 display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
 padding-left: 0.5em;
}
.bootstrap-select.btn-group .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.btn-group .no-results {
 padding: 3px;
 background: #f5f5f5;
 margin: 0 5px;
 white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
 position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
 position: static;
 top: auto;
 margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
 position: absolute;
 display: inline-block;
 right: 15px;
 margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
 margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
 z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle: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: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:before {
 bottom: auto;
 top: -3px;
 border-top: 7px solid rgba(204, 204, 204, 0.2);
 border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
 bottom: auto;
 top: -3px;
 border-top: 6px solid white;
 border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
 right: 12px;
 left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
 right: 13px;
 left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
 display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
 padding: 4px 8px;
}
.bs-actionsbox {
 float: left;
 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%;
}
select.bs-select-hidden,
select.selectpicker {
 display: none !important;
}
select.mobile-device {
 position: absolute !important;
 top: 0;
 left: 0;
 display: block !important;
 width: 100%;
 height: 100% !important;
 opacity: 0;
}
* {
 -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: 15px;
 padding-right: 15px;
}
@media (min-width: 768px) {
 .container {
 width: 750px;
 }
}
@media (min-width: 992px) {
 .container {
 width: 970px;
 }
}
@media (min-width: 1200px) {
 .container {
 width: 1170px;
 }
}
.container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 15px;
 padding-right: 15px;
}
.row {
 margin-left: -15px;
 margin-right: -15px;
}
.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: 15px;
 padding-right: 15px;
}
.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: -15px;
 margin-right: -15px;
}
@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: 15px;
}
@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: 15px;
 padding-left: 15px;
 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: -15px;
 margin-left: -15px;
}
@media (min-width: 768px) {
 .container > .navbar-header,
 .container-fluid > .navbar-header,
 .container > .navbar-collapse,
 .container-fluid > .navbar-collapse {
 margin-right: 0;
 margin-left: 0;
 }
}
.navbar-static-top {
 z-index: 1000;
 border-width: 0 0 1px;
}
@media (min-width: 768px) {
 .navbar-static-top {
 border-radius: 0;
 }
}
.navbar-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 15px;
 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: -15px;
 }
}
.navbar-toggle {
 position: relative;
 float: right;
 margin-right: 15px;
 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 -15px;
}
.navbar-nav > li > a {
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 20px;
}
@media (max-width: 767px) {
 .navbar-nav .open .dropdown-menu {
 position: static;
 float: none;
 width: auto;
 margin-top: 0;
 background-color: transparent;
 border: 0;
 box-shadow: none;
 }
 .navbar-nav .open .dropdown-menu > li > a,
 .navbar-nav .open .dropdown-menu .dropdown-header {
 padding: 5px 15px 5px 25px;
 }
 .navbar-nav .open .dropdown-menu > li > a {
 line-height: 20px;
 }
 .navbar-nav .open .dropdown-menu > li > a:hover,
 .navbar-nav .open .dropdown-menu > li > a:focus {
 background-image: none;
 }
}
@media (min-width: 768px) {
 .navbar-nav {
 float: left;
 margin: 0;
 }
 .navbar-nav > li {
 float: left;
 }
 .navbar-nav > li > a {
 padding-top: 15px;
 padding-bottom: 15px;
 }
}
.navbar-form {
 margin-left: -15px;
 margin-right: -15px;
 padding: 10px 15px;
 border-top: 1px solid transparent;
 border-bottom: 1px solid transparent;
 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
 margin-top: 8px;
 margin-bottom: 8px;
}
@media (min-width: 768px) {
 .navbar-form .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
 }
 .navbar-form .form-control {
 display: inline-block;
 width: auto;
 vertical-align: middle;
 }
 .navbar-form .form-control-static {
 display: inline-block;
 }
 .navbar-form .input-group {
 display: inline-table;
 vertical-align: middle;
 }
 .navbar-form .input-group .input-group-addon,
 .navbar-form .input-group .input-group-btn,
 .navbar-form .input-group .form-control {
 width: auto;
 }
 .navbar-form .input-group > .form-control {
 width: 100%;
 }
 .navbar-form .control-label {
 margin-bottom: 0;
 vertical-align: middle;
 }
 .navbar-form .radio,
 .navbar-form .checkbox {
 display: inline-block;
 margin-top: 0;
 margin-bottom: 0;
 vertical-align: middle;
 }
 .navbar-form .radio label,
 .navbar-form .checkbox label {
 padding-left: 0;
 }
 .navbar-form .radio input[type="radio"],
 .navbar-form .checkbox input[type="checkbox"] {
 position: relative;
 margin-left: 0;
 }
 .navbar-form .has-feedback .form-control-feedback {
 top: 0;
 }
}
@media (max-width: 767px) {
 .navbar-form .form-group {
 margin-bottom: 5px;
 }
 .navbar-form .form-group:last-child {
 margin-bottom: 0;
 }
}
@media (min-width: 768px) {
 .navbar-form {
 width: auto;
 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: 15px;
 margin-right: 15px;
 }
}
@media (min-width: 768px) {
 .navbar-left {
 float: left !important;
 }
 .navbar-right {
 float: right !important;
 margin-right: -15px;
 }
 .navbar-right ~ .navbar-right {
 margin-right: 0;
 }
}
.navbar-default {
 background-color: #f8f8f8;
 border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
 color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
 color: #5e5e5e;
 background-color: transparent;
}
.navbar-default .navbar-text {
 color: #777777;
}
.navbar-default .navbar-nav > li > a {
 color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: #333333;
 background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
 color: #555555;
 background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
 color: #cccccc;
 background-color: transparent;
}
.navbar-default .navbar-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;
 }
}
.product-column:last-child .product-item {
 margin-bottom: 0px !important;
}
.product-column .product-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-bottom: 120px;
}
@media (max-width: 991px) {
 .product-column .product-item {
 margin-bottom: 60px;
 }
}
@media (max-width: 767px) {
 .product-column .product-item {
 display: block;
 }
}
.product-column .product-item .image {
 width: 33.33333333%;
 padding-right: 40px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .product-column .product-item .image {
 width: 40%;
 padding-right: 15px;
 }
}
@media (max-width: 767px) {
 .product-column .product-item .image {
 width: 100%;
 max-width: 300px;
 padding: 0px;
 margin: 0px auto;
 }
}
.product-column .product-item .image:before {
 position: absolute;
 right: 0px;
 bottom: -40px;
 width: 260px;
 height: 260px;
 content: " ";
 background: #014029;
}
@media (max-width: 991px) {
 .product-column .product-item .image:before {
 width: 160px;
 height: 160px;
 bottom: -15px;
 }
}
@media (max-width: 767px) {
 .product-column .product-item .image:before {
 right: -15px;
 }
}
.product-column .product-item .image img {
 max-width: 100%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.product-column .product-item .description {
 width: 66.66666667%;
 padding-left: 40px;
}
@media (max-width: 991px) {
 .product-column .product-item .description {
 padding-left: 30px;
 width: 60%;
 }
}
@media (max-width: 767px) {
 .product-column .product-item .description {
 padding: 0px !important;
 width: 100%;
 margin-top: 40px;
 text-align: center !important;
 }
}
.product-column .product-item .description h3 {
 margin: 0px;
 color: #000000;
}
.product-column .product-item .description h3 a {
 color: inherit;
}
.product-column .product-item .description .description-body {
 margin-top: 30px;
}
@media (max-width: 767px) {
 .product-column .product-item .description .description-body {
 margin-top: 20px;
 }
}
@media (max-width: 767px) {
 .product-column .product-item .description .button {
 margin: 20px auto 0px auto !important;
 }
}
.product-column:nth-child(even) .product-item .image {
 padding-left: 40px;
 padding-right: 0px;
 order: 2;
}
@media (max-width: 991px) {
 .product-column:nth-child(even) .product-item .image {
 padding-left: 15px;
 }
}
.product-column:nth-child(even) .product-item .image:before {
 left: 0px;
 right: auto;
}
.product-column:nth-child(even) .product-item .description {
 order: 1;
 padding-left: 0px;
 padding-right: 40px;
 text-align: right;
}
@media (max-width: 991px) {
 .product-column:nth-child(even) .product-item .description {
 padding-right: 30px;
 }
}
.product-column:nth-child(even) .product-item .description .button {
 margin: 30px 0px 0px auto;
}
.product-single-sign-left {
 position: fixed;
 top: auto;
 bottom: 200px;
 right: auto;
 left: 0px;
 width: 50%;
 height: 350px;
 background: url('/grafika/i_symbol_left.png') no-repeat left -100px bottom;
 background-size: auto 350px;
 pointer-events: none;
 content: " ";
 opacity: 0;
 -moz-transition-duration: 0.5s;
 -webkit-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
}
@media (max-width: 1200px) {
 .product-single-sign-left {
 background-size: auto 250px;
 }
}
@media (max-width: 767px) {
 .product-single-sign-left {
 display: none;
 }
}
.product-single-sign-left.in {
 opacity: 1;
 background-position: left bottom;
}
.product-single-sign-right {
 position: fixed;
 top: 200px;
 bottom: auto;
 right: 0px;
 width: 50%;
 height: 400px;
 background: url('/grafika/i_symbol_right.png') no-repeat right -100px bottom;
 background-size: auto 400px;
 pointer-events: none;
 content: " ";
 opacity: 0;
 -moz-transition-duration: 0.5s;
 -webkit-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
}
@media (max-width: 1200px) {
 .product-single-sign-right {
 background-size: auto 300px;
 }
}
.product-single-sign-right.in {
 opacity: 1;
 background-position: right bottom;
}
@media (max-width: 767px) {
 .product-single-sign-right {
 display: none;
 }
}
.product-single {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.product-single .product-description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding-bottom: 150px;
 background: url('/grafika/spacer_symbols.png') no-repeat bottom center;
 background-size: 100% auto;
}
@media (max-width: 991px) {
 .product-single .product-description {
 padding-bottom: 100px;
 }
}
@media (max-width: 767px) {
 .product-single .product-description {
 padding-bottom: 0px;
 background: none !important;
 }
}
.product-single .product-description .description-info {
 margin-top: 60px;
 padding-top: 60px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 border-top: 2px solid #dfe4dd;
}
@media (max-width: 580px) {
 .product-single .product-description .description-info {
 margin-top: 40px;
 padding-top: 40px;
 background: url('/grafika/sign_product.png') no-repeat bottom center;
 background-size: 100% auto !important;
 }
}
.product-single .product-description .description-info:after {
 clear: both;
 display: block;
 content: " ";
}
.product-single .product-description .description-info.has-column > div {
 width: 50%;
 float: left;
 padding-right: 30px;
}
@media (max-width: 580px) {
 .product-single .product-description .description-info.has-column > div {
 width: 100%;
 float: none;
 padding-right: 0px;
 }
 .product-single .product-description .description-info.has-column > div + div {
 margin-top: 30px;
 }
}
.product-single .product-description .description-info.has-column .sign {
 background: url('/grafika/sign_product.png') no-repeat bottom center;
 background-size: auto !important;
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 50%;
}
.product-single .product-description .description-info.has-column.sign-right .sign {
 left: 50%;
}
.product-single .product-description .description-info > div ul + span,
.product-single .product-description .description-info > div p + span {
 margin-top: 30px;
}
.product-single .product-description .description-info > div > span {
 font-weight: 500;
 display: block;
 margin-bottom: 20px;
}
.product-single .product-description .descriptions-add {
 margin-top: 60px;
 padding-top: 60px;
 border-top: 2px solid #dfe4dd;
}
@media (max-width: 580px) {
 .product-single .product-description .descriptions-add {
 margin-top: 40px;
 padding-top: 40px;
 }
}
.product-single .product-description .descriptions-add .files-wrapper {
 padding-top: 40px;
}
.product-single .product-description .product-single-gallery {
 margin-top: 60px;
 padding-top: 60px;
 border-top: 2px solid #dfe4dd;
}
@media (max-width: 580px) {
 .product-single .product-description .product-single-gallery {
 margin-top: 40px;
 padding-top: 40px;
 }
}
.product-single .product-description .product-single-gallery .title-small {
 margin: 0px 0px 30px 0px;
}
.product-single .product-description .product-single-gallery .items {
 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 -15px -30px -15px;
}
.product-single .product-description .product-single-gallery .items > div {
 width: 33.33333333%;
 padding: 0px 15px 30px 15px;
}
.product-single .product-description .product-single-gallery .items > div a {
 display: block;
 overflow: hidden;
}
.product-single .product-description .product-single-gallery .items > div a img {
 display: block;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
.product-single .product-description .product-single-gallery .items > div a:hover 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);
}
.product-single .product-description .buttons-footer {
 margin-top: 60px;
}
@media (max-width: 767px) {
 .product-single .product-description .buttons-footer {
 margin: 60px auto 0px auto !important;
 }
}
.product-single .product-description .buttons-footer:before,
.product-single .product-description .buttons-footer:after {
 clear: both;
 display: block;
 content: " ";
}
.product-single .product-description .buttons-footer .button-product-last {
 float: right;
 display: inline-block;
}
.product-single .product-description .buttons-footer .is-back {
 float: left;
}
/* BOKSY */
/* Zminne glowne */
/* MUSI BYC PODZIELNE PRZEZ LICZBE KOLUMN */
/* Wyliczane automatycznie, raczej nie edytowac */
/* BOKSY END */
/*---------------------------------------------------
 LESS Elements 0.9
 ---------------------------------------------------
 A set of useful LESS mixins
 More info at: http://lesselements.com
 ---------------------------------------------------*/
.clearAll:before,
.clearAll:after {
 clear: both;
 display: block;
 content: " ";
}
.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;
}
@media (max-width: 580px) {
 .col-xxs-12 {
 float: none;
 width: 100%;
 }
}
.news-column:last-child .news-item {
 margin-bottom: 0px;
}
.news-column .news-item {
 margin-bottom: 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;
}
@media (max-width: 767px) {
 .news-column .news-item {
 display: block;
 }
}
.news-column .news-item .image {
 width: 380px;
 min-width: 380px;
 margin-right: 30px;
 padding-bottom: 30px;
 padding-right: 30px;
 text-align: center;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .news-column .news-item .image {
 width: 300px;
 min-width: 300px;
 padding-right: 15px;
 padding-bottom: 15px;
 }
}
@media (max-width: 767px) {
 .news-column .news-item .image {
 width: 100%;
 min-width: auto;
 max-width: 300px;
 margin: 0px auto 30px auto;
 padding: 0px 15px;
 }
}
.news-column .news-item .image::before {
 position: absolute;
 width: 200px;
 height: 200px;
 right: 0px;
 bottom: 0px;
 background: #014029;
 content: " ";
 z-index: 1;
}
@media (max-width: 991px) {
 .news-column .news-item .image::before {
 width: 160px;
 height: 160px;
 }
}
@media (max-width: 767px) {
 .news-column .news-item .image::before {
 left: 0px;
 bottom: -15px;
 right: auto;
 }
}
.news-column .news-item .image > a {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 2;
}
.news-column .news-item .image > a > img {
 display: block;
 margin: 0px auto;
 max-width: 100%;
 height: auto !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 767px) {
 .news-column .news-item .description {
 text-align: center;
 }
}
.news-column .news-item .description > .title-small {
 margin: 0px 0px 15px 0px;
 font-size: 28px;
 color: #000000;
}
@media (max-width: 480px) {
 .news-column .news-item .description > .title-small {
 font-size: 24px;
 }
}
.news-column .news-item .description > .title-small > a {
 color: inherit;
}
.news-column .news-item .description .date {
 display: table;
 padding-left: 30px;
 background: url('/grafika/svg/i-date.svg') no-repeat left center;
 background-size: auto 18px !important;
 margin-bottom: 10px;
 font-size: 16px;
}
@media (max-width: 991px) {
 .news-column .news-item .description .date {
 font-size: 14px;
 }
}
@media (max-width: 767px) {
 .news-column .news-item .description .date {
 margin: 0px auto 10px auto;
 }
}
.news-column .news-item .description .description-body {
 margin-bottom: 20px;
}
.news-column .news-item .description .description-body p:last-child {
 margin: 0px;
}
.news-column .news-item .description .news-more {
 display: table;
 color: #000000;
 font-size: 18px;
 padding-bottom: 2px;
 text-decoration: none !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .news-column .news-item .description .news-more {
 font-size: 16px;
 }
}
@media (max-width: 767px) {
 .news-column .news-item .description .news-more {
 margin: 0px auto;
 }
}
.news-column .news-item .description .news-more::after {
 content: " ";
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 height: 2px;
 background-image: linear-gradient(to right, #e3c17a, #a3823f);
}
/** Karta newsa */
.news-single .news-single-inner {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.news-single .news-single-inner.has-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;
 margin: 0px -30px;
}
@media (max-width: 991px) {
 .news-single .news-single-inner.has-image {
 margin: 0px -15px;
 }
}
@media (max-width: 767px) {
 .news-single .news-single-inner.has-image {
 display: block;
 }
}
.news-single .news-single-inner.has-image .image {
 width: 50%;
 padding: 0px 30px;
}
@media (max-width: 991px) {
 .news-single .news-single-inner.has-image .image {
 padding: 0px 15px;
 }
}
@media (max-width: 767px) {
 .news-single .news-single-inner.has-image .image {
 width: 100%;
 }
}
.news-single .news-single-inner.has-image .description {
 width: 50%;
 padding: 0px 30px;
}
@media (max-width: 991px) {
 .news-single .news-single-inner.has-image .description {
 padding: 0px 15px;
 }
}
@media (max-width: 767px) {
 .news-single .news-single-inner.has-image .description {
 width: 100%;
 }
}
@media (max-width: 767px) {
 .news-single .news-single-inner.has-image .news-heading {
 padding: 0px 15px;
 }
}
.news-single .news-single-inner .image .image-inner {
 padding: 0px 60px 60px 0px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1400px) {
 .news-single .news-single-inner .image .image-inner {
 padding: 0px 30px 30px 0px;
 }
}
@media (max-width: 1200px) {
 .news-single .news-single-inner .image .image-inner {
 padding: 0px 0px 15px 15px;
 }
}
@media (max-width: 767px) {
 .news-single .news-single-inner .image .image-inner {
 padding: 0px 15px 15px 15px;
 margin: 0px auto 30px auto;
 max-width: 400px;
 width: 100%;
 }
}
.news-single .news-single-inner .image .image-inner:before {
 position: absolute;
 width: 400px;
 height: 400px;
 right: 0px;
 bottom: 0px;
 background: #014029;
 content: " ";
 z-index: 1;
}
@media (max-width: 1400px) {
 .news-single .news-single-inner .image .image-inner:before {
 width: 240px;
 height: 240px;
 }
}
@media (max-width: 1200px) {
 .news-single .news-single-inner .image .image-inner:before {
 left: 0px;
 right: auto;
 }
}
@media (max-width: 767px) {
 .news-single .news-single-inner .image .image-inner:before {
 width: 160px;
 height: 160px;
 }
}
.news-single .news-single-inner .image .image-inner a {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 2;
}
.news-single .news-single-inner .image .image-inner a img {
 display: block;
 margin: 0px auto;
 max-width: 100%;
}
@media (max-width: 767px) {
 .news-single .news-single-inner .news-heading {
 text-align: center;
 }
}
.news-single .news-single-inner .news-heading h1 {
 margin-top: 0px;
}
.news-single .news-single-inner .news-heading .date {
 display: table;
 padding-left: 30px;
 background: url('/grafika/svg/i-date.svg') no-repeat left center;
 background-size: auto 18px !important;
 margin-bottom: 10px;
 font-size: 16px;
}
@media (max-width: 991px) {
 .news-single .news-single-inner .news-heading .date {
 font-size: 14px;
 }
}
@media (max-width: 767px) {
 .news-single .news-single-inner .news-heading .date {
 margin: -10px auto 20px auto;
 }
}
.news-single .news-gallery {
 margin-top: 60px;
}
.news-single .news-gallery .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 -10px -20px -10px;
}
.news-single .news-gallery .items > div {
 width: 20%;
 padding: 0px 10px 20px 10px;
}
@media (max-width: 991px) {
 .news-single .news-gallery .items > div {
 width: 25%;
 }
}
@media (max-width: 580px) {
 .news-single .news-gallery .items > div {
 width: 50%;
 }
}
.news-single .news-gallery .items > div img {
 display: block;
 max-width: 100%;
}
.news-single .descriptions .item {
 margin-top: 60px;
}
@media (min-width: 1200px) {
 .news-single .descriptions .item.item-left > .row,
 .news-single .descriptions .item.item-right > .row {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 }
 .news-single .descriptions .item.item-left > .row .pull-right,
 .news-single .descriptions .item.item-right > .row .pull-right {
 order: 2;
 }
}
@media (max-width: 767px) {
 .news-single .descriptions .item .pull-right {
 float: none !important;
 }
}
.news-single .descriptions .item .image img {
 max-width: 100%;
 display: block;
}
.search-results .search-info {
 border: 1px dotted #FFF;
 padding: 15px;
 text-align: center;
}
.search-results .search-info h2 {
 margin-top: 0px;
}
.search-results .result-row {
 list-style: none;
 padding: 15px 15px 15px 60px;
 counter-increment: item;
 position: relative;
 clear: both;
 border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.search-results .result-row:nth-child(odd) {
 background: #141835;
}
.search-results .result-row::before {
 margin-right: 20px;
 margin-bottom: 10px;
 content: counter(item);
 background: #014029;
 font-size: 15px;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 color: #FFF;
 height: 30px;
 padding-top: 5px;
 width: 30px;
 font-weight: bold;
 text-align: center;
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 10px;
 margin-top: -15px;
}
@media (max-width: 480px) {
 .search-results .result-row::before {
 margin-top: 0px;
 top: 20px;
 }
}
.search-results .result-row:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.search-results .result-row img {
 width: 250px;
 max-width: 25%;
 height: auto;
 float: left;
 margin-right: 20px;
}
@media (max-width: 480px) {
 .search-results .result-row img {
 float: none;
 display: block;
 margin-bottom: 15px;
 max-width: 100%;
 }
}
.search-results .result-row .path {
 color: #014029;
 font-size: 0.9em;
}
.search-results .result-row .path a {
 color: inherit;
}
.search-results .result-row > a {
 font-size: 16px;
 color: #FFF;
}
.section-reviews {
 padding-top: 100px;
}
@media (max-width: 1200px) {
 .section-reviews {
 padding-top: 50px;
 }
}
@media (max-width: 991px) {
 .section-reviews {
 padding-top: 10px;
 }
}
@media (max-width: 767px) {
 .section-reviews {
 padding: 0px 15px;
 }
}
.section-reviews h2 {
 padding: 0px 40px;
}
.reviews .reviews-owl {
 margin: 0px -10px;
 width: auto !important;
}
.reviews .reviews-owl .owl-nav {
 margin: 0px;
}
.reviews .reviews-owl .owl-nav .owl-prev,
.reviews .reviews-owl .owl-nav .owl-next {
 width: 50px;
 height: 99px;
 background-size: 100% 100% !important;
 background: url('/grafika/svg/arrow_left.svg') no-repeat center center !important;
 position: absolute;
 left: -110px;
 top: 50%;
 margin: -50px 0px 0px 0px !important;
 outline: 0px !important;
 padding: 0px;
}
@media (max-width: 1700px) {
 .reviews .reviews-owl .owl-nav .owl-prev,
 .reviews .reviews-owl .owl-nav .owl-next {
 top: -102px;
 left: 10px;
 width: 30px;
 height: 59px;
 margin-top: 0px !important;
 }
}
@media (max-width: 991px) {
 .reviews .reviews-owl .owl-nav .owl-prev,
 .reviews .reviews-owl .owl-nav .owl-next {
 width: 20px;
 height: 39px;
 top: -87px;
 }
}
.reviews .reviews-owl .owl-nav .owl-prev.owl-next,
.reviews .reviews-owl .owl-nav .owl-next.owl-next {
 left: auto;
 right: -110px;
 background-size: 100% 100% !important;
 background: url('/grafika/svg/arrow_right.svg') no-repeat center center !important;
}
@media (max-width: 1700px) {
 .reviews .reviews-owl .owl-nav .owl-prev.owl-next,
 .reviews .reviews-owl .owl-nav .owl-next.owl-next {
 right: 10px;
 }
}
.reviews .reviews-owl .review-item {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 0px 10px 10px 10px;
}
.reviews .reviews-owl .review-item::before {
 content: " ";
 width: 60px;
 height: 60px;
 position: absolute;
 left: 0px;
 bottom: 0px;
 background: #014029;
}
.reviews .reviews-owl .review-item > div {
 z-index: 2;
 padding: 30px;
 background: #dfe4dd;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.reviews .reviews-owl .review-item > div .stars {
 width: 86px;
 height: 15px;
 margin-bottom: 10px;
 display: block;
 background: url('/grafika/svg/stars.svg') no-repeat bottom left;
 background-size: 100% auto !important;
}
.reviews .reviews-owl .review-item > div .stars.stars-5 {
 background-position: left top 0px !important;
}
.reviews .reviews-owl .review-item > div .stars.stars-4 {
 background-position: left top -17px !important;
}
.reviews .reviews-owl .review-item > div .stars.stars-3 {
 background-position: left top -34px !important;
}
.reviews .reviews-owl .review-item > div .stars.stars-2 {
 background-position: left top -51px !important;
}
.reviews .reviews-owl .review-item > div .stars.stars-1 {
 background-position: left top -68px !important;
}
.reviews .reviews-owl .review-item > div .description {
 font-size: 15px;
 padding-top: 10px;
 max-height: 160px;
 min-height: 160px;
 margin-bottom: 20px;
 background: url('/grafika/svg/i-quote.svg') no-repeat left top !important;
 background-size: auto 28px !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 display: block;
 display: -webkit-box;
 -webkit-line-clamp: 7;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
}
.reviews .reviews-owl .review-item > div .author {
 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;
}
.reviews .reviews-owl .review-item > div .author .image {
 width: 50px;
 height: 50px;
 min-width: 50px;
 margin-right: 10px;
}
.reviews .reviews-owl .review-item > div .author .author-description {
 font-size: 12px;
}
.reviews .reviews-owl .review-item > div .author .author-description a {
 color: inherit !important;
}
.reviews .reviews-owl .review-item > div .author .author-description strong {
 font-size: 13px;
}
.formularz {
 font-size: 18px;
 /* WebKit, Blink, Edge */
 /* Mozilla Firefox 4 to 18 */
 /* Mozilla Firefox 19+ */
 /* Internet Explorer 10-11 */
 /* Microsoft Edge */
}
.formularz .form-group {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin: 0px 0px 20px 0px;
}
.formularz .form-group .col-sm-8 {
 width: 100% !important;
 margin: 0px !important;
 float: none !important;
 padding: 0px !important;
}
.formularz .form-group div[id^='req'] {
 padding-left: 15px;
}
.formularz label.control-label {
 width: auto !important;
 float: none;
 font-weight: 500;
 position: absolute;
 left: 10px;
 top: 0px;
 background: #FFF;
 padding: 5px;
 z-index: 5;
 transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 -moz-transform: translate(0, -50%);
 -o-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 font-size: 12px;
 text-transform: uppercase;
}
.formularz .form-control:not(textarea) {
 height: 50px;
 line-height: 50px;
 padding: 0px 15px;
 color: #000000;
 border: 1px solid #dfe4dd;
 box-shadow: none;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.formularz textarea.form-control {
 line-height: normal;
 padding: 15px;
 border: 1px solid #dfe4dd;
 box-shadow: none;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.formularz ::-webkit-input-placeholder {
 color: #dfe4dd;
}
.formularz :-moz-placeholder {
 color: #dfe4dd;
}
.formularz ::-moz-placeholder {
 color: #dfe4dd;
}
.formularz :-ms-input-placeholder {
 color: #dfe4dd;
}
.formularz ::-ms-input-placeholder {
 color: #dfe4dd;
}
.checkbox {
 padding-left: 20px;
}
.checkbox label {
 display: inline-block;
 position: relative;
 padding-left: 5px;
}
.checkbox label::before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 17px;
 height: 17px;
 left: 0;
 margin-left: -20px;
 border: 1px solid #cccccc;
 border-radius: 3px;
 background-color: #fff;
 -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
 -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
 transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
 display: inline-block;
 position: absolute;
 width: 16px;
 height: 16px;
 left: 0;
 top: 0;
 margin-left: -20px;
 padding-left: 3px;
 padding-top: 1px;
 font-size: 11px;
 color: #014029;
}
.checkbox input[type="checkbox"] {
 opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
 font-family: 'Glyphicons Halflings';
 content: "\e013";
}
.checkbox input[type="checkbox"]:disabled + label {
 opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
 background-color: #eeeeee;
 cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
 border-radius: 50%;
}
.checkbox.checkbox-inline {
 margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
 background-color: #428bca;
 border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
 background-color: #d9534f;
 border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
 background-color: #5bc0de;
 border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
 background-color: #f0ad4e;
 border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
 background-color: #5cb85c;
 border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
 color: #fff;
}
.radio {
 padding-left: 20px;
}
.radio label {
 display: inline-block;
 position: relative;
 padding-left: 5px;
}
.radio label::before {
 content: "";
 display: inline-block;
 position: absolute;
 width: 17px;
 height: 17px;
 left: 0;
 margin-left: -20px;
 border: 1px solid #014029;
 border-radius: 50%;
 background-color: #fff;
 -webkit-transition: border 0.15s ease-in-out;
 -o-transition: border 0.15s ease-in-out;
 transition: border 0.15s ease-in-out;
}
.radio label::after {
 display: inline-block;
 position: absolute;
 content: " ";
 width: 11px;
 height: 11px;
 left: 3px;
 top: 3px;
 margin-left: -20px;
 border-radius: 50%;
 background-color: #014029;
 -webkit-transform: scale(0, 0);
 -ms-transform: scale(0, 0);
 -o-transform: scale(0, 0);
 transform: scale(0, 0);
 -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
 transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
 opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
 -webkit-transform: scale(1, 1);
 -ms-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
 opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
 cursor: not-allowed;
}
.radio.radio-inline {
 margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
 background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
 border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
 background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
 background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
 border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
 background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
 background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
 border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
 background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
 background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
 border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
 background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
 background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
 border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
 background-color: #5cb85c;
}
.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%;
}
.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 + .plik {
 border-top: 1px solid #dfe4dd;
}
.plik {
 display: block;
 width: 100%;
 max-width: 500px;
 margin: 10px 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 padding: 10px 80px 10px 0px;
 border: 0px;
 font-weight: 400;
 color: #000000 !important;
 position: relative;
 font-size: 18px;
}
.plik span:not(.pobierz):after {
 margin-left: 10px;
}
.plik .pobierz {
 position: absolute;
 right: 0px;
 top: 12px;
 border-bottom: 1px solid #c2a15c;
 font-weight: 500;
 font-size: 13px;
 text-transform: uppercase;
}
.plik[href*="pdf"] span:not(.pobierz):after {
 content: "(pdf)";
}
.plik[href*=".doc"] span:not(.pobierz):after,
.plik[href*=".docx"] span:not(.pobierz):after {
 content: "(doc)";
}
.plik[href*=".odt"] span:not(.pobierz):after {
 content: "(odt)";
}
.plik[href*="xls"] span:not(.pobierz):after,
.plik[href*="xlsx"] span:not(.pobierz):after {
 content: "(xls)";
}
.plik[href*="zip"] span:not(.pobierz):after {
 content: "(zip)";
}
.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 .glyphon-container,
#gallery_miniatury_left .glyphon-container {
 top: 35px;
}
#gallery_miniatury_left .glyphon-container {
 left: 50px;
}
#gallery_miniatury_right .glyphon-container {
 right: 50px;
}
#gallery_tlo {
 display: none;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 1090;
 position: fixed;
 background: #000000;
}
#DmsGallery #gallery_miniatury_mag {
 display: none !important;
}
#DmsGallery .glyphon-container {
 /* Kolor ikon */
 color: #000000;
 overflow: hidden;
 font-size: 15px;
 padding-top: 1px;
 text-align: center;
 width: 25px;
 height: 25px;
 position: absolute;
 z-index: 2000;
 /*
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*/
 cursor: pointer;
}
#DmsGallery #gallery_close {
 display: none;
 right: 5px;
 top: 5px;
 font-size: 19px;
}
#DmsGallery #gallery_zoom {
 display: none !important;
 right: 5px;
 bottom: 5px;
}
#DmsGallery #gallery_back {
 left: 5px;
}
#DmsGallery #gallery_next {
 right: 5px;
}
#DmsGallery #gallery_back,
#DmsGallery #gallery_next {
 font-size: 30px;
 padding-top: 0px;
 height: 35px;
 width: 35px;
}
#DmsGallery #gallery_inside > div {
 overflow: hidden;
 position: relative;
 background-color: #ffffff;
 /*
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
*/
}
#DmsGallery #gallery_miniatury a img {
 cursor: pointer;
 border: solid 1px #000000;
 margin-left: 1px;
 margin-right: 1px;
 margin-top: 2px;
}
#DmsGallery #gallery_miniatury a img.active {
 border-color: #ff0000;
}
#DmsGallery #gallery_podpis {
 display: none;
 padding-top: 7px;
 padding-bottom: 6px;
 background: #ffffff;
 color: #000000;
 padding-top: 6px;
 font-size: 13px;
}
#DmsGallery .loading {
 overflow: hidden;
 /*
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
*/
 position: absolute;
 z-index: 1992;
 width: 50px;
 height: 50px;
 text-align: center;
 background-color: #ffffff;
}
#DmsGallery .loading img {
 margin-top: 9px;
 margin-bottom: 9px;
 min-width: 0px;
}
#DmsGallery #gallery_caption {
 padding: 3px;
}
#DmsGallery .glyphon-container {
 color: #014029;
}
/* COOKIES */
#cokPyt {
 background: #014029 !important;
 border-top: 1px solid #000e09 !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: #014029;
 border-color: #014029;
 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: #000000;
 border-color: #000000;
}
.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: 0px;
}
.files > div {
 padding: 6px 10px;
 border-bottom: 1px solid #dfe4dd;
}
.files > div:last-child {
 border-bottom: 0px;
}
.files > div > img {
 margin-right: 10px;
 height: auto;
}
.files > div > a {
 color: #000000;
 font-size: 15px;
 font-weight: 500;
}
/* DODATKI */
@media all and (max-width: 767px) {
 .responsive-left,
 .responsive-right {
 text-align: center;
 float: none;
 }
}
/* Edycja inline */
.cms-page-edit {
 position: relative;
 padding: 10px 0px;
 text-align: right;
 font-size: 12px;
}
.cms-page-edit > a.cms-link {
 color: #000000;
}
.cms-page-edit > a.cms-link span {
 margin-left: 10px;
 color: #4dab34;
}
.cms-edit {
 position: relative;
}
.cms-edit > a.cms-link {
 position: absolute;
 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 {
 z-index: 1041;
}
.bootbox .modal-dialog .modal-content {
 box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 border: 0px;
 color: #000;
 background: #FFF;
}
.bootbox .modal-dialog .bootbox-close-button {
 position: absolute;
 margin: 0px !important;
 right: 10px;
 top: 10px;
 color: #FFFFFF;
 background: #FFF;
 width: 25px;
 height: 25px;
 line-height: 25px;
 padding: 0px !important;
 border: 0px !important;
}
.bootbox .modal-dialog .bootbox-close-button::before {
 color: #014029;
 font-family: 'Glyphicons Halflings';
 content: "\e014";
 left: 0px;
 right: 0px;
 top: 0px;
 bottom: 0px;
 position: absolute;
 text-align: center;
 background: #FFF;
}
.bootbox .modal-dialog .modal-body {
 padding: 15px;
}
.bootbox .modal-dialog .modal-footer button[data-bb-handler] {
 background: #014029 !important;
 border-color: #014029 !important;
 color: #FFFFFF;
 outline: none !important;
 font-weight: bold;
}
* {
 margin: 0;
}
html,
body {
 height: 100%;
}
.popup {
 cursor: pointer;
}
body {
 font-family: 'Jost', sans-serif;
 font-weight: 400;
 font-size: 21px;
 color: #000000;
}
@media (max-width: 991px) {
 body {
 font-size: 18px;
 }
}
.page11111 #cmsContent .section:first-child {
 margin: 100px 0px 0px 0px;
}
@media (max-width: 1200px) {
 .page11111 #cmsContent .section:first-child {
 margin: 40px 0px 0px 0px;
 }
}
@media (max-width: 767px) {
 .page11111 #cmsContent .section:first-child {
 margin: 0px 0px 0px 0px;
 }
}
.page11111 #cmsContent .section:first-child + .section .ukl_foto {
 margin-top: 0px !important;
}
.body:not(.page11111) #cmsContent .section:first-child .ukl_foto {
 margin-top: 0px !important;
}
.modal-content {
 padding: 20px;
 box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
 border: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
.modal-content .modal-close {
 position: absolute;
 top: 20px;
 right: 20px;
 cursor: pointer;
 z-index: 20;
}
.modal-content h2 {
 font-size: 30px;
 text-align: center;
 margin: 0px 0px 20px 0px;
}
@media (max-width: 767px) {
 .body.page11111 .wrapper {
 padding-bottom: 141px;
 }
}
.wrapper {
 width: 100%;
 max-width: 1920px;
 margin: 0px auto;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 overflow-x: hidden;
}
@media (max-width: 767px) {
 .wrapper {
 padding-bottom: 41px;
 }
}
.wrapper-small {
 width: 100%;
 max-width: 1510px;
 padding: 0px 15px;
 margin: 0px auto;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 767px) {
 .wrapper-small {
 padding: 0px;
 }
}
.container-full {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 100%;
}
.container {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (min-width: 1201px) {
 .container {
 width: 1230px;
 }
}
.content {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.content.content-cennik {
 max-width: 800px;
 width: 100%;
 margin: 0px auto;
}
.content.content-cennik .ukl_body {
 overflow: hidden;
}
.table-cennik {
 border: 0px !important;
 border-spacing: 0px !important;
 width: 100% !important;
 overflow: hidden !important;
}
@media (max-width: 480px) {
 .table-cennik .spacer-time:after,
 .table-cennik .spacer-nodots:after {
 display: none !important;
 }
 .table-cennik .spacer-time td,
 .table-cennik .spacer-nodots td {
 width: 100%;
 }
}
.table-cennik tr {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.table-cennik tr.tr-small td {
 font-size: 18px;
}
@media (max-width: 767px) {
 .table-cennik tr.tr-small td {
 font-size: 16px;
 }
}
.table-cennik tr.spacer td {
 background: #FFF;
 padding: 5px 0px !important;
}
.table-cennik tr.spacer td .ico-time {
 margin-bottom: 0px;
}
@media (max-width: 480px) {
 .table-cennik tr.spacer:not(.spacer-nodots):not(.spacer-time) td {
 background: url('/grafika/dots-background.png') repeat-x left center !important;
 }
}
.table-cennik tr.no-dots td {
 background: #FFF;
}
.table-cennik tr:not(.tr-small):not(.spacer):not(.no-dots) td {
 background: url('/grafika/dots-background.png') left top 31px repeat-x !important;
}
@media (max-width: 767px) {
 .table-cennik tr:not(.tr-small):not(.spacer):not(.no-dots) td {
 background-position: left top 28px !important;
 }
}
@media (max-width: 480px) {
 .table-cennik tr:not(.tr-small):not(.spacer):not(.no-dots) td {
 background: #FFF !important;
 }
}
.table-cennik tr td {
 border: 0px !important;
 padding: 10px 0px !important;
 background: url('/grafika/dots-background.png') left top 25px repeat-x;
}
@media (max-width: 480px) {
 .table-cennik tr td {
 background: #FFF !important;
 }
}
.table-cennik tr td ul {
 margin: 0px !important;
}
.table-cennik tr td ul li {
 margin: 0px !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.table-cennik tr td ul li:before {
 top: 9px !important;
}
@media (max-width: 767px) {
 .table-cennik tr td ul li:before {
 top: 7px !important;
 }
}
.table-cennik tr td .ico-time {
 margin: 0px 0px 30px 70px;
 padding-top: 5px;
 padding-left: 0px;
 background: none;
}
@media (max-width: 767px) {
 .table-cennik tr td .ico-time {
 font-size: 18px;
 }
}
.table-cennik tr td .ico-time:before {
 content: " ";
 position: absolute;
 left: -70px;
 top: 5px;
 background: url('/grafika/svg/i_time.svg') no-repeat left center;
 background-size: 52px 52px !important;
 display: block;
 width: 52px;
 height: 52px;
}
@media (max-width: 767px) {
 .table-cennik tr td .ico-time:before {
 top: 0px;
 }
}
.table-cennik tr td .ico-time strong {
 margin: 0px;
}
.table-cennik tr td .ico-time.margin_up {
 margin-top: -20px !important;
}
@media (max-width: 767px) {
 .table-cennik tr td .ico-time.margin_up {
 margin-top: -10px !important;
 }
}
.table-cennik tr td strong {
 display: block;
 margin-bottom: 5px;
}
.table-cennik tr td:last-child {
 text-align: right;
}
.table-cennik tr td:first-child > div {
 display: inline-block;
 background: #FFF;
 padding-right: 20px;
}
.table-cennik tr td:first-child ul > li {
 display: inline-block !important;
 padding-left: 20px !important;
 position: relative !important;
}
@media (max-width: 480px) {
 .table-cennik tr td:first-child {
 width: 70%;
 }
}
.table-cennik tr td:last-child > div {
 background: #FFF;
 z-index: 10;
 position: relative;
 display: table;
 margin: 0px 0px auto auto;
 padding-left: 20px;
}
.table-cennik tr td:last-child > div::before {
 width: 10px;
 background: #FFF;
 top: 0px;
 left: -10px;
 bottom: 0px;
 content: " ";
 position: absolute;
}
@media (max-width: 480px) {
 .table-cennik tr td:last-child {
 width: 30%;
 }
}
h1,
h2,
.title {
 font-size: 41px;
 font-weight: 500;
 margin: 35px 0px;
 line-height: 1.1;
}
@media (max-width: 991px) {
 h1,
 h2,
 .title {
 font-size: 32px;
 }
}
h1.text-center,
h2.text-center,
.title.text-center {
 margin: 50px 0px;
 text-align: center;
}
h3,
.title-small {
 font-size: 38px;
 font-weight: 500;
 margin: 25px 0px;
 line-height: 1.1;
}
@media (max-width: 991px) {
 h3,
 .title-small {
 font-size: 28px;
 }
}
h3.has-color,
.title-small.has-color {
 display: table;
 color: #FFF;
 padding: 10px 20px;
}
h4,
.title-h4 {
 font-size: 21px;
 font-weight: 500;
 margin: 20px 0px;
 line-height: 1.1;
}
h5,
.title-h5 {
 font-size: 13px;
 font-weight: 500;
 margin: 15px 0px;
 line-height: 1.2;
}
a {
 color: #014029;
}
a:hover {
 color: inherit;
}
b,
strong {
 font-weight: 500 !important;
}
table tr th {
 font-weight: 500 !important;
}
.button {
 display: table;
 padding: 18px 75px 18px 30px;
 margin: 30px 0px 0px 0px;
 font-size: 15px;
 font-weight: 500;
 color: #FFF !important;
 outline: 0px !important;
 text-transform: uppercase;
 text-decoration: none !important;
 border: 0px !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 background-image: linear-gradient(to right, #e3c17a, #a3823f);
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 767px) {
 .button {
 padding: 12px 60px 12px 20px;
 }
}
.button:before {
 position: absolute;
 right: 30px;
 width: 24px;
 height: 13px;
 top: 50%;
 margin-top: -7px;
 background: url('/grafika/svg/arrow_right_long_white.svg') no-repeat center center;
 background-size: 100% 100% !important;
 content: " ";
}
@media (max-width: 767px) {
 .button:before {
 right: 20px;
 }
}
.button.is-back {
 padding: 18px 30px 18px 75px;
 background-image: linear-gradient(to right, #014029, #012216);
}
@media (max-width: 767px) {
 .button.is-back {
 padding: 12px 20px 12px 60px;
 }
}
.button.is-back:before {
 position: absolute;
 left: 30px;
 width: 24px;
 height: 13px;
 top: 50%;
 margin-top: -7px;
 background: url('/grafika/svg/arrow_left_long_white.svg') no-repeat center center;
 background-size: 100% 100% !important;
 content: " ";
}
@media (max-width: 767px) {
 .button.is-back:before {
 left: 20px;
 }
}
.button:hover {
 box-shadow: 0px 1px 30px rgba(1, 64, 41, 0.4);
}
.phone-fixed {
 position: fixed;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background: #014029;
 padding: 10px 0px;
 line-height: 20px;
 z-index: 100;
 text-decoration: none !important;
 border-top: 1px solid rgba(194, 161, 92, 0.5);
}
.phone-fixed span {
 background: #014029 url('/grafika/svg/i_phone.svg') no-repeat left center;
 background-size: 20px 18px !important;
 font-size: 15px;
 font-weight: 500;
 padding-left: 30px;
 color: #FFF !important;
 display: table;
 margin: 0px auto;
}
@media (min-width: 768px) {
 .phone-fixed {
 display: none;
 }
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination) {
 list-style: none;
 padding: 0px;
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination) > li {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 display: block;
 padding-left: 23px;
 margin-bottom: 5px;
}
ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination) > li:before {
 content: "";
 position: absolute;
 left: 0px;
 top: 14px;
 width: 6px;
 height: 6px;
 background-image: linear-gradient(to right, #e3c17a, #a3823f);
}
@media (max-width: 767px) {
 ul:not(.dropdown-menu):not(.nav-header):not(.breadcrumb):not(.nav-left):not(.pagination) > li:before {
 top: 10px;
 }
}
/** Elementy nawigacyjne */
.navbar-toggle {
 background: #014029;
 position: absolute;
 top: 25px;
 right: 15px;
 margin: 0px;
 padding: 0px;
 height: 40px;
 width: 40px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
}
@media (max-width: 767px) {
 .navbar-toggle {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: center;
 -moz-box-align: center;
 -ms-flex-align: center;
 -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
 }
}
.navbar-toggle .icon-bar {
 background: #FFF;
 width: 20px;
 margin-left: auto;
 margin-right: auto;
}
.navbar-left-toggle {
 padding: 8px 15px;
 color: #FFF;
 margin: 15px 0px 15px 15px;
 outline: none;
 font-size: 14px;
 background: #014029;
 border: 0px;
}
.navbar-collapse {
 padding: 0px;
 margin: 0px;
}
.nav-header {
 margin: 50px 0px 0px 0px !important;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 1200px) {
 .nav-header {
 margin-top: 28px !important;
 }
}
@media (max-width: 767px) {
 .nav-header {
 margin: 0px !important;
 padding-bottom: 10px;
 }
}
.nav-header > li {
 padding: 20px 0px 20px 30px;
}
@media (max-width: 1300px) {
 .nav-header > li {
 padding-left: 20px;
 }
}
@media (max-width: 991px) {
 .nav-header > li {
 padding-left: 15px;
 }
}
@media (max-width: 767px) {
 .nav-header > li {
 padding: 0px;
 }
}
.nav-header > li > a {
 color: #000000;
 font-size: 18px;
 font-weight: 400;
 padding: 6px 0px;
 background: none !important;
 display: block;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 991px) {
 .nav-header > li > a {
 font-size: 16px;
 }
}
@media (min-width: 768px) {
 .nav-header > li > a:after {
 display: block;
 position: absolute;
 left: 0px;
 width: 0px;
 bottom: 0px;
 height: 2px;
 background: #FFF;
 content: " ";
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
 }
}
@media (max-width: 767px) {
 .nav-header > li > a {
 text-align: center;
 font-size: 18px;
 padding: 10px 0px !important;
 }
}
.nav-header > li.active a:hover:after,
.nav-header > li.open a:hover:after,
.nav-header > li:hover a:hover:after,
.nav-header > li:active a:hover:after,
.nav-header > li:focus a:hover:after,
.nav-header > li.active a:active:after,
.nav-header > li.open a:active:after,
.nav-header > li:hover a:active:after,
.nav-header > li:active a:active:after,
.nav-header > li:focus a:active:after,
.nav-header > li.active a:focus:after,
.nav-header > li.open a:focus:after,
.nav-header > li:hover a:focus:after,
.nav-header > li:active a:focus:after,
.nav-header > li:focus a:focus:after,
.nav-header > li.active a:after,
.nav-header > li.open a:after,
.nav-header > li:hover a:after,
.nav-header > li:active a:after,
.nav-header > li:focus a:after {
 width: 100%;
 right: 0px;
 background-image: linear-gradient(to right, #e3c17a, #a3823f);
}
@media (max-width: 767px) {
 .nav-header > li.active a:hover,
 .nav-header > li.open a:hover,
 .nav-header > li:hover a:hover,
 .nav-header > li:active a:hover,
 .nav-header > li:focus a:hover,
 .nav-header > li.active a:active,
 .nav-header > li.open a:active,
 .nav-header > li:hover a:active,
 .nav-header > li:active a:active,
 .nav-header > li:focus a:active,
 .nav-header > li.active a:focus,
 .nav-header > li.open a:focus,
 .nav-header > li:hover a:focus,
 .nav-header > li:active a:focus,
 .nav-header > li:focus a:focus,
 .nav-header > li.active a,
 .nav-header > li.open a,
 .nav-header > li:hover a,
 .nav-header > li:active a,
 .nav-header > li:focus a {
 color: #c2a15c;
 }
}
.nav-header > li > .dropdown-menu {
 background: #014029 !important;
 border: 0px;
 padding: 0px;
 margin: 0px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 0px;
 border-radius: 0px;
 box-shadow: none;
 left: 0px;
 right: auto;
}
.nav-header > li > .dropdown-menu > li > a {
 font-size: 13px;
 font-weight: 500;
 background: #014029 !important;
 text-transform: uppercase;
 padding: 10px 30px;
 color: #FFF;
 display: block;
 border-top: 1px solid rgba(194, 161, 92, 0.5);
}
@media (max-width: 767px) {
 .nav-header > li > .dropdown-menu > li > a {
 text-align: center;
 padding: 10px !important;
 }
}
.nav-header > li > .dropdown-menu > li:hover > a:hover,
.nav-header > li > .dropdown-menu > li:active > a:hover,
.nav-header > li > .dropdown-menu > li.active > a:hover,
.nav-header > li > .dropdown-menu > li:hover > a:active,
.nav-header > li > .dropdown-menu > li:active > a:active,
.nav-header > li > .dropdown-menu > li.active > a:active,
.nav-header > li > .dropdown-menu > li:hover > a,
.nav-header > li > .dropdown-menu > li:active > a,
.nav-header > li > .dropdown-menu > li.active > a {
 color: #c2a15c !important;
}
.nav-left {
 margin: 0px;
}
.nav-left > li.m1 > a {
 color: #FFF;
 font-size: 16px;
 padding: 10px 20px;
 text-transform: uppercase;
 font-weight: 500;
 background: #014029 !important;
 display: block;
 border-top: 1px solid rgba(194, 161, 92, 0.5);
}
.nav-left > li.m1:hover > a,
.nav-left > li.m1:active > a,
.nav-left > li.m1.active > a {
 color: #c2a15c !important;
}
.nav-left > li.m2 > a {
 color: #000000;
 font-size: 13px;
 padding: 8px 20px;
 text-transform: uppercase;
 font-weight: 500;
 background: #FFF !important;
 display: block;
}
.pagination {
 margin: 80px 0px 0px 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;
}
.pagination > li > a {
 color: #014029 !important;
 width: 40px;
 height: 40px;
 font-size: 16px;
 line-height: 38px;
 padding: 0px 5px;
 border: 1px solid #dfe4dd;
 -webkit-border-radius: 0px !important;
 -moz-border-radius: 0px !important;
 border-radius: 0px !important;
 margin: 3px;
}
.pagination > li.active > a,
.pagination > li:active > a,
.pagination > li:hover > a,
.pagination > li:focus > a,
.pagination > li.active > span,
.pagination > li:active > span,
.pagination > li:hover > span,
.pagination > li:focus > span {
 background: #014029 !important;
 border-color: #014029 !important;
 color: #FFF !important;
}
.header-spacer {
 height: 175px;
}
@media (max-width: 991px) {
 .header-spacer {
 height: 130px;
 }
}
@media (max-width: 767px) {
 .header-spacer {
 height: 92px;
 }
}
/** Nagłowek */
header {
 width: 100%;
 clear: both;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 80;
 background: #FFF;
 position: fixed;
 top: 0px;
 left: 0px;
 right: 0px;
}
header .header-inside {
 max-width: 1510px;
 width: 100%;
 padding: 0px 435px 0px 15px;
 margin: 0px auto;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1200px) {
 header .header-inside {
 padding-right: 210px;
 }
}
@media (max-width: 991px) {
 header .header-inside {
 padding-right: 190px;
 }
}
@media (max-width: 767px) {
 header .header-inside {
 margin: 0px;
 padding: 0px 15px;
 }
}
header .logo {
 position: relative;
 float: left;
 padding: 25px 0px;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 1200px) {
 header .logo {
 padding: 15px 0px;
 }
}
header .logo a {
 display: block;
 width: 157px;
 height: 125px;
 background: url('/grafika/svg/logo.svg') no-repeat center center !important;
 background-size: 100% 100% !important;
 -moz-transition-duration: 0.4s;
 -webkit-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;
 transition-duration: 0.4s;
}
@media (max-width: 1200px) {
 header .logo a {
 width: calc(125.6px);
 height: calc(99.2px);
 }
}
@media (max-width: 767px) {
 header .logo a {
 width: calc(78.5px);
 height: calc(62px);
 }
}
header .header-contact {
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -25px;
}
@media (min-width: 768px) and (max-width: 1200px) {
 header .header-contact {
 text-align: right;
 top: 10px;
 margin: 0px;
 }
}
@media (max-width: 767px) {
 header .header-contact {
 right: 75px;
 top: 25px;
 margin: 0px;
 }
}
header .header-contact .phone {
 background: #014029 url('/grafika/svg/i_phone.svg') no-repeat left 30px center;
 background-size: 20px 18px !important;
 padding: 0px 30px 0px 70px;
 height: 50px;
 line-height: 50px;
 float: left;
 font-size: 13px;
 font-weight: 500;
 color: #FFF !important;
 margin-right: 38px;
}
@media (min-width: 768px) and (max-width: 1200px) {
 header .header-contact .phone {
 margin: 0px 0px 5px auto;
 display: block;
 float: none;
 padding: 0px 15px 0px 55px;
 background-position: left 15px center !important;
 text-align: left;
 }
}
@media (max-width: 767px) {
 header .header-contact .phone {
 margin-right: 20px;
 height: 40px;
 line-height: 40px;
 padding: 0px 20px 0px 50px;
 background-position: left 15px center !important;
 }
}
@media (max-width: 540px) {
 header .header-contact .phone {
 display: none;
 }
}
header .header-contact a:not(.phone) {
 width: 50px;
 height: 50px;
 display: block;
 float: left;
 margin-left: 2px;
}
@media (min-width: 768px) and (max-width: 1200px) {
 header .header-contact a:not(.phone) {
 display: inline-block;
 float: none;
 margin: 0px;
 }
}
@media (max-width: 767px) {
 header .header-contact a:not(.phone) {
 height: 40px;
 width: 40px;
 }
}
header .header-contact a:not(.phone).facebook {
 background: #dfe4dd url('/grafika/svg/i_facebook.svg') no-repeat center center !important;
 background-size: 7px 12px !important;
}
header .header-contact a:not(.phone).instagram {
 background: #dfe4dd url('/grafika/svg/i_instagram.svg') no-repeat center center !important;
 background-size: 14px 14px !important;
}
header .header-contact a:not(.phone).youtube {
 background: #dfe4dd url('/grafika/svg/i_youtube.svg') no-repeat center center !important;
 background-size: 14px 10px !important;
}
@media (min-width: 1201px) {
 header.in {
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
 }
 header.in .logo {
 padding: 15px 0px;
 }
 header.in .logo a {
 width: calc(94.2px);
 height: calc(74.40000000000001px);
 }
 header.in .nav-header {
 margin-top: 16px !important;
 }
}
.carousel-wrapper {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.socials-fixed {
 position: absolute;
 right: 60px;
 bottom: -20px;
 z-index: 10;
}
@media (max-width: 1200px) {
 .socials-fixed {
 right: 20px;
 }
}
@media (max-width: 767px) {
 .socials-fixed {
 position: fixed;
 left: 0px;
 right: 0px;
 bottom: 41px;
 }
}
.socials-fixed > div {
 max-width: 200px;
 padding: 20px;
 background: #f8f4f2;
 font-size: 15px;
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
@media (max-width: 767px) {
 .socials-fixed > div {
 max-width: 100%;
 padding: 0px 15px;
 line-height: 50px;
 -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: single;
 -moz-box-lines: single;
 -webkit-flex-wrap: nowrap;
 -moz-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 }
}
@media (max-width: 420px) {
 .socials-fixed > div {
 font-size: 13px;
 }
}
.socials-fixed > div span {
 padding-bottom: 10px;
}
@media (max-width: 767px) {
 .socials-fixed > div span {
 width: auto;
 padding: 0px;
 }
}
.socials-fixed > div .links {
 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;
}
.socials-fixed > div .links a {
 width: 50px;
 height: 50px;
 display: block;
 margin: 0px 5px 0px 0px;
}
@media (max-width: 767px) {
 .socials-fixed > div .links a {
 margin: 0px 0px 0px 15px;
 width: 14px;
 height: 14px;
 }
}
@media (max-width: 420px) {
 .socials-fixed > div .links a {
 margin: 0px 0px 0px 10px;
 }
 .socials-fixed > div .links a:first-child {
 margin-left: 5px;
 }
}
.socials-fixed > div .links a.facebook {
 background: #ffffff url('/grafika/svg/i_facebook.svg') no-repeat center center !important;
 background-size: 7px 12px !important;
}
@media (max-width: 767px) {
 .socials-fixed > div .links a.facebook {
 background: transparent url('/grafika/svg/i_facebook.svg') no-repeat center center !important;
 background-size: 7px 12px !important;
 }
}
.socials-fixed > div .links a.instagram {
 background: #ffffff url('/grafika/svg/i_instagram.svg') no-repeat center center !important;
 background-size: 14px 14px !important;
}
@media (max-width: 767px) {
 .socials-fixed > div .links a.instagram {
 background: transparent url('/grafika/svg/i_instagram.svg') no-repeat center center !important;
 background-size: 14px 14px !important;
 }
}
.socials-fixed > div .links a.google {
 background: #ffffff url('/grafika/svg/i_google.svg') no-repeat center center !important;
 background-size: 14px 14px !important;
}
@media (max-width: 767px) {
 .socials-fixed > div .links a.google {
 background: transparent url('/grafika/svg/i_google.svg') no-repeat center center !important;
 background-size: 14px 14px !important;
 }
}
.socials-fixed > div + div {
 margin-top: 10px;
 background: #d7ddd4;
}
@media (max-width: 767px) {
 .socials-fixed > div + div {
 margin: 0px;
 }
}
#carousel {
 display: block;
}
#carousel:before {
 position: absolute;
 width: 400px;
 height: 400px;
 left: -60px;
 bottom: -60px;
 background: #014029;
 content: " ";
}
@media (max-width: 1200px) {
 #carousel:before {
 bottom: -15px;
 left: -15px;
 width: 240px;
 height: 240px;
 }
}
@media (max-width: 767px) {
 #carousel:before {
 display: none;
 }
}
#carousel .item {
 display: none;
}
#carousel .item:first-child {
 display: block;
}
#carousel .item .image {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
#carousel .item .image img {
 width: 100%;
}
#carousel .item .description {
 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: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
}
@media (max-width: 767px) {
 #carousel .item .description {
 display: block;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 30px 0px;
 text-align: center;
 border-bottom: 1px solid #dfe4dd;
 }
}
#carousel .item .description .description-inner {
 width: 40%;
 padding-top: 50px;
 background: url('/grafika/svg/i_quote.svg') no-repeat top left;
 background-size: 38px 27px !important;
}
@media (max-width: 767px) {
 #carousel .item .description .description-inner {
 background-position: top center !important;
 width: 100%;
 }
}
#carousel .item .description .description-inner h1,
#carousel .item .description .description-inner .title {
 margin: 0px !important;
 text-transform: uppercase;
}
#carousel .item .description .description-inner .description-body {
 font-size: 18px;
 margin-top: 30px;
 font-style: italic;
 font-weight: 500;
 color: #014029;
}
#carousel-pages,
.product-heading {
 margin-bottom: 60px;
}
#carousel-pages .owl-stage-outer,
.product-heading .owl-stage-outer {
 overflow: visible;
}
#carousel-pages .item,
.product-heading .item {
 min-height: 660px;
}
@media (max-width: 1500px) {
 #carousel-pages .item,
 .product-heading .item {
 min-height: 460px;
 }
}
@media (max-width: 991px) {
 #carousel-pages .item,
 .product-heading .item {
 min-height: 300px;
 }
}
@media (max-width: 580px) {
 #carousel-pages .item,
 .product-heading .item {
 min-height: 240px;
 }
}
@media (max-width: 460px) {
 #carousel-pages .item,
 .product-heading .item {
 min-height: auto;
 }
}
#carousel-pages .item .image,
.product-heading .item .image {
 position: absolute;
 right: 0px;
 top: 0px;
 width: 520px;
}
@media (max-width: 1500px) {
 #carousel-pages .item .image,
 .product-heading .item .image {
 width: 400px;
 }
}
@media (max-width: 991px) {
 #carousel-pages .item .image,
 .product-heading .item .image {
 width: 250px;
 z-index: 20;
 }
}
@media (max-width: 580px) {
 #carousel-pages .item .image,
 .product-heading .item .image {
 width: 180px;
 z-index: 20;
 }
}
@media (max-width: 460px) {
 #carousel-pages .item .image,
 .product-heading .item .image {
 position: relative;
 top: auto;
 bottom: auto;
 left: auto;
 right: auto;
 display: table;
 margin: 0px auto -10px;
 }
}
#carousel-pages .item .image:after,
.product-heading .item .image:after {
 content: " ";
 position: absolute;
 right: -60px;
 bottom: -60px;
 width: 400px;
 height: 400px;
 background: #014029;
}
@media (max-width: 1500px) {
 #carousel-pages .item .image:after,
 .product-heading .item .image:after {
 width: 240px;
 height: 240px;
 left: -15px;
 bottom: -15px;
 }
}
@media (max-width: 580px) {
 #carousel-pages .item .image:after,
 .product-heading .item .image:after {
 width: 180px;
 height: 180px;
 }
}
@media (max-width: 460px) {
 #carousel-pages .item .image:after,
 .product-heading .item .image:after {
 right: -15px;
 left: auto;
 }
}
#carousel-pages .item .image img,
.product-heading .item .image img {
 position: relative;
 z-index: 2;
 width: auto;
 max-width: 100%;
}
#carousel-pages .item .description .heading,
.product-heading .item .description .heading {
 min-height: 400px;
 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;
 background: #dfe4dd url('/grafika/i_carousel.png') no-repeat left top;
}
#carousel-pages .item .description .heading:before,
.product-heading .item .description .heading:before {
 content: " ";
 position: absolute;
 left: -60px;
 bottom: -60px;
 top: 60px;
 width: 400px;
 z-index: -1;
 height: 400px;
 background: #014029;
}
@media (max-width: 1500px) {
 #carousel-pages .item .description .heading:before,
 .product-heading .item .description .heading:before {
 width: 240px;
 height: 240px;
 left: -15px;
 bottom: -15px;
 top: 175px;
 }
}
@media (max-width: 991px) {
 #carousel-pages .item .description .heading:before,
 .product-heading .item .description .heading:before {
 top: 35px;
 width: 180px;
 height: 180px;
 }
}
@media (max-width: 991px) {
 #carousel-pages .item .description .heading,
 .product-heading .item .description .heading {
 padding: 30px 15px;
 min-height: 200px;
 background-size: auto 200px !important;
 }
}
#carousel-pages .item .description .heading h1,
.product-heading .item .description .heading h1,
#carousel-pages .item .description .heading .title,
.product-heading .item .description .heading .title {
 font-size: 40px;
 margin: 0px;
 padding-right: 34%;
 padding-left: 18%;
 text-align: center;
 width: 100%;
}
@media (max-width: 1500px) {
 #carousel-pages .item .description .heading h1,
 .product-heading .item .description .heading h1,
 #carousel-pages .item .description .heading .title,
 .product-heading .item .description .heading .title {
 padding-left: 21%;
 font-size: 40px;
 }
}
@media (max-width: 1380px) {
 #carousel-pages .item .description .heading h1,
 .product-heading .item .description .heading h1,
 #carousel-pages .item .description .heading .title,
 .product-heading .item .description .heading .title {
 padding-left: 24%;
 padding-right: 35%;
 font-size: 40px;
 }
}
@media (max-width: 1200px) {
 #carousel-pages .item .description .heading h1,
 .product-heading .item .description .heading h1,
 #carousel-pages .item .description .heading .title,
 .product-heading .item .description .heading .title {
 padding-left: 0px;
 padding-right: 40%;
 text-align: left;
 }
}
@media (max-width: 991px) {
 #carousel-pages .item .description .heading h1,
 .product-heading .item .description .heading h1,
 #carousel-pages .item .description .heading .title,
 .product-heading .item .description .heading .title {
 font-size: 32px;
 padding: 0px 250px 0px 0px;
 }
}
@media (max-width: 580px) {
 #carousel-pages .item .description .heading h1,
 .product-heading .item .description .heading h1,
 #carousel-pages .item .description .heading .title,
 .product-heading .item .description .heading .title {
 font-size: 24px;
 }
}
@media (max-width: 460px) {
 #carousel-pages .item .description .heading h1,
 .product-heading .item .description .heading h1,
 #carousel-pages .item .description .heading .title,
 .product-heading .item .description .heading .title {
 padding-right: 0px;
 font-size: 32px;
 text-align: center;
 }
}
#carousel-pages .item .description .description-body,
.product-heading .item .description .description-body {
 padding: 120px 0px 0px 0px;
}
@media (max-width: 1500px) {
 #carousel-pages .item .description .description-body,
 .product-heading .item .description .description-body {
 padding: 60px 0px 0px 0px;
 }
}
#carousel-pages .item .description .description-body h3,
.product-heading .item .description .description-body h3 {
 margin-top: 0px;
}
#carousel-pages .item .description .description-body .container,
.product-heading .item .description .description-body .container {
 padding-right: 30%;
}
@media (max-width: 1200px) {
 #carousel-pages .item .description .description-body .container,
 .product-heading .item .description .description-body .container {
 padding-right: 40%;
 }
}
@media (max-width: 991px) {
 #carousel-pages .item .description .description-body .container,
 .product-heading .item .description .description-body .container {
 padding-right: 280px;
 }
}
@media (max-width: 580px) {
 #carousel-pages .item .description .description-body .container,
 .product-heading .item .description .description-body .container {
 padding-right: 15px;
 }
}
#carousel-pages .item .description .description-body .container .product-info,
.product-heading .item .description .description-body .container .product-info {
 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: 767px) {
 #carousel-pages .item .description .description-body .container .product-info,
 .product-heading .item .description .description-body .container .product-info {
 -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;
 }
}
#carousel-pages .item .description .description-body .container .product-info > div,
.product-heading .item .description .description-body .container .product-info > div {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 10px 0px 10px 80px;
 margin: 0px 50px 10px 0px;
}
@media (max-width: 767px) {
 #carousel-pages .item .description .description-body .container .product-info > div,
 .product-heading .item .description .description-body .container .product-info > div {
 margin: 10px 20px;
 }
}
#carousel-pages .item .description .description-body .container .product-info > div strong,
.product-heading .item .description .description-body .container .product-info > div strong {
 font-weight: 500;
}
#carousel-pages .item .description .description-body .container .product-info > div:last-child,
.product-heading .item .description .description-body .container .product-info > div:last-child {
 margin-right: 0px;
}
#carousel-pages .item .description .description-body .container .product-info > div.info-price,
.product-heading .item .description .description-body .container .product-info > div.info-price {
 background: url('/grafika/svg/i_price.svg') no-repeat left center;
 background-size: 60px 52px !important;
}
#carousel-pages .item .description .description-body .container .product-info > div.info-time,
.product-heading .item .description .description-body .container .product-info > div.info-time {
 background: url('/grafika/svg/i_time.svg') no-repeat left center;
 background-size: 52px 52px !important;
}
#carousel-pages .item .description .description-body .container .product-info > div.info-repeat,
.product-heading .item .description .description-body .container .product-info > div.info-repeat {
 background: url('/grafika/svg/i_repeat.svg') no-repeat left center;
 background-size: 57px 52px !important;
}
@media (max-width: 1500px) {
 #carousel-pages.product-heading .item .image,
 .product-heading.product-heading .item .image {
 right: 15px;
 }
}
@media (max-width: 767px) {
 #carousel-pages.product-heading .description .description-body .container,
 .product-heading.product-heading .description .description-body .container {
 padding: 0px;
 width: 100%;
 }
}
@media (max-width: 767px) {
 #carousel-pages.product-heading .description .description-body .button,
 .product-heading.product-heading .description .description-body .button {
 margin: 30px auto 0px auto !important;
 }
}
.ukl_foto {
 margin-top: 180px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (max-width: 1500px) {
 .ukl_foto {
 margin-top: 120px;
 }
}
@media (max-width: 1200px) {
 .ukl_foto {
 margin-top: 60px;
 }
}
@media (max-width: 767px) {
 .ukl_foto .wrapper-small {
 padding: 0px;
 }
}
.ukl_foto .ico-sign {
 position: absolute;
 top: 0px;
 bottom: 0px;
 right: 0px;
 width: 50%;
 background: url('/grafika/i_symbol_right.png') no-repeat right center;
 background-size: auto 500px;
 pointer-events: none;
 content: " ";
}
@media (max-width: 1400px) {
 .ukl_foto .ico-sign {
 background-size: auto 400px;
 }
}
@media (max-width: 991px) {
 .ukl_foto .ico-sign {
 background-size: auto 300px;
 }
}
.ukl_foto .image {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 left: -135px;
 display: table;
 margin: 0px auto 0px 0px;
 max-width: 580px;
}
@media (max-width: 1500px) {
 .ukl_foto .image {
 left: -50px;
 max-width: 450px;
 }
}
@media (max-width: 1300px) {
 .ukl_foto .image {
 max-width: 400px;
 left: 0px;
 }
}
@media (max-width: 991px) {
 .ukl_foto .image {
 width: 50%;
 max-width: 100%;
 padding: 0px 20px;
 }
}
@media (max-width: 767px) {
 .ukl_foto .image {
 width: 100%;
 max-width: 300px;
 margin: 0px auto;
 }
}
.ukl_foto .image:before {
 position: absolute;
 width: 400px;
 height: 400px;
 right: -60px;
 bottom: -60px;
 background: #014029;
 content: " ";
 z-index: 2;
}
@media (max-width: 1400px) {
 .ukl_foto .image:before {
 width: 240px;
 height: 240px;
 right: -30px;
 bottom: -30px;
 }
}
@media (max-width: 1200px) {
 .ukl_foto .image:before {
 left: -15px;
 bottom: -15px;
 }
}
@media (max-width: 991px) {
 .ukl_foto .image:before {
 left: 5px;
 }
}
@media (max-width: 767px) {
 .ukl_foto .image:before {
 width: 160px;
 height: 160px;
 }
}
.ukl_foto .image img {
 position: relative;
 z-index: 3;
 max-width: 100%;
}
.ukl_foto .description {
 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) {
 .ukl_foto .description {
 display: block;
 }
}
.ukl_foto .description .description-inside {
 padding: 80px 0px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 width: 50%;
}
@media (max-width: 1200px) {
 .ukl_foto .description .description-inside {
 padding: 60px 0px;
 }
}
@media (max-width: 991px) {
 .ukl_foto .description .description-inside {
 width: 50%;
 padding: 40px 20px;
 }
}
@media (max-width: 767px) {
 .ukl_foto .description .description-inside {
 width: 100%;
 padding: 40px 0px;
 text-align: center;
 }
}
.ukl_foto .description .description-inside:before {
 content: " ";
 position: absolute;
 left: -1000px;
 right: -1000px;
 top: 0px;
 bottom: 0px;
 background: inherit;
}
.ukl_foto .description .description-inside .description-text {
 width: 100%;
 margin: 0px 0px 0px auto;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 2;
}
.ukl_foto .description .description-inside .description-text h3 {
 text-transform: uppercase;
 margin: 0px;
}
.ukl_foto .description .description-inside .description-text .description-body {
 margin-top: 25px;
}
@media (max-width: 767px) {
 .ukl_foto .description .description-inside .description-text .description-body {
 margin-top: 20px;
 }
}
@media (max-width: 767px) {
 .ukl_foto .description .description-inside .description-text .button {
 margin: 20px auto 0px auto !important;
 }
}
.ukl_foto.ukl_foto_right .ico-sign {
 position: absolute;
 top: 0px;
 bottom: 0px;
 right: auto;
 left: 0px;
 width: 50%;
 background: url('/grafika/i_symbol_left.png') no-repeat left center;
 background-size: auto 450px;
 pointer-events: none;
 content: " ";
}
@media (max-width: 1400px) {
 .ukl_foto.ukl_foto_right .ico-sign {
 background-size: auto 350px;
 }
}
@media (max-width: 991px) {
 .ukl_foto.ukl_foto_right .ico-sign {
 background-size: auto 250px;
 }
}
.ukl_foto.ukl_foto_right .image {
 margin: 0px 0px 0px auto;
 left: auto;
 order: 2;
 right: -135px;
}
@media (max-width: 1500px) {
 .ukl_foto.ukl_foto_right .image {
 right: -50px;
 }
}
@media (max-width: 1300px) {
 .ukl_foto.ukl_foto_right .image {
 right: 0px;
 }
}
@media (max-width: 767px) {
 .ukl_foto.ukl_foto_right .image {
 margin: 0px auto;
 }
}
.ukl_foto.ukl_foto_right .image:before {
 right: auto;
 left: -60px;
}
@media (max-width: 1400px) {
 .ukl_foto.ukl_foto_right .image:before {
 left: -30px;
 }
}
@media (max-width: 1200px) {
 .ukl_foto.ukl_foto_right .image:before {
 left: -15px;
 }
}
@media (max-width: 991px) {
 .ukl_foto.ukl_foto_right .image:before {
 left: 5px;
 }
}
.ukl_foto.ukl_foto_right .description-inside {
 order: 1;
}
.ukl_foto.ukl_foto_right .description-inside .description-text {
 margin: 0px auto 0px 0px;
 text-align: right;
}
@media (max-width: 767px) {
 .ukl_foto.ukl_foto_right .description-inside .description-text {
 margin: auto;
 text-align: center !important;
 }
}
.ukl_foto.ukl_foto_right .description-inside .description-text .button {
 margin: 30px 0px 0px auto;
}
@media (max-width: 767px) {
 .ukl_foto.ukl_foto_right .description-inside .description-text .button {
 margin: 30px auto 0px 0px;
 }
}
.ukl_about {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 margin-top: 180px;
}
@media (max-width: 1500px) {
 .ukl_about {
 margin-top: 120px;
 }
}
@media (max-width: 1200px) {
 .ukl_about {
 margin-top: 60px;
 }
}
.ukl_about:after {
 clear: both;
 display: block;
 content: " ";
}
.ukl_about .heading {
 padding: 120px 15px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 text-align: center;
 z-index: 5;
}
@media (max-width: 1500px) {
 .ukl_about .heading {
 padding: 80px 15px;
 }
}
@media (max-width: 991px) {
 .ukl_about .heading {
 margin-bottom: 60px;
 padding: 60px 15px;
 }
}
@media (max-width: 767px) {
 .ukl_about .heading {
 padding: 0px 15px;
 }
}
.ukl_about .heading:before {
 content: " ";
 position: absolute;
 left: 0px;
 right: 0px;
 bottom: 0px;
 height: 420px;
 background: url('/grafika/svg/logo_symbol_big.svg') no-repeat center center !important;
 background-size: 565px 412px !important;
}
@media (max-width: 1500px) {
 .ukl_about .heading:before {
 height: 300px;
 background-size: auto 300px !important;
 }
}
@media (max-width: 1200px) {
 .ukl_about .heading:before {
 height: 240px;
 background-size: auto 240px !important;
 }
}
@media (max-width: 991px) {
 .ukl_about .heading:before {
 top: 50%;
 bottom: auto;
 transform: translate(0, -50%);
 -webkit-transform: translate(0, -50%);
 -moz-transform: translate(0, -50%);
 -o-transform: translate(0, -50%);
 -ms-transform: translate(0, -50%);
 height: 200px;
 background-size: auto 200px !important;
 }
}
@media (max-width: 767px) {
 .ukl_about .heading:before {
 height: 160px;
 background-size: auto 160px !important;
 }
}
.ukl_about .heading .title {
 position: relative;
 margin: 0px;
 font-size: 180px;
 font-weight: 100;
 line-height: 0.8;
 color: #c2a15c;
 text-transform: uppercase;
}
@media (max-width: 1500px) {
 .ukl_about .heading .title {
 font-size: 140px;
 }
}
@media (max-width: 1200px) {
 .ukl_about .heading .title {
 font-size: 100px;
 }
}
@media (max-width: 767px) {
 .ukl_about .heading .title {
 font-size: 80px;
 }
}
@media (max-width: 420px) {
 .ukl_about .heading .title {
 font-size: 65px;
 }
}
.ukl_about .description {
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 padding: 0px 490px 0px 390px;
}
@media (max-width: 1500px) {
 .ukl_about .description {
 padding: 0px 390px 0px 290px;
 }
}
@media (max-width: 1200px) {
 .ukl_about .description {
 padding: 0px 390px 0px 0px;
 }
}
@media (max-width: 991px) {
 .ukl_about .description {
 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: 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) {
 .ukl_about .description {
 display: block;
 }
}
.ukl_about .description .image-add {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 360px;
}
@media (max-width: 1500px) {
 .ukl_about .description .image-add {
 width: 260px;
 }
}
@media (max-width: 1200px) {
 .ukl_about .description .image-add {
 display: none;
 }
}
.ukl_about .description .image-add:before {
 position: absolute;
 width: 340px;
 height: 340px;
 right: -60px;
 bottom: -60px;
 background: #014029;
 content: " ";
 z-index: 2;
}
@media (max-width: 1500px) {
 .ukl_about .description .image-add:before {
 width: 240px;
 height: 240px;
 }
}
.ukl_about .description .image-add img {
 max-width: 100%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 3;
}
.ukl_about .description .image {
 position: absolute;
 right: 0px;
 top: 0px;
 width: 460px;
}
@media (max-width: 1500px) {
 .ukl_about .description .image {
 width: 360px;
 }
}
@media (max-width: 991px) {
 .ukl_about .description .image {
 width: 50%;
 order: 2;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 }
}
@media (max-width: 767px) {
 .ukl_about .description .image {
 width: 100%;
 max-width: 300px;
 margin: 0px auto;
 }
}
.ukl_about .description .image:before {
 position: absolute;
 width: 340px;
 height: 340px;
 left: -60px;
 bottom: -60px;
 background: #014029;
 content: " ";
 z-index: 2;
}
@media (max-width: 1500px) {
 .ukl_about .description .image:before {
 width: 240px;
 height: 240px;
 }
}
@media (max-width: 991px) {
 .ukl_about .description .image:before {
 display: none;
 }
}
.ukl_about .description .image img {
 max-width: 100%;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 z-index: 3;
}
.ukl_about .description .image .image-logo {
 z-index: 10;
 position: absolute;
 left: -120px;
 bottom: -230px;
 width: 340px;
 height: 340px;
 background: #163223 url('/grafika/svg/logo_symbol_gold.svg') no-repeat center center !important;
 background-size: 118px 84px !important;
}
@media (max-width: 1500px) {
 .ukl_about .description .image .image-logo {
 width: 240px;
 height: 240px;
 bottom: -180px;
 }
}
@media (max-width: 991px) {
 .ukl_about .description .image .image-logo {
 width: 120px;
 height: 120px;
 background-size: 70px 50px !important;
 right: -15px;
 bottom: -15px;
 left: auto;
 }
}
.ukl_about .description .image .image-logo:before {
 content: " ";
 position: absolute;
 left: 30px;
 right: 30px;
 top: 30px;
 bottom: 30px;
 border: 1px solid #c2a15c;
 pointer-events: none;
}
@media (max-width: 991px) {
 .ukl_about .description .image .image-logo:before {
 left: 15px;
 right: 15px;
 top: 15px;
 bottom: 15px;
 }
}
.ukl_about .description .description-body {
 background: #f8f4f2;
 padding: 140px 80px 100px 60px;
 position: relative;
 top: -140px;
}
@media (max-width: 1500px) {
 .ukl_about .description .description-body {
 padding: 0px 100px 60px 60px;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
 }
 .ukl_about .description .description-body:before {
 position: absolute;
 left: 0px;
 right: 0px;
 top: -100px;
 height: 100px;
 width: 100%;
 background: #f8f4f2;
 content: " ";
 }
}
@media (max-width: 991px) {
 .ukl_about .description .description-body {
 padding: 40px 20px;
 width: 50%;
 }
 .ukl_about .description .description-body:before {
 display: none;
 }
}
@media (max-width: 767px) {
 .ukl_about .description .description-body {
 width: 100%;
 }
}
.spacer-bg {
 padding: 100px 0px 50px 0px;
}
@media (max-width: 991px) {
 .spacer-bg {
 padding: 55px 0px 5px 0px;
 }
}
.spacer-bg img {
 display: block;
 max-width: 100%;
 margin: 0px auto;
}
.gallery-home {
 margin-bottom: 40px;
}
@media (max-width: 991px) {
 .gallery-home {
 margin: 0px;
 }
}
.galeria-owl .owl-nav {
 margin: 0px;
}
.galeria-owl .owl-nav .owl-prev,
.galeria-owl .owl-nav .owl-next {
 width: 50px;
 height: 99px;
 background-size: 100% 100% !important;
 background: url('/grafika/svg/arrow_left.svg') no-repeat center center !important;
 position: absolute;
 left: -120px;
 top: 50%;
 margin: -50px 0px 0px 0px !important;
 outline: 0px !important;
 padding: 0px;
}
@media (max-width: 1500px) {
 .galeria-owl .owl-nav .owl-prev,
 .galeria-owl .owl-nav .owl-next {
 top: -102px;
 left: 0px;
 width: 30px;
 height: 59px;
 margin-top: 0px !important;
 }
}
@media (max-width: 991px) {
 .galeria-owl .owl-nav .owl-prev,
 .galeria-owl .owl-nav .owl-next {
 width: 20px;
 height: 39px;
 top: -87px;
 }
}
.galeria-owl .owl-nav .owl-prev.owl-next,
.galeria-owl .owl-nav .owl-next.owl-next {
 left: auto;
 right: -120px;
 background-size: 100% 100% !important;
 background: url('/grafika/svg/arrow_right.svg') no-repeat center center !important;
}
@media (max-width: 1500px) {
 .galeria-owl .owl-nav .owl-prev.owl-next,
 .galeria-owl .owl-nav .owl-next.owl-next {
 right: 0px;
 }
}
.galeria-owl .galeria-item {
 display: none;
}
.galeria-owl .galeria-item:first-child {
 display: block;
}
/** Stopka */
footer {
 margin-top: 80px;
}
footer .footer {
 background: #014029 url('/grafika/footer_symbols.png') top center no-repeat;
 background-size: 100% auto;
 padding: 80px 0px;
 text-align: center;
 color: #FFF;
}
@media (max-width: 991px) {
 footer .footer {
 padding: 40px 0px;
 }
}
footer .footer .title-small {
 margin: 0px;
}
footer .footer .title-small span {
 font-size: 13px;
 text-transform: uppercase;
 color: #c2a15c;
 display: block;
 margin-bottom: 10px;
}
footer .footer .footer-contact {
 margin-top: 50px;
}
@media (max-width: 991px) {
 footer .footer .footer-contact {
 margin-top: 30px;
 }
}
@media (max-width: 767px) {
 footer .footer .footer-contact {
 margin: 0px;
 }
}
footer .footer .footer-contact:after {
 clear: both;
 display: block;
 content: " ";
}
footer .footer .footer-contact > div {
 width: 25%;
 float: left;
 padding-top: 70px;
 text-align: center;
 color: #FFF;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
@media (min-width: 421px) and (max-width: 767px) {
 footer .footer .footer-contact > div {
 width: 50%;
 margin-top: 40px;
 padding-top: 55px;
 }
 footer .footer .footer-contact > div:nth-child(2n + 1) {
 clear: both;
 }
 footer .footer .footer-contact > div:nth-child(2n + 1 - 2) {
 clear: both;
 }
}
@media (max-width: 420px) {
 footer .footer .footer-contact > div {
 width: 100%;
 margin-top: 40px;
 padding-top: 55px;
 float: none;
 }
 footer .footer .footer-contact > div:nth-child(1n + 1) {
 clear: both;
 }
 footer .footer .footer-contact > div:nth-child(1n + 1 - 1) {
 clear: both;
 }
}
footer .footer .footer-contact > div a {
 color: inherit;
}
footer .footer .footer-contact > div a[href^="mailto:"] {
 display: table;
 margin: 0px auto;
 padding-bottom: 2px;
 border-bottom: 1px solid #c2a15c;
}
footer .footer .footer-contact > div > span {
 font-size: 15px;
 display: block;
 margin-bottom: 20px;
}
footer .footer .footer-contact > div.contact-adress {
 background: url('/grafika/svg/i_adres.svg') no-repeat top center !important;
 background-size: 32px 32px !important;
}
footer .footer .footer-contact > div.contact-phone {
 background: url('/grafika/svg/i_phone_circle.svg') no-repeat top center !important;
 background-size: 32px 32px !important;
}
footer .footer .footer-contact > div.contact-email {
 background: url('/grafika/svg/i_email.svg') no-repeat top center !important;
 background-size: 32px 32px !important;
}
footer .footer .footer-contact > div.contact-socials {
 background: url('/grafika/svg/i_watch_us.svg') no-repeat top center !important;
 background-size: 32px 32px !important;
}
footer .footer .footer-contact > div.contact-socials a {
 display: inline-block;
 margin: 0px 5px;
 width: 20px;
 height: 20px;
}
footer .footer .footer-contact > div.contact-socials a.facebook {
 background: url('/grafika/svg/i_facebook_gold.svg') no-repeat center center !important;
 background-size: 8px 14px !important;
}
footer .footer .footer-contact > div.contact-socials a.instagram {
 background: url('/grafika/svg/i_instagram_gold.svg') no-repeat center center !important;
 background-size: 16px 16px !important;
}
footer .footer .footer-contact > div.contact-socials a.youtube {
 background: url('/grafika/svg/i_youtube_gold.svg') no-repeat center center !important;
 background-size: 15px 11px !important;
}
footer .copyright {
 background: #FFF;
 padding: 50px 0px;
 font-size: 15px;
 color: #838383;
}
@media (max-width: 767px) {
 footer .copyright {
 padding: 30px 0px;
 text-align: center;
 }
}
footer .copyright a {
 color: inherit !important;
}
footer .copyright:after {
 clear: both;
 display: block;
 content: " ";
}
footer .copyright .copy {
 float: left;
 padding-left: 70px;
 background: url('/grafika/svg/logo_footer.svg') no-repeat left center;
 background-size: 39px 29px;
}
@media (max-width: 767px) {
 footer .copyright .copy {
 display: table;
 float: none;
 margin: 0px auto 5px auto;
 padding: 40px 0px 0px 0px;
 background-position: top center !important;
 }
}
footer .copyright .zstudio {
 float: right;
}
@media (max-width: 767px) {
 footer .copyright .zstudio {
 float: none;
 }
}
.ico-time {
 display: table;
 margin: 30px auto 30px 0px;
 padding-left: 70px;
 min-height: 52px;
 background: url('/grafika/svg/i_time.svg') no-repeat left center;
 background-size: 52px 52px !important;
 position: relative;
 top: auto;
 left: auto;
 right: auto;
 bottom: auto;
}
.ico-time p {
 margin: 0px;
}
.ukl-gallery-list {
 margin-bottom: 50px;
}
.ukl-gallery-list .title-h4 {
 margin: 0px 0px 20px 0px;
}
.ukl-gallery-list .gallery-list {
 display: -moz-box;
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flexbox;
 display: -ms-flex;
 display: flex;
 -webkit-box-align: start;
 -moz-box-align: start;
 -ms-flex-align: start;
 -webkit-align-items: flex-start;
 -moz-align-items: flex-start;
 -ms-align-items: flex-start;
 align-items: flex-start;
 -webkit-box-lines: multiple;
 -moz-box-lines: mulitple;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin: 0px -10px -20px -10px;
}
.ukl-gallery-list .gallery-list > div {
 width: 20%;
 padding: 0px 10px 20px 10px;
}
@media (max-width: 991px) {
 .ukl-gallery-list .gallery-list > div {
 width: 25%;
 }
}
@media (max-width: 580px) {
 .ukl-gallery-list .gallery-list > div {
 width: 50%;
 }
}
.ukl-gallery-list .gallery-list > div img {
 display: block;
 max-width: 100%;
}
@media all and (max-width: 767px) {
 .row-offcanvas {
 position: relative;
 -moz-transition-duration: 0.2s;
 -webkit-transition-duration: 0.2s;
 -o-transition-duration: 0.2s;
 transition-duration: 0.2s;
 }
 .row-offcanvas-left,
 .sidebar-offcanvas {
 left: -230px;
 }
 .row-offcanvas-left.active {
 left: 230px;
 }
 .sidebar-offcanvas {
 position: absolute;
 top: 0;
 width: 230px !important;
 }
 .row-offcanvas-left {
 left: 0px;
 }
}
@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;
 }
}
