/*
Theme Name: Tommex
Theme URI: http://lightpixel.pl
Description: Szablon strony Tommex - dzwiek to my!
Author: Artur Halik
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: bold;
}

h1 {

}

h2 {

}

h3 {
    font-size: 20px;
}

ol, ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

html {
    overflow-y: scroll;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
    min-height: 432px;
}

#content {
    margin: 0 280px 0 20px;
}

#primary,
#secondary {
    float: right;
    overflow: hidden;
    width: 220px;
}

#secondary {
    clear: right;
}

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
    margin: 0 auto;
    width: 940px;
}

/* Structure the footer area */
#footer-widget-area {
    overflow: hidden;
}

#footer-widget-area .widget-area {
    float: left;
    margin-right: 20px;
    width: 220px;
}

#footer-widget-area #fourth {
    margin-right: 0;
}

#site-info {
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 700px;
}

#site-generator {
    float: right;
    width: 220px;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
html {
    background: url('images/bg.png') no-repeat right top;
    background-attachment: fixed;
    font-family: Helvetica, Arial, sans-serif;
}

html body {
    max-width: 1324px;
    min-width: 960px;
    margin: 0 auto;
}

body,
input,
textarea {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    clear: both;
    height: 1px;
    margin-bottom: 18px;
}

/* Text elements */
p {
    margin-bottom: 18px;
}

ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

cite,
em,
i {
    font-style: italic;
}

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    overflow: auto;
    padding: 1.5em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px;
}

a {
    color: #0064a4;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: underline;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute;
    left: -9000px;
}

h1, h2, h3, h4.h5, h6 {
    font-family: 'PT Sans', sans-serif;
}

/* =Menu
-------------------------------------------------------------- */

#access {
    background: #000;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
}

#access .menu-header,
div.menu {
    font-size: 13px;
    margin-left: 12px;
    width: 928px;
}

#access .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}

#access .menu-header li,
div.menu li {
    float: left;
    position: relative;
}

#access a {
    color: #aaa;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
}

#access ul ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}

#access ul ul li {
    min-width: 180px;
}

#access ul ul ul {
    left: 100%;
    top: 0;
}

#access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
    background: #333;
    color: #fff;
}

#access ul li:hover > ul {
    display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    overflow: hidden;
    padding: 40px 0 0 0;
}

#content {
    margin-bottom: 36px;
}

#content,
#content input,
#content textarea {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
    margin-bottom: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
    margin-bottom: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
    font-size: 15px;
    line-height: 21px;
}

#content code {
    font-size: 13px;
}

#content dt,
#content th {
    color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    color: #000;
    line-height: 1.5em;
    margin: 0 0 20px 0;
    font-family: 'PT Sans', sans-serif;
}

#content table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

#content tr th,
#content thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

#content tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

#content tr.odd td {
    background: #f2f7fc;
}

.hentry {
}

.home .sticky {
    background: #f2f7fc;
    border-top: 4px solid #000;
    margin-left: -20px;
    margin-right: -20px;
    padding: 18px 20px;
}

.single .hentry {
    margin: 0 0 36px 0;
}

.page-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 36px 0;
}

.page-title span {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
    color: #888;
    text-decoration: none;
}

.page-title a:active,
.page-title a:hover {
    color: #ff4b33;
}

#content .entry-title {
    color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited {
    color: #000;
    text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
    color: #ff4b33;
}

.entry-meta {
    color: #888;
    font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
    border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
    border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
    clear: both;
    line-height: 1.7;
}

#content .entry-summary p:last-child {
    margin-bottom: 12px;
}

.entry-content fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 0 24px 0;
    padding: 24px;
}

.entry-content fieldset legend {
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 0 24px;
}

.entry-content input {
    margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
    margin-right: 24px;
}

.entry-content label {
    color: #888;
    font-size: 12px;
}

.entry-content select {
    margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
    font-size: 10px;
}

.entry-content blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 24px;
    text-align: right;
    width: 33%;
}

.entry-content blockquote.right {
    float: right;
    margin-left: 24px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

.page-link {
    clear: both;
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.home .sticky .page-link a {
    background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
    color: #ff4b33;
}

body.page .edit-link {
    clear: both;
    display: block;
}

#entry-author-info {
    background: #f2f7fc;
    border-top: 4px solid #000;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0;
    overflow: hidden;
    padding: 18px 20px;
}

#entry-author-info #author-avatar {
    background: #fff;
    border: 1px solid #e7e7e7;
    float: left;
    height: 60px;
    margin: 0 -104px 0 0;
    padding: 11px;
}

#entry-author-info #author-description {
    float: left;
    margin: 0 0 0 104px;
}

#entry-author-info h2 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}

.entry-utility {
    clear: both;
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

.entry-meta a,
.entry-utility a {
    color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
    color: #ff4b33;
}

#content .video-player {
    padding: 0;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0 auto 18px;
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.gallery dl {
    margin: 0;
}

.gallery img {
    border: 10px solid #f1f1f1;
}

.gallery br + br {
    display: none;
}

#content .attachment img {
    /* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
    color: #888;
    text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
    color: #ff4b33;
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

#nav-above {
    margin: 0 0 18px 0;
}

#nav-above {
    display: none;
}

.paged #nav-above,
.single #nav-above {
    display: block;
}

#nav-below {
    margin: -18px 0 0 0;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
    -webkit-text-size-adjust: 140%;
}

code {
    -webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
    -webkit-text-size-adjust: 120%;
}

#site-description {
    -webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
    #menu_container, #select_category_2, #footer {
        display: none;
    }

    body {
        background: none !important;
    }

    #wrapper {
        clear: both !important;
        display: block !important;
        float: none !important;
        position: relative !important;
    }

    #header {
        border-bottom: 2pt solid #000;
        padding-bottom: 18pt;
    }

    #colophon {
        border-top: 2pt solid #000;
    }

    #site-title,
    #site-description {
        float: none;
        line-height: 1.4em;
        margin: 0;
        padding: 0;
    }

    #site-title {
        font-size: 13pt;
    }

    .entry-content {
        font-size: 14pt;
        line-height: 1.6em;
    }

    .entry-title {
        font-size: 21pt;
    }

    #access,
    #branding img,
    #respond,
    .comment-edit-link,
    .edit-link,
    .navigation,
    .page-link,
    .widget-area {
        display: none !important;
    }

    #container,
    #header,
    #footer {
        margin: 0;
        width: 100%;
    }

    #content,
    .one-column #content {
        margin: 24pt 0 0;
        width: 100%;
    }

    .wp-caption p {
        font-size: 11pt;
    }

    #site-info,
    #site-generator {
        float: none;
        width: auto;
    }

    #colophon {
        width: auto;
    }

    img#wpstats {
        display: none;
    }

    #site-generator a {
        margin: 0;
        padding: 0;
    }

    #entry-author-info {
        border: 1px solid #e7e7e7;
    }

    #main {
        display: inline;
    }

    .home .sticky {
        border: none;
    }
}

#main_container {
    margin: 0 auto;
    width: 1600px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

/* -------- */
/*  CLEARFIX*/
/* -------- */
.cf:before, .content:before, .wrapper:before, .content .wpcf7 ul li:before, nav.offerbox:before, .offer .details .matching:before, .slides:before, .widget:before,
.cf:after, .content:after, .wrapper:after, .content .wpcf7 ul li:after, nav.offerbox:after, .offer .details .matching:after, .slides:after, .widget:after {
    content: "";
    display: table;
}

.cf:after, .content:after, .wrapper:after, .content .wpcf7 ul li:after, nav.offerbox:after, .offer .details .matching:after, .slides:after, .widget:after {
    clear: both;
}

.cf, .content, .wrapper, .content .wpcf7 ul li, nav.offerbox, .offer .details .matching, .slides, .widget {
    zoom: 1;
}

/* CLEARFIX END */
.wrapper {
    width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Footer BEGIN */
#footer {
    margin: 30px 0 0 0;
}

#footer .left {
    background: url('images/bg_footer_left.png') no-repeat left top;
    width: 1001px;
    height: 10px;
    margin: 20px 0 0 0;
}

#footer .right {
    background: #0064a4;
    padding: 8px 15px;
    color: #fff;
    font: normal 11px Arial;
}

#footer .right a {
    color: #fff;
    text-decoration: none;
}

/* Footer END */

/* Header BEGIN */

#logotyp {
    float: left;
    margin: 0 0 30px 0;
}

#menu_container {
    float: right;
    margin: 65px 0 0 0;
}

#menu_container ul {
    margin: 0;
    padding: 0;

}

#menu_container ul li {
    list-style: none;
    display: inline-block;
    font: normal 13px Arial;
    position: relative;
}

#menu_container ul li a {
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    padding: 8px 15px;
}

#menu_container ul li a:hover,
#menu_container ul li.current-menu-item a {
    color: #fff;
    background: #0064A4;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#menu_container ul .sub-menu {
    display: none;
    position: absolute;
    top: 28px;
    left: -36px;
    float: left;
    z-index: 99999;
    width: auto;
}

#menu_container ul .sub-menu:after {
    position: absolute;
    content: '';
    background: url('images/bg-topmenu-pointer.png');
    width: 17px;
    height: 17px;
    top: 8px;
    left: 55px;
}

#menu_container ul ul li {
    margin: 0;
    display: block;
    padding: 7px 30px;
    background: url('images/bg-topmenu.png');
    width: 100%;
}

#menu_container ul ul li:first-child {
    margin-top: 25px;
    padding-top: 25px;
}

#menu_container ul ul li:last-child {
    padding-bottom: 25px;
}

#menu_container ul ul ul {
    left: 100%;
    top: 0;
}

#menu_container ul ul a {
    line-height: 1.2;
    padding: 0 10px;
    height: auto;
    color: #fff !important;
}

#menu_container ul ul :hover > a {
    color: #ececec;
}

#menu_container ul li:hover > ul {
    display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
    color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
    color: #fff;
}

/* Header END */

/* Dzwiek container BEGIN */
#dzwiek_container {
    background: url('images/dzwiek_to_my.jpg') no-repeat left top;
    width: 1324px;
    height: 527px;
    margin: 35px auto 0;
    clear: both;
    position: relative;
}

#magnify {
    display: block;
    width: 61px;
    height: 49px;
    background: url('images/magnify.png') no-repeat left top;
    text-indent: -9999px;
    margin: -15px 0 0 0;
    cursor: pointer;
}

#subdzwiek {
    background: url('images/sub_dzwiek_to_my.png') no-repeat right top;
    width: 1334px;
    height: 183px;
    margin: 0 auto;
    font-size: 11px;
}

/*
@media screen and (-webkit-min-device-pixel-ratio:0) { #subdzwiek{width: 1334px;} }
h3.widget-title {
 font:bold 20px Arial;
}
*/
#subdzwiek .left h3 {
    color: #0064a4;
    margin: 0 0 10px 0;
}

#subdzwiek .left,
#subdzwiek .right {
    margin: 39px 0 0 0;
}

#subdzwiek .left {
    width: 390px;
}

#newsletter input[type="text"] {
    width: 324px;
    height: 31px;
    padding: 0 0 0 50px;
    margin: 10px 0 0 0;
    border: 1px dotted #484848;
    background: #fff url('images/bg-newsletter.png') center left no-repeat;;
    box-shadow: none;
    width: 84%;
    outline: none;
}

#newsletter input[type="submit"] {
    visibility: hidden;
    margin: 0;
}

.allmsgs {
    width: 350px;
}

.formError .formErrorContent {
    margin-top: 2px;
}

#newsletter p {
    margin-bottom: 0;
}

#subdzwiek .right h3.widget-title {
    color: #fff;
    margin: 0 0 10px 0;
}

#subdzwiek .right h3 a {
    font-size: 11px;

}

#subdzwiek .right {
    margin: 39px 0 0 0;
    color: #fff;
    width: 465px;
}

#subdzwiek .right a {
    color: #fff;
}

/* Dzwiek container END */

/* Aktualnosci BEGIN */
.data_publikacji {
    float: left;
    background: url('images/separator_akutalnosci.png') no-repeat right 50%;
    padding: 0 14px 0 0;
    margin: 0 8px 0 0;
}

.title_aktualnosci {
    float: left;
}

.title_aktualnosci h3 {
    margin: 0 !important;
    font-size: 11px !important;
}

.aktualnosci_more_link {
    float: left;
    margin: 0 0 0 5px;
}

.featured-post-widget {
    overflow: hidden;
    margin: 0 0 5px 0;
}

/* Aktualnosci END */

/* Oddzialy BEGIN */
#oddzialy {
    position: relative;
}

.box_oddzialy {
    float: left;
    color: #5a5a5a;
    font-size: 11px;
    margin-right: 10px;
    width: 170px;
}

.box_oddzialy a {
    color: #5a5a5a;
}

#oddzialy h2 {
    color: #0064A4;
    margin: 25px 0;
    font-size: 20px;
    font-weight: bold;
}

.box_oddzialy:hover, .box_oddzialy a:hover {
    color: #0064a4;
}

/* Oddzialy END */

/* SubPage BEGIN */
#subpage_dzwiek_container {
    background: url('images/bg-header.jpg') no-repeat left top;
    max-width: 1324px;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    clear: both;
    position: relative;
}

/* SubPage END */

/* Kategorie BEGIN */
.ikona_wpisu {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    background: url('images/arrow_more.png') no-repeat left bottom;
    padding-bottom: 13px;
    width: 135px;
}

.ikona_wpisu img {
    display: block;
    max-width: 100%;
}

.zajawki_content {
    float: left;
    width: 535px;
}

h1.featured_category {
    float: left;
}

h1.category a,
h1.category {
    font-size: 20px;
    font-weight: bold;
    color: #0064a4;
    margin: 30px 0;
    padding: 0 0 30px 0;
}

h1.category {
    border-bottom: 1px solid #f0f0f0;
}

.single-post h1.category {
    float: left;
}

.post {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}

.post a {
    color: #0064a4;
    text-decoration: underline;
}

.post a:hover {
    text-decoration: none;
}

.data_wpisu {
    color: #373737;
    background: url('images/bg_data_wpisu.png') no-repeat left bottom;
    padding: 0 0 10px 0;
}

/* Kategorie END */

/* Producenci BEGIN */
.box_producenci > li {
    float: left;
    margin: 0 24px 24px 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    list-style: none;
    position: relative;
}

.box_producenci > li:after {
    background: url('images/box_shadow.png') no-repeat 10px bottom;
    content: '';
    width: 215px;
    height: 6px;
    position: absolute;
    bottom: -6px;
    left: -8px;
}

.box_producenci ul li a {
    color: #7c7c7c;
    text-decoration: none;
    padding: 0 0 0 5px;
}

.box_producenci ul li .expand {
    background: url('images/expand.png') bottom left no-repeat;
    width: 13px;
    height: 13px;
    text-indent: -9999px;
    display: inline-block;
}

.box_producenci ul li .expand.js-closed.has-sub-menu,
.box_producenci ul li .expand.has-sub-menu {
    background-position: center center;
    cursor: pointer;
}

.box_producenci ul li .expand.js-open {
    background-position: bottom left;
}

.box_producenci ul li .expand.js-closed {
    background-position: top left;
}

.box_producenci ul li a:hover,
.box_producenci li.current-menu-item a {
    color: #0586c9;
}

.box_producenci ul,
.box_producenci {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box_producenci ul li {
    list-style: none;
    line-height: 13px;
    margin: 3px 0 5px 0;
}

.box_producenci ul ul {
    margin: 2px 0 2px 18px;
    display: none;
}

.box_producenci ul ul li a {
    background: none;
    padding: 0;
}

.box_producenci .title {
    background: url('images/bg_h3_producenci.png') no-repeat left top;
    width: 211px;
    height: 72px;
    position: relative;
}

.box_producenci .title a.logo {
    display: block;
    width: 98px;
    height: 46px;
    line-height: 46px;
    margin: 1px 0 0 1px;
    text-align: center;
}

.box_producenci .title .name {
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 10px;
    z-index: 1;
    line-height: 1;
    color: #ababab;
    display: none;
}

.box_producenci .title img {
    vertical-align: middle;
    margin-left: 5px;
    max-width: 93px;
}

.no-products,
.box_producenci ul.menu {
    background: #fff;
    width: 199px;
    padding: 10px 5px;
    overflow-x: hidden;
}

.box_producenci .content {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 0 33px #f5f5f5 inset;
    min-height: 80px;
    background: #fff;
}

.no-products {
    min-height: 80px;
}

.scroll-pane {
    overflow: auto;
    height: 100px;
    width: 100%;
    overflow-x: hidden;
}

/* Producenci END */

/* Oferta BEGIN */
#leftcolumn_oferta {
    float: left;
    width: 225px;
    margin: 0 15px 0 0;
}

#rightcolumn_oferta {
    float: right;
    width: 715px;
    list-style: none;
}

#rightcolumn_oferta ul {
    list-style: none;
    margin: 0;
}

#leftcolumn_oferta ul li a {
    color: #5c5c5c;
    text-decoration: none;
    background: url('images/producenci_a.png') no-repeat left 2px;
    padding: 0 0 0 20px;
}

#leftcolumn_oferta ul li a:hover,
.box_producenci li.current-menu-item a {
    color: #0586c9;
}

#leftcolumn_oferta ul {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
}

#leftcolumn_oferta .widget-container {
    margin-bottom: 5px;
}

#leftcolumn_oferta ul li {
    list-style: none;
}

#leftcolumn_oferta ul ul {
    margin: 0 0 0 5px;
}

#leftcolumn_oferta ul ul li a {
    background: none;
}

#leftcolumn_oferta h3.widget-title {
    font: bold 15px Arial !important;
    color: #000 !important;
    background: url('images/bg_h3_producenci.png') no-repeat left top;
    width: 218px;
    height: 46px;
    padding: 27px 5px 0 5px;
    margin: 0 !important;;
}

#leftcolumn_oferta ul.menu {
    width: 216px;
    padding: 10px 5px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.box_oferta {
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.zdjecie_produktu {
    float: left;
    width: 216px;
    height: 111px;
    padding: 5px;
    text-align: center;
}

.dane_produktu {
    float: left;
    width: 485px;
    list-style: none;
    margin: 0;
    border-left: 1px solid #e5e5e5;
    min-height: 130px;
}

.dane_produktu li {
    padding-left: 20px;
}

.tytul_wpisu {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
    margin-bottom: 10px;
}

.tytul_wpisu .news {
    color: #0072bc
}

.tytul_wpisu .test {
    color: #51800d;
}

.tytul_wpisu .wydarzenie {
    color: #853333;
}

.box_oferta .tytul_wpisu {
    margin: 0;
}

.model_produktu {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    font: normal 14px Arial;
    color: #908d8e;
}

.skrocony_opis_produktu {
    padding: 10px 80px 10px 20px;
    font: normal 12px Arial;
    color: #000;
}

.produkt_szczegoly a {
    display: block;
    width: 78px;
    height: 78px;
    background: url('images/bg_produkt_szczegoly.png') no-repeat 0 -78px;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.produkt_szczegoly a:hover {
    background: url('images/bg_produkt_szczegoly.png') no-repeat 0 0;
}

/* Oferta END */

/* Oferta single BEGIN */
.oferta_single_left {
    float: left;
    width: 425px;
    padding: 0 10px 0 0;
}

.oferta_single_left h1 {
    font: bold 20px Arial !important;
    color: #0064a4 !important;
    margin: 30px 0 !important;
    padding: 0 0 30px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.produkt_content {
    background: url('images/bg_produkt_content.png') left bottom repeat-x;
    padding-bottom: 20px;
}

.oferta_single_right {
    width: 503px;
    float: left;
    border: 1px solid #f0f0f0;
    background: #fff;
}

img.nav-next {
    width: 15px !important;
    top: 626px !important;
    right: 16px !important;
}

.nav-prev {
    top: 626px !important;
    left: 16px !important;
}

.oferta_single_left .buttons {
    margin-top: 25px;
}

.oferta_single_left .buttons li {
    border: 1px solid #264f7a;
    line-height: 28px;
    background: #3480b1; /* Old browsers */
    border-radius: 5px;
    list-style: none;
    text-align: center;
    width: 187px;
    float: left;
    margin-bottom: 12px;
    font-size: 14px;

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0ODBiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDRlN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3480b1 0%, #044e7f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3480b1), color-stop(100%, #044e7f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3480b1 0%, #044e7f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3480b1 0%, #044e7f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3480b1 0%, #044e7f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3480b1 0%, #044e7f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3480b1', endColorstr='#044e7f', GradientType=0); /* IE6-8 */
}

.oferta_single_left .buttons li:hover {
    background: #646464;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjMyMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #646464 0%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #323232));
    background: -webkit-linear-gradient(top, #646464 0%, #323232 100%);
    background: -o-linear-gradient(top, #646464 0%, #323232 100%);
    background: -ms-linear-gradient(top, #646464 0%, #323232 100%);
    background: linear-gradient(to bottom, #646464 0%, #323232 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646464', endColorstr='#323232', GradientType=0);
}

.oferta_single_left .buttons li:nth-child(2n) {
    margin-left: 15px;
}

.ie9 .oferta_single_left .buttons li {
    filter: none !important;
}

.oferta_single_left .buttons li a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    display: block;
    text-decoration: none;
}

/* Oferta single END */

/* Search container BEGIN */
#search_container {
    width: 446px;
    height: 68px;
    background: url('images/bg_search_container.png') no-repeat left top;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    display: none;
}

#search_container input[type="text"] {
    border: 1px solid #cccecf;
    float: left;
    font: normal 12px Arial;
    font-style: italic;
    width: 310px;
    height: 20px;
    padding: 4px 5px;
    float: left;
    margin: 17px 0 0 10px;
    outline: none;
}

#search_container input[type="submit"] {
    border: none;
    float: left;
    font: normal 18px Arial;
    color: #006da3;
    font-style: italic;
    float: left;
    margin: 19px 0 0 0;
    background: none;
    cursor: pointer;
}

#search_container input[type="submit"]:hover {
    color: #000;
}

.search h2.entry-title {
    margin: 30px 0 0 0;
}

/* Search container END */

#select_category_2 {
    float: right;
    margin: 25px 0 0 0;
}

h1.fetured_category {
    float: left;
}

.sortowanie {
    float: left;
    font: bold 14px Arial;
    color: #0064a4;
    margin: 9px 5px 0 0;
}

#select_category_2 .widget-container {
    float: left;
}

#select_category select {
    background: #fff;
    border: #fff;
    padding: 3px;
    color: #494949;
}

#select_category_2 select option {
    display: none;
}

#select_category_2 select option[value="3"],
#select_category_2 select option[value="5"],
#select_category_2 select option[value="7"] {
    display: block;
}

/* Single aktualnosci BEGIN */
.single_aktualnosci {
    float: left;
}

.single_sortowanie {
    margin: 30px 0 0 0;
}

.back_to_news {
    background: url('images/bg_back_to_news.png') no-repeat left 50%;
    padding: 0 0 0 53px;
    color: #777777;
    float: left;
}

.back_to_news a {
    color: #777777;
    text-decoration: none;
}

h1.single_aktualnosci_h1 {
    font: bold 15px Arial;
    color: #373737;
    margin: 10px 0 10px 0;
}

/* Single aktualnosci END */

.wp-pagenavi {
    padding: 4px;
    float: right;
}

.box_linki {
    margin: 14px 4px 0 4px;
    width: 182px;
    height: 30px;
    float: left;
}

.prasa a {
    background: url('images/btn_zobacz_w_prasie.png') no-repeat left top;
    width: 182px;
    height: 30px;
    display: block;
}

.prasa a:hover {
    background: url('images/btn_zobacz_w_prasie.png') no-repeat left -30px;
}

.karta a {
    background: url('images/btn_zobacz_karte.png') no-repeat left top;
    width: 182px;
    height: 30px;
    display: block;
}

.karta a:hover {
    background: url('images/btn_zobacz_karte.png') no-repeat left -30px;
}

.zobacz_aktualnosci a {
    background: url('images/btn_zobacz_aktualnosci.png') no-repeat left top;
    width: 182px;
    height: 30px;
    display: block;
}

.zobacz_aktualnosci a:hover {
    background: url('images/btn_zobacz_aktualnosci.png') no-repeat left -30px;
}

.zobacz_referencje a {
    background: url('images/btn_zobacz_referencje.png') no-repeat left top;
    width: 182px;
    height: 30px;
    display: block;
}

.zobacz_referencje a:hover {
    background: url('images/btn_zobacz_referencje.png') no-repeat left -30px;
}

/* Paginacja BEGIN */
.wp-pagenavi {
    background: #fff !important;
    padding: 9px 4px 0 4px;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
    color: #c9c9c9 !important;
}

.wp-pagenavi span.current {
    color: #343434 !important;
}

.pages {
    float: right;
    color: #a7a7a7 !important;
    background: url('images/bg_idz_do.png') no-repeat left top;
    width: 56px;
    height: 31px;
    text-indent: -9999px;
    margin: -6px 0 0 0;
    display: none;
}

#select_category select {
    background: url('images/bg_select.png') no-repeat right top;
    width: 214px;
    height: 37px;
    padding: 8px;
}

#select_category {
    position: relative;
}

.arrow_down {
    background: url('images/bg_select_2.png') no-repeat left top;
    width: 27px;
    height: 37px;
    position: absolute;
    right: 0;
}

/* TEST BEGIN */
.styled-select select {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #eaeaea;
    height: 33px;
    font: normal 13px Arial;
    color: #494949;
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .styled-select select {
        width: 241px;
    }
}

.styled-select {
    width: 240px;
    height: 29px;
    overflow: hidden;
    background: url('images/bg_select_2.png') no-repeat right #fff;
    float: left;
    border: 1px solid #eaeaea;
}

.styled_select_contact select {
    background: transparent;
    width: 269px;
    padding: 5px;
    font-size: 16px;
    height: 29px;
    font: normal 13px Arial;
    color: #494949;
    -webkit-appearance: none;
    border: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .styled_select_contact select {
        width: 234px;
    }
}

.styled_select_contact {
    width: 234px;
    height: 29px;
    overflow: hidden;
    background: url('images/bg_select_kontakt_2.png') no-repeat right #fff;
    float: left;
    border: 1px solid #e8e8e8;
    box-shadow: none;
}

/* TEST END */

#pasek_single_news {
    background: #fff;
    padding: 7px 0;
    overflow: hidden;
    clear: both;
}

.recommend_and_print {
    float: right;
    padding: 0 10px 0 0;
    color: #4b4b4b;
}

.recommend_and_print a {
    color: #4b4b4b;
}

.raf_share_buttons {
    float: right;
    margin: 1px 0 0 20px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .raf_share_buttons {
        margin: -17px 0 0 20px;
    }
}

/* Slider container BEGIN */
#slider_container {
    position: relative;
    margin: 0 auto;
    clear: both;
}

#magnify {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 3;
}

#newsletter {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 37%;
    bottom: 0;
    left: -172px;
    padding: 25px 0 0 193px;
    height: 157px;
}

#newsletter.has-gradient:before {
	background: url('images/bg-newsletter.png');
	height: 135px;
	width: 511px;
	content: " ";
	position: absolute;
	top: 25px;
	left: 104px;
	z-index: 1;
	display: block;
}

#newsletter:after {
    position: absolute;
    content: '';
    background: url('images/bg-newsletter-after.png') top left no-repeat;
    width: 94px;
    height: 183px;
    top: 0;
    right: -93px;
}

#newsletter a {
  display: block;
  text-align: center;
  line-height: 138px;
  z-index: 1;
  position: relative;
}

#newsletter img {
  vertical-align: middle;
}

#newsletter-wrapper {

}

#newsletter h3.widget-title {
    font-size: 20px;
    margin: 0 0 25px 0;;
    color: #0064a4;
}

#aktualnosci_container h3.widget-title {
    color: #fff;
    margin: 0 0 25px 0;
}

#aktualnosci_container h3 a {
    font-size: 11px;
}

#aktualnosci_container {
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 3;
    /*width:721px;*/
    height: 134px;
    width: 49%;
    background: url('images/bg_aktualnosci.png') repeat left top;
}

#aktualnosci_container:before,
#aktualnosci_container:after {
    position: absolute;
    content: '';
    height: 143px;
}

#aktualnosci_container:before {
    background: url('images/bg-news-before.png') bottom left no-repeat;
    width: 65px;
    bottom: 0;
    left: -65px;
}

#aktualnosci_container:after {
    background: url('images/bg-news-after.png') top left no-repeat;
    width: 10px;
    right: -10px;
    top: -10px;
}

#aktualnosci_container,
#aktualnosci_container a {
    color: #fff;
}

#aktualnosci_container .widget_featured_page_widget {
    float: left;
    margin: 20px 0 0 67px;
}

/* Slider container END */
.media_container {
    margin: 35px 0 0 0;
    overflow: hidden;
}

.box_media {
    float: left;
    width: 150px;
    margin: 0 47px 21px 0;
    list-style: none;
}

.box_media:nth-child(5n) {
    margin-right: 0;
}

.box_media:nth-child(5n+1) {
    clear: left;
}

.box_media .desc {
    font-size: 13px;
}

.category-media-o-nas .post {
    clear: none;
}

/* -------*/
/* SLIDER */
/* -------*/
#slider {
    position: relative;
    clear: left;
    float: left;
    height: 710px;
    width: 1324px;
    background: transparent url('images/ajax-loader.gif') center center no-repeat;
}

.slides {
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-shadow: none;
    width: 100%;
}

.slides .slide {
    list-style: none;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.slides .slide > img {
    display: none;
    height: auto;
    width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .slides .slide > img {
        max-width: 100%;
        width: auto;
    }
}

.slides .slide:first-child > img {
    display: block;
}

#slider .tagline {
    position: absolute;
    width: 100%;
    top: 33.5%;
    text-align: center;
}

#slider .tagline img {
    display: inline !important;
    max-width: 38%;
}

#slider .tagline p {
    width: 38%;
    margin: 0 auto;
    line-height: 26px;
    background: #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    margin-top: 18px;
    font-size: 14px;
    font-family: 'PT Sans'
}

#slider .tagline p a {
    background: #f5f5f5;
    color: #6e6e6e;
}

/*  SLIDER END */

.recommend-js {
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px solid #000;
    cursor: pointer;
}

.recommend-js:hover {
    text-decoration: underline;
}

.raf_share_buttons {
    display: none;
}

#gallery {
    padding: 82px 30px 10px 30px;
    overflow: hidden;
}

#gallery li {
    float: left;
    margin: 0 20px 20px 0;
    padding: 1px;
    border: 1px solid #dedede;
    width: 130px;
}

#gallery li:first-child {
    width: 439px;
}

#gallery li:first-child,
#gallery li:nth-child(4n) {
    margin-right: 0;
}

#gallery li:nth-child(2),
#gallery li:nth-child(4n+1) {
    clear: left;
}

#gallery li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.oferta_single_right ul {
    margin: 0;
}

.oferta_single_right li {
    list-style: none;
}

.oferta_single_right li:not(:first-child) .fancybox {
    height: 130px;
    display: flex;
    align-items: center;
}

.oferta_single_right li:not(:first-child) .fancybox img {
    flex: 0 1 auto;
}

.product-spec {
    overflow: hidden;
}

.product-spec dt, .product-spec dd {
    float: left;
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 196px;
    text-align: left;
    font-weight: normal;
}

.product-spec dt {
    clear: left;
    padding-right: 15px;
    border-right: 1px solid #d6d6d6;
    color: #033e8a;
}

.product-spec dd {
    padding-left: 15px;
    border-left: 1px solid #d6d6d6;
    position: relative;
    left: -1px;
}

#pagination {
    text-align: center;
}

#pagination li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    margin: 0 5px;
    cursor: pointer;
}

#pagination li.active {
    background: #0064A4;
    color: #fff;
}

#categories {
    float: left;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    width: 209px;
    padding-bottom: 38px;
    background: url('images/bg-categories-menu.png') bottom center no-repeat;
}

#categories .title {
    padding-left: 12px;
    line-height: 50px;
    font-size: 22px;
    font-family: 'PT sans';
    color: #1a2129;
    background: url('images/bg-product-category-header.png');
    font-weight: normal;
}

#categories .menu {
    margin: 0;
    padding: 0 6px;
    background: #fff;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
    padding-bottom: 40px;

}

.ie9 #categories .menu {
    filter: none;
}

#categories li {
    list-style: none;
    font-size: 12px;
}

#categories > ul > li {
    border-bottom: 1px solid #e7e7e7;
    padding-left: 6px;
    line-height: 35px;
}

#categories li:last-child {
    border-bottom: none;
}

#categories li a {
    color: #6c6c6c;
    display: block;
    text-decoration: none;
}

#categories li.current-cat > a,
#categories li a:hover {
    color: #000;
    font-weight: bold;
}

#categories li ul {
    margin: 0;
    padding-left: 10px;
    line-height: 2;
}

#categories li ul li {
    margin: 0;
    padding: 0;
}

#downloads nav {
    line-height: 54px;
    clear: left;
}

#downloads nav ul {
    overflow: hidden;
    background: url('images/bg_koniec_menu.png') no-repeat top right;
    padding-right: 94px;
    float: left;
    border-left: 1px solid #e9e9e9;
    list-style: none;
    margin: 0;
}

#downloads nav ul li {
    float: left;
    background: url('images/bg_pobierz_menu.png') repeat-x left top;
    list-style: none;
    font-family: 'PT Sans';
    font-size: 16px;
}

#downloads nav ul li a {
    display: block;
    padding: 0 30px;
    text-decoration: none;
    color: #0064a4;
}

#downloads nav ul li.active,
#downloads nav ul li a:hover {
    color: #000;
}

#downloads .table {
    padding: 12px 8px;
    border: 1px solid #ededed;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    clear: left;
    margin-left: 1px;
    background: #fff;
    font-family: 'PT Sans';
}

#downloads .files {
    list-style: none;
    margin: 0;
    display: table;
    width: 100%;
    background: #f3f3f3;
    padding: 15px 0;
}

#downloads h3 + .files,
#downloads h4 + .files {
    padding-top: 0;
}

#downloads h2 {
    background: #21355c;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    padding: 0 22px;
}

#downloads h3,
#downloads h4 {
    font-size: 13px;
    padding: 15px 22px;
    color: #000;
    background: #f3f3f3;
    line-height: 1;
}

#downloads h4 {
    font-size: 12px;
    padding: 10px 22px;
}

#downloads .files li {
    float: left;
    width: 262px;
    font-size: 12px;
    padding: 0 22px;
    color: #4b4b4b;
    line-height: 28px;
    border-right: 1px solid #d4d8dd;
}

#downloads .files li:nth-child(3n) {
    border-right: none;
}

#downloads .files li:nth-child(6n),
#downloads .files li:nth-child(6n-1),
#downloads .files li:nth-child(6n-2) {
    background: #fff;
}

#downloads .files li a {
    color: #4b4b4b;
    float: left;
    max-width: 140px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
}

#downloads .files li .ext {
    text-transform: uppercase;
    float: right;
    padding-left: 25px;
    background: url('images/ico-default.png') left center no-repeat;
    cursor: pointer;
    min-width: 21px;
}

#downloads .files li .ext.bmp {
    background-image: url('images/ico-bmp.png')
}

#downloads .files li .ext.doc, #downloads .files li .ext.docx {
    background-image: url('images/ico-doc.png')
}

#downloads .files li .ext.html, #downloads .files li .ext.htm {
    background-image: url('images/ico-html.png')
}

#downloads .files li .ext.jpg {
    background-image: url('images/ico-jpg.png')
}

#downloads .files li .ext.pdf {
    background-image: url('images/ico-pdf.png')
}

#downloads .files li .ext.png {
    background-image: url('images/ico-png.png')
}

#downloads .files li .ext.rar {
    background-image: url('images/ico-rar.png')
}

#downloads .files li .ext.zip {
    background-image: url('images/ico-zip.png')
}

#downloads .files li .ext.txt {
    background-image: url('images/ico-txt.png')
}

#downloads .files li .ext.xls, #downloads .files li .ext.xlsx {
    background-image: url('images/ico-xls.png')
}

#downloads .files li .ext:hover {
    text-decoration: underline;
}

/* Mapa BEGIN */
#addresses {
    float: left;
    margin: 0;
}

#addresses img {
    max-width: 100%;
}

#addresses li {
    list-style: none;
    margin: 0;
}

#addresses .item p {
    margin-bottom: 0;
}

#addresses .item a {
    color: inherit;
}

#addresses .item .contact dt,
#addresses .item .contact dd {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#addresses .item .contact dt {
    margin-right: 5px;
    clear: left;
}

.page #addresses {
    padding-right: 25px;
    width: 390px;
    border-right: 1px solid #dadada;
    line-height: 1.5;
    font-size: 14px;
}

.page #addresses li {
    display: none;
}

.page #addresses li:first-child {
    display: block;
}

.page #addresses .item {
    background: url('images/bg-dots-separator.png') bottom left repeat-x;
    padding-bottom: 30px;
    margin-bottom: 25px;
    overflow: hidden;
}

.page #addresses .item .contact,
.page #addresses .item .address {
    float: left;
    width: 160px;
}

.page #addresses .item .address {
    font-weight: bold;
    color: #0b0b0b;
}

.page #addresses .item .address h2 {
    font-size: 14px;
}

.page #addresses .item .contact {
    width: 230px;
    margin-bottom: 0;
    color: #7f7f7f;
}

.departments #addresses {
    width: auto;
    border-right: none;
    padding-bottom: 0;
    float: none;
    font-size: 15px;
    line-height: 1.7;
}

.departments #addresses .item {
    background: none;
    overflow: visible;
    clear: both;
    display: none;
}

.departments #addresses .item:first-child {
    display: block;
}

.departments #addresses .item .address {
    font-weight: normal;
    padding-right: 35px;
    position: relative;
    margin-right: 20px;
    min-height: 119px;
    font-size: 14px;
}

.departments #addresses .item .address:after {
    background: url('images/separator-address.jpg') top left no-repeat;
    position: absolute;
    content: '';
    height: 149px;
    width: 15px;
    top: -30px;;
    right: 0;
    z-index: 1;
}

.departments #addresses .item .contact {
    color: #074785;
}

.departments #addresses .item .contact a {
    color: inherit;
}

.departments #addresses .item .contact dt {
    font-weight: normal;
}

.home #addresses {
    background: url('images/bg-separator.png') bottom left no-repeat;
    padding-bottom: 40px;
    overflow: hidden;
}

.home #addresses .item {
    color: #5a5a5a;
    margin: 0 15px 15px 0;
    width: 170px;
    float: left;
}

.home #addresses .item h3 {
    font-size: 13px;
}

#map-poland {
    float: right;
    width: 500px;
    margin-top: -30px;
}

#socialmedia {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

#socialmedia li {
    float: left;
    margin-right: 10px;
}

#socialmedia li:hover {
    opacity: .8;
}

#contact-form {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    clear: both;
    padding: 30px 0 30px;
    overflow: hidden;
}

#contact-form ul {
    margin: 0;
    overflow: hidden;
}

#contact-form li {
    list-style: none;
    float: left;
    clear: left;
    width: 330px;
    margin-bottom: 5px;
}

#contact-form li label {
    width: 80px;
    display: inline-block;
}

#contact-form li textarea,
#contact-form li select,
#contact-form li input {
    display: inline-block;
    border: 1px solid #e7e7e7;
    background: #fff;
    outline: none;
    box-shadow: none;
    width: 240px;
}

#contact-form li select {
    background: url('images/bg-select.png') center right no-repeat;
    -webkit-appearance: none;
    height: 24px;
    margin-left: 3px;
    width: 246px;
}

#contact-form li.hidden {
    display: none;
}

#contact-form li#textarea {
    float: right;
    margin-left: 30px;
    width: 580px;
}

#contact-form li#textarea label {
    vertical-align: top;
    margin-top: 5px;
}

#contact-form li#textarea textarea {
    width: 490px;
    resize: none;
}

#contact-form li span.wpcf7-form-control-wrap {
    position: relative;
}

#contact-form li .wpcf7-not-valid {
    border: 1px solid #ef9fa1;
    box-shadow: 0 0 3px #d7141a;
}

#contact-form li span.wpcf7-not-valid-tip {
    display: none;
}

#contact-form div.wpcf7-response-output {
    font-weight: bold;
    clear: both;
}

#contact-form div.wpcf7-response-output.wpcf7-validation-errors {
    color: #d7141a;
}

#contact-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14;
}

.form-submit {
    float: right;
    clear: both;
    position: relative;
}

.form-submit input {
    background: #0064a4;
    padding: 8px 15px;
    color: #fff;
    font: normal 11px Arial;
    border: none;
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

.form-submit .ajax-loader {
    left: -20px;
    bottom: 9px;
    position: absolute;
}

#vertes {
    clear: both;
    overflow: hidden;
    float: right;
}

#vertes p {
    background: #d7d7d7;
    margin-bottom: 0;
    padding: 5px 10px;
    float: right;
}

.cookies {
    margin: 10px 0 0 0;
    float: left;
}

#fancybox-overlay {
    z-index: 1000 !important;
}
