/* Meyer Reset */

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,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}
/* Normal site */

body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    background: #24211C;
    color: #302B21;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    -webkit-transition: background 0.15s ease-in;
    -moz-transition: background 0.15s ease-in;
    transition: background 0.15s ease-in;
}

.site-wrapper {
    width: 1200px;
    margin: 60px auto;
    background: #302b21 url(../images/bg.png) repeat-x top center;
}

img {
    border: none;
}

em {
    font-style: italic;
}

header {
    width: 980px;
    margin: 0 auto;
    height: 110px;
}

header:before,
header:after {
    display: table;
    content: "";
}

header:after {
    clear: both;
}

.logo a {
    float: left;
    margin: 23px 0 0 10px;
    display: block;
    width: 180px;
    height: 59px;
    background: url(../images/logo.png) no-repeat center center;
    text-indent: -99999px;
}

nav.main {
    float: right;
    margin: 40px 5px 0 0;
    border-bottom: 2px solid #807d7d;
}

nav.main ul li {
    float: left;
    display: block;
    padding-bottom: 1px;
}

nav.main ul li a {
    display: block;
    padding: 5px 13px;
    color: #807d7d;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -0.5px;
}

nav.main ul li a:hover,
nav.main ul li a.active {
    color: #fff;
    background-color: #807d7d;
    background-image: -moz-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
}

.header-divider {
    width: 980px;
    height: 8px;
    margin: 0 auto 16px auto;
    background-color: #807d7d;
    background-image: -moz-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
}

section.middle {
    width: 970px;
    margin: 0 auto 30px;
    height: 300px;
    border: 5px solid #786e59;
}

p.under-slider {
    padding: 30px 0 0 0;
    color: #fff;
    max-width: 970px;
    margin: -20px auto 20px auto;
    padding: 20px;
}

section.middle-text {
    width: 910px;
    margin: 0 auto 30px;
    min-height: 240px;
    border: 5px solid #786e59;
    padding: 30px;
    background: #fff;
}

section.middle-text:before,
section.middle-text:after {
    display: table;
    content: "";
}

section.middle-text:after {
    clear: both;
}

section.middle-text p {
    color: #302b21;
    margin: 20px 0 0 0;
    line-height: 1.4em;
    font-weight: bold;
}

section.middle-text p.centered {
    text-align: center;
}

span {
    font-weight: bold;
    font-size: 18px;
}

h2 span {
    font-size: 16px;
    font-weight: normal;
}

span.red {
    color: red;
    font-weight: bold;
}

span.green {
    color: green;
    font-weight: bold;
}

section.middle-text p img {
    max-width: 90%;
    height: auto;
}

img.bordered {
    border: 5px solid #786e59;
}

section.middle-text h1 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 4px 8px;
    display: inline;
    line-height: 1.6em;
    background-color: #807d7d;
    background-image: -moz-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
}

section.middle-text table {
    margin: 0 auto;
    font-weight: bold;
    width: 100%;
}

section.middle-text table th {
    background-image: -moz-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    color: white;
    font-weight: bold;
}

section.middle-text table td,
section.middle-text table {
    border: 1px solid black;
    padding: 10px;
    border-collapse: collapse;
    font-weight: bold;
}

section.middle-text table tr th {
    border: 1px solid black;
    padding: 20px;
    border-collapse: collapse;
}

section.middle-text table td,
section.middle-text table th {
    text-align: center;
}

section.middle-text table tr:last-child td {
    border-bottom: 2px solid #000000;
}

.heading {
    margin-bottom: 30px;
}

.heading:before,
.heading:after,
.heading2:before,
.heading2:after {
    display: table;
    content: "";
}

.heading:after,
.heading2:after {
    clear: both;
}

.image-left {
    float: left;
}

.image-left img {
    width: auto;
    height: 100px;
    border: 4px solid #786e59;
}

h2 {
    float: left;
    margin: 70px 0 0 30px;
    font-size: 32px;
    font-weight: bold;
}

.swietlowka {
    float: right;
    margin-right: -3.3%;
    padding-bottom: 20px;
}

.swietlowka img {
    max-width: 80%;
    height: auto;
    float: right;
}

section.middle-text .half-left {
    width: 45%;
    float: left;
}

section.middle-text .half-right {
    width: 50%;
    float: right;
}

.gmap3 {
    width: 100%;
    height: 232px;
    border: 4px solid #786e59;
}

.image-with-description {
    margin: 30px 0 0 0;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.4em;
}

.image-with-description:before,
.image-with-description:after {
    display: table;
    content: "";
}

.image-with-description:after {
    clear: both;
}

.image-with-description img {
    float: left;
    margin: 0 30px 30px 0;
    border: 4px solid #786e59;
    max-width: 100%;
    height: auto;
}

table.poziom {
    display: table;
}

table.pion {
    display: none;
}

.article-divider {
    width: 980px;
    height: 20px;
    margin: 0 auto 30px;
    background-color: #807d7d;
    background-image: -moz-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
}

section.bottom-banners {
    width: 980px;
    margin: 0 auto 60px auto;
}

section.bottom-banners:before,
section.bottom-banners:after {
    display: table;
    content: "";
}

section.bottom-banners:after {
    clear: both;
}

section.bottom-banners > .one-banner {
    width: 310px;
    margin-right: 25px;
    float: left;
}

section.bottom-banners > .one-banner.last {
    margin-right: 0;
}

section.bottom-banners > .one-banner img {
    width: 302px;
    height: auto;
    border: 4px solid #786e59;
}

section.bottom-banners > .one-banner p {
    margin: 14px 0 0 0;
    color: #ededed;
    font-size: 16px;
    font-weight: bold;
}

footer {
    width: 1180px;
    background-color: #807d7d;
    background-image: -moz-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(69, 62, 48) 0%, rgb(69, 62, 48) 56%, rgb(123, 109, 85) 74%, rgb(69, 62, 48) 100%);
    padding: 12px 20px 12px 0;
    font-size: 12px;
    text-align: right;
    color: #dedede;
}

.middle-text .products {
    padding: 20px 0;
}

.middle-text .products:before,
.middle-text .products:after {
    display: table;
    content: "";
}

.middle-text .products:after {
    clear: both;
}

.middle-text .half {
    width: 50%;
    float: left;
}

.middle-text .half img {
    max-width: 100%;
    height: auto;
    float: right;
}

.middle-text .half h2 {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    width: 100%
}

.middle-text .downloads {
    padding: 20px 0;
}

.middle-text .downloads:before,
.middle-text .downloads:after {
    display: table;
    content: "";
}

.middle-text .downloads:after {
    clear: both;
}

.middle-text .one-third {
    width: 33.33%;
    float: left;
}

.middle-text .one-third img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
}

.middle-text .one-third:last-child img {
    float: right;
}

.middle-text .one-third:nth-of-type(2) {
    text-align: center;
}

a.contact-link {
    font-weight: 700;
    color: #00ADF1;
}

a.contact-link:hover {
    color: #23ADEE
}

.more-light {
    line-height: 1.2em;
    padding: 10px;
}

sub {
    font-size: 10px;
    position: relative;
    bottom: -3px;
}
/* Breakepoint 980px - 1199px */

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .site-wrapper {
        width: 100%;
        margin: 0;
    }
    footer {
        width: 95%;
        padding: 12px 5% 12px 0;
    }
}
/* Breakepoint 720px - 979px */

@media only screen and (min-width: 720px) and (max-width: 979px) {
    .site-wrapper {
        width: 100%;
        margin: 0;
    }
    header {
        width: 90%;
        margin: 0 auto 30px;
        height: auto;
    }
    nav.main {
        width: 100%;
    }
    nav.main ul li a {
        padding: 5px 7px;
        font-size: 14px;
    }
    .header-divider {
        width: 100%;
    }
    section.middle {
        width: 90%;
        height: auto;
    }
    section.middle img {
        width: 100%;
        height: auto;
    }
    section.middle-text {
        width: 80%;
        margin: 0 auto 30px;
        height: auto;
        padding: 5%;
    }
    section.middle-text p {
        color: #302b21;
        margin: 20px 0 0 0;
        line-height: 1.4em;
        font-weight: bold;
    }
    .article-divider {
        width: 100%;
    }
    section.bottom-banners {
        width: 90%;
        margin: 0 auto 60px;
    }
    section.bottom-banners:before,
    section.bottom-banners:after {
        display: table;
        content: "";
    }
    section.bottom-banners:after {
        clear: both;
    }
    section.bottom-banners > .one-banner {
        width: 30%;
        margin-right: 5%;
    }
    section.bottom-banners > .one-banner.last {
        margin-right: 0;
    }
    section.bottom-banners > .one-banner img {
        width: 90%;
        height: auto;
        border: 4px solid #786e59;
    }
    footer {
        width: 95%;
        padding: 12px 5% 12px 0;
    }
    .swietlowka {
        float: right;
        margin-right: -6.3%;
    }
    .swietlowka img {
        max-width: 80%;
        height: auto;
        float: right;
    }
    table.poziom {
        display: none;
    }
    table.pion {
        display: table;
    }
}
/* Breakepoint 620px - 719px */

@media only screen and (min-width: 620px) and (max-width: 719px) {
    .site-wrapper {
        width: 100%;
        margin: 0;
    }
    header {
        width: 90%;
        margin: 0 auto 30px;
        height: auto;
    }
    nav.main {
        width: 100%;
    }
    nav.main ul li a {
        padding: 5px 4px;
        font-size: 13px;
    }
    .header-divider {
        width: 100%;
    }
    section.middle {
        width: 90%;
        height: auto;
    }
    section.middle img {
        width: 100%;
        height: auto;
    }
    section.middle-text {
        width: 70%;
        margin: 0 auto 30px;
        height: auto;
        padding: 5% 10%;
    }
    section.middle-text p {
        color: #302b21;
        margin: 20px 0 0 0;
        line-height: 1.4em;
        font-weight: bold;
    }
    .article-divider {
        width: 100%;
    }
    section.bottom-banners {
        width: 90%;
        margin: 0 auto 60px;
    }
    section.bottom-banners:before,
    section.bottom-banners:after {
        display: table;
        content: "";
    }
    section.bottom-banners:after {
        clear: both;
    }
    section.bottom-banners > .one-banner {
        width: 30%;
        margin-right: 5%;
    }
    section.bottom-banners > .one-banner.last {
        margin-right: 0;
    }
    section.bottom-banners > .one-banner img {
        width: 90%;
        height: auto;
        border: 4px solid #786e59;
    }
    footer {
        width: 95%;
        padding: 12px 5% 12px 0;
    }
    .swietlowka {
        display: none;
    }
    table.poziom {
        display: none;
    }
    table.pion {
        display: table;
    }
    .middle-text .half {
        width: 80%;
        padding: 10%;
        float: none;
    }
    .middle-text .one-third {
        width: 80%;
        padding: 3% 10%;
        float: none;
        margin: 0 auto;
    }
    .middle-text .one-third img {
        float: none;
    }
    .middle-text .one-third:last-child img {
        float: none;
    }
    .middle-text .one-third {
        text-align: center;
    }
}
/* Breakepoint 400px - 619px */

@media only screen and (min-width: 400px) and (max-width: 619px) {
    .site-wrapper {
        width: 100%;
        margin: 0;
    }
    header {
        width: 100%;
        margin: 0 auto;
        height: auto;
        background: white;
    }
    .logo a {
        width: 90%;
        float: none;
        margin: o auto;
        display: block;
    }
    nav.main {
        width: 50%;
        float: none;
        display: block;
        margin: 40px auto;
        border-bottom: 2px solid #807d7d;
    }
    nav.main:before,
    nav.main:after {
        display: table;
        content: "";
    }
    nav.main:after {
        clear: both;
    }
    nav.main ul li {
        float: none;
        display: block;
        padding-bottom: 1px;
    }
    nav.main ul li a {
        display: block;
        padding: 5px 15px;
        color: #807d7d;
        font-style: italic;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }
    .header-divider {
        width: 100%;
    }
    section.middle {
        width: 100%;
        height: auto;
        border-left: none;
        border-right: none;
    }
    p.under-slider {
        padding: 30px 20px 0 20px;
        color: #fff;
    }
    section.middle img {
        width: 100%;
        height: auto;
    }
    section.middle-text {
        width: 70%;
        margin: 0 auto 30px;
        height: auto;
        padding: 5% 10%;
    }
    section.middle-text p {
        color: #302b21;
        margin: 20px 0 0 0;
        line-height: 1.4em;
        font-weight: bold;
    }
    section.middle-text .half-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    section.middle-text .half-right {
        width: 100%;
        float: none;
    }
    .article-divider {
        width: 100%;
    }
    section.bottom-banners {
        width: 90%;
        margin: 0 auto 60px;
    }
    section.bottom-banners:before,
    section.bottom-banners:after {
        display: table;
        content: "";
    }
    section.bottom-banners:after {
        clear: both;
    }
    section.bottom-banners > .one-banner {
        width: 100%;
        margin: 0 0 30px 0;
    }
    section.bottom-banners > .one-banner.last {
        margin-right: 0;
    }
    section.bottom-banners > .one-banner img {
        width: 95%;
        height: auto;
        border: 4px solid #786e59;
    }
    footer {
        width: 95%;
        padding: 12px 5% 12px 0;
    }
    footer p {
        line-height: 1.4em;
    }
    .swietlowka {
        display: none;
    }
    table.poziom {
        display: none;
    }
    table.pion {
        display: table;
    }
    .heading2 p:first-child {
        width: 100%;
        padding: 100px 0 0 0;
    }
    .heading2 img.rohs {
        left: 50%;
        margin-left: -125px;
    }
    .middle-text .half {
        width: 80%;
        padding: 10%;
        float: none;
    }
    .middle-text .one-third {
        width: 80%;
        padding: 3% 10%;
        float: none;
        margin: 0 auto;
    }
    .middle-text .one-third img {
        float: none;
    }
    .middle-text .one-third:last-child img {
        float: none;
    }
    .middle-text .one-third {
        text-align: center;
    }
}
/* Breakepoint 1px - 399px */

@media only screen and (min-width: 1px) and (max-width: 399px) {
    .site-wrapper {
        width: 100%;
        margin: 0;
    }
    header {
        width: 100%;
        margin: 0 auto;
        height: auto;
        background: white;
    }
    .logo a {
        width: 90%;
        float: none;
        margin: o auto;
        display: block;
    }
    nav.main {
        width: 50%;
        float: none;
        display: block;
        margin: 40px auto;
        border-bottom: 2px solid #807d7d;
    }
    nav.main:before,
    nav.main:after {
        display: table;
        content: "";
    }
    nav.main:after {
        clear: both;
    }
    nav.main ul li {
        float: none;
        display: block;
        padding-bottom: 1px;
    }
    nav.main ul li a {
        display: block;
        padding: 5px 15px;
        color: #807d7d;
        font-style: italic;
        font-weight: bold;
        font-size: 15px;
        text-align: center;
    }
    .header-divider {
        width: 100%;
    }
    section.middle {
        width: 100%;
        height: auto;
        border-left: none;
        border-right: none;
    }
    section.middle {
        width: 100%;
        height: auto;
        border-left: none;
        border-right: none;
    }
    p.under-slider {
        padding: 30px 20px 0 20px;
        color: #fff;
    }
    section.middle img {
        width: 100%;
        height: auto;
    }
    section.middle-text {
        width: 70%;
        margin: 0 auto 30px;
        height: auto;
        padding: 5% 10%;
    }
    section.middle-text p {
        color: #302b21;
        margin: 20px 0 0 0;
        line-height: 1.4em;
        font-weight: bold;
    }
    section.middle-text .half-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    section.middle-text .half-right {
        width: 100%;
        float: none;
    }
    .article-divider {
        width: 100%;
    }
    section.bottom-banners {
        width: 90%;
        margin: 0 auto 60px;
    }
    section.bottom-banners:before,
    section.bottom-banners:after {
        display: table;
        content: "";
    }
    section.bottom-banners:after {
        clear: both;
    }
    section.bottom-banners > .one-banner {
        width: 100%;
        margin: 0 0 30px 0;
    }
    section.bottom-banners > .one-banner.last {
        margin-right: 0;
        margin-bottom: 0;
    }
    section.bottom-banners > .one-banner img {
        width: 95%;
        height: auto;
        border: 4px solid #786e59;
    }
    footer {
        width: 95%;
        padding: 12px 5% 12px 0;
    }
    footer p {
        line-height: 1.4em;
    }
    .half1 {
        width: 100%;
    }
    .half2 {
        width: 100%;
    }
    .swietlowka {
        display: none;
    }
    table.poziom {
        display: none;
    }
    table.pion {
        display: table;
    }
    .heading2 p:first-child {
        width: 100%;
        padding: 100px 0 0 0;
    }
    .heading2 img.rohs {
        left: 50%;
        margin-left: -125px;
        max-width: 60%;
    }
    .middle-text .half {
        width: 80%;
        padding: 10%;
        float: none;
    }
    .middle-text .one-third {
        width: 80%;
        padding: 3% 10%;
        float: none;
        margin: 0 auto;
    }
    .middle-text .one-third img {
        float: none;
    }
    .middle-text .one-third:last-child img {
        float: none;
    }
    .middle-text .one-third {
        text-align: center;
    }
}