@font-face {
	font-family: Gilroy;
	font-weight: 600;
	src: url('/webfonts/32F572_1_0.eot');
	src: url('/webfonts/32F572_1_0.eot?#iefix') format('/embedded-opentype'),   url('/webfonts/32F572_1_0.woff2') format('woff2'),   url('/webfonts/32F572_1_0.woff') format('woff'),   url('/webfonts/32F572_1_0.ttf') format('truetype');
}
/* INIT -----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #00a2f0;
	outline-style: none;
	outline-width: 0;  
} 
a:hover {
	color: #000;

} 
[data-whatintent='mouse'] *:focus {
  outline: none;
  box-shadow: none!important;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: Gilroy;
}
input, textarea, select, option, optgroup, button {
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
* {
	box-sizing: border-box;
}  
/* LAYOUT -----------------------------------------------------------------------------*/
html {
	font-size: 0.625em;
}
body {
	min-height: 900px;
	background: #fff;
	color: #191a36;
	font-size: 1.6rem;
}
.wrapper {
}
.wrap {
	width: 1200px;
	margin: 0 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: 30px 0;
}
.settings li {
	float: left;

	text-align: center;
}
.top-items {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.bip {
	color: #000;
}
h1.logo a {
	background-image: url("/images/logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: medium none;
	float: left;
	height: 70px;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
	background-size: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.top-nav {
	float: right;
}
.path {
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
	text-transform: lowercase;
	font-size: 1.2rem;
	min-height: auto;
	display: flex;
	align-items: flex-end;
	color: #666;
	font-family: 'Noto Sans', sans-serif;
}
.path .spacer {
	margin: 0 10px;
	display: inline-block;
}
.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 {
	color: #00a2f0;
}
.search {
	border: 1px solid #00aeef;
	float: left;
}
.input-search {
	padding: 8px 15px;
	border: none;
	background: transparent;
	font-size: 1.6rem;
}
.btn-search {
	cursor: pointer;
	padding: 8px 12px;
	border: none;
	background: transparent;
	font-size: 1.6rem;
	transition: all 0.3s ease;
}
.btn-search:hover {
	background: #191a36;
	color: #fff;
}
.lang {
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}
.lang li {
	width: auto;
	float: left;
}
/* MENU -----------------------------------------------------------------------------*/
.menu, .menu2 {
	float: left;
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-flow: row wrap;
}
.menu li, .menu2 li {
	position: relative;
}
.menu > li > a {
	font-size: 1.5rem;
	color: #191a36;
	padding: 12px 10px;
	text-transform: uppercase;
}
.menu2 > li > a {
	font-size: 1.3rem;
	color: #fff;
	padding: 15px 25px;
	text-transform: uppercase;
	display: block;
}
.menu2 > li > a:hover {
	background: rgba(255,255,255,0.2);
}
.menu2 > li.active > a {
	background: rgba(255,255,255,0.3);
}
.menu > li:after {
	content: '';
	width: 1px;
	height: 16px;
	background: #191a36;
	position: absolute;
	right: -10px;
	top: 2px;
}
.menu li:last-child:after {
	display: none;
}
.menu > li.active > a {
	color: #00a2f0;
}
.menu > li:hover {
}
.menu > li > a:hover {
	color: #00a2f0;
}
.menu .submenu {
	display: none;
	position: absolute;
	top: 30px;
	width: 250px;
	background: #fff;
	z-index: 5;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.menu .submenu .children .submenu {
	top: 0;
	left: 250px;
}
.menu .submenu li {
	float: left!important;
	width: 100%;
}
.menu .submenu li a {
	font-size: 1.4rem;
	color: #191a36;
	padding: 10px 15px;
	width: 100%;
	float: left;
	position: relative;
}
.menu .submenu li a:hover {
	background: #f0f7fa;
}
.menu .submenu li.active > a {
	background: #00a2f0;
	color: #fff;
}
.menu2 .submenu {
	display: none;
	position: absolute;
	top: 46px;
	width: 250px;
	background: #fff;
	z-index: 5;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.menu2 .submenu .children .submenu {
	top: 0;
	left: 250px;
}
.menu2 .submenu li {
	float: left!important;
	width: 100%;
}
.menu2 .submenu li a {
	font-size: 1.4rem;
	color: #191a36;
	padding: 10px 15px;
	width: 100%;
	float: left;
	position: relative;
}
.menu2 .submenu li a:hover {
	background: #f0f7fa;
}
.menu2 .submenu li.active > a {
	background: #00a2f0;
	color: #fff;
}
.menu-mob {
	background: #191a36;
	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 #2B2C48;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	border-bottom: 1px solid #2B2C48;
	float: left;
	width: 100%;
}
.menu-mob a {
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	float: left;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
}
.menu-mob ul li.active > a {
	background: rgba(255,255,255,0.05);
	color: #00a2f0;
}
.icon-close {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 15px;
	padding: 7px 15px;
}
.icon-menu {
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	display: none;
	background: #00a2f0;
	width: 40px;
	height: 40px;
	padding: 9px 11px;
}
.toggleSubmenu {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer .toggleSubmenu {
	display: none;
}
.menu-mob .children .menu-item-a {
	float: left;
	width: calc(100% - 40px);
}
.submenu-inactive .fa-angle-up {
	display: none;
}
.submenu-active .fa-angle-down {
	display: none;
}
.menu-mob ul .children .submenu li a {
	padding-left: 30px;
	font-size: 1.4rem;
}
.menu-mob ul .children .submenu .children .submenu li a {
	padding-left: 40px;
	font-size: 1.3rem;
}
/* CONTENT -----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	display: inline-block;
	min-height: 300px;
}
h1 {
}
h2 {
}
h3 {
}
/* ARTICLE -----------------------------------------------------------------------------*/
.article {
	padding: 40px 0;
	min-height: 300px;
	font-family: 'Noto Sans', sans-serif;
	float: left;
	width: 100%;
}
.article h2 {
	font-family: Gilroy;
	font-size: 4.6rem;
	line-height: 5.8rem;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}
.article h3 {
	font-family: Gilroy;
	font-size: 2.8rem;
	line-height: 3.8rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.article h4 {
	font-family: Gilroy;
	font-size: 2.2rem;
	line-height: 2.5rem;
	margin-top: 1.5rem;
	margin-bottom: 0rem;
}
.article h5 {
	font-family: Gilroy;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 1.5rem;
	margin-bottom: 0rem;
}
.art-body a:hover, .news-body a:hover {
  	text-decoration: underline;
}
.article h3 {
}
.art-content {
}
.art-body-white {
	background: #fff;
	padding: 40px 50px;
	margin-top: -90px!important;
	position: relative;
}
.art-body, .news-body {
	line-height: 2;
}
.art-body {
	margin: 0 auto;
	width: 77.5%;
}
.art-body ul, .news-body ul {
	list-style-image: url(/images/li.svg);
	margin: 10px 40px;
}
.art-body li, .news-body li {
	font-size: 1.6rem;
}
.art-body ol, .news-body ol {
	margin: 10px 40px;
	list-style: decimal;
}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	margin: 50px 0 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	grid-gap: 20px;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
}
.art-gallery .thumb, .art-gallery .thumb a {
}
.art-gallery .thumb a img {
	width: 100%;
	display: flex;
	border-radius: 3px;
}
/* za��czniki artykulu */
.art-files {
	width: 100%;
	float: left;
	background: #f9f9f9;
	margin-top: 50px;
	padding: 30px;
}
.files-item {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.files-item  a {
	text-decoration: none;
	color: #00a2f0;
	font-size: 1.4rem;
}
.files-item a:hover {
	text-decoration: underline;
}
/* FILE ICONS -----------------------------------------------------------------------------*/
.ico-doc:before {
	font-family: "FontAwesome";
	padding-right: 10px;
	content: "\f1c2";
	font-size: 1.6rem;
}
.ico-xls:before {
	font-family: "FontAwesome";
	padding-right: 10px;
	content: "\f1c3";
	font-size: 1.6rem;
}
.ico-ppt:before {
	font-family: "FontAwesome";
	padding-right: 10px;
	content: "\f1c4";
	font-size: 1.6rem;
}
.ico-pdf:before {
	font-family: "FontAwesome";
	padding-right: 10px;
	content: "\f1c1";
	font-size: 1.6rem;
}
.ico-image:before {
	font-family: "FontAwesome";
	padding-right: 10px;
	content: "\f1c5";
	font-size: 1.6rem;
}
.ico-archive:before {
	font-family: "FontAwesome";
	padding-right: 10px;
	content: "\f1c6";
	font-size: 1.6rem;
}
/* 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 {
	width: 100%;
	border: 1px solid #DDDDDD;
}
li.level-0 {
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
}
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%;
	margin-bottom: 35px;
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	grid-auto-flow: row dense;
}
.news-item {
}
.news-item-image {
	margin-bottom: 20px;
}
.news-item-image a {
 display: block;

}
.news-listing a:hover .news-item-image img{
	opacity: 0.8;
}
.news-item-image img {
	width: 100%;
	display: flex;
	transition: all 0.3s ease;
	border-radius: 3px;
}
.news-item-detail h3 {
	font-size: 1.8rem;
	line-height: 2.6rem; 
  	transition: all 0.3s ease;
}
.news-item-detail h3 a {
	color: #191a36;
  
}
.news-item-detail h3 a:hover {
	color: #00a2f0;
}
.news-item-content {
}
.news-item-info {
}
.news-item-date {
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS -----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-item-date {
	font-family: Gilroy;
	margin-bottom: 10px;
	color: #00a2f0;
	font-size: 1.4rem;
}
.news-author {
}
.news-content {
	display: inline-block;
	width: 100%;
}
.news-thumb {
	width: 100%;
	border-radius: 3px;
}
.news-intro {
	margin: 0 auto;
	width: 77.5%;
	background: #fff;
	padding: 40px 50px;
	margin-top: -90px;
	position: relative;
}
.news-body {
	margin: 0 auto;
	width: 68.5%;
}
a.news-back {
	padding: 10px 30px;
	background: #191a36;
	color: #fff;
	font-family: Gilroy;
	font-size: 1.3rem;
	transition: all 0.3s ease;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
a.news-back .fa {
	margin-right: 6px;
	font-size: 1rem;
}
a.news-back:hover {
	background: #00a2f0;
}
/* PAGINATION -----------------------------------------------------------------------------*/
.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 50px;
	width: 100%;
}
.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: #191a36;
}
.pagination span {
	float: left;
	margin-right: 10px;
	line-height: 2;
	height: 32px;
	width: 32px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #191a36;
}
.pagination a.active {
	background: #191a36;
	color: #fff;
}
.pagination a:hover {
	background: #00a2f0;
	color: #fff;
}
/* GALLERY -----------------------------------------------------------------------------*/
.gallery .art-gallery {
  margin: 0;
}
.gallery-item {
	display: block;
}
.gallery .thumb, .art-gallery .thumb {
}
.gallery .thumb, .gallery .thumb a {
}
.gallery .thumb a img {
}
.thumb-desc {
	clear: both;
	display: block;
	float: left;
	margin: 6px 0 0;
	text-align: center;
	width: 100%;
}
.gallery-desc {
 margin-bottom: 40px;

}
.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: 10px;
	width: 100%;
}
.form-elem-name {
	width: 150px;
	float: left;
	padding: 4px;
}
.form-elem-input {
	float: left;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	width: 300px;
	float: left;
	padding: 4px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
}
.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: 310px;
}
.form-data textarea {
	height: 150px;
	resize: none;
}
.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 {
	float: right;
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 4px 8px;
	cursor: pointer;
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 1px solid red !important;
}
.form-error {
	color: red;
	font-size: 10px;
}
/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci -----------------------------------------------------------------------------*/
.search-result {
}
.search-result news-item {
}
/* SITEMAP -----------------------------------------------------------------------------*/
.site-map ul li a {
color: #000;
font-weight: bold;
}
.site-map ul li a:hover {
	color: #00a2f0;
text-decoration: underline;
}
.site-map > ul > li {
margin-bottom: 10px;
} 
.site-map ul li a i {
margin-right: 5px;
color: #00a2f0;

} 

.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
margin:20px;
}
.site-map ul.level-2 {
margin:20px;
}
.site-map ul.level-1 li {
}
/* FOOTER -----------------------------------------------------------------------------*/
.footer {
	height: auto;
	width: 100%;
	float: left;
	background: #f9f9f9;
}
ul.foot-nav {
    float: left;
    width: 100%;
    text-align: right;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}
ul.foot-nav li {
margin-left: 20px;
display: inline-block;
}
ul.foot-nav li:first-child {
margin-left: 0;

}
ul.foot-nav li a {
	color: #191a36;
  	font-size: 1.2rem;
    }
ul.foot-nav li a:hover {
	color: #00a2f0;
}
.footer-inner section p.godziny {
	font-size: 1.4rem;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.footer-inner section p.godziny > span {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.footer-inner section p {
	line-height: 1.5;
}
.footer-inner section p a {
	color: #191a36;
	text-decoration: underline;
}
.footer-inner section p a:hover {
	color: #00a2f0;
}
.footer-inner section {
}
.social {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.social li {
	float: left;
}
.social li a {
	padding: 10px 15px;
	color: #191a36;
	font-size: 1.6rem;
}
.social li a:hover {
	background: #00a2f0;
	color: #fff;
}
/* LOGIN -----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* TABLE -----------------------------------------------------------------------------*/
table {
	font-size: 1.4rem;
	line-height: 1.4;
	border-collapse: collapse;
}
table thead tr {
	border-bottom: 2px solid #00a2f0;
}
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 {
}


.border table{
border: 1px solid #000;
}

table.border tr td {

border: 1px solid #000;
padding: 5px;
}


/* 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;
}
/************ <<< === FUTURE CLASSES === >>> ************/
/* MODULE BOX -----------------------------------------------------------------------------*/
.module-box-top {
}
.module-box-body {
}
.module-box-foot {
}
/* SUPERNEWS -----------------------------------------------------------------------------*/
/* ANIMATIONS -->> 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: 0;
	right: 0;
	background: #fff;
	font-size: 1.1rem;
	box-shadow: -10px -10px 40px rgba(0,0,0,0.2);
	padding: 50px 0 25px;
	z-index: 9999;
	width: 30vw;
	animation: 500ms slideIn cubic-bezier(.35,.57,.4,.89);
}
@keyframes slideIn {
from {
	bottom: -500px;
}
to {
	bottom: 0;
}
}
#cookies_warning_close {
	color: #2b2171;
	position: absolute;
	top: 0px;
	right: 0px;
}
#cookies_warning_close a {
	font-size: 3.2rem;
	text-decoration: none;
	padding: 2px 15px 12px;
	height: 42px;
	transition: all 0.3s ease;
}
#cookies_warning_close a:hover {
	background: #ececf3;
	color: #ed1c24;
}
#cookies_warning_info {
	margin: 0 auto;
	padding: 0 50px 20px;
	text-align: justify;
	font-family: 'Noto Sans', sans-serif;
}
#cookies_accept {
	font-size: 1.2rem;
	margin-left: 50px;
	float: left;
	padding: 15px 25px;
	transition: all 0.3s ease;
	background: #00a2f0;
	color: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
#cookies_accept:hover {
	background: #142a5a;
}
#cookies_accept .fa {
	margin-left: 10px;
	font-size: 1rem;
}
#cookies_warning_info a {
	font-weight: bold;
	color: #00a2f0;
}
#cookies_warning_info a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.g-recaptcha-error {
	display: none;
	font-size: 12px;
	color: red;
}
.news-box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 220px 220px 220px 220px 220px;
	grid-template-areas: "main-news-item main-news-item-0 main-news-item-0" "main-news-item-1 main-news-item-0 main-news-item-0" "main-news-item-2 main-news-item-2 main-news-item-3" "main-news-item-2 main-news-item-2 main-news-item-4" "main-news-item-5 main-news-item-6 main-news-item-7";
	grid-gap: 10px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.main-news-item {
	grid-area: main-news-item;
}
.main-news-item-0 {
	grid-area: main-news-item-0;
}
.main-news-item-1 {
	grid-area: main-news-item-1;
}
.main-news-item-2 {
	grid-area: main-news-item-2;
}
.main-news-item-3 {
	grid-area: main-news-item-3;
}
.main-news-item-4 {
	grid-area: main-news-item-4;
}
.main-news-item-5 {
	grid-area: main-news-item-5;
}
.main-news-item-6 {
	grid-area: main-news-item-6;
}
.main-news-item-7 {
	grid-area: main-news-item-7;
}
.main-news a {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
overflow: hidden;

}
.news-box li {
	background: #191b37;
	position: relative;

}
.news-box li h3 {
	font-size: 1.8rem;
	color: #fff;
	position: relative;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.68);
	transition: all 0.6s ease;
	z-index: 1;
}
.news-box li:hover h3 {
	margin-bottom: 15px;
}
.news-box .main-news-item-0 h3, .news-box .main-news-item-2 h3 {
	font-size: 3.6rem;
}
.news-box .main-news-item-0 .main-news-inside, .news-box .main-news-item-2 .main-news-inside {
	padding: 30px;
}
.main-news-inside {
	display: flex;
	align-items: flex-end;
	height: 100%;
	padding: 20px;
}
.news-box li a img {
	position: absolute;
	display: flex;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%) scale(1.01);
	opacity: 0.7;
	transition: all 0.6s ease;
}
.news-box li a:hover img {
	opacity: 0.3;
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	/*filter: blur(6px);
*/
}
.news-box li:first-child {
	background-image: -moz-linear-gradient( -42deg, rgb(0,173,237) 0%, rgb(0,110,249) 100%);
	background-image: -webkit-linear-gradient( -42deg, rgb(0,173,237) 0%, rgb(0,110,249) 100%);
	background-image: -ms-linear-gradient( -42deg, rgb(0,173,237) 0%, rgb(0,110,249) 100%);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 40px;
}
.news-box li:first-child p {
	width: 100%;
	font-size: 1.8rem;
	color: #191a36;
	float: left;
}
.news-box li:first-child span {
	width: 100%;
	font-size: 3rem;
	color: #fff;
	float: left;
}
.news-box li:first-child span.imieniny-text {
	font-size: 2.4rem;
	text-transform: capitalize;
}
.footer-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	width: 100%;
	padding: 40px 0;
	grid-gap: 40px;
	font-size: 1.4rem;
  align-items: center;
}
.logo-footer {
	text-align: center;
}
.kambit {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #191a36;
	font-size: 1.2rem;
	color: #fff;
}
.kambit-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-flow: row wrap;
}
.kambit-inner a {
	color: #fff;
}
.wazne-linki {
	background: rgb(0,128,246);
	background: linear-gradient(315deg, rgba(0,128,246,1) 0%, rgba(0,162,240,1) 100%);
	float: left;
	width: 100%;
	padding: 80px 0;
	margin-top: -75px;
}
.wazne-linki h2 {
	font-size: 3.6rem;
	color: #fff;
	margin-bottom: 25px;
}
.wazne-linki-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-flow: row wrap;
	width: 100%;
}
.wazne-linki-bottom > div {
	width: calc(50% - 5px);
}
.all-news {
	float: left;
	width: 100%;
	text-align: right;
	position: relative;
}
.all-news a {
	color: #fff;
	padding: 10px;
	transition: all 0.3s ease;
}
.all-news a:hover {
	background: #142a5a;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.newsbar {
	background: #fff200;
	float: left;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}
.marquee {
	overflow: hidden;
	width: calc(100% - 80px);
	float: left;
}
#newsbar-content ul {
	overflow: auto;
}
#newsbar-content ul {
	float: left;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 40px;
}

#newsbar-content ul li a {
	font-size: 14px;

	text-decoration: underline;
}
#newsbar-content ul li a:hover {

}
#newsbar-content ul li:last-child svg {
	display: none;
}
#newsbar-content ul li svg {
	font-size: 8px;
	color: #000;
	float: right;
	margin: 6px 20px;
}
#newsbar-close:hover {
	background: #000;
	color: #fff200;
}
#newsbar-close {
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.play-box a {
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.play-box a:hover {
	background: #000;
	color:#fff200;
}
.resizable-content {
	margin-top: 3px;
}
#newsbar-content ul {
	float: left;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	height: 40px;
}
#newsbar-content ul li i {
	font-size: 0.8rem;
	color: #000;
	float: right;
	margin: 6px 20px;
}
#newsbar-content ul li:last-child i {
	display: none;
}
#newsbar-content ul li a {
	font-size: 1.4rem;
	color: #000;
	text-decoration: underline;
}
#newsbar-content ul {
	overflow: auto;
}
.menu-container2 {
	background-image: -moz-linear-gradient( 0deg, rgb(0,107,239) 0%, rgb(25,26,53) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(0,107,239) 0%, rgb(25,26,53) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(0,107,239) 0%, rgb(25,26,53) 100%);
	float: left;
	width: 100%;
	margin: 10px 0;
}
.wazne-linki-list {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-auto-flow: row dense;
	grid-template-rows: 130px;
}
.wazne-linki-list li {
	background: #fff;

	position: relative;
	transition: all 0.3s ease;
	width: 100%;
	height: 130px;
	box-shadow: 0px 10px 40px rgba(0,0,0,0.2);
}
.wazne-linki-list li:hover {
	background: #fff200;
}
.wazne-linki-list li span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	text-align: right;
	padding: 20px;
	justify-content: end;
}
.wazne-linki-list li i {
	width: 70px;
	height: 50px;
	background: #191a36;
	color: #fff200;
	font-size: 1.8rem;
	border-radius: 0 0 35px 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -5px;
	top: 0;
	padding-bottom: 5px;
}
.wazne-linki-list li a {
	width: 100%;
	height: 100%;
	position: absolute;
 z-index: 1;
overflow: hidden;
	color: #191a36;
	font-size: 1.6rem;
}
.anim {
	position: relative;
}
.slider-nav {
	position: absolute;
	width: 100%;
	text-align: center;
	list-style: none;
}
.slider-nav li {
	display: inline-block;
	vertical-align: bottom;
}
.slider-nav li a {
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	outline: 0;
	border: 2px solid #191a36;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.slider-nav li.activeSlide a {
	background: #fff;
}
.cycle a {
display: block;
}
.top-page {
	float: left;
	width: 100%;
	border-bottom: 2px solid #ddd;
	padding-bottom: 25px;
}
.top-page h2 {
	float: left;
	width: 100%;
	font-size: 2.6rem;
	margin: 15px 0;
}
.ico {
	display: flex;
	justify-content: space-between;
}
.ico > div a {
	color: #191a36;
	background: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}
.ico > div a:hover {
	background: #00a2f0;
	color: #fff;
}
.bottom-page {
	float: left;
	width: 100%;
	border-top: 2px solid #ddd;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-flow: row wrap;
}
.center {
	text-align: center;
}
#wyslij-link {
	color: #00a2f0;
}
#fancybox_popup {
	padding: 20px;
}
.menu-container .toggleSubmenu, .menu-container2 .toggleSubmenu {
	display: none;
}
.btn:hover {
	background: #142a5a;
	color: #fff;
}
.btn {
	font-size: 1.2rem;
	display: inline-block;
	padding: 15px 25px;
	transition: all 0.3s ease;
	background: #00a2f0;
	color: #fff;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.deklaracja {
	margin-left: 20px;
	text-align: right;
}
.deklaracja a, .logo-footer a {
float: left;
width: 100%;
height: 100%;

}
.deklaracja a span {
	font-size: 1.2rem;
	color: #191a36;
	float: left;
}
.deklaracja a i {
	font-size: 2.4rem;
	color: #191a36;
	float: right;
	margin-left: 8px;
	margin-top: 3px;
}
.nav_tab a {
	display: inline;
	font-size: 1.6rem;
	left: -9000em;
	padding: 5px 10px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: auto;
	z-index: 2;
}
.nav_tab a:hover, .nav_tab a:focus, .nav_tab a:active {
	background: #002f5f none repeat scroll 0 0;
	border: 1px solid #555;
	color: #fff;
	font-weight: normal;
	left: 5px;
	position: absolute;
	top: 10px;
}
.ikony-info {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.settings li a {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 5px;
}

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;
}
.tabelka tr td {
border: 2px solid #ddd;
padding: 20px;
}
.tabelka tr:nth-of-type(2n+1) {
    background-color: #fafafa;
}
.tabelka th[scope=row] {
border: 2px solid #ddd;
background: #EBEBEB;
padding: 20px;
}
.tabelka th[scope=col] {
border: 2px solid #ddd;
background: #EBEBEB;
padding: 20px;
}.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;
    background: #ffffff;

}

#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;
}

#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'); }
