<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, p, h1, h2, h3, h4, h5, h6, textarea, a, em, img, strong, ul, li, form, label, table, tr, th, td, fieldset {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.item-page p {
	margin-bottom: 10px;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    font-family: "Trebuchet MS", sans-serif;
}
.bg_body {
    background-color: #103b5a;
}
.uk-container {
    max-width: 1300px !important;
}
#bg-menu {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 25px 0px;
}
#bg-content {
    width: 100%;
    background: url(../img/bg_body.jpg) no-repeat scroll;
    background-size: cover;
    border-bottom: 1px solid #fff;
    z-index: -1;
}
#bg-content-abso {
    position: absolute;
}
#bg-content-logo {
    padding-top: 25px;
    padding-bottom: 25px;
}
#bg-content-wall {
    margin: auto;
    background: url(../img/bg_pan.png) left bottom no-repeat;
    bottom: 0;
    position: relative;
}
#bg-content-box, #bg-content-container {
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    z-index: 2;
    max-width: 700px;
    margin-right: 20px;
}
#bg-content-box {
	background-color: rgba(19, 92, 143, 0.9);
}
#bg-content-box *+.uk-margin {
	color: #fff;
}
#bg-content-box .uk-button {
    color: #fff;
    padding: 4px 15px;
    background: #103b5a;
    border: none !important;
    border-radius: 0px;
    text-transform: lowercase;
}
#bg-content-box .uk-border-rounded {
	border-radius: 10px;
}
#bg-content-container {
	background-color: #e9f1f5;
	border: 1px solid #969696;
	font-size: 16px;
}
#bg-content-container h1 {

}
#bg-content-footer {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
    margin-right: 20px;
    padding-bottom: 15px;
}
#bg-content-footer, #bg-content-footer a {
    color: #fff;
}
.uk-button {
    line-height: 22px !important;
    min-height: 22px !important;
    font-size: 0.9em !important;
    float: right !important;
}
h3.uk-panel-title {
    color: #fff !important;
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}
div.menu-icon3 {
    display: none !important;
}
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.clr {
    clear: both;
    display: block;
}
a {
    color: #103b5a;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}
a.readmore {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: block;
    padding: 3px 9px 3px 9px;
    float: right;
    font-size: 12px;
    color: #9f41ff;
    background: #c0c0c0 url(../img/bg_but.png) repeat-x;
    border: 1px solid #c0c0c0;
    margin-top: 10px;
    text-decoration: none;
}
a.readmore:hover {
    background: #c0c0c0;
    color: #000000;
    text-decoration: none;
}
li {
    margin-left: 40px;
}
ul.menu {
    list-style: none;
    text-align: center;
}
ul.menu li {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6, .subheading-category {
    padding: 0;
    margin: 0;
    	color: #103b5a;
}
h1, .subheading-category {
    font-size: 18px;
    
    	border-bottom: 1px solid #103b5a;
    	padding-bottom: 15px;
    margin-bottom: 15px;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}
h3 {
    font-size: 15px;
    padding-bottom: 10px;
    text-align: center;
    color: #9f41ff;
}
.menu li a {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    padding: 5px 15px 5px 15px;
    margin-left: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    transition: color .3s ease-in;
}
.menu li a:hover, .menu li.current a {
    color: #e4e4e4;
    text-decoration: none;
    transition: color .3s ease-out;
}
dt {
    display: none;
}
dl, dd {
    margin: 0;
    padding: 0;
    font-size: 12px;
    padding-bottom: 10px;
}
/* ++++++++++++++  pagination  ++++++++++++++ */

.pagination {
    text-align: center;
    margin: 10px 0;
    padding: 10px 0 10px 0px;
    clear: both;
    font-size: 0.9em;
    color: #333333;
    font-weight: normal;
    width: 100%;
}
.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pagination li {
    display: inline;
    text-align: left;
    border: solid 0px #eee;
    margin: 0;
    padding: 0;
}
.pagination span {
    background: #e2e2e2;
    color: #000000;
    padding: 3px 7px;
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination a {
    padding: 3px 7px;
    color: #000000;
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagination a:hover {
    padding: 3px 7px;
    color: #000000;
    background: #e2e2e2;
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pagenav {
    padding: 2px;
    clear: both;
}
.pagination li.pagination-start, .pagination li.pagination-next, .pagination li.pagination-end, .pagination li.pagination-prev {
    border: 0;
    display: none;
}
.pagination li.pagination-start, .pagination li.pagination-start span {
    padding: 0
}
/* ############ coockies ################## */

#ciastko {
    width: 60px;
    height: 73px;
    background: url(../../../plugins/system/EUCookieDirective/EUCookieDirective/images/ciasteczko.png) no-repeat;
    position: absolute;
    right: 20px;
    bottom: -20px;
}
@media only screen and (max-width: 960px) {
    div.menu-icon3 {
        display: block !important;
    }
    #bg-menu {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .ba-gallery {
        padding: 0px !important;
    }
}
@media only screen and (max-width: 415px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (min-width: 1170px) {
	#bg-content-abso {
		width: 762px;
	}
}</pre></body></html>