@charset "utf-8";

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before, .fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before, .fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}
.fa-won:before, .fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-tv:before, .fa-television:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
body>#header, body>#header-menu, body>#container, body>#footer, body>#ctaBar {
    display: block !important;
}
a, a:hover, #home-kat div> a span, #home-kat div:hover> a span {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.mobileshow {
    display: none !important;
}
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.poziom {
    overflow: hidden;
}
body>div {
    display: block;
    width: 100%;
}
body>div>.poziom {
    width: 95%;
    max-width: 1200px;
    margin: auto;
    display: block;
    position: relative;
    clear: both;
}
::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}
.desc h3, .descl h2, .descr h2 {
    margin-top: 30px !important;
}
a img {
    border: 0;
}
a, a:visited {
    text-decoration: none;
    color: #0083ff;
}
a:hover {
    text-decoration: underline !important;
    color: #0083ff !important;
}
a.select-target:hover {
    text-decoration: none !important;
}
h1, h3, h4 {
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 20px;
    color: #000;
}
h1 small {
    color: #999;
}
h2 {
    margin: 0 0 20px;
    font-size: 18px;
}
h2.s_title_1 {
    margin: 0;
}
h3 {
    margin: 10px 0;
    font-size: 18px;
}
#inform li, #inform p, .home-description li {
    line-height: 150%;
    font-size: 15px;
}
b, strong {
    font-weight: 700;
}
#slider {
    text-align: center;
}
#slider .table {
    margin: auto;
}
#slider h3 {
    font-size: 15px !important;
    margin: 0 !important;
    color: #555;
}
#slider h2 {
    font-size: 23px !important;
    margin: 0 0 20px !important;
}
#slider h1 {
    font-size: 20px !important;
    margin-bottom: 35px !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.block {
    display: inline-block !important;
}
.table.middle>div {
    vertical-align: middle;
}
.table.middle>div.padleft {
    padding-left: 50px;
}
.table.top>div {
    vertical-align: top;
}
.table>div.maxwidth {
    max-width: 1300px;
}
.table.cztery>div {
    width: 25%;
}
.table.dwa>div {
    width: 50%;
}
.table.col6> div {
    width: 16.6%;
}
.colorred {
    color: red;
}
ul {
    padding-left: 15px;
}
input[type=password], input[type=text], input[type=number] {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    border-radius: 3px;
    margin: 5px 0;
    width: 85%;
    max-width: 205px;
    font-family: 'Open Sans', sans-serif;
}
input[type=email] {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    margin: 5px 0;
    max-width: 205px;
}
input[type=password]:focus, input[type=text]:focus {
    border-color: #ccc;
}
input[type=password].jestok, input[type=text].jestok {
    border-color: #ccc;
    background: #f5f5f5 url(../img/ok-form.gif) no-repeat right center;
}
input[type=password].nieok, input[type=text].nieok {
    border-color: red;
    background-image: none;
}
textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    resize: none;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(50, 50, 50, .1);
    -moz-box-shadow: inset 0 0 3px 0 rgba(50, 50, 50, .1);
    box-shadow: inset 0 0 3px 0 rgba(50, 50, 50, .1);
    width: 95%;
    padding: 10px;
    margin-top: 5px;
}
#back-top {
    background: url(../img/back-top.png) no-repeat;
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
    opacity: .8;
    z-index: 99999;
}
#back-top:hover {
    opacity: 1;
}
#inform {
    margin: 30px 0;
    display: block;
    width: 100%;
}
#inform .table {
    width: 95%;
}
#inform .table>div {
    width: 33.3333%;
    vertical-align: middle;
    padding: 0 20px 0 0;
}
#inform .table>div img {
    width: 100%;
    max-width: 100px;
}
#inform li, #inform p {
    padding-right: 30px;
}
#inform .table.margin {
    margin: 20px 0;
}
#slider {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f0;
}
#slider>div h1 {
    font-size: 30px;
}
#slider>div h2 {
    font-size: 25px;
}
#slider>div .table>div .table>div {
    padding: 10px 10px 0 0;
}
#slider>div>.table {
    width: 100%;
}
#slider>div .button {
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    min-width: 255px;
}
#slider>div .button i {
    color: #0083ff;
    float: right;
    margin: 2px 0 0;
}
.formy::-webkit-input-placeholder {
    font-style: italic;
    color: #aaa;
}
.formy::-moz-placeholder {
    font-style: italic;
    color: #aaa;
}
.formy:-ms-input-placeholder {
    font-style: italic;
    color: #aaa;
}
.formy input:-moz-placeholder {
    font-style: italic;
    color: #aaa;
}
.banner img {
    display: block;
    margin: 0 0 10px;
}
.content.fail {
    margin: 30px 190px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px 30px 20px;
}
.error {
    font-size: 11px;
    color: red;
    width: 90%;
    display: block;
}
#payment-methods .error {
    margin-bottom: 20px;
}
.radio label {
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    line-height: 21px;
}
.radio input[type=radio] {
    display: none;
}
.radio label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #ddd;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .3);
    border-radius: 100%;
}
.radio input[type=radio]:checked+label:before {
    content: "\2022";
    color: #fff;
    font-size: 31px;
    font-weight: 400;
    text-align: center;
    background: #55b310;
    -webkit-text-stroke: 1px;
}
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    cursor: pointer;
}
.checkbox label a:after {
    content: " \21F2";
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox label:before {
    content: "";
    border-radius: 3px;
    background-color: #ddd;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .3);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
.checkbox.grey input[type=checkbox]:checked+label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #fff;
    background: #ddd;
    text-align: center;
    line-height: 20px;
    -webkit-text-stroke: 1px;
}
.checkbox input[type=checkbox]:checked+label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #fff;
    background: #55b310 !important;
    text-align: center;
    line-height: 20px;
    -webkit-text-stroke: 1px;
}
.select-theme-default {
    width: 200px !important;
}
.select-target.select-theme-default {
    border: 2px solid #eee !important;
    background: #fcfcfc !important;
}
.selecterror>td>.selecter>span {
    border-color: #e74c3c !important;
    color: #e74c3c !important;
}
.breadcrumb {
    display: none;
}
.autowidth {
    width: 1px !important;
    white-space: nowrap;
}
.button {
    padding: 10px 15px;
    background: #fafafa;
    font-weight: 700;
    border: 1px solid #eee;
    cursor: pointer;
    border-radius: 5px;
    color: #555 !important;
    display: inline-block;
    font-size: 14px;
}
.button:hover {
    background: #f1f1f1;
    text-decoration: none !important;
}
.button.action {
    background: #3498db;
    color: #fff !important;
    border: 0;
    border-bottom: 3px solid #2980b9;
    text-shadow: 1px 1px 0 #2980b9;
    font-weight: 700;
}
.button.action:hover {
    background: #2489cc;
}
.button.ultra {
    padding: 12px 18px;
    color: #fff !important;
    background: #ff690b;
    text-shadow: 1px 1px 0 #ff690b;
    font-weight: 700;
    border-radius: 10px;
    border: 0;
    border-bottom: 3px solid #ea5800;
}
.button.ultra:hover {
    background: #fb5f00;
}
.button.ultra>img {
    margin-bottom: -3px;
}
.button.long {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    clear: both;
    display: block !important;
    margin-top: 5px;
    border: none !important;
}
.padding0 {
    padding: 0 !important;
}
.shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .1);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, .1);
}
.gradient-light {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #fff 0, #fafafa 100%);
    background: -o-linear-gradient(top, #fff 0, #fafafa 100%);
    background: -ms-linear-gradient(top, #fff 0, #fafafa 100%);
    background: linear-gradient(to bottom, #fff 0, #fafafa 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
}
.warning {
    display: table-caption !important;
    background: #e74c3c;
    border: 1px solid #c0392b;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    width: 85%;
}
#content>.warning {
    display: inline-block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}
#black {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.ihead {
    display: inline-block;
    font-size: 30px;
    margin: 0 5px 0 0;
}
#header {
    padding: 15px 0;
    background: #fff;
    position: relative;
    z-index: 9;
}
#header .poziom {
    overflow: visible !important;
}
#header .poziom>div {
    display: table;
    width: 100%;
}
#header .poziom>div>div {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
#header .poziom>div>div:last-child {
    padding: 0;
}
#header #cart-total {
    font-size: 13px;
}
#header a {
    color: #000;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
}
#header #account h4 span {
    font-weight: 400 !important;
}
#header #account:hover h4 {
    color: #0083ff !important;
}
#logo a {
    margin-top: -4px;
}
#header a img {
    display: inline-block;
}
#search {
    width: 100%;
    padding: 0 !important;
    display: block;
}
#search>div {
    width: 100%;
}
#search>div>div {
    margin: auto;
    position: relative;
}
#search>div>div>div {
    float: left;
}
#search>div>div>div:first-child {
    width: 45%;
    max-width: 400px;
    margin-left: 10%;
}
#search>div>div>div input {
    margin: 0;
    background: #fff;
    box-shadow: none;
    width: 90%;
    max-width: 500px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 0;
    height: 15px;
}
#search>div>div>div input:focus {
    outline: 0;
    border-color: #ddd;
}
#search>div>div>.selectdiv {
    margin: 0 10px 0 -16px;
}
#search>div>div>.selectdiv .selecter {
    width: 180px;
}
#search>div>div>.selectdiv .selecter-selected {
    background-color: #fff;
    border-left: 1px dashed #eee;
    border-right: 1px solid #217bb1;
    color: #aaa;
    border-radius: none !important;
    padding: 10px !important;
    height: 15px;
    width: 95%;
}
#search>div>div>.selectdiv .selecter-options {
    width: 197px;
}
#search>div>div>div .button-search, .newsletter input[type=submit] {
    border: 1px solid #217bb1;
    background: #f1f1f1;
    color: #000 !important;
    border-color: #ddd;
    cursor: pointer;
    position: relative;
    z-index: 9;
    padding: 10px 20px;
    line-height: 15px;
    height: 15px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all 0.5s;
}
#search>div>div>div .button-search.intense, #searchmobile .intense {
    background: #eee;
    border: 1px solid #ddd;
    color: #777 !important;
    height: 15px;
}
#searchmobile .intense>div, #searchmobile .intense>div i {
    color: #777 !important;
}
#search>div>div>div .button-search.intense:hover, #searchmobile .intense:hover {
    background: #fafafa;
}
#search>div>div>div .button-search:hover {
    background: #FB4106;
    color: #fff !important;
    transition: all 0.5s;
}
#search .search-con {
    position: relative;
}
#search #livesearch_search_results {
    position: absolute;
    left: 0;
    top: 37px;
    width: 89%;
    padding: 9px;
    box-shadow: none;
    border: 1px solid #ddd;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
#search #livesearch_search_results li {
    font-size: 13px;
    padding: 10px 0;
}
#search #livesearch_search_results li:hover {
    background: #fff;
}
#search #livesearch_search_results li:first-child {
    padding-top: 5px;
}
#search #livesearch_search_results li:last-child {
    padding-bottom: 5px;
}
#search #livesearch_search_results li a {
    color: #777;
}
#search #info-cart {
    font-size: 20px;
    text-align: center;
}
#search #info-cart a {
    color: #000;
    margin-top: 3px;
}
#cart {
    position: relative;
    padding-bottom: 10px;
}
#cart>.heading {
    float: left;
    padding: 10px 20px 10px 0;
    background: url(../img/arr.gif) no-repeat right center #fff;
}
#cart>.heading>div>a {
    font-size: 13px;
    color: #000;
    line-height: 14px;
    margin-right: 5px;
    float: left;
}
#cart>.heading>div>a h4 {
    font-size: 14px;
}
#cart a:hover {
    text-decoration: none !important;
}
#cart>.content {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    border: 1px solid #b8b9b9;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    top: 0;
    margin-top: 50px;
    z-index: 999;
    min-width: 295px;
}
#cart>.content:hover {
    color: #000;
    background: #fff;
}
#cart:hover>.content {
    display: block;
}
#cart>.content table {
    width: 100%;
}
#cart>.content table tr td {
    white-space: normal;
}
#cart .mini-cart-info {
    display: block;
}
#cart .mini-cart-info .image img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}
#cart .mini-cart-info .name>div {
    padding: 2px 0;
}
#cart .mini-cart-info .name a {
    color: #000;
}
#cart .podlicz {
    display: block;
    margin: 10px 0;
    color: #999;
    text-align: center;
}
.cel {
    color: #5db71b;
}
#cart .butki {
    margin-top: 5px;
    border-top: 1px solid #eee;
    width: 100%;
    padding-top: 5px;
}
#cart .ultra {
    border-radius: 5px;
}
#trusted div, .trust {
    width: 40px;
    height: 40px;
    background: url(../img/trusted.png);
}
.trust.absolut {
    position: absolute;
    bottom: 0;
    left: -60px;
}
#account {
    position: relative;
    float: left;
    padding: 10px 0;
}
#account h4 {
    color: #000;
    display: inline-block;
    cursor: pointer;
    padding: 0 20px 0 0;
}
#account h4 a {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
#account>div {
    float: left;
    background: url(../img/arr.gif) no-repeat center right;
    margin-right: 10px;
}
#account>div>span {
    width: 32px;
    height: 32px;
    background: url(../img/user.png) no-repeat left top;
    float: left;
    padding-bottom: 10px;
    margin-bottom: -10px;
    padding-right: 10px;
}
#account>.shadow {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #b8b9b9;
    padding: 0 10px;
    top: 0;
    margin-top: 50px;
    border-radius: 3px;
    z-index: 9999;
    min-width: 150px;
}
#account>.shadow ul {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 5px 0;
    border-top: 1px solid #eee;
}
#account>.shadow ul.border-bot {
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    border-top: 0;
}
#account>.shadow ul li {
    padding: 2px 0;
}
#account>.shadow ul li a {
    color: #333;
    text-decoration: none;
}
#account .butki {
    display: block;
    margin-top: 10px;
}
#account .butki.bot {
    margin: 0 0 10px;
}
#account:hover .shadow {
    display: block;
}
.s_title_1 {
    margin: 0 0 20px;
}
.bestseller>div {
    width: 19% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.bestseller>div>.image {
    text-align: center;
}
#account .rog, #cart .rog {
    background: url(../img/rog.gif) no-repeat top left;
    width: 17px;
    height: 8px;
    margin: -8px -7px 0;
    position: absolute;
    top: 0;
}
#cart .rog {
    right: 135px;
}
.mobilemenu a {
    color: #000;
    font-size: 25px;
    display: inline;
    padding: 0 10px;
}
#account>div>h4 span {
    width: 100%;
    display: block;
}
#account>div>h4 {
    line-height: 100%;
    margin: 1px 0 0;
}
#header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
#header-menu ul li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
#header-menu ul li a {
    color: #222;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
#home-top h2 {
    margin: 0 0 10px;
}
.home-description {
    padding: 30px 0;
    line-height: 150%;
}
.home-description p:last-child {
    margin-bottom: 0;
}
.home-description .table {
    margin: 30px 0 60px;
}
.home-description .table> div {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
    border-right: 0;
}
.home-description .table> div:last-child {
    border-right: 1px solid #eee;
}
.home-description .table> div span {
    display: block;
    font-size: 50px;
    color: #FB4106;
    margin: 5px 0 20px;
}
@media (max-width: 600px) {
  #home-header > div {
    display: block;
  }
  #home-header > div img {
    display: block;
    margin-top: 30px
  }
  .home-description .table > div {
    width: 38%;
    border: 0 !important;
    display: inline-block;
  }
  #home-header .maxwidth {
    padding: 0 !important;
    width: 100% !important;
  }
  #home-header .maxwidth > div {
    width: 48% !important;
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: top;
  }
}
#home-header {
    padding: 10px 0 30px;
}
#home-header .maxwidth {
    width: 280px;
    padding: 0 30px 0 0;
}
#home-header .maxwidth> div:first-child {
    display: block;
    margin: 0 0 20px;
}
#home-header img {
    width: 100%;
    height: auto;
    display: block;
}
#home-header ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}
#home-header ul a {
    color: #000;
    padding: 6px 4px;
    line-height: 120%;
    display: inline-block;
}
#home-header h2 {
    margin: 0 0 10px;
}
#home-header ul li span {
    font-size: 18px;
}
#header-menu ul li a:first-line {
    font-weight: 700;
}
#header-menu ul li a:hover {
    color: #0083ff;
}
#header-menu ul li:first-child a {
    border: 0;
    padding-left: 0;
}
#header-menu ul li>div {
    display: none;
    position: absolute;
    left: 0;
}
#header-menu ul li:hover>div {
    display: block;
}
.box .box-heading {
    font-weight: 700;
}
.box ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}
#footer {
    padding: 20px 0;
    background: #f5f5f5;
}
#footer .poziom {
    margin: 0 auto 20px;
    width: 95%;
    max-width: 1200px;
}
#footer .poziom>div {
    display: table;
    width: 100%;
}
#footer .poziom>div>div {
    display: table-cell;
    width: 25%;
    vertical-align: top;
}
#footer .poziom>div>div ul {
    padding: 0;
    list-style-type: none;
}
#footer .paym {
    text-align: center;
}
#footer .paym>div {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 10px 0;
}
.newsletter input[type=submit] {
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    height: 37px;
    border: 0;
    background: #FB4106 !important;
    cursor: pointer;
		color: #fff !important;
}
.newsletter input[type=submit]:hover {
    background: #505050;
}
.newsletter #emailfield {
    background: #fff !important;
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
#footer h3 {
    font-size: 16px;
}
.haczki li i {
    color: #00b300;
}
.error404 {
    margin: 0 190px 30px;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 30px 30px 20px;
}
.error404-best {
    text-align: left;
    margin: 20px 0;
}
#home-top {
    display: table;
    width: 100%;
    margin: 30px 0;
}
#home-top>div {
    display: table-cell;
    vertical-align: top;
}
#home-top>div>div.maxwidth {
    width: 275px;
}
#home-top .slideshow {
    overflow: hidden;
}
#home-top .slideshow>div {
    margin: auto;
}
#home-top .slideshow .nivo-directionNav {
    position: absolute;
    top: 50%;
    width: 100%;
}
#home-top .slideshow .nivo-directionNav .nivo-prevNav {
    float: left;
    margin: 0 20px;
}
#home-top .slideshow .nivo-directionNav .nivo-nextNav {
    float: right;
    margin: 0 20px;
}
#home-top .slideshow .nivo-controlNav {
    display: none;
}
#home-top>div:first-child>div {
    padding: 0 20px 0 0;
}
#home-top ul {
    padding: 0;
    margin: 0 0 10px;
    list-style-type: none;
}
#home-top ul li a {
    color: #333;
    padding: 5px 0;
    display: block;
}
#home-mid {
    clear: both;
    width: 100%;
    display: table;
    margin: 30px 0;
}
#home-best {
    padding: 0 0 30px;
}
#home-mid .box-heading {
    font-size: 21px;
    margin: 20px 0;
}
#home-mid #seobox {
    padding: 10px 0;
}
#home-mid #seobox h2 {
    font-size: 20px;
}
#home-kat {
    clear: both;
    width: 100%;
    display: table;
    padding: 30px 0;
}
#home-kat>div {
    display: block;
}
#home-kat>div>div {
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin-right: -1px;
    margin-bottom: -1px;
}
#home-kat>div>div>div {
    float: left;
    padding: 10px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#home-kat>div>div>div img {
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}
#home-kat>div>div>div a span {
    display: block;
    margin: 30px 0 10px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
#home-kat>div>div>div:hover a span {
    color: #0083ff;
    text-decoration: none !important;
}
.toplist {
    width: 100%;
    display: table;
}
.toplist>div {
    display: table-cell;
    width: 33.3333%;
    border-right: 1px solid #eee;
    padding: 0 0 0 30px;
}
.toplist>div:last-child {
    border: 0;
}
.toplist>div:first-child {
    padding: 0;
}
.toplist>div .prod {
    display: table;
    width: 95%;
    margin: 0 0 25px;
}
.toplist>div .prod>div {
    display: table-cell;
    vertical-align: middle;
}
.toplist>div .prod>div a {
    color: #000;
}
.toplist>div h3 {
    margin: 0 0 20px;
    font-size: 14px;
}
.toplist>div .prod>div.img, .toplist>div .prod>div:first-child {
    width: 1px;
    white-space: nowrap;
    padding: 0 20px 0 0;
}
.toplist>div .prod>div span {
    width: 100%;
    display: block;
    margin: 5px 0 0;
    font-weight: 700;
    font-size: 14px;
    color: #FB4106;
}
.toplist>div .prod>div strong {
    font-size: 14px;
    float: left;
}
.toplist>div .prod .rating {
    margin: 5px 0;
}
.zalety ul, .zaletyeb, .home-description ul, #home-mid #seobox ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.zalety ul li, .zaletyeb li, .home-description li, #home-mid #seobox li {
    background: url(../img/ok2.gif) no-repeat left center;
    padding: 0 0 0 25px;
    margin: 5px 0;
}
#home-kafle .table>div {
    width: 33%;
    padding: 5px;
}
#home-kafle .table>div>div>div img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    margin: 20px 0 0;
}
#home-kafle .table>div>div>div {
    padding: 0 5px;
}
#home-kafle .table>div>div>div p {
    padding: 10px 0 20px;
    margin: 0;
}
#home-kafle .table>div>div>div h3 {
    margin: 10px 0 0 !important;
    font-weight: 400;
}
#home-kafle .table>div>div>div .button {
    margin: 0 0 20px;
    color: #0083ff !important;
}
.table {
    display: table;
}
.table.full {
    width: 100%;
}
.table>div {
    display: table-cell;
    vertical-align: middle;
}
.table.trzy>div {
    width: 33.33333%;
    vertical-align: top;
}
.table.dwa>div {
    width: 50%;
}
.table>div.center {
    text-align: center;
}
.table>div.paddingleft {
    padding-left: 5px;
}
.table>div.paddingright {
    padding-right: 5px;
}
.table.alignmiddle>div {
    vertical-align: middle;
}
#container .poziom {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
}
#container .poziom>div {
    display: table-cell;
    vertical-align: top;
}
#container .poziom>#column-left {
    width: 1px;
    white-space: nowrap;
    padding: 0 20px 0 0;
}
#container .poziom>#column-left>div {
    white-space: normal;
    min-width: 180px;
}
#container .poziom>#content {
    width: 100%;
}
#sciecha, #sciecha a {
    color: #999;
    font-size: 13px;
}
#extended_search>div {
    margin: 20px 0 0;
    width: 180px;
}
.filter-cat::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.filter-cat::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .03);
}
.filter-cat::-webkit-scrollbar-thumb {
    background: rgba(224, 224, 224, 1);
}
.cart-info table {
    width: 100%;
}
.cart-info table tbody tr td:first-child {
    width: 1px !important;
    white-space: nowrap;
    padding: 0 20px 0 0;
}
.cart-info table tbody tr td:last-child {
    font-weight: 700;
}
th.price {
    min-width: 130px !important;
}
.box-category {
    max-width: 200px;
}
.box-category.normal {
    max-width: 1000px;
}
.box-category a {
    color: #000;
}
.box-category li {
    padding: 0;
}
.box-category>li {
    margin-bottom: 5px;
}
.box-category>li>a {
    display: block;
    padding: 2px 0;
}
.box-category>li.active>a {
    font-weight: bold !important;
    margin: 0 0 10px !important;
}
.box-category>li.active>ul {
    display: block !important;
}
.box-category>li.active>a {
    padding-top: 0;
}
.box-category>li>ul {
    display: none;
}
.box-category>li>ul>li {
    padding-left: 12px;
    margin: 0 0 5px;
}
.box-category>li>ul>li>a.active {
    font-weight: 700;
}
.box-category>li.active>ul {
    display: block;
}
.box-category>li.active>a {
    font-weight: 700;
    margin-bottom: 10px;
}
.box-product, .product-list {
    display: block;
    width: 100%;
}
.product-list {
    padding: 0 0 10px;
}
#text_stock.stock_out {
    color: #fff;
    background: red;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
}
#hook {
    margin: 0 0 20px;
}
.box-product>div, .product-list>.listprod {
    display: inline-block;
    width: 24%;
    padding: 10px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-list .listprod a {
    display: block;
    color: #0083ff;
}
.product-list .listprod a:hover {
    color: #0083ff;
}
.box-product div a>div, .product-list .listprod a>div {
    margin: 10px 0;
}
.product-list .listprod a>div.name {
    margin: 20px 0 10px;
}
.box-product div {
    width: 205px;
    overflow: hidden;
}
.s_module_content {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 20px;
}
.s_module_content>.product-list>div {
    width: 19%;
    display: inline-block;
}
.s_module_content>.product-list>div .name {
    width: 90%;
}
.s_module_content>h2 {
    margin-bottom: 20px;
}
.pagination>div {
    text-align: center;
    padding: 25px 0 15px;
    margin: 10px auto;
    display: block;
}
.pagination .links a, .pagination .links b {
    color: #000;
    font-size: 18px;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0 10px;
}
.pagination .links a:hover, .pagination .links b, .pagination .links b:hover {
    text-decoration: none !important;
    color: #0083ff !important;
}
.filter-price input {
    padding: 5px;
}
.price-new {
    display: block;
    width: 100%;
    font-size: 20px;
}
.price-old {
    display: block;
    width: 100%;
    text-decoration: line-through;
    color: red;
}
.filter-cat>div {
    overflow: auto;
    max-height: 200px;
}
.filter-cat>div>div {
    float: left;
    width: 100%;
}
.filter-cat>div>div>input {
    float: left;
    width: 15px;
}
.filter-cat>div>div>label {
    float: left;
    width: 130px;
    text-transform: capitalize;
}
.product-info {
    display: table;
    width: 100%;
    margin: 0;
}
.product-info>div {
    display: table-cell;
    vertical-align: top;
}
.product-info>.left {
    min-width: 605px;
    overflow: hidden;
}
.product-info h1 {
    margin: 10px 0;
}
.product-info>div>p, .product-info>div>p font, .product-info>div>p span {
    margin: 0 0 20px;
    font-size: 14px !important;
    color: #000;
}
.product-info .right {
    padding-left: 20px;
}
.product-info .right .op {
    padding: 0 20px 30px 0;
}
.product-info .left div img {
    border: 1px solid #eee;
    border-radius: 3px;
    display: block;
    height: auto;
}
.desc #review {
    margin: 0 0 20px;
}
.options {
    margin: 0;
}
.options b {
    font-weight: 400;
}
.option td:first-child {
    padding: 2px 20px 2px 0;
}
.option td:last-child {
    min-width: 150px;
}
.product-info .options .option b small span {
    text-transform: capitalize;
}
.options #button-cart, .price, .rating {
    margin: 5px 0;
}
.options #button-cart {
    font-size: 20px;
    padding: 15px 25px;
    text-align: center;
}
.options .minimum {
    margin: 0 0 10px
}
div>.price {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.options .price {
    margin-top: 10px;
}
.options .price span {
    font-size: 16px;
}
.options .price span.price-tax {
    font-size: 26px;
}
.attribute {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .05);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .05);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, .05);
}
.attribute td, .attribute th {
    padding: 10px;
    border: 1px solid #eee;
    font-size: 13px;
    color: #777;
    white-space: normal;
    min-width: 55px;
}
.attribute.staffel td,
.attribute.staffel th {
  font-size: 13px;
}
.attribute td:first-child {
    background: #fafafa;
}
#rating {
    cursor: pointer;
    float: left;
    width: 100%;
}
#rating b {
    float: left;
    margin: 0 10px 0 0;
}
#rating>input {
    display: none;
}
#rating>label {
    width: 15px;
    height: 14px;
    background: url(../image/stars-select.png) no-repeat top right;
    float: left;
    cursor: pointer;
}
#rating>label.wybrane {
    background-position: top left;
}
#add-review b {
    font-weight: 400;
}
#ile, .ilosc {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 10px !important;
    position: relative;
    text-overflow: clip;
    z-index: 2;
    width: 50px !important;
}
.desc {
    display: table;
    width: 100%;
    margin: 20px 0 0;
}
.desc>div {
    display: table-cell;
    vertical-align: top;
}
.desc>div:first-child {
    padding: 0 20px 0 0;
    max-width: 790px;
    overflow: hidden;
}
.desc>div:first-child>div {
    padding: 0 0 20px;
}
.desc>div:first-child>#tab-review>#add-review {
    background: #fcfcfc;
    padding: 20px;
    border: 1px solid #efefef;
}
.desc>div:first-child>#tab-review>#add-review input {
    border: 1px solid #efefef;
    padding: 10px;
    margin: 5px 0 0;
    border-radius: 3px;
}
.desc>div:first-child>#tab-review>#add-review textarea {
    border: 1px solid #efefef;
    margin: 5px 0;
    border-radius: 3px;
}
.desc>div .attribute {
    margin: 0;
}
.desc>div:first-child>#tab-review #review>.pagination {
    margin-bottom: 0;
}
.desc>div:first-child>#tab-review #review .review-list {
    margin-bottom: 20px;
}
.desc>div:first-child>#tab-review #review .review-list .text {
    line-height: 150%;
}
.desc>div h2, .desc>div:first-child>#tab-review #review .review-list .author, .desc>div:first-child>#tab-review #review .review-list .rating {
    margin: 10px 0;
}
.desoSlide-wrapper>img {
    opacity: 1 !important;
}
.desoSlide-overlay {
    display: none !important;
}
#thumbs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#thumbs li {
    float: left;
    border: 1px solid #eee;
    border-radius: 3px;
    margin: 5px 5px 0 0;
}
.ac_results {
    background: #fafafa;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 3px;
    padding: 0 10px;
}
.ac_results ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ac_results li {
    color: #777;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.ac_results li:hover {
    color: #000;
    cursor: pointer;
}
.ac_results li:last-child {
    border: 0;
}
#block3 {
    background: #f5f5f5;
    padding: 10px;
    width: 70%;
    border-radius: 5px;
}
#block3 i {
    font-size: 35px;
    display: block;
    padding: 0 0 0 10px;
}
#block3 div {
    vertical-align: middle;
    line-height: 150%;
}
#block3>div {
    margin: 10px 0;
    display: inline-table;
}
#block3>div>div:first-child {
    width: 60px;
}
.ui-table-reflow thead td, .ui-table-reflow thead th {
    background: #fafafa;
    font-weight: 700 !important;
    color: #000 !important;
}
.desc .ui-table td, .desc .ui-table th {
    padding: 8px !important;
    vertical-align: middle;
}
.desc .attribute th {
    width: 1px;
    white-space: nowrap;
    min-width: 45px;
}
.descr #tab-attribute {
    min-width: 370px;
}
#review {
    margin: 0 0 20px;
}
.login-content {
    display: table;
    width: 80%;
    margin: 0 auto;
    border-radius: 3px;
}
.login-content>div {
    display: table-cell;
    width: 60%;
    vertical-align: top;
    border-radius: 3px;
}
.login-content>.left {
    padding: 30px;
    border: 1px solid #eee;
}
.login-content>.right>div {
    border: 1px solid #eee;
    background: #f5f5f5;
    margin: 0 0 0 10px;
    padding: 30px;
    border-radius: 3px;
}
.login-content table {
    width: 100%;
}
.login-content td {
    font-weight: 700;
}
.login-content td.light {
    font-weight: 400;
}
.form input[type=password], .form input[type=text], .login-content input[type=password], .login-content input[type=text] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 5px 0;
    width: 100%;
}
.login-content .error, form .error {
    font-size: 11px;
    color: red;
    padding-right: 20px;
    display: block;
}
.form td {
    padding: 0 20px 0 0;
}
form .buttons {
    margin-top: 20px;
}
form .buttons .left {
    display: none;
}
table {
  width: 100%
}
select {
    -webkit-appearance: none;
    padding: 10px;
    border: 1px solid #ddd;
    width: 87%;
    border-radius: 3px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAlklEQVQ4T+3SMQ5BQRDG8d+7hVLrEhqJ4h1ANCqFE0g0CuVzBJ2SAygkKqfQ6pyCbLISWdYWrxNTznzzn8w3U2kZVct+PwjYY4lLxpseVhg966kHfWwwxDWBdHHEFOccIORrrDHALQo7OGGOwys4d4VxFAdI0ITmBrt0tW9nnGESAdu42ps1pT9Y4B6nf/S1BCg+6h/AA/hvEhFscWXpAAAAAElFTkSuQmCC") no-repeat 95% center #fafafa;
}
#menu-koszyk {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    display: table;
    width: 100%;
}
#menu-koszyk>div {
    display: table-cell;
    width: 50%;
}
#menu-koszyk>div:last-child {
    text-align: right;
}
#menu-koszyk>div:last-child a {
    color: #000;
}
.buttons {
    display: inline-block;
    width: 100%;
    margin: 20px 0 10px;
}
.buttons>.right {
    float: left;
}
.buttons>.right.true {
    float: right;
}
.buttons>.left {
    float: left;
}
.buttons.basket {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px 0 0;
}
.cart-info table {
    border: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
}
.cart-info thead td {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding: 10px !important;
}
.cart-info thead td:last-child {
    width: 1px;
    white-space: nowrap;
}
.cart-info tbody td {
    border-bottom: 1px solid #eee;
}
.cart-info tbody td.quantity div {
    float: left;
}
.cart-info tbody td.quantity div>* {
    float: left;
    margin: 0 10px 0 0;
}
.cart-info tbody td.quantity div>a {
    font-size: 22px;
    color: #999;
    font-weight: 700;
    line-height: 38px;
}
.cart-info tbody td.quantity div>a:hover {
    text-decoration: none !important;
    color: #000;
}
.cart-info tbody tr td {
    border-right: 1px solid #eee;
}
.cart-info tbody tr td:last-child {
    border: 0;
    text-align: center;
}
.cart-info tbody tr td:first-child {
    border: 0;
}
.cart-info td {
    padding: 15px !important;
}
.cart-info td.name a {
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}
.cart-info .delete i {
    cursor: pointer;
    font-size: 20px;
}
.cart-total {
    background: #f5f5f5;
    border: 1px solid #eee;
    border-top: 0;
}
.cart-total>div {
    display: table;
    /*width: 100%;*/
}
.cart-total>div>div {
    display: table-cell;
    vertical-align: middle;
}
.cart-total>div>div:last-child {
    width: 1px;
    white-space: nowrap;
}
.cart-total>div>div>div>div>.zalety>div {
    float: left;
    margin: 15px;
}
.cart-total>div>div>div>div>.zalety>div:first-child {
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.cart-total #total {
    margin: 0 20px;
}
.cart-total #total td {
    padding: 5px 0 5px 20px;
    text-align: right;
}
.cart-total #total td #payts {
    margin: 20px 0 0;
}
.cart-total #total tfoot th {
    padding: 20px 0 0;
}
.box-content div>h2 {
    margin: 10px 0 !important;
    font-size: 14px;
}
.filter-price>div {
    display: inline-block;
}
.filter-price>div>input {
    width: 30px;
    text-align: center;
}
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.checkout-product th.total {
    min-width: 145px !important;
}
.kasa {
    display: table;
    width: 100%;
}
.kasa>div {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}
.kasa>div #login {
    padding: 20px 20px 0;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
    min-width: 200px;
}
.kasa>div #login h1 {
    margin: 0;
    padding: 0 0 10px;
}
.kasa>.formy>div {
    margin: 0 190px;
}
.kasa>div.formy>div {
    border: 1px solid #eee;
    border-radius: 3px;
    display: block;
    overflow: hidden;
}
.kasa>.formy>div>div {
    float: left;
    border-bottom: 1px solid #eee;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.kasa>.formy>div>#coupon {
    border: 0;
    margin: 0;
}
.kasa>.formy>div>#coupon>label {
    display: none;
}
.kasa>.formy>div>.checkout-product textarea {
    border: 1px solid #eee;
    border-radius: 3px;
    resize: none;
    width: 60%;
    padding: 10px;
    margin: 20px 0 0;
}
.kasa>.formy>div>.checkout-product tfoot>tr:last-child>th:last-child {
    font-size: 20px;
    text-decoration: underline;
    font-weight: 700 !important;
    white-space: nowrap;
}
.kasa>.formy>div>div>div .lab {
    margin: 10px 0 0;
    float: left;
    line-height: 30px;
    width: 280px;
}
.kasa>.formy>div>div>div input[type=text] {
    float: left;
    width: 149px;
    margin: 5px 10px 5px 0;
    max-width: 220px;
}
.kasa>.formy>div>div>div.left input[type=text] {
    margin: 5px 0;
}
.kasa>.formy>div>div>div {
    float: left;
}
.kasa>.formy>div>div>p {
    float: left;
    width: 100%;
}
.kasa>.formy>div>div>.left, .kasa>.formy>div>div>div>.left {
    clear: both;
    margin: 0 10px 0 0;
}
.kasa>.formy>div>div>div>.right {
    float: left;
}
.kasa>.formy>div>div>.left .selecter, .kasa>.formy>div>div>div>.left .selecter {
    min-width: 150px;
    margin: 5px 0;
    float: left;
}
.kasa #finalize {
    background: #f5f5f5;
    margin: 0 190px 30px;
    padding: 0;
}
.kasa #finalize>div {
    width: 100%;
}
.kasa #finalize table {
    width: 100%;
    margin: 20px 0 0 !important;
    border-collapse: collapse;
    border-spacing: 0;
}
.kasa #finalize table tr th:last-child {
    font-weight: 700;
}
.kasa #finalize table tbody th a {
    font-weight: 700;
    color: #000 !important;
}
.kasa #finalize table tr th {
    vertical-align: top;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.kasa #finalize tfoot tr th {
    padding: 2px 10px;
    min-width: 70px;
    background: #f5f5f5 !important;
    border: 0 !important;
    color: #000 !important;
    text-align: right;
}
.kasa #finalize thead tr th {
    font-weight: 700 !important;
    color: #000 !important;
}
.kasa #finalize .attribute {
    box-shadow: none;
}
.table-stripe tbody tr:nth-child(2n+1) td, .table-stripe tbody tr:nth-child(2n+1) th {
    background: #fff !important;
}
.kasa #checkout-promo {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 10px 0;
}
.kasa #checkout-promo.zalogowany {
    margin: 0;
    min-width: 200px;
    background: #f5f5f5;
}
.kasa #checkout-promo>div {
    white-space: normal;
}
.kasa #login input[type=password], .kasa #login input[type=text] {
    width: 90%;
    max-width: 300px;
}
.kasa .radio td {
    padding: 3px 0;
}
#shipping-address .selecter .selecter-selected {
    max-width: 150px;
    margin: 5px 0;
}
#shipping-address .selecter .selecter-options {
    max-width: 150px;
}
.potwalert label {
    color: #c0392b;
}
.potwalert label:before {
    background-color: #c0392b;
}
.potwalert label a {
    color: #c0392b !important;
    text-decoration: underline;
}
#potwierdzenia {
    float: right;
    width: 50%;
    max-width: 370px;
    margin: 15px 0 0;
    position: relative;
}
#potwierdzenia>div {
    float: left;
    clear: both;
    margin: 5px 0;
}
.marginy>form>div {
    display: block;
    margin: 0 0 20px;
}
#skip {
    margin: 35px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #eee;
    display: block;
    color: #000;
}
.cart-info .table-stripe th {
    background-color: #fff !important;
    vertical-align: middle;
    padding: 5px 20px;
}
.cart-info .table-stripe th.widthauto {
    width: 1px;
    white-space: nowrap;
}
.cart-info .table-stripe th.center {
    text-align: center;
}
.cart-info .table-stripe th.image {
    border-right: 0;
    padding-right: 0;
}
.cart-info .table-stripe th.name {
    border-left: 0;
}
.cart-info .table-stripe thead th {
    background-color: #fafafa !important;
    font-weight: 700 !important;
}
.order-list {
    line-height: 140%;
}
#payment-new, #shipping-new {
    width: 100%;
}
th.right {
    text-align: right;
}
.reklamacje>div {
    display: inline-block;
    width: 100%;
}
.reklamacje>div>div {
    float: left;
    margin: 0 20px 10px 0;
    width: 20%;
    font-weight: 700;
}
.reklamacje>div>div.clear {
    clear: both;
}
.reklamacje>div>div input {
    width: 100%;
}
.return-detail>div {
    display: inline-block;
    margin: 0 0 20px;
}
#kontakt {
    display: table;
    width: 100%;
}
#kontakt>div {
    display: table-cell;
}
.cycle-slideshow {
    width: 100%;
    max-height: 365px;
    overflow: hidden;
}
.cycle-slideshow img {
    width: 100%;
    height: auto;
}
.control, .desoSlide-controls-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 990;
    height: 10px;
}
.control .cycle-prev, .desoSlide-controls-wrapper #con-prev {
    background: url(../img/back.png) no-repeat;
    width: 24px;
    height: 40px;
    float: left;
    margin: 0 20px;
    text-indent: 99999px;
    cursor: pointer;
}
.control .cycle-next, .desoSlide-controls-wrapper #con-next {
    background: url(../img/next.png) no-repeat;
    width: 24px;
    height: 40px;
    float: right;
    margin: 0 20px;
    text-indent: 99999px;
    cursor: pointer;
}
a.current_page {
    color: #0083ff !important;
    background: #fafafa !important;
}
#searchmobile>div {
    padding: 10px;
    background: #0083ff;
}
#searchmobile .table {
    width: 100%;
}
#searchmobile .table>div {
    vertical-align: middle;
}
#informcoulmn {
    padding: 0 0 0 50px;
}
#informcoulmn>div>.box {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    min-width: 200px;
}
#informcoulmn>div>.box .box-heading {
    display: none;
}
#informcoulmn>div>.box .box-category {
    margin: 0;
}
.boxaccount {
    padding: 0 50px 0 0;
    width: 150px;
}
.box-heading {
    margin: 0 0 10px;
}
.success {
    display: none;
}
#menu404 {
    margin: 20px 0 0;
    display: table;
    width: 100%;
}
#menu404 a {
    color: #0083ff;
}
#menu404>div {
    display: table-cell;
    vertical-align: top;
}
#menu404>div:last-child {
    text-align: right;
}
#menu404 li {
    display: inline-block;
    width: 30%;
}
#menu404 li>a {
    margin: 0 !important;
    font-weight: normal !important;
}
#menu404 li>ul {
    display: none !important;
}
th {
    color: #000 !important;
}
.regi .form td {
    width: 50%;
    vertical-align: top;
}
.content>p {
    margin: 10px 0;
}
.idolny {
    vertical-align: sub;
    font-size: 10px;
    color: #000;
}
.return-detail>div, table.radio {
    width: 100%;
}
td .idolny {
    cursor: help;
}
.clearthis {
    display: none;
}
.ret table {
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.ret table td {
    border: 1px solid #ddd;
    padding: 10px;
}
.ret table thead td {
    background: #fafafa;
    font-weight: 700;
}
#budget_search .inline {
    padding: 0 5px 10px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
    text-align: center;
}
#budget_search .inline input[type="text"], #budget_search .inline span {
    text-align: left;
}
#budget_search .inline>div, #budget_search .inline>div>* {
    display: inline-block;
    vertical-align: middle;
}
#budget_search .inline>div {
    padding: 0 15px 0 0;
}
#budget_search .inline>div>label {
    padding: 0 5px 0 0;
}
#budget_search .inline>div>.selecter {
    margin: 0 20px 0 0;
    min-width: 150px;
}
#budget_search .inline>div>.selecter>.selecter-selected {
    background-color: #fff !important;
}
#budget_search select {
    width: auto;
}
#budget_search input[type="text"] {
    width: 50px;
    background: #fff;
    box-shadow: none;
    padding: 10px;
    text-align: center;
}
#budget_search input[type="submit"] {
    margin: 0 0 0 20px;
}
#budget_search input[type="submit"]:hover {
    color: #0083ff !important;
}
.listprod .price {
    position: relative;
    padding: 0 0 25px;
}
.listprod .price>div {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
}
.listprod .price>div.butter {
    cursor: pointer;
    color: #000;
    border-radius: 2px;
    vertical-align: top;
    border: 1px solid #eee;
    padding: 3px 5px;
    margin: 25px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.listprod .price .price-details-budget ul {
    margin: 10px 10px 10px 0;
}
.listprod .price>span:first-child {
    margin: 1px 0 0 0;
}
.inkl {
    font-weight: normal;
    font-size: 10px;
    padding: 2px 5px;
    border: 0;
    background: #fb4106;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
.country>div {
    margin-top: 5px;
    width: 97%;
}
.country>div span {
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-content div.aufdruck>h2 {
    margin-top: 0 !important;
}
@media screen and (max-width:1125px) {
    body>div {
        margin: auto;
        width: 100%;
    }
    #search>div>div>div:first-child {
        margin: 0;
    }
    #container .poziom {
        width: 97% !important;
    }
    .desc>div {
        display: block;
        padding: 0 0 20px;
    }
    #ctaBar .table> div:first-child {
        display: none
    }
}
@media screen and (max-width:420px) {
    #ctaBar .table> div.contactBar {
        display: none
    }
    #ctaBar .table> div.contactBarMobile {
        display: block !important;
    }
    .product-list .listprod a>div.name {
        word-break: break-all;
    }
}
@media screen and (max-width:1010px) {
    #home-top {
        display: block;
    }
    #szuk, #szuk2 {
        padding: 9px !important;
        border-color: #ddd !important;
        height: auto !important;
    }
    #home-top>div {
        display: block;
        width: 100%;
        padding: 0;
    }
    #home-top>div:first-child>div {
        display: table;
        border: 0;
        padding: 0;
    }
    #home-top>div:first-child>div>div {
        padding: 0 50px 0 0;
        display: table-cell;
    }
    #home-top>div:last-child {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
    }
    #home-kat>div>div {
        width: 33.3333%;
    }
    #inform {
        border-bottom: 1px solid #ddd;
        padding: 0 0 20px;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    #szuk, #szuk2 {
        border-radius: 0;
        border-color: #fff;
        background: #fff;
        box-shadow: none;
        max-width: 1000px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 15px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .kasa #finalize, .kasa>div.formy>div {
        margin: 10px 0 !important;
    }
    .buttonbg {
        background: #505050;
        border: 1px solid #373737;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .buttonbg>div {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        padding: 0 10px;
        height: 46px;
        line-height: 46px;
    }
    .buttonbg>div i {
        color: #fff;
        font-size: 16px !important;
    }
    #search>div>div>div:first-child {
        width: 30%;
    }
}
@media screen and (max-width:960px) {
    #szuk, #szuk2 {
        padding: 15px !important;
    }
    .content.fail {
        margin: 0;
    }
    #extended_search>div {
        width: 96%;
        margin: 0;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .box-category {
        max-width: 1000px;
    }
    .options>.cel {
        text-align: center;
    }
    .productRow>.price {
        display: none;
    }
    #container {
        min-height: 10px !important;
        overflow: hidden;
    }
    .mobileshow, body>#searchmobile {
        display: block !important;
    }
    .mobilehide {
        display: none !important;
    }
    .mobileblock {
        display: block !important;
    }
    .mobileshowinline {
        display: inline-block !important;
    }
    #header {
        background: #fff;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }
    #searchmobile .buttonbg {
        width: 1px;
        white-space: nowrap;
    }
    #footer {
        border-top: 1px solid #ddd;
    }
    #footer ul li a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        background: #fafafa;
        color: #000;
        font-weight: 700;
    }
    #footer input[type=text] {
        padding: 10px;
    }
    #footer .paym>div {
        display: inline-block !important;
        width: auto !important;
    }
    #header #search, body>#header-menu {
        display: none !important;
    }
    #header #logo {
        width: 100% !important;
        white-space: normal !important;
    }
    #container .poziom {
        margin: 10px auto;
    }
    #inform>div, .toplist>div {
        display: block;
        width: 100%;
        padding: 0;
    }
    #inform>div h2 {
        margin-top: 20px;
    }
    .box>h2 {
        margin: 0;
    }
    #home-kat>div>div {
        width: 50% !important;
    }
    #footer .poziom>div>div, #home-kafle .table>div {
        width: 100%;
        display: block;
        padding: 0;
    }
    #home-kat>div>div img {
        width: 100%;
        height: auto;
    }
    .pseudoselect {
        width: auto;
    }
    #home-top>div>div>div {
        padding: 0 !important;
        display: block !important;
        width: 100%;
    }
    #home-top a {
        font-size: 16px;
        line-height: 180%;
    }
    #home-kafle a, .toplist>div .prod>div a {
        font-size: 14px;
    }
    #menu, #menu2 {
        background: #fafafa;
    }
    #menu ul, #menu2 ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    #menu ul li a, #menu2 ul li a, .box-category li a {
        display: block;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        background: url(../img/arr2.gif) no-repeat 95% center;
    }
    .box-category>li>a {
        background: url(../img/arr.gif) no-repeat 95% center;
        color: #000 !important;
    }
    .box-category>li>ul>li {
        margin: 0;
        border-left: 5px solid #3498db;
        padding: 0;
    }
    .box-category>li.active>a {
        margin: 0;
        color: #000 !important;
    }
    .box-category>li:last-child a {
        border: 0;
    }
    .box-category li {
        margin: 0;
    }
    #column-left>.box {
        padding: 0 !important;
        background: #fafafa;
        border-color: #ccc !important;
    }
    #container .poziom>div {
        width: 100% !important;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px !important;
    }
    .box-product>div, .product-list>.listprod {
        width: 49%;
    }
    .product-list>div .image>img {
        width: 100%;
        height: auto;
    }
    #container p, .contact-info, .zalety ul li, .zaletyeb li, .txt ul li {
        font-size: 16px !important;
    }
    #smycze .table.builder> div {
        width: 100%;
        display: block;
        padding: 0 0 20px !important
    }
    #menumobile {
        width: auto;
        margin: 10px;
        padding: 20px 0 0;
        border-bottom: 0;
    }
    #menumobile>div {
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
    }
    #menumobile h3 {
        margin: 0 0 20px;
    }
    #searchmobile {
        border: 0;
    }
    #searchmobile.searchhome {
        margin: 0;
    }
    #searchmobile.searchhome>div {
        background: #fff;
    }
    #searchmobile.searchhome #szuk2 {
        border: 1px solid #ccc;
    }
    .kasa>.formy>div>div>div .lab {
        width: 100%;
    }
    .filter-cat>div>div {
        padding: 3px 0;
    }
    .filter-cat label {
        font-size: 16px;
        margin: 0 0 0 10px;
        font-weight: 700;
    }
    #mobilefiltrybut, #mobilekategoriebut {
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 10px 0;
        display: block;
        font-weight: 700;
        font-size: 16px;
    }
    #mobilefiltrybut i, #mobilekategoriebut i {
        display: none;
    }
    #mobilefiltrybut.wybrane, #mobilekategoriebut.wybrane {
        background: #3498db;
        color: #fff;
        border-color: #2980b9;
    }
    #mobilefiltrybut.wybrane i, #mobilekategoriebut.wybrane i {
        display: inline-block;
    }
    .kotwica {
        display: block;
        height: 10px;
        margin-top: -10px;
        visibility: hidden;
    }
    .kasa>.formy>div>div>div .lab {
        float: none;
    }
    #column-left #menu, #extended_search {
        border-radius: 3px;
        overflow: hidden;
    }
    .box-content {
        margin: 10px 0;
    }
    #extended_search input[type=text] {
        padding: 15px;
        font-weight: 700;
    }
    #column-left #menu .box-category>li {
        margin: 0;
        background: #eee;
    }
    #column-left #menu .box-category>li a {
        background: 0;
    }
    #column-left #menu .box-category>li a.active, #column-left #menu .box-category>li.active>a {
        background: #3498db !important;
        color: #fff !important;
    }
    #column-left #menu .box-category>li:last-child a {
        border: 0;
    }
    #column-left #menu .box-category>li.active>a {
        margin: 0;
    }
    #column-left #menu .box-category>li>ul>li {
        padding: 0;
        margin: 0;
    }
    #column-left #menu .box-category>li>ul>li a {
        background: #fff;
    }
    #extended_search>div {
        background: #eee;
        border-bottom: 1px solid #ddd;
        padding: 0 10px;
    }
    #extended_search>div:last-child {
        border: 0;
    }
    #column-left .box-content div>h2 {
        font-size: 16px;
        color: #000;
        margin: 0 !important;
        padding: 10px 0;
    }
    .desoSlide-controls-wrapper #con-prev {
        margin: 0 5px;
    }
    .filter-cat>div>div:last-child {
        margin: 0 0 10px;
    }
    .desc>div, .product-info>div {
        width: 100% !important;
        display: block;
        padding: 0 0 20px !important;
    }
    .product-info .left div img {
        width: 100%;
        border: 0;
    }
    .product-info>.left {
        min-width: 100%;
    }
    #block3 {
        width: auto;
    }
    .mobileshow .toplist, .mobileshow>h1, .options .price {
        text-align: center;
    }
    .options #button-cart {
        width: 100%;
        padding: 20px 0;
    }
    .options>table .selecter {
        max-width: 100%;
    }
    .attribute {
        margin: 20px 0;
    }
    .attribute td, .attrubute th {
        border-bottom: 0;
    }
    .ui-table-reflow tbody th {
        font-weight: 700 !important;
        color: #000;
        border-bottom: 0;
    }
    .attribute td, .attribute th {
        border-right: 0;
        border-left: 0;
        margin: 0 !important;
    }
    .cart-info th {
        border: 0;
        width: 100% !important;
        text-align: left !important;
    }
    .cart-info .image {
        padding: 0 !important;
        width: 40% !important;
        clear: none !important;
        max-width: 180px;
    }
    .cart-info .name {
        padding: 10px 0 !important;
        width: 60% !important;
        clear: none !important;
    }
    .cart-info .image>b {
        display: none !important;
    }
    .cart-info .image>a {
        padding: 10px 20px;
        display: block;
    }
    .cart-info .image>a>img {
        width: 100%;
        height: auto;
        max-width: 100px;
        min-width: 50px;
    }
    .cart-info .delete, .cart-info .quantity, .cart-info .total {
        float: left !important;
        margin-left: 180px !important;
        width: 60% !important;
        padding: 0 !important;
    }
    .cart-info .delete>.ui-table-cell-label {
        display: none !important;
    }
    .cart-info .mobileabsolute {
        position: absolute;
        margin-top: -127px;
        margin-left: 85px;
        font-size: 20px;
    }
    .cart-info .quantity>b {
        display: none !important;
    }
    .cart-total>div>div {
        display: block;
        width: 100%;
    }
    .cart-total .table>div {
        display: block;
    }
    .cart-total {
        padding: 0 0 20px;
        border: 1px solid #ddd;
    }
    #nieosiagniete, #osiagniete {
        padding: 20px;
    }
    .cart-total>div>div>div>.zalety>div {
        float: none;
        margin: 0;
        border: 0 !important;
    }
    #total th {
        text-align: left !important;
    }
    #informcoulmn>div>.box {
        border: 0;
    }
    input[type=password], input[type=text], select {
        padding: 15px !important;
    }
    .kasa>.formy>div>div>div {
        margin: 0;
        width: 100%;
    }
    .kasa>.formy>div>div>div input[type=text] {
        max-width: 240px;
        width: 100%;
    }
    .mobile100 {
        width: 100%;
    }
    .mobile100 a {
        width: 100%;
        padding: 15px 0 !important;
        text-align: center;
    }
    .kasa>div {
        display: block;
        width: 100%;
    }
    .kasa>.formy>div {
        margin: 0;
    }
    .kasa>.formy>div>div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
    }
    #shipping-address .selecter {
        float: left;
    }
    .kasa #finalize {
        margin: 20px 0;
    }
    .kasa #finalize table tr th {
        border-top: 0;
        background: #fff;
    }
    .kasa #finalize table tbody th a {
        display: block;
        margin: 10px 0 0;
    }
    .kasa #finalize table tfoot th {
        padding: 2px 10px;
        background: #eee !important;
    }
    .kasa #potwierdzenia, .kasa .button.ultra, .kasa .buttons>.left {
        width: 100%;
    }
    .kasa .button.ultra {
        padding: 20px 0;
        margin: 20px 0 10px;
    }
    .kasa.loged>.formy>div>div>div {
        width: 100%;
    }
    .mobilebox {
        margin: 20px 0 0;
    }
    .product-info {
        display: block;
        margin: 0;
    }
    .descl {
        margin: 20px 0 0;
    }
    .review-list {
        margin: 0 0 20px;
    }
    .s_module_content>.product-list>div {
        width: 49%;
    }
    textarea {
        width: 93% !important;
    }
    .option td:first-child {
        padding: 2px;
    }
    .selecter .selecter-selected {
        width: 90% !important;
    }
    .reklamacje>div>div {
        width: auto;
    }
    #kontakt>div {
        width: 100%;
        display: block;
        padding: 0 0 20px;
        margin: 0;
    }
    #review {
        margin: 0 0 20px;
    }
    #thumbs li {
        margin-bottom: 5px;
    }
    .mobileshow>h1 {
        font-size: 16px;
    }
    .cartmobile:hover {
        text-decoration: none !important;
    }
    .cartmobile span {
        font-size: 12px;
        font-weight: 700;
        background: #0083ff;
        color: #fff;
        padding: 1px 5px;
        border-radius: 3px;
        vertical-align: middle;
    }
    .login-content {
        width: 100%;
        margin: auto;
    }
    .login-content>.right>div, .login-content>div {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .login-content>.right {
        padding: 0;
        margin: 0;
    }
    .login-content .form td {
        display: block;
        padding: 0 0 10px;
    }
    .descr #tab-attribute {
        min-width: 1px;
    }
    .login-content>.left {
        padding: 20px;
    }
    #column-left>.box>.box-heading {
        display: none;
    }
    #column-left>.box>.box-content {
        border: 1px solid #ddd;
        border-radius: 3px;
    }
    #column-left>.box>.box-content ul {
        margin: 0;
    }
    #finalize tfoot>tr {
        width: 100%;
        display: table;
    }
    #finalize tfoot>tr>th {
        display: table-cell;
        float: none;
        width: 50%;
        padding: 5px 10px !important;
    }
    #finalize tfoot>tr>th:first-child {
        display: none;
    }
    .checkbox label:before {
        height: 30px;
        width: 30px;
    }
    .checkbox input[type=checkbox]:checked+label:before {
        line-height: 30px !important;
    }
    .checkbox label {
        padding-left: 40px;
    }
    #logo a img {
        width: 100%;
        height: auto;
    }
    #logo a {
        margin: 0;
    }
    #home-top .mobileshow {
        margin: 0 0 30px;
    }
    #footer .poziom>div>div ul {
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
        font-size: 16px;
    }
    .haczki {
        border: 0 !important;
    }
    .paym img {
        max-width: 100px;
    }
    .box-category>li.active>a {
        padding-top: 10px;
    }
    .box-content a.active {
        color: #3498db !important;
    }
    .error404 {
        margin: 0;
        border: 0;
        padding: 10px;
    }
    .error404-best {
        padding: 10px;
    }
    .bestseller>div {
        width: 49% !important;
    }
    .bestseller>div>div {
        width: 100% !important;
    }
    .bestseller>div>div img {
        width: 100%;
    }
    .cart-info .ui-table-cell-label {
        display: none !important;
    }
    .cart-info .total {
        padding: 20px 0 !important;
    }
    .biggerthis {
        margin: 0;
        padding: 15px 0 !important;
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .options>table {
        width: 95%;
    }
}
@media screen and (max-width:800px) {
    #slider .table>div {
        display: block;
        width: 100%;
    }
    #slider .table>div a {
        width: 100%;
    }
}
#home-baner img {
    width: 100%;
    height: auto;
    max-width: 1189px;
}
@media screen and (max-width:520px) {
    .table.builder {
        display: block
    }
    .table.builder .abs> a> strong {
        font-size: 20px !important
    }
    .table.builder .abs> a> span> strong {
        font-size: 16px !important
    }
    .table.builder2 {
        margin: 0 !important;
        width: 100% !important;
        display: block !important;
    }
    .table.builder2> div {
        border-bottom: 1px solid #eee;
        display: block;
        width: 100%;
        padding: 10px 0 !important
    }
    .table.builder2> div> div {
        overflow: hidden;
        position: relative;
    }
    .table.builder2> div img {
        display: none !important
    }
    .table.builder2> div .abs {
        position: static !important
    }
}
@media screen and (max-width:540px) {
    #home-kat>div>div {
        width: 100% !important;
    }
}
@media screen and (max-width:480px) {
    .cart-info .delete, .cart-info .quantity, .cart-info .total {
        margin-left: 40% !important;
    }
}
.selecter-element {
    *left: -999999px;
    position: absolute;
    opacity: 0;
}
.selecter {
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
}
.selecter .selecter-selected {
    background: #fafafa url(jquery.fs.selecter-arrow.png) no-repeat right center;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-overflow: clip;
    z-index: 49;
}
.selecter .selecter-options {
    border: 1px solid #eee;
    border-width: 0 1px 1px;
    background-color: #fefefe;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    margin: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    *width: auto;
    z-index: 50;
}
.selecter:focus {
    outline: 0;
}
.selecter .selecter-group {
    background: #f9f9f9;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    display: block;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
}
.selecter .selecter-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    width: 100%;
}
.selecter .selecter-item.selected {
    background: #f9f9f9;
}
.selecter .selecter-item.disabled {
    color: #999;
    cursor: default;
}
.selecter .selecter-item:first-child {
    border-radius: 0;
}
.selecter .selecter-item:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: 0;
}
#mobilekategorie .active>a {
    margin: 0;
    font-weight: normal;
}
#mobilekategorie .active>ul {
    display: none;
}
@media screen and (min-width:980px) {
    .selecter .selecter-item:hover, .selecter .selecter-item.selected:hover {
        background-color: #f3f3f3;
    }
    .selecter .selecter-item.disabled:hover {
        background-color: #fff;
    }
    .selecter:hover .selecter-selected {
        background-color: #fff;
    }
    .selecter.disabled .selecter-item:hover {
        background: #fff;
    }
}
.selecter.open {
    z-index: 3;
}
.selecter.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 51;
}
.selecter.open .selecter-selected, .selecter.focus .selecter-selected {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.selecter.cover .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    top: 0;
}
.selecter.cover .selecter-options .selecter-item.first {
    border-radius: 3px 3px 0 0;
}
.selecter.cover.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 49;
}
.selecter.bottom .selecter-options {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto;
}
.selecter.bottom .selecter-item:last-child {
    border: 0;
}
.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 3px 3px;
}
.selecter.bottom.open .selecter-options {
    border-radius: 3px 3px 0 0;
}
.selecter.bottom.cover .selecter-options {
    bottom: 0;
    top: auto;
}
.selecter.bottom.cover.open .selecter-selected {
    border-radius: 3px;
}
.selecter.bottom.cover.open .selecter-options {
    border-radius: 3px;
}
.selecter.multiple .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%;
}
.selecter.disabled .selecter-selected {
    background: #fff;
    border-color: #eee;
    color: #ccc;
    cursor: default;
}
.selecter.disabled .selecter-options {
    background: #fff;
    border-color: #eee;
}
.selecter.disabled .selecter-group, .selecter.disabled .selecter-item {
    border-color: #eee;
    color: #ccc;
    cursor: default;
}
.selecter.disabled .selecter-item.selected {
    background: #fafafa;
}
.selecter .selecter-options.scroller {
    overflow: hidden;
}
.selecter .selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0;
}
ul.ftab {
    list-style-type: none;
    padding: 0;
}
.ftab #informcoulmn {
    display: none;
}
ul.ftab li {
    font-size: 12px;
    width: 10%;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    margin: 5px 2px;
    color: #fff;
    border-radius: 10px;
}
ul.ftab li.n {
    color: #4a4a4a;
}
@media screen and (max-width:1035px) {
    #header a img {
        width: 150px;
        height: auto;
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width:740px) {
    .selecter {
        max-width: 40%;
    }
}
@media screen and (max-width:500px) {
    #slider>div .button {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    ul.ftab li {
        width: 48%;
    }
    #slider .table {
        width: 100%;
    }
    #slider .table>div {
        display: block;
        width: 100%;
    }
    #slider {
        padding: 10px;
    }
    .selecter {
        max-width: 100%;
    }
}
#livesearch_search_results {
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #fff;
    list-style-type: none;
    z-index: 9999;
    width: 285px;
    border: 1px solid #eee;
    color: #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#livesearch_search_results li {
    padding: 5px;
}
#livesearch_search_results li+li {
    border-top: 1px solid #eee;
}
#livesearch_search_results a, #livesearch_search_results a:visited {
    text-decoration: none;
    width: 100%;
    display: block;
}
#livesearch_search_results a:hover {
    color: #333 !important;
}
#livesearch_search_results li:hover {
    background-color: #f5f5f5;
    color: #333 !important;
}
#livesearch_search_results li:hover a {
    color: #333 !important;
}
#livesearch_search_results .highlighted {
    background-color: #f5f5f5;
    color: #333 !important;
}
.escapeBoxTrigger {
    width: 100%;
    height: 10px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}
#escapeBoxContainer {
    width: 900px;
    display: none;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-left: -450px;
    top: 50%;
    margin-top: -350px;
    z-index: 9999992;
}
#escapeBoxContainer small {
    font-size: 15px;
    line-height: 110%;
    display: block;
    margin: 20px 0 0;
    text-decoration: underline;
}
#escapeBoxContainer p {
    margin: 35px 0;
}
#escapeBoxContainer form {
    padding: 40px 20px;
}
.escapeBoxClose {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    padding: 5px 8px;
    margin: -10px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    border: 3px solid #f3f3f3;
}
.escapeBoxTop {
    width: 100%;
    height: 20px;
    background-color: deepskyblue;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#escapeBoxZaciem {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999991;
    opacity: .95;
    filter: alpha(opacity=95);
}
#escapeBoxZaciem a {
    position: fixed;
    bottom: 10px;
    left: 25px;
    color: #fff;
    text-decoration: none;
}
#escapeBoxZaciem a img {
    border: 0;
}
#escapeBoxZaciem a span {
    padding-left: 3px;
}
.rego {
    color: #fff;
    font-size: 28px;
}
.rego h1 {
    color: #fff;
    font-size: 65px;
}
.rego>.button.ultra {
    background-color: #00b300;
    border-color: #008c23;
    text-shadow: 1px 1px 0 #008c23;
    font-size: 20px !important;
    padding: 20px 30px !important;
    letter-spacing: .1 em;
}
.rego>.button.ultra:hover {
    background-color: #00d900;
}
.rego.white {
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 0 20px;
}
.rego.white h1 {
    color: #000;
}
#zamknijpop {
    color: #fff;
    font-size: 20px;
    margin: -10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999992;
    font-size: 40px;
    line-height: 100%;
    cursor: pointer;
}
#zamknijpop.black {
    color: #000;
    margin: 10px;
}
#escapeBoxForm input[type="email"], #escapeBoxForm input[type="submit"] {
    width: 70%;
    padding: 20px;
    border-radius: 2px;
    display: block;
    margin: auto;
    max-width: 1000px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#escapeBoxForm input[type="submit"] {
    margin: 10px auto 10px;
    background: #ff690b;
    border-radius: 5px;
    color: #fff;
    border: 0;
    border-bottom: 5px solid #f15c00;
    font-weight: bold;
    cursor: pointer;
}
#escapeBoxForm input[type="submit"]:hover {
    background: #fb5c00;
}
@media screen and (min-width:1200px) {
    .setWidth {
        width: 602px;
    }
    .setHeight {
        height: 602px;
        display: block;
    }
}
#smycze {
    margin: 0 0 40px;
}
#smycze .builder {
    width: 100%;
    position: static !important;
}
#smycze .builder>div {
    padding: 0 30px;
}
#smycze .builder>div>div {
    border: 1px solid #eee;
    position: relative;
}
#smycze .builder>div>div>div.abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
}
.abs span {
    font-size: 18px;
    color: #555;
}
#smycze .builder>div img {
    width: 100%;
    height: auto;
    display: block;
}
#smycze .txt {
    text-align: center;
    margin: 40px 0;
}
#smycze .txt.big {
    font-size: 17px;
    display: block;
    margin: 40px auto;
    max-width: 900px;
    line-height: 180%;
}
#smycze .txt.big h1, #smycze .txt.big h2 {
    font-size: 25px;
    margin: 0 0 30px;
}
#smycze .txt ul {
    display: inline-block;
    max-width: 500px;
    margin: auto;
    text-align: left;
}
#smycze .txt ul li {
    line-height: 150%;
}
#smycze .builder2 {
    position: static !important;
    border: 0 !important;
}
#smycze .builder2>div {
    padding: 20px 10px;
}
#smycze .builder2 {
    width: calc(100%+ 20px);
    margin-left: -10px;
}
#smycze .builder2>div {
    position: relative;
}
#smycze .builder2>div>div {
    position: relative;
}
#smycze .builder2 img {
    border: 1px solid #eee;
    margin: 0 0 10px;
}
#smycze .builder2 div.abs {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 0;
    color: #000;
    width: 100%;
    text-align: center;
}
#smycze .builder2 div.abs span {
    font-size: 14px !important;
}
#smycze .builder a {
    color: #000;
}
#smycze .builder a:hover {
    text-decoration: none !important;
    color: #000 !important;
}
.ultra.white {
    background: #fff;
    text-shadow: none;
    border-color: #ddd;
}
.ultra.white:hover {
    background: #fcfcfc;
}
.ultra.white span {
    color: #aaa;
}
.ultra.white:hover span {
    color: #ff690b;
}
.bespreis {
    color: #fff !important;
}
.bespreis:hover {
    color: #fff !important;
}
.christmas {
  text-align: center;
  background: #eee;
}
.christmas div {
  position: relative;
  display: inline-block;
  margin: 0 auto -4px;
}
.christmas div .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  font-size: 30px;
  color: #DB3F4A;
  cursor: pointer;
}
.christmas div img {
  display: block;
}
#ctaBar, #cookieBar {
    background: #f1f1f1;
    color: #444;
    padding: 5px 0;
}
#cookieBar {
    display: none;
    background: #ddd;
}
#cookieBar a {
    cursor: pointer;
}
#cookieBar .poziom {
    text-align: center;
}
#ctaBar .table {
    width: 100%;
}
#ctaBar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#ctaBar ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    border-right: 1px solid #ddd;
    padding: 1px 20px 1px 0;
    font-size: 12px;
}
#ctaBar ul li:last-child {
    border: 0;
}
#ctaBar ul li i, #ctaBar ul li a {
    color: #444
}
#ctaBar .contactBar, #ctaBar .contactBarMobile {
    text-align: right;
    font-size: 12px;
}
#ctaBar .contactBar a, #ctaBar .contactBarMobile a {
    color: #444;
}
#ctaBar .contactBar> div, #ctaBar .contactBarMobile> div {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 2px 0 2px 10px;
}
#ctaBar .contactBar> div:first-child {
    border: 0;
}
#ctaBar .contactBar .phoneBar, #ctaBar .contactBarMobile .phoneBar {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.01em;
}
#cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #f5f5f5;
    z-index: 9;
    font-size: 12px;
    text-align: center;
    display: none;
}
#cookie a {
    text-decoration: underline;
    cursor: pointer;
}

/*!
* Version 1.3.0
* jQuery: desoSlide plugin - jquery.desoslide.css
* Copyright - 2014 - https://github.com/sylouuu/desoslide
* This source code is under the MIT License
*/

.desoSlide-wrapper {
    position: relative;
    text-align: center
}
.desoSlide-overlay {
    height: 36px;
    position: absolute;
    z-index: 10;
    text-align: left;
    color: #fff;
    font-weight: 700;
    background-color: #000;
    padding: 8px;
    opacity: 0;
    filter: alpha(opacity=100)
}
.desoSlide-controls {
    display: inline-block;
    background-image: url(../img/desoSlide_controls.png);
    background-position: 0 0;
    background-repeat: no-repeat
}
.desoSlide-controls.prev {
    width: 16px;
    height: 16px;
    background-position: 0 -54px
}
.desoSlide-controls.pause {
    width: 16px;
    height: 16px;
    background-position: 0 -18px
}
.desoSlide-controls.play {
    width: 16px;
    height: 16px;
    background-position: 0 -36px
}
.desoSlide-controls.next {
    width: 16px;
    height: 16px;
    background-position: 0 0
}
.desoSlide-spinner {
    width: 50px;
    height: 50px;
    border: solid #34495e;
    border-width: 3px 0 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
    -ms-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}
@-moz-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg)
    }
}
.ui-mobile, .ui-mobile body {
    height: 99.9%
}
.ui-mobile fieldset, .ui-page {
    padding: 0;
    margin: 0
}
.ui-mobile a img, .ui-mobile fieldset {
    border-width: 0
}
.ui-mobile fieldset {
    min-width: 0
}
@-moz-document url-prefix() {
    .ui-mobile fieldset {
        display: table-column
    }
}
.ui-mobile-viewport {
    margin: 0;
    overflow-x: visible;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body.ui-mobile-viewport, div.ui-mobile-viewport {
    overflow-x: hidden
}
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    position: absolute;
    display: none;
    border: 0
}
.ui-page {
    outline: 0
}
.ui-mobile .ui-page-active {
    display: block;
    overflow: visible;
    overflow-x: hidden
}
@media screen and (orientation:portrait) {
    .ui-mobile .ui-page {
        min-height: 420px
    }
}
@media screen and (orientation:landscape) {
    .ui-mobile .ui-page {
        min-height: 300px
    }
}
.ui-mobile-rendering>* {
    visibility: hidden
}
.ui-nojs {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}
.ui-loading .ui-loader {
    display: block
}
.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0
}
.ui-loader-default {
    background: 0;
    filter: Alpha(Opacity=18);
    opacity: .18;
    width: 2.875em;
    height: 2.875em;
    margin-left: -1.4375em;
    margin-top: -1.4375em
}
.ui-loader-verbose {
    width: 12.5em;
    filter: Alpha(Opacity=88);
    opacity: .88;
    box-shadow: 0 1px 1px -1px #fff;
    height: auto;
    margin-left: -6.875em;
    margin-top: -2.6875em;
    padding: .625em
}
.ui-loader-default h1 {
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden
}
.ui-loader-verbose h1 {
    font-size: 1em;
    margin: 0;
    text-align: center
}
.ui-loader .ui-icon-loading {
    background-color: #000;
    display: block;
    margin: 0;
    width: 2.75em;
    height: 2.75em;
    padding: .0625em;
    -webkit-border-radius: 2.25em;
    border-radius: 2.25em
}
.ui-loader-verbose .ui-icon-loading {
    margin: 0 auto .625em;
    filter: Alpha(Opacity=75);
    opacity: .75
}
.ui-loader-textonly {
    padding: .9375em;
    margin-left: -7.1875em
}
.ui-loader-textonly .ui-icon-loading {
    display: none
}
.ui-loader-fakefix {
    position: absolute
}
.ui-bar, .ui-body {
    position: relative;
    padding: .4em 1em;
    overflow: hidden;
    display: block;
    clear: both
}
.ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: inline-block
}
.ui-header, .ui-footer {
    border-width: 1px 0;
    border-style: solid;
    position: relative
}
.ui-header .ui-title, .ui-footer .ui-title {
    font-size: 1em;
    min-height: 1.1em;
    text-align: center;
    display: block;
    margin: 0 30%;
    padding: .7em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0 !important
}
.ui-footer .ui-title {
    margin: 0 1em
}
.ui-content {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 1em
}
.ui-corner-all>.ui-header:first-child, .ui-corner-all>.ui-content:first-child, .ui-corner-all>.ui-footer:first-child {
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit
}
.ui-corner-all>.ui-header:last-child, .ui-corner-all>.ui-content:last-child, .ui-corner-all>.ui-footer:last-child {
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit
}
.ui-btn {
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.ui-btn-icon-notext {
    padding: 0;
    width: 1.75em;
    height: 1.75em;
    text-indent: -9999px;
    white-space: nowrap !important
}
.ui-mini {
    font-size: 12.5px
}
.ui-mini .ui-btn {
    font-size: inherit
}
.ui-mini .ui-controlgroup-label {
    font-size: 16px
}
.ui-header .ui-btn, .ui-footer .ui-btn {
    font-size: 12.5px;
    display: inline-block;
    vertical-align: middle
}
.ui-header .ui-btn-left, .ui-header .ui-btn-right {
    font-size: 12.5px
}
.ui-mini.ui-btn-icon-notext, .ui-mini .ui-btn-icon-notext, .ui-header .ui-btn-icon-notext, .ui-footer .ui-btn-icon-notext {
    font-size: 16px;
    padding: 0
}
.ui-btn-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: .625em
}
.ui-btn-icon-left {
    padding-left: 2.5em
}
.ui-btn-icon-right, .ui-listview>li>.ui-btn[class*="ui-icon-"] {
    padding-right: 2.5em
}
.ui-btn-icon-top {
    padding-top: 2.5em
}
.ui-btn-icon-bottom {
    padding-bottom: 2.5em
}
.ui-header .ui-btn-icon-top, .ui-footer .ui-btn-icon-top, .ui-header .ui-btn-icon-bottom, .ui-footer .ui-btn-icon-bottom {
    padding-left: .3125em;
    padding-right: .3125em
}
.ui-btn[class*="ui-icon-"]:after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px
}
.ui-btn-icon-notext:after, .ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-listview>li>.ui-btn[class*="ui-icon-"]:after {
    top: 50%;
    margin-top: -11px
}
.ui-btn-icon-left:after {
    left: .5625em
}
.ui-btn-icon-right:after, .ui-listview>li>.ui-btn[class*="ui-icon-"]:after {
    right: .5625em
}
.ui-mini.ui-btn-icon-left:after, .ui-mini .ui-btn-icon-left:after, .ui-header .ui-btn-icon-left:after, .ui-footer .ui-btn-icon-left:after {
    left: .37em
}
.ui-mini.ui-btn-icon-right:after, .ui-mini .ui-btn-icon-right:after, .ui-header .ui-btn-icon-right:after, .ui-footer .ui-btn-icon-right:after {
    right: .37em
}
.ui-btn-icon-notext:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after {
    left: 50%;
    margin-left: -11px
}
.ui-btn-icon-top:after {
    top: .5625em
}
.ui-btn-icon-bottom:after {
    top: auto;
    bottom: .5625em
}
.ui-header .ui-btn-left, .ui-header .ui-btn-right, .ui-btn-left>[class*="ui-"], .ui-btn-right>[class*="ui-"] {
    margin: 0
}
.ui-btn-left, .ui-btn-right {
    position: absolute;
    top: .24em
}
.ui-btn-left {
    left: .4em
}
.ui-btn-right {
    right: .4em
}
.ui-btn-icon-notext.ui-btn-left {
    top: .3125em;
    left: .3125em
}
.ui-btn-icon-notext.ui-btn-right {
    top: .3125em;
    right: .3125em
}
.ui-mobile label, .ui-controlgroup-label {
    display: block;
    margin: 0 0 .4em
}
.ui-hide-label>label, .ui-hide-label .ui-controlgroup-label, .ui-hide-label .ui-rangeslider label, .ui-hidden-accessible {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}
.ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d, .ui-grid-solo {
    overflow: hidden
}
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.ui-block-a {
    clear: left
}
ul.ui-grid-a, ul.ui-grid-b, ul.ui-grid-c, ul.ui-grid-d, ul.ui-grid-solo, li.ui-block-a, li.ui-block-b, li.ui-block-c, li.ui-block-d, li.ui-block-e {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none
}
[class*="ui-grid-"] .ui-btn, [class*="ui-grid-"] button.ui-btn-inline, [class*="ui-grid-"] button.ui-btn-icon-notext {
    margin-right: .3125em;
    margin-left: .3125em
}
.ui-grid-a>.ui-block-a, .ui-grid-a>.ui-block-b {
    width: 50%
}
.ui-grid-b>.ui-block-a, .ui-grid-b>.ui-block-b, .ui-grid-b>.ui-block-c {
    width: 33.333%
}
.ui-grid-c>.ui-block-a, .ui-grid-c>.ui-block-b, .ui-grid-c>.ui-block-c, .ui-grid-c>.ui-block-d {
    width: 25%
}
.ui-grid-d>.ui-block-a, .ui-grid-d>.ui-block-b, .ui-grid-d>.ui-block-c, .ui-grid-d>.ui-block-d, .ui-grid-d>.ui-block-e {
    width: 20%
}
.ui-grid-solo>.ui-block-a {
    width: 100%;
    float: none
}
@media(max-width:960px) {
    .ui-responsive>.ui-block-a, .ui-responsive>.ui-block-b, .ui-responsive>.ui-block-c, .ui-responsive>.ui-block-d, .ui-responsive>.ui-block-e {
        width: 100%;
        float: none
    }
}
.ui-table {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    width: 100%
}
.ui-table th, .ui-table td {
    line-height: 1.5em;
    text-align: left;
    padding: .4em .5em;
    vertical-align: top
}
.ui-table th .ui-btn, .ui-table td .ui-btn {
    line-height: normal
}
.ui-table th {
    font-weight: bold
}
.ui-table caption {
    text-align: left;
    margin-bottom: 1.4em;
    opacity: .5
}
.table-stroke thead th {
    border-bottom: 1px solid #d6d6d6;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}
.table-stroke tbody th, .table-stroke tbody td {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}
.table-stripe tbody tr:nth-child(odd) td, .table-stripe tbody tr:nth-child(odd) th {
    background-color: #eee;
    background-color: rgba(0, 0, 0, 0.04)
}
.ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
    display: none
}

#content > ul {
  list-style-type: none;
  padding: 0 0 0 10px;
}
#content > ul > li {
  line-height: 150%;
  font-size: 15px;
}
#content > ul > li::before {
  content: '✔ ';
  color: #55B310;
}
#content > h2 {
  margin-bottom: 10px
}
.faq strong {
  text-transform: uppercase;
  margin: 30px 0 10px;
  display: block;
}

@media only all {
    .ui-table-reflow thead td, .ui-table-reflow thead th {
        display: none
    }
    .ui-table-reflow td, .ui-table-reflow th {
        text-align: left;
        display: block
    }
    .ui-table-reflow tbody th {
        margin-top: 3em
    }
    .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em
    }
    .ui-table-reflow th .ui-table-cell-label-top, .ui-table-reflow td .ui-table-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
        text-transform: uppercase;
        font-size: .9em;
        font-weight: normal
    }
}
@media(min-width:960px) {
    .ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th, .ui-table-reflow.ui-responsive tbody th, .ui-table-reflow.ui-responsive tbody td, .ui-table-reflow.ui-responsive thead td, .ui-table-reflow.ui-responsive thead th {
        display: table-cell;
        margin: 0
    }
    .ui-table-reflow.ui-responsive td .ui-table-cell-label, .ui-table-reflow.ui-responsive th .ui-table-cell-label {
        display: none
    }
}
@media(max-width:960px) {
    .ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left
    }
}

body > div {
  position: relative;
  z-index: 2;
  background: #fff;
}

#editor {
  width: 210mm;
  font-family: arial !important;
  background: #ffffff !important;
  border: 0;
  margin: 0 -105mm;
  padding: 0;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -999999;
}
#editor > div {
  display: block;
  text-align: center;
  margin: 30px 0;
}
#editor .cart-total {
  padding: 30px 0;
  border: 0;
  background: #ffffff;
}
#editor .prod-list {
  border: 1px solid #ddd !important;
}
#editor .prod-list tr > th:last-child,
#editor .cart-total .table.alignmiddle,
#editor .cart-total #payts {
  display: none;
}
#editor .prod-list img {
  max-width: 50px;
  height: auto;
}
#editor #infoTable td {
  text-align: left;
  padding: 20px;
  vertical-align: top;
}
#editor .prod-list .name {
  text-align: left;
  line-height: 120%;
}
#editor .prod-list .name a {
  font-size: 11px;
}
#editor .prod-list .name small {
  font-size: 10px;
}
#editor hr {
  border: 0;
  border-top: 1px solid #eee
}
#payment-methods .radio > tbody > tr label[for="cod"]::after {
  color: red !important;
  content: '(Achtung: Kauf auf Rechnung nur für Behörden und öffentliche Institutionen!)';
  display: block;
  font-weight: 100;
}

/* SOFORT REMOVE */
#payment-methods .radio > tbody > tr:nth-of-type(2) {
  display: none;
}

.christmas {
  margin: 5px 0 -5px;
  padding: 15px 0 12px;
  text-align: center;
  border-top:1px solid #ddd;
  background:url('images/sflake.png') #fafafa;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.christmas .santa {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 5px;
  background: url('images/santa.png') no-repeat;
  vertical-align: middle;
}

.nobackground {
  background: #fafafa !important;
}

.table-stripe tbody tr:nth-child(2n+1) td.darker,
.table-stripe tbody tr:nth-child(2n+1) th.darker,
td.darker,
th.darker {
  border-right: 3px solid #eee
}

.tooltip {
  position: relative;
  cursor: help;
}
.tooltip > span {
  display: none;
  position: absolute;
  width: 300px;
  margin-left: -300px;
  padding: 10px;
  background: #fff;
  font-weight: normal;
  border: 1px solid #eee;
  right: 0;
  z-index: 999;
  margin-top: 5px;
}
.tooltip:hover > span {
  display: block;
}

.subcat {
  list-style-type: disc !important;
  padding: 0 0 0 20px !important;
}
.subcat li::before {
  display: none
}

.sitemap-info ul,
.categoriesHomeList ul {
  padding-left: 20px
}

.toggle {
  cursor: pointer;
}

.categoriesHomeList {
  display: none
}

.font-italic {
  font-style: italic;
}

.home-tile {
  position: relative;
}

.home-tile p strong {
  font-size: 26px;
}

.home-tile p {
  position: absolute;
  bottom: 65px;
  left: 15px;
  color: #000;
  font-size: 20px;
}

.home-tile .button {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 18px;
}

@media screen and (max-width:950px) {
  #lanyardForm {
    margin: 0 0 50px !important
  }
  #lanyardForm .thumb {
    display: none
  }
  #lanyardForm .forms .table > div {
    display: block;
    width: 100% !important;
    margin-top: 5px;
  }
  #lanyardForm .forms .table > div select,
  #lanyardForm .forms .table > div input {
    margin: 5px 0 !important
  }

  #container .home-tile p strong {
    font-size: 12px;
  }

  #container .home-tile p {
    font-size: 8px !important;
    bottom: 40px;
  }

  #container .home-tile .button {
    font-size: 10px;
    padding: 7px 12px;
    bottom: 7px;
    left: 7px;
  }
}
