body .main .content .node .form-center h2 {
  font:normal 16px "Alegreya", Georgia, Times, serif;
  color:#3f6995;
  text-transform:uppercase;
  margin:0 0 5px 0;
  text-align:center;
}
body .main .content .node .form-center form {
  width:220px;
  margin:0 auto;
}
body .main .content .node .form-center form .info {
  display:none;
  color:red;
  margin:0;
  text-align:center;
  padding-bottom:5px;
}
body .main .content .node .form-center form input[type="email"], body .main .content .node .form-center form input[type="text"] {
  font:normal 14px "Alegreya", Georgia, Times, serif;
  color:#684a3b;
  line-height:25px;
  height:25px;
  border:0;
  padding:10px;
  background:none;
  outline:none;
  width:200px;
  background:url("/img/nosvg/input-1.png") no-repeat;
  -webkit-background-size:220px 45px;
  -moz-background-size:220px 45px;
  -o-background-size:220px 45px;
  background-size:220px 45px;
}
body .main .content .node .form-center form input[type="submit"] {
  margin-top:10px;
  display:block;
  width:220px;
  height:56px;
  text-align:center;
  overflow:hidden;
  border:0;
  background:url("/img/lores/zapisz-mnie.png") no-repeat;
  -webkit-background-size:220px 112px;
  -moz-background-size:220px 112px;
  -o-background-size:220px 112px;
  background-size:220px 112px;
  cursor:pointer;
  color:white;
  text-transform:uppercase;
  font:normal 20px "Alegreya", Georgia, Times, serif;
}
body .main .content .node .form-center form input[type="submit"]:hover { background-position:0 -56px; }
html.retina body .main .content .form-center form input[type="submit"] { background-image:url("/img/hires/zapisz-mnie.png"); }
html.inlinesvg body .main .content .form-center form input[type="email"], html.inlinesvg body .main .content .form-center form input[type="text"] { background-image:url("/img/svg/input-1.svg"); }
@media (min-width: 768px) and (max-width: 1023px) {
  body {
    margin:0;
    padding:0;
    font:normal 15px "Alegreya", Georgia, Times, serif;
    color:#684a3b;
    background:url("/img/lores/bg-body.png");
    -webkit-background-size:60px 60px;
    -moz-background-size:60px 60px;
    -o-background-size:60px 60px;
    background-size:60px 60px;
  }
  body .hide-736 { display:none; }
  body .noscript {
    padding:10px;
    border:1px solid #bda99f;
    margin:0 10px 10px 10px;
    font:normal 14px #684a3b;
    background-color:rgba(255,255,255,0.3);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
  }
  body a { color:#3a8f5a; }
  body img { border:0; }
  body hr {
    border:0;
    height:2px;
    background:url("/img/nosvg/hr-line.png");
  }
  body .overlay {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:9999px;
    z-index:9999;
    background-color:rgba(255,255,255,0.61);
  }
  body .center { text-align:center; }
  body .ribbon {
    width:724px;
    margin:10px 0;
  }
  body .slogan { width:526px; }
  body .img-front {
    width:245px;
    padding:7.5px;
    background:url("../img/nosvg/frame-1.png") no-repeat;
    -webkit-background-size:260px 115px;
    -moz-background-size:260px 115px;
    -o-background-size:260px 115px;
    background-size:260px 115px;
  }
  body form span.checkbox {
    margin-left:10px;
    margin-right:5px;
    line-height:27px;
    display:none;
    width:27px;
    height:27px;
    overflow:hidden;
    background:url("/img/nosvg/checkbox.png") 0 -54px no-repeat;
    -webkit-background-size:27px 108px;
    -moz-background-size:27px 108px;
    -o-background-size:27px 108px;
    background-size:27px 108px;
  }
  body form span.checkbox:hover { background-position:0 0; }
  body form span.checkbox.checked { background-position:0 -81px; }
  body form span.checkbox.checked:hover { background-position:0 -27px; }
  body .wrapper {
    width:736px;
    background:url("/img/lores/bg-content.jpg");
    -webkit-background-size:300px 300px;
    -moz-background-size:300px 300px;
    -o-background-size:300px 300px;
    background-size:300px 300px;
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.21);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.21);
    box-shadow:0 0 10px rgba(0,0,0,0.21);
    margin:0 auto;
    padding:30px 8px 0;
  }
  body header:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body header .menuitem {
    margin:8px;
    width:168px;
    height:69px;
    float:left;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:url("/img/lores/bg-content.jpg");
    -webkit-background-size:300px 300px;
    -moz-background-size:300px 300px;
    -o-background-size:300px 300px;
    background-size:300px 300px;
    text-align:center;
    font-style:italic;
    font-size:12px;
    line-height:16px;
    cursor:pointer;
    position:relative;
  }
  body header .menuitem .inner {
    background:url("../img/nosvg/button-menu.png") 50% 50% no-repeat;
    -webkit-background-size:168px 69px;
    -moz-background-size:168px 69px;
    -o-background-size:168px 69px;
    background-size:168px 69px;
    width:168px;
    height:69px;
  }
  body header .menuitem:hover .inner { background-color:rgba(255,255,255,0.3); }
  body header .menuitem h2 {
    margin:0;
    padding:3px 0 0 0;
    color:#3f6995;
    font-weight:normal;
    font-style:normal;
    text-shadow:1px 1px white;
    text-transform:lowercase;
    font-family:"Alegreya SC", Georgia, Times, serif;
    font-size:24px;
    line-height:24px;
  }
  body header .logo {
    width:168px;
    height:98px;
    float:right;
    margin:0 8px;
    text-indent:-9999px;
    display:block;
    background:url("/img/lores/szwaderki-2.png") 50% 50% no-repeat;
    -webkit-background-size:168px 98px;
    -moz-background-size:168px 98px;
    -o-background-size:168px 98px;
    background-size:168px 98px;
  }
  body nav { position:relative; }
  body nav .frame {
    z-index:10000;
    position:absolute;
    top:-12px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    display:none;
    padding:8px;
    border:1px solid #bda99f;
    background:url("/img/lores/bg-content.jpg");
    -webkit-background-size:300px 300px;
    -moz-background-size:300px 300px;
    -o-background-size:300px 300px;
    background-size:300px 300px;
  }
  body nav .frame.frame1 { left:8px; }
  body nav .frame.frame2 { left:192px; }
  body nav .frame.frame3 { left:376px; }
  body nav .frame:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body nav .frame .col {
    width:204px;
    margin-right:8px;
    float:left;
  }
  body nav .frame .col.last { margin-right:0; }
  body nav .frame .col img {
    display:block;
    width:191px;
    height:76px;
    padding:6.5px;
    background:url("/img/nosvg/frame-menu-1.png") no-repeat;
    -webkit-background-size:204px 89px;
    -moz-background-size:204px 89px;
    -o-background-size:204px 89px;
    background-size:204px 89px;
  }
  body nav .frame .col a {
    color:#684a3b;
    text-decoration:none;
  }
  body nav .frame .col a:hover { color:#3a8f5a; }
  body nav .frame .col .header {
    font:normal 21px "Alegreya SC", Georgia, Times, serif;
    text-transform:uppercase;
    margin:20px 0 10px;
  }
  body nav .frame .col ul {
    margin:0;
    padding:0 0 0 20px;
  }
  body nav .frame .col ul li a {
    color:#684a3b;
    display:block;
    padding:5px 0;
    text-decoration:none;
  }
  body nav .frame .col ul li:hover { color:#3a8f5a; }
  body nav .frame .col ul li:hover a { color:#3a8f5a; }
  body .breadcrumb {
    padding:0 8px;
    font:italic bold 14px "Alegreya", Georgia, Times, serif;
  }
  body .breadcrumb a {
    color:#684a3b;
    text-decoration:none;
  }
  body .breadcrumb a:hover {
    color:#3a8f5a;
    text-decoration:underline;
  }
  body .columns:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body .columns.expanded { margin:0 -8px; }
  body .columns .column {
    float:left;
    padding:0 8px;
  }
  body .columns .column.column-6 { width:260px; }
  body .columns .column.column-12 { width:536px; }
  body .main:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body .main .content {
    float:left;
    width:552px;
  }
  body .main .content a.click {
    display:inline-block;
    height:32px;
    width:180px;
    background:url("../img/nosvg/button-1.png") no-repeat;
    font:normal 16px "Alegreya", Georgia, Times, serif;
    color:#684a3b;
    text-shadow:1px 1px white;
    text-transform:uppercase;
    line-height:32px;
    text-decoration:none;
  }
  body .main .content a.click:hover { background-color:rgba(255,255,255,0.3); }
  body .main .content article h1 {
    font:normal 26px "Alegreya SC", Georgia, Times, serif;
    color:#3f6995;
    text-transform:uppercase;
    margin:20px 0;
  }
  body .main .content .content-wrapper { padding:0 8px; }
  body .main .content .news-list > h1 {
    font:normal 36px "Alegreya SC", Georgia, Times, serif;
    text-transform:uppercase;
    color:#3f6995;
    text-align:center;
    margin:0;
  }
  body .main .content .node img { max-width:100%; }
  body .main .content .node table {
    margin:0 auto;
    border-collapse:collapse;
  }
  body .main .content .node table td, body .main .content .node table th {
    border:1px dotted #684a3b;
    padding:3px 5px;
    min-width:30px;
  }
  body .main .content .node table td:first-child, body .main .content .node table th:first-child { border-left:0; }
  body .main .content .node table td:last-child, body .main .content .node table th:last-child { border-right:0; }
  body .main .content .node table tr:first-child td, body .main .content .node table tr:first-child th { border-top:0; }
  body .main .content .node table tr:last-child td, body .main .content .node table tr:last-child th { border-bottom:0; }
  body .main .content .node table.responsive { margin-bottom:0; }
  body .main .content .node table.responsive td, body .main .content .node table.responsive th {
    position:relative;
    white-space:nowrap;
    overflow:hidden;
  }
  body .main .content .node table.responsive th:first-child, body .main .content .node table.responsive td:first-child, body .main .content .node table.responsive.pinned td { display:none; }
  body .main .content .node .pinned {
    position:absolute;
    left:0;
    top:0;
    width:25%;
    overflow:hidden;
    overflow-x:scroll;
    background:url("/img/lores/bg-content.jpg");
    -webkit-background-size:300px 300px;
    -moz-background-size:300px 300px;
    -o-background-size:300px 300px;
    background-size:300px 300px;
  }
  body .main .content .node .pinned table { width:100%; }
  body .main .content .node .pinned table th, body .main .content .node .pinned table td {
    white-space:nowrap;
    border-right:0;
  }
  body .main .content .node div.table-wrapper {
    position:relative;
    margin-bottom:20px;
    overflow:hidden;
  }
  body .main .content .node div.table-wrapper div.scrollable {
    overflow:scroll;
    overflow-y:hidden;
  }
  body .main .content .node div.table-wrapper div.scrollable table { margin-left:25%; }
  body .main .content .node.teaser { padding:20px 0; }
  body .main .content .node.teaser:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body .main .content .node.teaser .created {
    margin:0;
    color:#3f6995;
    font-size:12px;
    text-transform:uppercase;
  }
  body .main .content .node.teaser img.frame {
    float:left;
    width:144px;
    height:144px;
    padding:8px;
    background:url("/img/nosvg/frame-galeria-min-1.png") no-repeat;
    -webkit-background-size:160px 160px;
    -moz-background-size:160px 160px;
    -o-background-size:160px 160px;
    background-size:160px 160px;
    margin:0 8px 8px 0;
  }
  body .main .content .node.teaser h1 {
    font:normal 28px "Alegreya SC", Georgia, Times, serif;
    text-transform:uppercase;
    color:#3f6995;
    margin:0;
  }
  body .main .content .node.teaser h1 a {
    color:#3f6995;
    text-decoration:none;
  }
  body .main .content .node.teaser h1 a:hover {
    color:#3a8f5a;
    text-decoration:underline;
  }
  body .main .content .node.teaser .body { line-height:175%; }
  body .main .content .node.teaser .body *:nth-child(2) { margin-top:0; }
  body .main .content .node.teaser .readmore { text-align:center; }
  body .main .content .node.full {
    line-height:175%;
    text-align:justify;
  }
  body .main .content .node.full:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body .main .content .node.full .created {
    margin:0;
    color:#3f6995;
    font-size:12px;
    text-transform:uppercase;
  }
  body .main .content .node.full h1 {
    font:normal 28px "Alegreya SC", Georgia, Times, serif;
    text-transform:uppercase;
    color:#3f6995;
    margin:0;
    text-align:left;
  }
  body .main .content .node.full img.frame {
    width:325px;
    height:217px;
    float:left;
    padding:7.5px;
    background:url("/img/nosvg/frame-fot.png") no-repeat;
    -webkit-background-size:340px 232px;
    -moz-background-size:340px 232px;
    -o-background-size:340px 232px;
    background-size:340px 232px;
    margin:0 8px 8px 0;
  }
  body .main .content .node.full .taxonomy { margin-top:20px; }
  body .main .content .node.full .taxonomy span + span { margin-left:20px; }
  body .main .content .node.contact form dd, body .main .content .node.contact form dt {
    margin:0;
    padding:0;
  }
  body .main .content .node.contact form #name, body .main .content .node.contact form #email {
    padding:5px 10px;
    width:240px;
    height:24px;
    line-height:24px;
    font:normal 14px "Alegreya", Georgia, Times, serif;
    color:#684a3b;
    border:0;
    background:url("/img/nosvg/input-kontakt-1.png");
    -webkit-background-size:260px 34px;
    -moz-background-size:260px 34px;
    -o-background-size:260px 34px;
    background-size:260px 34px;
  }
  body .main .content .node.contact form #content {
    padding:10px;
    width:240px;
    height:240px;
    font:normal 14px "Alegreya", Georgia, Times, serif;
    color:#684a3b;
    border:0;
    background:url("/img/nosvg/input-kontakt-txt-1.png");
    -webkit-background-size:260px 260px;
    -moz-background-size:260px 260px;
    -o-background-size:260px 260px;
    background-size:260px 260px;
    resize:none;
  }
  body .main .content .node.contact form #submit-element { text-align:right; }
  body .main .content .node.contact form #submit-element #submit {
    display:inline-block;
    height:32px;
    padding:0;
    vertical-align:middle;
    width:180px;
    border:0;
    background:url("/img/nosvg/button-1.png") no-repeat;
    font:normal 16px "Alegreya", Georgia, Times, serif;
    color:#684a3b;
    text-shadow:1px 1px white;
    text-transform:uppercase;
    line-height:16px;
    text-decoration:none;
  }
  body .main .content .node.contact form #submit-element #submit:hover { background-color:rgba(255,255,255,0.3); }
  body .main .content .node.contact form ul {
    margin:0;
    color:red;
    font-size:11px;
    padding:0;
    list-style:none;
  }
  body .main .content .inline-gallery { margin:0 -8px; }
  body .main .content .inline-gallery:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body .main .content .inline-gallery a {
    display:block;
    width:122px;
    height:122px;
    float:left;
    margin:8px;
  }
  body .main .content .inline-gallery a img {
    display:block;
    width:106px;
    height:106px;
    padding:8px;
    background:url("/img/nosvg/frame-galeria-min-1.png") no-repeat;
    -webkit-background-size:122px 122px;
    -moz-background-size:122px 122px;
    -o-background-size:122px 122px;
    background-size:122px 122px;
  }
  body .main .content .paginator:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body .main .content .paginator a, body .main .content .paginator span {
    width:100px;
    height:32px;
    text-align:center;
    font-size:16px;
    text-transform:uppercase;
    text-shadow:1px 1px rgba(255,255,255,0.7);
    line-height:32px;
    color:#684a3b;
    text-decoration:none;
  }
  body .main .content .paginator a.prev, body .main .content .paginator span.prev {
    float:left;
    padding-left:20px;
    background:url("/img/nosvg/button-wstecz.png") no-repeat;
    -webkit-background-size:120px 32px;
    -moz-background-size:120px 32px;
    -o-background-size:120px 32px;
    background-size:120px 32px;
  }
  body .main .content .paginator a.next, body .main .content .paginator span.next {
    float:right;
    padding-right:20px;
    background:url("/img/nosvg/button-dalej.png") no-repeat;
    -webkit-background-size:120px 32px;
    -moz-background-size:120px 32px;
    -o-background-size:120px 32px;
    background-size:120px 32px;
  }
  body .main .content .paginator a:hover { color:#3a8f5a; }
  body .main .sidebar {
    float:left;
    width:168px;
    padding:0 8px;
  }
  body .main .sidebar section h1 {
    font:normal 19px "Alegreya", Georgia, Times, serif;
    color:#3f6995;
    text-transform:uppercase;
    margin-bottom:10px;
  }
  body .main .sidebar .section-1 h1 { display:none; }
  body .main .sidebar .section-1 form {
    width:148px;
    height:24px;
    padding:5px 10px;
    background:url("/img/nosvg/input-1.png") no-repeat;
    -webkit-background-size:168px 34px;
    -moz-background-size:168px 34px;
    -o-background-size:168px 34px;
    background-size:168px 34px;
  }
  body .main .sidebar .section-1 form input {
    line-height:24px;
    height:24px;
    border:0;
    padding:0;
  }
  body .main .sidebar .section-1 form input[type="text"] {
    background:none;
    outline:none;
    width:125px;
    font:normal 14px "Alegreya", Georgia, Times, serif;
    color:#684a3b;
  }
  body .main .sidebar .section-1 form input[type="submit"] {
    background:url("/img/nosvg/lupa.png") 50% 50% no-repeat;
    -webkit-background-size:17px 17px;
    -moz-background-size:17px 17px;
    -o-background-size:17px 17px;
    background-size:17px 17px;
    width:20px;
    cursor:pointer;
  }
  body .main .sidebar .section-2 p {
    font-size:14px;
    font-style:italic;
    margin-top:0;
    margin-bottom:2px;
  }
  body .main .sidebar .section-2 p.small {
    font-size:11px;
    line-height:14px;
    font-style:normal;
    margin:10px 0 0 0;
    padding-left:15px;
    background:url("/img/nosvg/klodka.png") 0 0 no-repeat;
  }
  body .main .sidebar .section-2 h2 {
    font:normal 13px "Alegreya", Georgia, Times, serif;
    color:#3f6995;
    text-transform:uppercase;
    margin:0 0 5px 0;
  }
  body .main .sidebar .section-2 form .info {
    display:none;
    color:red;
    margin:0;
    text-align:center;
    padding-bottom:5px;
  }
  body .main .sidebar .section-2 form input[type="email"], body .main .sidebar .section-2 form input[type="text"] {
    font:normal 14px "Alegreya", Georgia, Times, serif;
    color:#684a3b;
    line-height:24px;
    height:24px;
    border:0;
    padding:5px 10px;
    background:none;
    outline:none;
    width:148px;
    background:url("/img/nosvg/input-1.png") no-repeat;
    -webkit-background-size:168px 34px;
    -moz-background-size:168px 34px;
    -o-background-size:168px 34px;
    background-size:168px 34px;
  }
  body .main .sidebar .section-2 form label { position:relative; }
  body .main .sidebar .section-2 form input[type=checkbox] { position:relative; }
  body .main .sidebar .section-2 form p {
    font-size:15px;
    margin:5px 0;
  }
  body .main .sidebar .section-2 form input[type="submit"] {
    display:block;
    width:168px;
    height:43px;
    text-align:center;
    overflow:hidden;
    border:0;
    background:url("/img/lores/zapisz-mnie.png") no-repeat;
    -webkit-background-size:168px 86px;
    -moz-background-size:168px 86px;
    -o-background-size:168px 86px;
    background-size:168px 86px;
    cursor:pointer;
    color:white;
    text-transform:uppercase;
    font:normal 20px "Alegreya", Georgia, Times, serif;
  }
  body .main .sidebar .section-2 form input[type="submit"]:hover { background-position:0 -43px; }
  body .main .sidebar .section-3 a { text-decoration:none; }
  body .main .sidebar .section-3 a .date {
    color:#3f6995;
    font-size:12px;
  }
  body .main .sidebar .section-3 a .title {
    color:#684a3b;
    font-size:16px;
  }
  body .main .sidebar .section-3 a:hover .date, body .main .sidebar .section-3 a:hover .title { color:#3a8f5a; }
  body .main .sidebar .section-3 a.rss {
    font-size:16px;
    text-transform:uppercase;
    padding:8px 0 8px 60px;
    display:block;
    margin:10px 0;
    background:url("/img/nosvg/rss.png") 20px 50% no-repeat;
    color:#684a3b;
  }
  body .main .sidebar .section-3 a.rss:hover { color:#3a8f5a; }
  body footer {
    padding:10px 0;
    font-size:14px;
    text-align:center;
  }
  body footer:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
  }
  body footer .img-foot {
    margin-bottom:10px;
    width:724px;
  }
  body footer .foot-1 {
    width:237px;
    padding-left:8px;
    float:left;
    text-align:left;
  }
  body footer .foot-2 {
    width:246px;
    float:left;
    text-align:center;
  }
  body footer .foot-3 {
    width:237px;
    padding-right:8px;
    float:left;
    text-align:right;
  }
  body footer a {
    color:#684a3b;
    text-decoration:none;
  }
  body footer a:hover {
    color:#3a8f5a;
    text-decoration:underline;
  }
  html.retina body { background-image:url("/img/hires/bg-body.png"); }
  html.retina body .wrapper { background-image:url("/img/hires/bg-content.jpg"); }
  html.retina body header .menuitem { background-image:url("/img/hires/bg-content.jpg"); }
  html.retina body header .logo { background-image:url("../img/hires/szwaderki-2.png"); }
  html.retina body nav .frame { background-image:url("/img/hires/bg-content.jpg"); }
  html.retina body .main .content .node .pinned { background-image:url("/img/hires/bg-content.jpg"); }
  html.retina body .main .sidebar .section-2 form input[type=submit] { background-image:url("/img/hires/zapisz-mnie.png"); }
  html.inlinesvg body hr { background-image:url("/img/svg/hr-line.svg"); }
  html.inlinesvg body header .menuitem .inner { background-image:url("/img/svg/button-menu.svg"); }
  html.inlinesvg body nav .frame .col img { background-image:url("/img/nosvg/frame-menu-1.png"); }
  html.inlinesvg body .img-front { background-image:url("../img/svg/frame-1.svg"); }
  html.inlinesvg body .main .content .news-list article.news img.frame { background-image:url("/img/svg/frame-galeria-min-1.svg"); }
  html.inlinesvg body .main .content .inline-gallery a img { background-image:url("/img/svg/frame-galeria-min-1.svg"); }
  html.inlinesvg body .main .content .paginator .prev { background-image:url("/img/svg/button-wstecz.svg"); }
  html.inlinesvg body .main .content .paginator .next { background-image:url("/img/svg/button-dalej.svg"); }
  html.inlinesvg body .main .sidebar .section-1 form { background-image:url("/img/svg/input-1.svg"); }
  html.inlinesvg body .main .sidebar .section-1 form input[type="submit"] { background-image:url("/img/svg/lupa.svg"); }
  html.inlinesvg body .main .sidebar .section-2 p.small { background-image:url("/img/svg/klodka.svg"); }
  html.inlinesvg body .main .sidebar .section-2 form span.checkbox { background-image:url("/img/svg/checkbox.svg"); }
}
