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

/* GLOBAL SETTINGS */

html {
        height:100%;
}

body {
        background:#ffffff url("../images/index/top-bg.png") repeat-x 0 128px;
        min-height:100%;
        
        font-family:Tahoma;
        font-size:12px;
        color:#000000;
}

ul {
        list-style:none;
}

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

p {
        line-height:18px;
        text-align:justify;
}

a {
        color:#009d10;
        line-height:18px;
        font-weight:bold;
        text-decoration:none;
        cursor:pointer;
}

a:hover {
        text-decoration:underline;
}

h1 {
        font-size:28px;
        color:#009d10;
}

h2 {
        font-size:14px;
        color:#009d10;
        font-weight:normal;
}

.italic {
        font-style:italic;
}

.size11 {
        font-size:11px;
}

.size14 {
        font-size:14px;
}

.size16 {
        font-size:16px;
}

.size18 {
        font-size:18px;
}

.size20 {
        font-size:20px;
}

.size22 {
        font-size:22px;
}

.size26 {
        font-size:22px;
}

.color-dark-grey {
        color:#6b6b6b;
}

.color-white {
    color:#fff;
}

.left {
        float:left;
}

.right {
        float:right;
}

.hidden {
        display:none;
}

.wrapper {
        width:1040px;
        margin:0 auto;
}

/* header */

.header {
        height:193px;
        background:url("../images/index/header-bg.jpg") no-repeat;
}

.main-logo {
        display:block;
        background:url("../images/index/logo.png") no-repeat 0 35px;
        width:280px;
        height:151px;
        text-indent:-99999em;
}

.main-logo a {
        display:block;
}

.navigation-bar {
        width:1070px;
        height:36px;
        background:#009d10;
        padding:0px 10px;
        border-top:4px solid #3db449;
        border-bottom:2px solid #f6bd36;
        list-style-type:none;
}

.navigation-bar li {
        float:left;        
}

.navigation-bar li a {
        display:block;
        height:40px;
        margin:-4px 0 0 0;
        padding:0 3px 0 0;
        text-decoration:none;
        background:url("../images/index/menu-hover.png") no-repeat 0 -80px;
}

.navigation-bar a span {
        display:block;
        font-size:16px;
        font-weight:normal;
        color:#ffffff;
        padding:0 0 0 5px;
        line-height:40px;
        height:40px;
        background:url("../images/index/menu-hover.png") no-repeat 0 -80px;
}

.navigation-bar a:hover {
        background-position:right 0px;
}

.navigation-bar a:hover span {
        background-position:left -40px;
}

/* container*/

h1.MWP-C a:hover, h1.MWP a:hover {
    text-decoration:none;

}

/* box */

.box {
        float:left;
        width:300px;
        padding:10px;
        background:#fefefe;
        border:1px solid #e5e5e5;
        border-radius:3px;
}

.box ul {
        list-style-type:none;
        padding:10px;
}

.box .box-image {
        margin-top:20px;
}

.box p {
        padding:2px 10px;
}

.section {
        margin-bottom:5px;
}

.main_body .section.first-section .box {
        min-height:350px;
        border-top:none;
}

.page_body .section.first-section .box:first-child {
        border-top:none;
}

.page_body .section.first-section .box img,
.page_body .section.first-section .box p,
.page_body .section.first-section .box ul {
        display:none;
}

.page_body .section.first-section .box h1 {
        cursor:pointer;
}

.page_body .section.first-section .box h1 span {
        float:right;
        padding-right:15px;
}

.page_body .section.first-section .main {
        width:600px;
        padding:20px 0;
        float:left;
}

.page_body .section.first-section .main h2 {
        padding:10px 0;
}

.page_body .section.first-section .main .article {
        padding:10px 0 10px 0;
        border-top:1px dotted #cacaca;
}

.page_body .section.first-section .main .article .left {
        width:420px;
}

.page_body .section.first-section .main .article .right {
        width:180px;
}

.page_body .section.first-section .main .extra {
        margin-top:20px;
        padding-top:20px;
        border-top:1px dotted #cacaca;
}

.page_body .section.first-section .main .article:first-child {
        border:none;
}

.page_body .section.first-section .sidebar {
        width:316px;
        float:right;
}

.page_body .section.first-section .sidebar .box {
        float:none;
        margin-bottom:10px;
}

.page_body .main h1 {
        padding:0 0 10px 0;
}

.section.first-section .box.middle-box,
.section.third-section .box.middle-box {
        margin:0px 6px;
}

table.exchange-rate {
        width:300px;
        margin-top:5px;
}

.page_exchanges table.exchange-rate {
    width:auto;
}

.page_exchanges table.exchange-rate tbody tr td {
    padding:5px 10px;
}

table.exchange-rate thead {
        height:22px;
        background:#009d10;
        border-bottom:2px solid #f6bd36;
}

table.exchange-rate thead tr th,
table.exchange-rate tbody tr td {
        line-height:22px;
        padding:0px 10px;
        text-align:center;
}

table.exchange-rate tbody tr td  {
        border-bottom:1px solid #eeebe3; 
}

table.exchange-rate tbody tr td img  {
        margin-left:8px;
}

table.exchange-rate thead tr th {
        color:#ffffff;
}

table.exchange-rate tbody tr td.eur,
table.exchange-rate tbody tr td.gbp,
table.exchange-rate tbody tr td.usd {
        padding-left:25px;
}

table.exchange-rate tbody tr td.eur {
        background:url("../images/index/eur.png") no-repeat 10px;
}

table.exchange-rate tbody tr td.gbp {
        background:url("../images/index/gbp.png") no-repeat 10px;
}

table.exchange-rate tbody tr td.usd {
        background:url("../images/index/usd.png") no-repeat 10px;
}

.section.second-section .box {
        padding-top:0;
        height:146px;
}

.box.slider {
        width:623px;
    height:146px;
        margin-left:5px;
        border: 0px;
        background:url("../images/index/slider-bg.png") repeat-x 0 0;
}

.section.third-section .box {
        min-height:155px;
}

.box.newsletter-box p {
        padding-right:65px;
}

.box.newsletter-box form div {
        margin:12px 10px;
}

.box.newsletter-box input {
        width:230px;
        height:20px;
        border:1px solid #d3d3d3;
        border-bottom:2px solid #f6bd36;
}

.box.newsletter-box button {
        background:#009d10;
        border:1px solid #009d10;
        border-radius:3px;
        text-transform:uppercase;
        color:#ffffff;
        cursor:pointer;
}

.box.newsletter-box a {
        display:block;
        font-size:11px;
        color:#555555;
        font-weight:normal;
        margin:0px 10px;
}

.section.third-section .box.map {
        background:url("../images/index/map-bg.png") no-repeat 0 bottom;
}

.section.third-section .box.map a {
        display:block;
        padding-top:100px;
}

.list-partners {
        height:75px;
        border-bottom:2px solid #009d10;
}

.list-partners li {
        display:block;
        float:left;
        margin:0 8px;
}

.footer-bar-primary {
        padding-top:5px;
}

.footer-bar-primary ul li {
        display:block;
        float:left;
}

.footer-bar-primary ul li a {
        font-weight:normal;
        padding:0 8px;
        border-left:1px solid #009d10;
}

.footer-bar-primary ul li:first-child a {
        border:0;
}

.footer-bar-secondary {
        padding:0 0 10px 10px;
}

/* forms */

.contact-form h3 {
        padding:10px 0;
}

.contact-form {
        padding-right:40px;
}

.contact-form input[name="name"],
.contact-form input[name="password"],
.contact-form input[name="login"],
.contact-form input[name="email"],
.contact-form textarea {
        width:235px;
        padding:5px;
        display:block;
        border:1px solid #e5e5e5;
        border-radius:3px;
        margin:5px 0;
}

.contact-form button[type="submit"],
.contact-form button[type="reset"] {
        width:87px;
        height:27px;
        border:0;
        padding:0;
        text-indent:-99999em;
        background:url("../images/index/send-button.png");
        cursor:pointer;
}

.contact-form button[type="reset"] {
        background:url("../images/index/clear-button.png");
}

.contact-form input[name="name"],
.contact-form input[name="email"] {
        height:15px;
}

.contact-form textarea {
        height:130px;
}

.container {
    width:623px;
    height:146px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.slides { 
    position:absolute;
    top:0;
    left:0;
}

.slides > div { 
    position:absolute;
    top:0;
    width:623px;
    display:none; 
}

.slides div p {
    min-height:100px;
    text-align:center;
    font-size:26px;
    line-height:30px;
    color:#fff;
}

.slides div p strong {
    font-size:36px;
    color:#c20008;
}

ul.pagination {
    height:13px;
}

li.navi {
    float:left;
    display:inline-block;
}

li.navi a {
        display:inline-block;
        float:left;
        width:12px;
        height:13px;
        background:url(../images/index/navi.png) no-repeat 0px 0px;
        text-decoration:none;
        cursor:pointer;
}

li.navi.active a {
        background-image:url(../images/index/navi-active.png);
}

p.info {
    color:#c20008;
    text-align:left;
}

p.errorList {
    color:#000;
    padding:5px;
    margin-bottom:2px;
    background:#f1f1f1;
    border:1px solid #cacaca;
}

ul.links-list {
    padding-top:10px;
}
ul.links-list2 {
    list-style-type:none;
}
li.links-list2 {
    list-style-type:none;
}

.page_body .page-main ul {
    padding-left:20px;
    list-style-type:circle;
}

.page_body .page-main ul li {
    padding:3px 10px;
}

.page_body .page-main p {
    padding:5px 0;
}

.main .map.clearfix {
    padding-bottom:25px;
}

/* CLEARS */
.clearfix:after,
.section:after,
.footer-bar-primary:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* CIASTECZKA */

#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334; 
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.cookieslink {

}

#cookieinfo a:hover {
    background-color: #ff7925; 
}

.kontakt-info {
padding: 350px 10px 15px;
}

.alertbox {

          overflow: auto;

          float: left;

          width: 50vw;

          height: 68vh;

          background-color: white;

          display: hidden;

          position: absolute;

          z-index: 10;

          bottom: 16vh;

          left: 25vw;

          -webkit-box-shadow: 0 3px 4px black;

          -moz-box-shadow: 0 3px 4px black;

          box-shadow: 0 3px 4px black;

        }

        .alertboxbar {

          width: 100%;

          height: 35px;

          background-color: #2196F3;

          margin-bottom: 10px;

        }

        .alertbartext {

          padding-left: 18px;

          padding-right: 18px;

          padding-bottom: 18px;

          font-size: 18px;

          -webkit-touch-callout: none;

          -webkit-user-select: none;

          -khtml-user-select: none;

          -moz-user-select: none;

          -ms-user-select: none;

          -o-user-select: none;

          user-select: none;

          pointer-events: none;

        }

        .alertbartitle {

          font-family: 'Quicksand', sans-serif;

          font-size: 200%;

          color: black;

          padding-top: 10px;

          padding-left: 18px;

          padding-right: 18px;

          padding-bottom: 18px;

        }



        .closebutton {

          font-size: 35px;

          line-height: 35px;

          margin-left: calc(100% - 27px);

          margin-right: 12px;

          color: white;

          text-align: right;

          height: 100%;

          vertical-align: middle;

          text-decoration: none;

          cursor: default;

        }

        .closebutton:hover {

          color: #BDBDBD;

        }

#results {
  display: inline-block;
  }


#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}

/* DOSTOSOWANIE DO WCAG */

/* Linki */
a {
    color: #005f08; /* ciemniejszy zielony dla lepszego kontrastu */
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
    outline: 2px solid #f6bd36; /* wyraźny fokus */
}

/* Nagłówki */
h1, h2 {
    color: #004d07; /* ciemna zieleń zapewniająca kontrast z białym tłem */
}

/* Nawigacja */
.navigation-bar {
    background-color: #004d09; /* ciemniejszy zielony */
    border-top: 4px solid #3db449;
    border-bottom: 2px solid #f6bd36;
}
.navigation-bar a span {
    color: #ffffff;
}
.navigation-bar a:focus {
    outline: 2px dashed #ffffff;
}

/* Tabela kursów walut */
table.exchange-rate thead {
    background-color: #004d09;
}
table.exchange-rate thead tr th {
    color: #ffffff;
}
table.exchange-rate tbody tr td {
    background-color: #ffffff;
    color: #000000;
}

/* Formularze */
.contact-form input,
.contact-form textarea {
    border: 1px solid #666;
    background-color: #ffffff;
    color: #000;
}
.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid #009d10;
}

/* Przycisk newslettera */
.box.newsletter-box button {
    background-color: #004d09;
    color: #ffffff;
}
.box.newsletter-box button:hover {
    background-color: #004a0a;
}

/* Cookie info */
#cookieinfo {
    background-color: #1d1d1d;
}
#cookieinfo h6 {
    color: #ffffff;
}
#cookieinfo p {
    color: #e0e0e0;
}
#cookieinfo a {
    background-color: #ff6000;
    color: #ffffff;
}
#cookieinfo a:hover {
    background-color: #ff7925;
}

/* Alertbox */
.alertbox {
    background-color: #ffffff;
    color: #000000;
}
.alertboxbar {
    background-color: #005a9e;
}
.closebutton {
    color: #ffffff;
}
.closebutton:hover {
    color: #cccccc;
}

/* Fokus dla klikalnych elementów */
button:focus,
input:focus,
textarea:focus,
a:focus {
    outline: 2px solid #f6bd36;
    outline-offset: 2px;
}
