@import url(https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600&subset=latin-ext,latin);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin,latin-ext);

body {
    font-family: 'Open Sans';
    font-size: 16px;
    padding-top: 88px;
}

/* ------- typografia ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', Helvetica, sans-serif;
}

h1 {
    font-weight: 700;
    font-size: 21px;
}

h2 {
    font-weight: 400;
    font-size: 18px;
}
a:hover, a:active, a:visited {
    outline: 0;
    text-decoration: none;
}

main {
    margin-bottom: 40px;
}

/* ----------------- pasek z kontaktem ---------------- */
.contact-belt {
    width: 100%;
    background: #666;
    position: fixed;
    top: 0;
    height: 26px;
    z-index: 100;
    text-align: center;
}
.contact-belt ul {
    color: #CCCCCC;
    margin-bottom: 0px;
    text-align: center;
}
.contact-belt ul li {
    display: inline-block;
}
.contact-belt ul li .title {
    font-weight: bold;
}
.contact-belt ul li span {
    display: inline-block;
    float: left;
    padding: 0px 10px;
    font-size: 10px;
}

/* ----------------- slideshow ---------------- */
.home-slideshow {
    z-index: 100;
}
.home-slideshow .title {
    position: absolute;
    font-size: 52px;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
    letter-spacing: 3px;
    top: 25%;
    left: 5%;
    color: #fff;
}
.home-slideshow .caption {
    position: absolute;
    top: 56%;
    left: 5%;
    font-size: 24px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    line-height: 30px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}
.home-slideshow .owl-item img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}
.home-slideshow .owl-controls {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.home-slideshow .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.home-slideshow .owl-controls .owl-page span {
    display: block;
    width: 18px;
    height: 18px;
    margin: 5px 7px;
    opacity: 0.5;
    border-radius: 20px;
    background: #CB1818;
}
.home-slideshow .owl-controls .owl-page.active span,
.home-slideshow .owl-controls.clickable .owl-page:hover span{
    background: #CB1818;
    opacity: 1;
}
.home-slideshow .owl-controls .owl-page.active span,
.home-slideshow .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

/* ----------------- home kolumny ---------------- */
.home-columns {
    background-color: #cb1818;
    padding: 40px 60px;
}

.home-columns .home-column-title a {
    font-family: 'Oswald', Helvetica, sans-serif;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 1px;
}
.home-columns .home-column-title a:hover {
    text-decoration: none;
}

.home-columns .home-column-content {
    color: #fff;
}
.home-columns img {
    width: 64px;
    height: auto;
}

/* ----------------- karuzela ---------------- */
.home-carousel {
    background-color: #cccccc;
    padding: 20px 30px;
}
.home-carousel .owl-item img {
    margin: 0 auto;
    display: block;
    width: 65%;
    height: auto;
    border-radius: 50%;
    border: 6px solid #B0B0B0;
}

.home-carousel .owl-prev, .home-carousel .owl-next {
    position: absolute;
    top: 38%;
    font-size: 50px;
    color: #777;
}
.home-carousel .owl-prev {
    left: 3%;
}
.home-carousel .owl-next {
    right: 3%;
}

/*** tresc ***/
.subpage-title {
background: url('../images/header-subpage.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
    position: relative;
    margin-bottom: 10px;
/*    background: url('../images/header-subpage.jpg') no-repeat;
    height: 200px;
    position: relative;
    margin-bottom: 10px;
*/
}
.product-teaser{
    display: block;
    margin-bottom: 30px;

}
.product-teaser>.subpage-title{
    background: none;
    height: auto;

    position: relative;
    margin-bottom: 0px;



}
.product-teaser>.subpage-title h1 {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: normal;
    position: relative;
    letter-spacing: 3px;
    padding-left: 0px;
    top: 0;
    right: 0;
    min-height: 60px;
}

.category .product-teaser>.subpage-title h1 {
    color: #333;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: normal;
    position: relative;
    letter-spacing: 3px;
    padding-left: 0px;

    top: 0;
    right: 0



}
.product-description{
    text-align: center;

    padding: 0 5px;
}
.product-description img{
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

.subpage-title h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-weight: normal;
    position: absolute;
    letter-spacing: 3px;
    top: 50px;
    right: 5%;
}

/*** rodzaj zawartosci: artykul ***/
.article {
    border-bottom: 1px solid #E5E5E5;
}

.article img {
    border: 1px solid #CCC;
    padding: 4px;
    margin: 0px 0px 0px 25px;
}
.article p {
    font-weight: 300;
    text-align: justify;
    line-height: 1.8em;
}

/*** rodzaj zawartosci: galeria ***/
.gallery-image-wrapper {
    text-align: center;
}
.gallery-image-wrapper img {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px;
}

/*** kategorie i produkty ***/
.category .title {
    border-bottom: 1px solid #E5E5E5;
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.category a {
    color: #333;
}
.category .desc {
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
}
.category .file, .article .file {
    background: url('../images/icon-pdf.png') center left no-repeat;
    padding-left: 20px;
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.article .file {
    margin-left: 20px;
    margin-bottom: 10px;
}
.article .file a {
    color: #333;
}

/* ----------------- strona kontaktu ---------------- */
.contact-info .row {
    margin-bottom: 30px;
}
.contact-info h2 {
    font-size: 32px;
    font-weight: normal;
}
.contact-header {
    font-size: 38px;
    font-weight: 300;
    padding: 20px;
    background: #ccc;
    margin-bottom: 20px;
}

/* ----------------- formularze ---------------- */
.form-horizontal label {
    font-weight: normal;
}
.form-horizontal label::after {
    content: ':';
}
.form-group .description {
    font-size: 12px;
    float: right;
    padding-right: 20px;
}


/* ----------------- stopka ---------------- */
#footer {
    background: #f8f8f8 url('../images/border-footer-full.gif') repeat-x;
    clear: both;
    position: relative;
    z-index: 10;
}
#footer h5 {
    font-size: 24px;
    color: #fff;
}
#footer .container-fluid {
    background: #b0b0b0 url('../images/border-footer.gif') repeat-x;
    padding: 10px;
}
#footer-logo p {
    float: left;
    font-size: 14px;
    line-height: 44px;
    margin-right: 10px;
    padding: 10px;
    color: #EEE;
}
#footer-logo img {
    float: left;
    padding: 10px;
}
.footer-contact {
    color: #fff;
    font-size: 12px;
}
.footer-contact h6 {
    font-size: 16px;
    color: #ccc;
}
.footer-contact a {
    color: #fff;
}
.footer-contact .address {
    padding-left: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAn1BMVEUAAADMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMyabG9LAAAANHRSTlMAAQIFBggJCgwNDhARFBcYHCMkKTQ1PkBeZmhpa21vdX+Fjp2eoKu0usfIyszc3ujr7fv9r8z95wAAAJJJREFUGFedzkcSgkAABdE/RgwgZkyoYAATiH3/s7mxdCxX2Mu3aql0lVlgZDbbtWX1FJJaFfiYlxFF3IY2jgoCxwnAwoBi5Oe5Py7eaCIyb/KAx6SXgZGkWkLqrAAgdE4cq1L3RtzY8WrfjLl2NGfVOvPu0g5ZyvSVY3XXwEgSX72OAFi47uIHp9L0PzzYeFCZngPhI3wlXbnMAAAAAElFTkSuQmCC) no-repeat;
}
.footer-contact .telephone {
    padding-left: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAclBMVEUAAADMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMxg1ZvWAAAAJXRSTlMAAQIDBAkQEhYYIy4/TV9rbHuFiImMjp6lq6/BxcjZ2uLv8fv9ZOL7gQAAAIdJREFUGBldwY0agTAAhtFv2BKi8k+U8t7/LWrqie0cSWm2VmwLnVUoobdXqMBbKvDEeyjQ4t0VuNC7zhXYADej0OINZ8VKYKWIA+qZIjlwVMRUwE4R2wCnmaT5/bHUyL2AeiVzBQ5WA9fQO9/wurUGtuIn08jkTFJNXPnma6t/i82lfRaJ9AH6mxFemiYyRAAAAABJRU5ErkJggg==) no-repeat;
}
.footer-contact .email {
    padding-left: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAilBMVEUAAADMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMx0vCA4AAAALXRSTlMAAQMHCAwNERQcIyYnKCosPD5CQ0dJSktoa2yImpu0ur7AyMrM19zg5PX3+/29DL5wAAAAfUlEQVQYGY3B6RJCYACG0UeFaN+1qSSyvPd/e5GZpvr8cA7djZ/6k/o8ZEiJZbgxkWEE81I/ygVscCN9iVzW6Dyw9voIrP5JSNkKL9Fb4rHMJFQJ7d5RlWPPDlVBtWLLLL5P2RWqocbFtyz/qgZqgVqQy5BzkCEAZ/jHobsXhxkuhy3AkNgAAAAASUVORK5CYII=) no-repeat;
}
@media only screen and (max-width: 1000px) {
    .footer-contact {
        text-align: center;
    }
    .footer-contact .address, .footer-contact .telephone, .footer-contact .email {
        padding-left: 0;
        background-image: none;
    }
}

article > div > div > div > div > img {
    width: 100%;
}



.product-description table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.product-description table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.product-description table a:active,
.product-description table a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.product-description table {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 14px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    border: #ccc 1px solid;
    width: 100%;
    border-spacing: 0;
    -moz-box-shadow: 1px 1px 2px #eee;
    -webkit-box-shadow: 1px 1px 2px #eee;
    box-shadow: 1px 1px 2px #eee;
}

.product-description table th {
    padding: 21px 25px 22px 25px;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
    text-align: center;
    vertical-align: middle;

}

.product-description table th:first-child {
    text-align: center;
    vertical-align: middle;

}

.product-description table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.product-description table tr:first-child th:last-child {}

.product-description table tr {
    text-align: center;

}

.product-description table tr td:first-child {
    text-align: center;
    vertical-align: middle;
    border-left: 0;
}

.product-description table tr td {
    vertical-align: middle;
    padding: 18px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.product-description table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.product-description table tr:last-child td {
    border-bottom: 0;
}

.product-description table tr:last-child td:first-child {}

.product-description table tr:last-child td:last-child {}

.product-description table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.email-link{
    color: blue !important;
}



#edit-preview{
    display: none;
}