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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;
}
html, body {
    background-image: url("/img/bg_front.jpg");
    background-color: #063591;
    color: #000000;
    font-family: 'arial','helvetica',sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}
h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 8px 0;
}
h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 7px 0;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0;
}
h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}
b {
    font-weight: bold;
}
.clear {
    clear: both;
}
.errors{
    background-color: #FF4B4B;
    border: 2px solid #BB0000;
    border-radius: 0 0 5px 5px;
    color: white;
    padding: 5px;
    text-align: center;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.textarea_small{
    width: 500px;
    height: 150px;
}
#container.error-site #header,
#container.error-site #footer {
    background-color: #333;
    height: 50px;
}
#container.error-site{
    background-color: #eee;
}
#container.error-site #main_content {
    padding-bottom: 50px;
    text-align: center;
}
#container.error-site h2 {
    height: 30px;
    line-height: 30px;
    margin: 40px 0;
}
#container.error-site p {
    font-size: 16px;
    margin: 40px 0;
    text-decoration: underline;
}
#container.error-site #main_content img {
    max-width: 300px;
    margin-bottom: 40px;
}
#container.error-site #main_content a img {
    max-width: 150px;
    margin: 10px 0;
}
#container.error-site #error-code {
    background-image: url("/img/error-sign.png");
    background-position: center center;
    background-size: 300px auto;
    color: #e3060b;
    font-size: 80px;
    font-weight: bold;
    height: 300px;
    line-height: 300px;
    margin: 0 auto 40px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 3px 3px 0 #e3060b, -3px -3px 0 #e3060b, -3px 3px 0 #e3060b, 3px -3px 0 #e3060b;
    width: 300px;
}
#container.error-site .button {
    -moz-appearance: none;
    background-color: #ffa104;
    border: 1px solid #ffa104;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    width: 155px;
}
#container.error-site .button:not(.disabled):hover{
    background-color: #ffa104!important;
    box-shadow: 0 0 5px #ffa104!important;
}
#container.error-site .button:not(.disabled):active{
    background-color: #fff!important;
    color: #000!important;
}
.flashMessages-wrapper {
    background-color: #fff;
    box-shadow: 0 0 5px #333;
    color: #333;
    left: 50%;
    padding: 40px;
    position: fixed;
    top: 0;
    transform: translate3d(-50%, 0px, 0px);
    z-index: 100000;
}
.flashMessages-wrapper > div {
    display: inline-block;
}
.flashMessages-close {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    color: #333;
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    cursor: pointer;
}
.flashMessages-wrapper.flashM-success {
    background-color: #dff0d8;
    border: 1px solid #a3d39c;
    box-shadow: 0 0 5px #a3d39c;
    color: #005e20;
}
.flashMessages-wrapper.flashM-error {
    background-color: #f2dede;
    border: 1px solid #e7b3b3;
    box-shadow: 0 0 5px #e7b3b3;
    color: #eb2020;
}
.flashMessages-wrapper.flashM-info {
    background-color: #d9edf6;
    border: 1px solid #9bddfd;
    box-shadow: 0 0 5px #9bddfd;
    color: #1a79a5;
}
body.mobile-menu-open{
    overflow:hidden;
}
#mobile-menu-top {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    padding: 30px 0;
    position: fixed;
    text-align: center;
    top: 60px;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    color: #333;
    z-index: 100000;
}
#mobile-menu-top .menu-top li a {
    display: inline-block;
    line-height: 30px;
    margin: 10px 0;
    padding: 0 10px;
}
#mobile-menu-top .menu-top,
#mobile-menu-top .menu-top li {
    list-style: outside none none;
}
#mobile-hamburger {
    cursor: pointer;
    display: none;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 60px;
}
#mobile-hamburger span {
    background: #000 none repeat scroll 0 0;
    border-radius: 9px;
    display: block;
    height: 9px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 100%;
    box-shadow: 0 0 2px 1px #fff;
}
#mobile-hamburger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile-hamburger span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile-hamburger span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile-hamburger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}
#mobile-hamburger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#mobile-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}
.mobile-langs > a {
    background: #333 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
}
.mobile-langs {
    margin-bottom: 30px;
}
#gallery, #documents{
    margin-top: 20px;
}
#gallery img{
    -moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px #000000;
    box-shadow: 0 0 5px black;
    margin: 5px;
}
#documents a{
    display: block;
    height: 125px;
    width: 100px;
}
#documents a span{
    height: 25px;
    line-height: 25px;
    width: 100px;
    overflow: hidden;
    text-align: center;
    display: block;
}
#gallery a, #documents a{
    outline: none;
    border: none;
}
.wysiwyg_maxi{
    margin: 0px;
}
#snippet{display:none;}

#container {
    min-height:100%;
    position:relative;
    background-position: center center;
    background-size: 1680px auto;
}
#header {
    background:#ff0;
    padding:10px;
}
#main_content {
    padding:10px;
    padding-bottom:60px;   /* Wysokość stopki */
}
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Wysokość stopki */
    background:#6cf;
}
#main_content ul,#main_content ol{margin-left: 30px;}
#main_content {line-height: 150%;}
.center-image{
    left: 50%;
    margin-left: -190px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
}
#facebook-login-btn {
    background-color: #516692;
    background-image: url("/img/facebook-login.png");
    cursor: pointer;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    padding: 0 0 0 28px !important;
    width: 76px;
}
#not-unsubscribed {
    color: #063591;
    background: none repeat scroll 0 0 #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px 15px #777;
    font-size: 14pt;
    font-weight: bold;
    height: 150px;
    left: 50%;
    line-height: 150px;
    margin-left: -250px;
    margin-top: -75px;
    position: fixed;
    text-align: center;
    text-shadow: 0 0 9px #FFFFFF;
    top: 50%;
    width: 500px;
}
#unsubscribed {
    background-color: #FFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px 15px #777;
    color: #063591;
    font-size: 14pt;
    font-weight: bold;
    height: 150px;
    left: 50%;
    line-height: 150px;
    margin-left: -250px;
    margin-top: -75px;
    position: fixed;
    text-align: center;
    text-shadow: 0 0 9px #FFFFFF;
    top: 50%;
    width: 500px;
}
.center-box {
    margin: 0 auto;
    width: 1000px;
}
#menu-top li {
    float: left;
    height: 30px;
    line-height: 30px;
    list-style: none outside none;
    margin: 0 20px;
}
#header-left{
    float: left;
    height: 30px;
    line-height: 30px;
    width: 150px;
}
#header-center {
    float: left;
}
#header-right {
    float: right;
    height: 30px;
    line-height: 30px;
    width: 260px;
}
#header{
    height: 30px;
}
#facebook-login-btn {
    color: #FFFFFF;
    float: left;
    margin-right: 5px;
}
#login_button {
    float: left;
    margin-right: 5px;
}
#register_button {
    float: left;
}
#lang_box {
    float: left;
}
#menu-top li a {
    display: block;
    height: 100%;
    width: 100%;
}
#lang_box img {
    float: left;
    width: 20px;
}
body#mail-accept {
    background-color: #111111;
}
#mail-accept-error,
#mail-accept-ok {
    background-color: #fff;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16pt;
    height: 30px;
    left: 50%;
    line-height: 30px;
    margin-left: -180px;
    margin-top: -15px;
    padding: 20px;
    position: absolute;
    text-align: right;
    top: 50%;
    width: 360px;
}
#mail-accept-ok {
    background-image: url('/img/admin/icons_dark/checkmark.png');
    background-color: #dff0d8;
    border: 1px solid #a3d39c;
    box-shadow: 0 0 5px #a3d39c;
    color: #005e20;
}
#mail-accept-error {
    background-image: url("/img/admin/icons_dark/cross.png");
    background-color: #f2dede;
    border: 1px solid #e7b3b3;
    box-shadow: 0 0 5px #e7b3b3;
    color: #eb2020;
}