<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* INIT
 -----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline-style: none;
    outline-width: 0;
}
a, a:visited {
    text-decoration: none;
}
a {
    color: #555;
    outline-style: none;
    outline-width: 0;
}
a:hover {
    color: #000;
}
a:focus {
	outline: 2px solid;
}
ol, ul {
    list-style: none;
}
legend {
    display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Lexend Deca', sans-serif;
}
input, textarea, select, option, optgroup, button {
    	font-size: 1.6rem;
}
* {
	box-sizing: border-box;
}
[data-whatintent='mouse'] *:focus {
	outline: none;
	box-shadow: none!important;
}
[data-whatintent='mouse'] a:active,
[data-whatintent='mouse'] a:focus,
[data-whatintent='touch'] a:active,
[data-whatintent='touch'] a:focus, [data-whatintent='mouse']
button:active,
[data-whatintent='mouse']
button:focus,
[data-whatintent='touch']
button:active,
[data-whatintent='touch']
button:focus, [data-whatintent='mouse']
input:active,
[data-whatintent='mouse']
input:focus,
[data-whatintent='touch']
input:active,
[data-whatintent='touch']
input:focus, [data-whatintent='mouse']
select:active,
[data-whatintent='mouse']
select:focus,
[data-whatintent='touch']
select:active,
[data-whatintent='touch']
select:focus, [data-whatintent='mouse']
textarea:active,
[data-whatintent='mouse']
textarea:focus,
[data-whatintent='touch']
textarea:active,
[data-whatintent='touch']
textarea:focus {
  box-shadow: none !important; }

/* LAYOUT
 -----------------------------------------------------------------------------*/
html {
	font-size: 0.625em;
}

body {
    min-height: 900px;
    background: #fff;
    color: #000;
 	font-size: 1.6rem;
}

.wrapper {

}

.wrap {
	width: 1200px;
	margin: 0px auto;
}

/* HEADER
 -----------------------------------------------------------------------------*/
.header {
	height: auto;
	float: left;
	width: 100%;
}

.header-inner {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
  padding: 15px 0;
}
h1.logo a {
	background-image: url("/images/logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: medium none;
	float: left;
	height: 101px;
	padding: 0;
	text-indent: -9999px;
	width: 176px;
	background-size: 100%;
}

.top-nav {
    float: right;
}
.top {
margin: 40px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  float: left;
}

.ico {
	display: flex;
	justify-content: space-between;
	width: 250px;
}
.ico &gt; div a {
	color: #009ad9;
	font-size: 1.8rem;
	width: 42px;
	height: 42px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	transition: all .3s ease;
}
.ico &gt; div a:hover {
	background: #009ad9;
	color: #fff;
}
.path {

	width: calc(100% - 250px);
	float: left;
	text-transform: lowercase;
	font-size: 1.2rem;
	min-height: auto;
	display: flex;
	align-items: center;
	color: #666;
	font-weight: 500;

}
.path .spacer {
	margin: 0 10px;
	display: inline-block;
	color: #ddd;
}
.path-inner {
	float: left;
	width: 100%;
}
.path-inner p {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.path-inner ol {
	float: left;
}
.path-inner ol li {
	float: left;
}
.path a {
	text-decoration: none;
	color: #666;
}
.path a:hover, .path a.active {
	color: #009ad9;
}


.lang {
    font-size: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 20px;
}
.lang li {
    width: auto;
    float: left;
}

/* MENU
 -----------------------------------------------------------------------------*/
.menu-container {
	background: #00356B;
	float: left;
	width: 100%;
	border-radius: 25px;
}
.menu {
float: left;
width: 100%;

display: flex;
height: 45px;
justify-content: space-around;
}
.menu li {
	text-align: center;
	transition: all 0.3s ease;
         position: relative;
}

.menu &gt; li &gt; a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
  	border-radius: 25px;
	color: #fff;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
  padding: 0 30px;
  position: relative;
   
}

.menu &gt; li.active &gt; a {
    background: #009AD9;
}

.menu li a:hover {
    background: #009AD9;
}

.menu li a:hover {

}

.menu .submenu {
	display: none;
	position: absolute;
	top: 45px;
	width: 200px;
	background: #00356b;
	z-index: 10000;
  box-shadow: 0 15px 15px rgba(0,0,0,0.15);
  border-radius: 0 0 10px 10px;
}
.menu .submenu &gt; li:last-child &gt; a{
   border-radius: 0 0 10px 10px;

}
.menu .submenu li {
    float: left;
width: 100%;
padding: 0;
margin: 0;
       position: relative;
}
.menu .submenu li a {
color: #fff;
padding: 10px;
float: left;
width: 100%;
font-size: 1.4rem;
text-align: left;
font-weight: 500;

}
.menu .submenu li a:hover {
background: #1E5389;
color: #fff;
}
.menu .submenu li.active &gt; a {
background: #009ad9;
color: #fff;
}
.menu .submenu .children .submenu {
    top: 0;
  left: 200px;
}
 .menu &gt; li.children &gt; a::before {
position: absolute;
top: 18px;
right: 11px;
width: 11px;
height: 8px;
background: url("/images/down.svg") no-repeat center;

content: "";
display: block;

background-size: 100%;

}
.menu-mob {
	background: #f8f8f8;
	height: 100%;
	left: -285px;
	position: fixed;
	top: 0;
	width: 285px;
	z-index: 9999;
	overflow-y: scroll;
	box-sizing: border-box;
}
.menu-mob ul {
	border-top: 1px solid #ddd;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}
.menu-mob a {
	color: #00356b;
	font-size: 1.6rem;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
    font-weight: 600;
}
.menu-mob ul li.active &gt; a {
	color: #009ad9;
}
.toggleSubmenu {
	float: right;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
    color: #000;
}
.submenu-inactive .fa-angle-up {
	display: none;
    color: #000;
}
.submenu-active .fa-angle-down {
	display: none;
        color: #000;
}
.menu-mob ul li .submenu li a {
    font-size: 1.4rem;
    padding-left: 35px;
}
.menu-mob ul li .submenu li .submenu li a {
    font-size: 1.4rem;
    padding-left: 50px;
}
.icon-close {
	color: #000;
	cursor: pointer;
	float: right;
	font-size: 15px;
	padding: 7px 15px;
}
.icon-menu {
	background: #ff5027;
	color: #fff;
	font-size: 2.4rem;
width: 45px;
	height: 45px;
	float: left;
	display: none;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
	transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}

/* CONTENT
 -----------------------------------------------------------------------------*/
.content {

}

.main {
    width: 100%;
    display: inline-block;
    min-height: 300px;
}

h1 {

}
h2 {

}
h3 {

}

/* ARTICLE
 -----------------------------------------------------------------------------*/
.article {
padding: 0 0 50px 0;
min-height: 300px;
float: left;
width: 100%;
}

.article h1 {

}
.article h2 {

}

.art-content {

}
.art-body {

}
.art-body ul, .news-body ul {
	list-style-image: url(../images/li.svg);
	margin: 10px 30px 30px;
}
.art-body li, .news-body li {
	margin-bottom: 10px;
}
.art-body ol, .news-body ol {
	margin: 10px 30px 30px;
	list-style: decimal;
	/* counter-reset: my-awesome-counter;
*/
}

.art-date {

}
.art-author {

}

/* galeria artykulu */

.art-gallery {
float: left;
width: 100%;
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-auto-flow: row dense;
margin-top: 40px;
}
.art-gallery h3, .art-files h3 {
width: 100%;
margin-bottom: 10px;
font-size: 1.4rem;
font-weight: normal;
}
.art-gallery .thumb, .art-gallery .thumb a {

}
.art-gallery .thumb a img {
  display: flex;
  width: 100%;
}

/* za��czniki artykulu */
 .art-files {
float: left;
width: 100%;
margin-top: 40px;
background: #f9f9f9;
padding: 20px;
border-radius: 20px;
}
.line-zalaczniki {
    border-bottom: 2px dotted #c9c9c9;
    flex-grow: 1;
    margin: 7px 5px;
}
.files-item {
	float: left;
	width: 100%;
	margin-bottom: 10px;
    display: flex;
justify-content: space-between;
flex-flow: row wrap;
}
.files-item &gt; div &gt; a{
word-wrap: break-word;

}
.files-item a {

	color: #009ad9;
	font-size: 1.4rem;
}
.files-item .files-item-info span {
   	font-size: 1.2rem;
    font-weight: 700;
}
.files-item .files-item-info a {
font-size: 1.2rem;
background: #009ad9;
color: #fff;
padding: 5px 8px;
border-radius: 20px;
}
.files-item .files-item-info a:hover {
text-decoration: none;
background: #00356b;
color: #fff;

}
.files-item a:hover {
	color: #000;
    text-decoration: underline;
}
/* FILE ICONS -----------------------------------------------------------------------------*/
.ico-doc:before {
	font-family: 'Font Awesome\ 5 Free';
	padding-right: 10px;
	content: "\f1c2";
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.ico-xls:before {
	font-family: 'Font Awesome\ 5 Free';
	padding-right: 10px;
	content: "\f1c3";
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.ico-ppt:before {
	font-family: 'Font Awesome\ 5 Free';
	padding-right: 10px;
	content: "\f1c4";
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.ico-pdf:before {
	font-family: 'Font Awesome\ 5 Free';
	padding-right: 10px;
	content: "\f1c1";
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.ico-image:before {
	font-family: 'Font Awesome\ 5 Free';
	padding-right: 10px;
	content: "\f1c5";
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.ico-archive:before {
	font-family: 'Font Awesome\ 5 Free';
	padding-right: 10px;
	content: "\f1c6";
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
/* ASIDE
 -----------------------------------------------------------------------------*/
.aside {
    width: 30%;
    float: right;
    background: transparent;
    min-height: 300px;
}

/* SUBMENU
 -----------------------------------------------------------------------------*/
.submenu-body {
    padding: 20px
}

.submenu-top {

}

.submenu-foot {

}

/* level-0 */

ul.level-0 {

}

li.level-0 {

}
li.level-0:last-child {
    border-bottom: 0;
}
li.level-0 a {

}

li.level-0.active {

}

li.level-0:hover {

}

/* level-N */

li.level-1 {
    padding: 10px;
}

/* ANIM
 -----------------------------------------------------------------------------*/
.anim-wrap {

}

.anim {

}

.anim slides {

}

.anim slides img {

}

ul.anim-nav {

}

ul.anim-nav li {

}

ul.anim-nav li a {

}

/* NEWS-LISTING
 -----------------------------------------------------------------------------*/
 .news-listing {
  float: left;
  width: 100%;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: row dense;
}
 .article .news-listing {
  margin: 0;
  list-style: none;
}
.article .news-item {
  line-height: inherit;
}
.news-listing li a {
display: block;
width: 100%;
height: 100%;
}
.news-listing li a img {
width: 100% !important;
display: flex;
transition: all 0.3s ease;
height: auto !important;
}
.news-listing li a:hover figure img {
  transform: scale(1.1);
}
.news-listing li a figure {
  overflow: hidden;
}
.news-listing li a span {
font-size: 1.4rem;
color: #009AD9;
float: left;
width: 100%;
margin: 15px 0 7px;
  transition: all 0.3s ease;
}
.news-listing li a h3 {
font-size: 1.8rem;
color: #000;
float: left;
width: 100%;
font-weight: 500;
margin-bottom: 10px;
  transition: all 0.3s ease;
}
.news-listing li a p {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 400;
  float: left;
  width: 100%;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.news-listing {

}

.news-item {

}

.news-item h2 {

}

.news-item-content {

}

.news-item-info {

}

.news-item-date {

}

.news-item-author {

}

.news-item-detail {

}

.news-item-intro {

}

.news-item-more {

}

/* NEWS
 -----------------------------------------------------------------------------*/
.top-title {
float: left;
width: 100%;
background: #f9f9f9;
margin-top: 40px;
padding: 20px 0;

 
 }
 .top-title h2 {
color: #00356b; 
 
 }
.news {

}

.news-info {

}

.news-date {

}

.news-author {

}

.news-content {
float: left;
margin-top: 30px;
width: 100%;
}
.news-thumb, .art-thumb {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.news-intro {
float: left;
width: 100%;
margin-bottom: 40px;
font-size: 2.2rem;
line-height: 1.7;
color: #00356b;
font-weight: 600;
}

.news-body, .art-body, .news-content {
  line-height: 1.7;
  float: left;
  width: 100%;
  word-wrap: break-word;

}
.news-body a, .art-body a, .news-content a {
color: #ff5027;
text-decoration: underline;
}
.news-body a:hover, .art-body a:hover, .news-content a:hover {
color:#00356b;

}
a.news-back {

}
.title-h2 {
  font-size: 4.2rem;
  color: #000;
  font-weight: 700;
}
a.news-back {
  background: #ff5027;
  border-radius: 25px;
  padding: 12px 30px;
  color: #fff;
  float: left;
  margin-top: 30px;
}
a.news-back:hover {
  background:#00356b;
  color: #fff;
}

/* PAGINATION
 -----------------------------------------------------------------------------*/
.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 50px;
	width: 100%;
    float: left;
}
.pagination .pages {
}
.pagination ul {
	list-style-type: none;
	list-style-image: none;
}
.pagination ul li {
	float: left;
	margin-right: 10px;
}
.pagination a {
	float: left;
	margin-right: 10px;
	line-height: 2;
	height: 32px;
	width: 32px;
	text-align: center;
	font-size: 1.6rem;
	transition: all .3s ease;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	border-radius: 50%;
}
.pagination span {
	float: left;
	margin-right: 10px;
	line-height: 2;
	height: 32px;
	width: 32px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
.pagination a.active {
	background: #009ad9;
	color: #fff;
}
.pagination a:hover {
	background: #ddd;
}
/* GALLERY
 -----------------------------------------------------------------------------*/
.gallery {
    /* tylko jesli kontener galerii jest inny niz artykulu */

}

.gallery-item {
 
}
.gallery .thumb, .art-gallery .thumb {

}

.gallery .thumb, .gallery .thumb a {

}

.gallery .thumb a img {
width: 100%;
display: flex;
}
.thumb-desc {
    clear: both;
    display: block;
    float: left;
    margin: 6px 0 0;
    text-align: center;
    width: 100%;
}
.gallery .thumb.gallery-cat {

}
.gallery-cat-name {

}

/* FORM
 -----------------------------------------------------------------------------*/
.form-data {
    margin: 20px 0 0 0;
    display: inline-block;
}

.form-elem-group {
float: left;
margin-bottom: 15px;
width: 100%;
}

.form-elem-name {
width: 100%;
float: left;
font-size: 1.2rem;
margin-bottom: 5px;
}
.form-elem-input {
float: left;
width: 100%;
font-size: 1.2rem;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
width: 100%;
float: left;
padding: 15px;
border-radius: 25px;
border: 1px solid #00356b;
font-size: 1.6rem;
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
    border: 1px solid #000;
}

.form-elem-input select {
    width: 100%;
}
.form-data textarea {
    height: 150px;
    resize: none;
    border-radius: 15px;
}

.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
    font-size: 12px !important;
    margin: 0 6px !important;
    vertical-align: middle;
}

.form-btn-send {
font-size: 1.8rem;
padding: 12px;
text-align: center;
transition: all 0.3s ease;
display: inline-block;
font-weight: 600;
border-radius: 25px;
width: 100%;
background: #009AD9;
color: #fff;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}
.form-btn-send:hover {
  background: #00356b;

}

.captcha-code {

}

.captcha-input {

}

.input-has-error {
    border:1px solid red !important;
}
.form-error {
    color:red;
    font-size:10px;
}

/* SEARCH RESULT --&gt;&gt; tylko jesli lista ma byc inna ni� lista aktualnosci
 -----------------------------------------------------------------------------*/
.search-result {

}

.search-result news-item {

}

/* SITEMAP
 -----------------------------------------------------------------------------*/
.site-map {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
.site-map ul li a:hover{
text-decoration: underline;

}
.site-map .level-0 {
	font-size: 2.4rem;


}
.site-map &gt; .level-0 &gt; li &gt; a {
	color: #000;
        font-weight: 700;

}
.site-map  .level-1 &gt; li &gt; a {
	color: #00356b;
            font-weight: 600;
}
.site-map  .level-2 &gt; li &gt; a {
	color:#009ad9;
}
.site-map .level-1 {
font-size: 2rem;
margin-left: 20px;
margin-bottom: 50px;
border-left: 1px solid #ddd;
padding-left: 30px;
}
.site-map .level-2 {
font-size: 1.6rem;
margin-left: 20px;
margin-bottom: 20px;
border-left: 1px solid #ddd;
padding-left: 30px;
}
.site-map .level-3 {
	font-size: 1.4rem;
	margin-left: 20px;
	margin-bottom: 20px;
    border-left: 1px solid #ddd;
padding-left: 30px;
}
.site-map li {
	margin-bottom: 10px;
}

/* FOOTER
 -----------------------------------------------------------------------------*/
.footer {
	height: auto;
	width: 100%;
	padding-top: 80px;
	background: #F9F9F9;
	float: left;
	margin-top:50px;
}
ul.foot-nav {
	float: left;
	line-height: 2;
  width: 33%;
}
ul.foot-nav li {
}
ul.foot-nav li a {
	font-size: 1.4rem;
	color: #000;
	transition: all 0.3s ease;
}
ul.foot-nav li a:hover {
	color: #FF5027;
}
.footer-links {
display: flex;
flex-flow: column wrap;

justify-content: flex-start;
align-items: center;
gap: 40px;
}
.footer-inner {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
	width: 100%;
	flex-flow: row wrap;
}
.footer-inner &gt; div p {
	margin: 30px 0px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
}
.footer-inner &gt; div p a {
	color: #FF5027;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.footer-inner &gt; div p a:hover {
	color: #00356b;
}
.kambit {
	background: #00356B;
	float: left;
	width: 100%;
	padding: 40px 0;
	margin-top: 40px;
}
.kambit-inner {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 1.1rem;
	align-items: center;
	font-weight: 500;
	color: #01B3E3;
}
.kambit-inner a {
	color: #01B3E3;
}
.footer-inner &gt; div small {
font-size: 1.2rem;
float: left;
width: 100%;
margin: 10px 0;

}

/* LOGIN
 -----------------------------------------------------------------------------*/
.login-wrap {
    position: relative;
}

.login-panel {

    margin-top: -38px;
    color: #fff;
    background-color: #000;
    padding: 10px;
}

/************ &lt;&lt;&lt; STANDARD CLASSES &gt;&gt;&gt; ************/

/* TABLE
 -----------------------------------------------------------------------------*/
table {

}

table thead tr th {

}
table tfoot tr th {

}

table tr {

}

table tr td {

}

table tr.odd td {

}
table tr.even td {

}

table tr:hover {

}

table tr:hover td {

}

table tr:hover td:hover {

}

/* DEFAULTS
 -----------------------------------------------------------------------------*/
.w100p {
    width: 100% !important;
}
.w50p {
    width: 48% !important;
}
.w30p {
    width: 28% !important;
}

.dn {
    display: none !important;
}
.db {
    display: block !important;
}
.dib {
    display: inline-block !important;
}
.di {
    display: inline !important;
}

.fl {
    float: left !important;
}
.fr {
    float: none !important;
}

.cl {
    clear: left !important;
}
.cr {
    clear: right !important;
}
.cb {
    clear: both !important;
}

.disabled {
    opacity: 0.4;
    filter: Alpha(Opacity=40);
}

.debug {
    text-align: center;
    background-color: yellow;
    color: #000;
    font-weight: bold;
}

/************ &lt;&lt;&lt; === FUTURE CLASSES === &gt;&gt;&gt; ************/

/* MODULE BOX
 -----------------------------------------------------------------------------*/
.module-box-top {

}
.module-box-body {

}
.module-box-foot {

}

/* SUPERNEWS
 -----------------------------------------------------------------------------*/

/* ANIMATIONS --&gt;&gt; klasy dziedziczone z .anim + $id
 -----------------------------------------------------------------------------*/

.wrapIE {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.ieElder {
    position: absolute;
    top: -300px;
    left: 200px;
    height: 287px;
    width: 500px;
    border: 5px solid #8ABEF1;
    z-index: 99999999999;
    background: url(/images/browsers.jpg) no-repeat 0 0;
}

.ieElder-close {
    bottom: 0;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    width: 76px;
}

.ieElder-later {
    bottom: 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    width: 54px;
}

.get-chrome {
    height: 176px;
    left: 56px;
    position: absolute;
    top: 76px;
    width: 150px;
}

.get-ff {
    height: 176px;
    left: 290px;
    position: absolute;
    top: 76px;
    width: 150px;
}

#cookies_warning {
	position: fixed;
	bottom: 30px;
	right: 25px;
	background: #fff;
	font-size: 1.1rem;
	color: #18073a;
	padding: 50px 0 0;
	z-index: 9999;
	max-width: 400px;
	box-shadow: 0 0 25px rgba(0,0,0,0.15);
	animation: 500ms slideIn cubic-bezier(.35,.57,.4,.89);
	border-radius: 10px;
	line-height: 1.5;
}
@keyframes slideIn {
from {
	bottom: -500px;
}
to {
	bottom: 0;
}
}
#cookies_warning_close {
	color: #cbcbd7;
	position: absolute;
	top: 5px;
	right: 5px;
}
#cookies_warning_close a {
	font-size: 1.6rem;
	text-decoration: none;
	transition: all 0.3s ease;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
#cookies_warning_close a:hover {
	background: #cbcbd7;
	color: #fff;
}
#cookies_warning_info {
	padding: 0px 30px;
	color: #000;
	width: 100%;
	float: left;
}
#cookies_accept {
	font-size: 1.4rem;
	padding: 12px;
	text-align: center;
	transition: all 0.3s ease;
	display: inline-block;
	font-weight: 600;
	border-radius: 25px;
	width: 100%;
	background: #009AD9;
	color: #fff;
}
#cookies_accept:hover {

	background: #00356b;

}
#cookies_accept_container {
	padding: 15px 30px 30px 30px;
	float: left;
	width: 100%;
}
#cookies_accept .fa {
}
#cookies_warning_info a {
	font-weight: bold;
	color: #009AD9;
}
#cookies_accept:hover {
}

.hidden {
    display:none;
}

.g-recaptcha-error {
    display: none;
    font-size: 12px;
    color: red;
}



body.ff-paragraph p {
    margin-bottom: 2em !important;
}

body.ff-lines {
    line-height: 3em !important;
}

body.ff-word {
    word-spacing: 1em !important;
}

body.ff-letter {
    letter-spacing: .25em !important;
}

#addToCartError, 
#addToCartSuccess {
    display: none;
}

.slider li {
    min-height: 100px;
}
.newsbar {
	background: #00356B;
	float: left;
	width: 100%;
	height: 45px;
}
#newsbar-content ul {
	float: left;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 45px;
}
#newsbar-content ul li a:hover {
	color: #FF5027;
}
#newsbar-content ul li a {

	color: #fff;
	text-decoration: underline;
}
.marquee {
	overflow: hidden;
	width: calc(100% - 100px);
	float: left;
}
.play-box a {
	float: left;
	width: 50px;
	height: 45px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #009AD9;
}
#newsbar-close {
	float: left;
	width: 50px;
	height: 45px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #009AD9;
}
.play-box a:hover,
#newsbar-close:hover {
	background: #FF5027;
	color:  #00356B;
}
#newsbar-content ul li svg {
	font-size: 8px;
	color: #009ad9;
	float: right;
	margin: 6px 20px;
}
.ikony-info {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}
.ikony li {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}
.ikony li a {
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	border-radius: 3px;
}
.ikony li a:hover {
	background: #2d2e83;
	color: #fff;
}
.ikony li a i {
	font-style: normal;
}
.search {
float: left;
background: #fff;
width: 300px;
border-radius: 25px;
overflow: hidden;
border: 1px solid #00356B;
}
.input-search {
	padding: 16px;
	border: none;
	font-size: 1.4rem;
	height: 45px;
	width: calc(100% - 45px);
	float: left;
	background: transparent;
	color: #878787;
	font-weight: 500;
}
.btn-search {
	cursor: pointer;
	border: none;
	border: none;
	font-size: 1.6rem;
	transition: all 0.3s ease;
	color: #009AD9;
	background: transparent;
	height: 45px;
	width: 45px;
  border-radius: 25px;
}
.btn-search:hover {
	color: #fff;
	background: #009AD9;
}
.ikony {
	float: right;
	display: flex;
	width: 350px;
}
.ikony-outer {
	display: flex;
	justify-content: space-between;
	align-items: center;
    margin-left: auto;
}
.fb {
	background: #009AD9;
	color: #fff;
	font-size: 2.4rem;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	transition: all 0.3s ease;
}
.fb:hover {
	background: #00356B;
	color: #fff;
}
.nav_tab a {
	display: inline;
	font-size: 1.6rem;
	left: -9000em;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 150px;
	z-index: 2;
}
.nav_tab a:hover, .nav_tab a:focus, .nav_tab a:active {
	background: #000 none repeat scroll 0 0;
	color: #ffff00;
	font-weight: 600;
	left: 5px;
	position: absolute;
	top: 10px;
	outline: none;
}
.bx-wrapper {
  float: left;
  width: 100%;
}
.slider {

  float: left;
  width: 100%;

}
.inner-slide {
display: flex;
width: 100%;
text-align: left;
align-items: center;
background: #F9F9F9;
flex-flow: row wrap;
}
.inner-slide figure {
width: 50%;

}
.inner-slide figure img {
width: 100%;

}
.slider-txt {
  padding: 40px;
  width: 50%;
}
.slider-txt h2 {
color: #00356B;
font-size: 4rem;

}
.slider-txt a {
background: #FF5027;
color: #fff;
padding: 10px 20px;
border-radius: 25px;
margin-top: 20px;
display: inline-block;
font-size: 1.4rem;
font-weight: 600;
transition: all 0.3s ease;

}
.slider-txt a:hover {
background: #00356b;

}
.slider-top .bx-wrapper .bx-pager.bx-default-pager a, .slider-list .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border: 1px solid #00356B;
	width: 15px;
	height: 15px;
	margin: 0 6px 0 0;
	border-radius: 50%;
}
.slider-top .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-top .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-top .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.slider-list .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-list .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-list .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #00356B;
}
.slider-top {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}
.slider-top .bx-wrapper {
	float: left;
	width: 100%;
}
.slider-top .bx-wrapper .bx-controls-auto .bx-start::before, .slider-list .bx-wrapper .bx-controls-auto .bx-start::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04b";
	font-size: 2rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	float: left;
	color: #D8D8D8;
	width: 20px;
	height: 20px;
	text-indent: initial;
}
.slider-top .bx-wrapper .bx-controls-auto .bx-stop::before, .slider-list .bx-wrapper .bx-controls-auto .bx-stop::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f04c";
	font-size: 2rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	float: left;
	color: #D8D8D8;
	width: 20px;
	height: 20px;
	text-indent: initial;
}
.slider-top .bx-wrapper .bx-controls-auto .bx-stop, .slider-list .bx-wrapper .bx-controls-auto .bx-stop {
	background: none;
	width: 20px;
	height: 20px;
	margin-left: 8px;
	margin-right: 0;
}
.slider-top .bx-wrapper .bx-controls-auto .bx-start, .slider-list .bx-wrapper .bx-controls-auto .bx-start {
	background: none;
	width: 20px;
	height: 20px;
}
.slider-top .bx-wrapper .bx-controls-auto .bx-stop.active:before,
.slider-top .bx-wrapper .bx-controls-auto .bx-stop:hover:before,
.slider-list .bx-wrapper .bx-controls-auto .bx-stop.active:before,
.slider-list .bx-wrapper .bx-controls-auto .bx-stop:hover:before {
	color: #009ad9;
}
.slider-top .bx-wrapper .bx-controls-auto .bx-start.active:before,
.slider-top .bx-wrapper .bx-controls-auto .bx-start:hover:before,
.slider-list .bx-wrapper .bx-controls-auto .bx-start.active:before,
.slider-list .bx-wrapper .bx-controls-auto .bx-start:hover:before {
	color: #009ad9;
}
.slider-top .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto, .slider-list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 60px;
}
.slider-top  .bx-wrapper .bx-next:hover, .slider-top  .bx-wrapper .bx-next:focus, .slider-top  .bx-wrapper .bx-prev:hover, .slider-top  .bx-wrapper .bx-prev:focus, .slider-list .bx-wrapper .bx-next:hover, .slider-list .bx-wrapper .bx-next:focus, .slider-list .bx-wrapper .bx-prev:hover, .slider-list .bx-wrapper .bx-prev:focus {
  opacity: 1;
  background-position: center;
}
.slider-top .bx-wrapper .bx-controls-direction a, .slider-list .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.slider-top .bx-wrapper .bx-next, .slider-list .bx-wrapper .bx-next {
  right: -45px;
  background: url('/images/arrow-next.svg') no-repeat center;

  opacity: 0.4;
  transition: all 0.3s ease;
}
.slider-top .bx-wrapper .bx-prev, .slider-list .bx-wrapper .bx-prev {
  left: -45px;
  background: url('/images/arrow-prev.svg') no-repeat center;

  opacity: 0.4;
  transition: all 0.3s ease;
}
.slider-top .bx-wrapper .bx-controls-direction a, .slider-list .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  outline: 0;
  width: 25px;
  height: 46px;
  text-indent: -9999px;
  z-index: 9999;
}
.slider-list {
  display: flex;
  width: 100%;
  justify-content: center;
}
.news-big {
  float: left;
  width: 100%;
}
.news-big .main-cycle a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
  overflow: hidden;
}
.news-big .main-cycle a:hover img {
transform: scale(1.1);

}
.news-big .main-cycle a .main-cycle-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 35px;
	z-index: 1;
}
.news-big .main-cycle a .main-cycle-text h2 {
color: #fff;
font-size: 3.6rem;
font-weight: 600;
float: left;
width: 100%;
}
.news-big .main-cycle a .main-cycle-text span {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.news-big .main-cycle a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
background: transparent linear-gradient(180deg,#00000000 30%,#000000 100%) 0% 0% no-repeat padding-box;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
.news-big .main-cycle a:hover:after {
	opacity: 0.8;
}
.news-big img {
  display: flex;
  width: 100%;
  	transition: all 0.3s ease;
}
.news-left {
float: left;
width: calc(100% - 330px);
}
.index-news-list {
float: left;
width: 100%;
margin-top: 30px;

}
.index-news-list ul {
float: left;
width: 100% !important;
display: grid;
grid-gap: 30px;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
grid-auto-flow: row dense;

}
.index-news-list ul li a img {
  transition: all 0.3s ease;
  display: flex;
  width: 100%;
}
.index-news-list ul li a span {
font-size: 1.4rem;
color: #009AD9;
float: left;
width: 100%;
margin: 15px 0 7px;

}
.index-news-list ul li a h3 {
font-size: 1.8rem;
color: #000;
float: left;
width: 100%;
font-weight: 500;

}
.index-news-list ul li a {
width: 100%;
height: 100%;
float: left;
}
.index-news-list ul li a figure {
overflow: hidden;

}
.index-news-list ul li a:hover figure img {
transform: scale(1.1);

}
.news-title {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.news-title h2 {
color: #00356B;
font-weight: 600;
font-size: 4rem;

}
.news-title a {
color: #FF5027;
font-weight: 600;
font-size: 1.4rem;
transition: all 0.3s ease;

}
.news-title a:hover {
color: #00356b;


}
.news-index {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 100px;
}
.news-right {
background: #009AD9;

display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 300px;
margin: 0;
list-style: none;

}
.news-right li {
display: flex;
align-items: center;
position: relative;
width: 100%;
flex-flow: column;
}

.news-right li:last-child {
border: none;

}
.news-right li a h3 {
color: #fff;
margin-top: 5px;
font-size: 1.8rem;
font-weight: 500;
}
.news-right li a span {
color: #00356B;
transition: all 0.3s ease;

font-size: 1.4rem;
}
.news-right li a {
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
justify-content: center;
align-items: start;
padding: 0 20px;  
transition: all 0.3s ease;

}
.news-right li a:hover {
background: #00356b;
}
.news-right li a:hover span {
color: #009ad9;
}

/*.news-right li::before {
  width: calc(100% - 40px);
  background:  #ffffff35;
  height: 1px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
} */
.news-right li img, .news-right li iframe {
display: flex;
 width: 100%;
height: auto;
}

.formularz .art-content {
  width: 50%;
  float: left;
}
.form-bg {
  background: #f9f9f9;
  float: left;
  width: 50%;
  padding: 50px;
  border-radius: 50px;

}
.mapa {
  float: left;
  width: 100%;
  margin-top: 50px;
  display: flex;
}
.mapa iframe {
  width: 100%;
}

.news-list .news-listing .news-item-detail h3 {
  text-align: center;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 600;
}
.open-youtube-player {
cursor: pointer;
position: relative;
}
.yt-initialized iframe {

   min-height:205px;
}

.open-youtube-player::before {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f144";
  font-size: 5rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 22.5px);
  color: rgba(255,255,255,.9);

  text-shadow: 0 0 30px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
}
.open-youtube-player.yt-initialized::before {
display: none;

}
.open-youtube-player:hover::before {
  color: rgba(255,255,255,0.2);
}
#mainpage-bottom-slider li a  {
width: 100%;
height: 100%;
float: left;

}
#mainpage-bottom-slider li {
padding: 20px 0;

}
.footer-links li a {

width: 100%;
height: 100%;
display: block;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px!important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px!important;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/*background-color: white;*/
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/js/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

/*.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}     */

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

/*.treeview li { background: url(/js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; } */
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/js/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/js/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/js/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/js/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/js/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/js/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net *  * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. *  * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: *   http://www.opensource.org/licenses/mit-license.php *   http://www.gnu.org/licenses/gpl.html */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1101;
	outline: none;
	display: none;
	margin-left: 20px;
	margin-top: 20px;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
    text-indent: -9999px;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
	visibility: visible;
/* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
}
#fancybox-bg-n {
}
#fancybox-bg-ne {
}
#fancybox-bg-e {
}
#fancybox-bg-se {
}
#fancybox-bg-s {
}
#fancybox-bg-sw {
}
#fancybox-bg-w {
}
#fancybox-bg-nw {
}
#fancybox-title {
	font-size: 14px;
	z-index: 1102;
	font-weight: 500!important;
	margin: 0 !important;
	bottom: 0 !important;
}
#fancybox-title b {
	font-weight: 500!important;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 20px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
	background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
</pre></body></html>