/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #00ffff;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #fff;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Signika', 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;
}
/* LAYOUT -----------------------------------------------------------------------------*/
html {
	font-size: 0.625em;
}
body {
	min-height: 900px;
	background:#11111d;

	color: #fff;
	font-size: 2rem;
}
.wrapper {
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* HEADER -----------------------------------------------------------------------------*/
.header {
	height: auto;
	background: #fff;
	float: left;
	width: 100%;
	padding: 20px 0;
	position: relative;
}
.header-inner {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
h1.logo a {
	background-image: url("/images/logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: medium none;
	float: left;
	height: 60px;
	padding: 0;
	text-indent: -9999px;
	width: 155px;
	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: #00ffff;
	font-weight: 300;
}
.path .spacer {
	margin: 0 10px;
	display: inline-block;
}
.path-inner {
	padding-top: 5px;
	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: #00ffff;
}
.path a:hover {
	color: #fff;
}
.top-page h2 {
	font-weight: 100;
	color: #fff;
	font-size: 2rem;
}
.top-page-inner {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}
.top-page {
	float: left;
	width: 100%;
	background: #1a1a2f;
	padding: 40px 0;
}
.ico {
	display: flex;
	justify-content: space-between;
	width: 120px;
}
.ico > div a {
	color: #000;
	background: rgba(255,255,255,0.3);
	width: 32px;
	height: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	transition: all .3s ease;
	font-size: 1.6rem;
}
.ico > div a:hover {
	background: #00ffff;
}
.search {
	margin: 20px 0;
	float: left;
}
.input-search {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
}
.btn-search {
	cursor: pointer;
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.lang {
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}
.lang li {
	width: auto;
	float: left;
}
/* MENU -----------------------------------------------------------------------------*/
.menu {
	float: right;
	width: auto;
	clear: both;
}
.menu li {
	float: left;
	margin: 0 0 0 18px;
    /*	margin: 0 0 0 35px;  */
}
.menu > li:first-child {
	margin-left: 0;
}
.menu li a {
	float: left;
	font-size: 1.5rem;
	color: #11111f;
	font-weight: 600;
	position: relative;
	padding: 10px 0;
}
.menu li a:after {
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #3934ff;
	content: '';
	-webkit-transform: translate(-50%,0) scaleX(0);
	transform: translate(-50%,0) scaleX(0);
	transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
	transition: transform .2s cubic-bezier(.215,.61,.355,1);
	transition: transform .2s cubic-bezier(.215,.61,.355,1), -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
}
.menu > li:hover > a:after {
	-webkit-transform: translate(-50%,0) scaleX(1);
	transform: translate(-50%,0) scaleX(1);
}
.menu > li.active > a:after {
	width: 100%;
	-webkit-transform: translate(-50%,0) scaleX(1);
	transform: translate(-50%,0) scaleX(1);
}
.menu > li:last-child a {
	float: left;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 600;
	position: relative;
	padding: 10px 20px;
	background: #3934ff;
	border-radius: 5px;
	box-shadow: 0px 5px 12px 0px rgba(57, 52, 255, 0.21);
}
.menu .submenu {
	display: none;
	position: absolute;
	top: 65px;
	width: 200px;
	background: #fff;
	z-index: 5;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	overflow: hidden;
}
.menu .submenu li {
	float: none !important;
	margin: 0;
}
.menu .submenu li a {
	font-size: 1.4rem;
	padding: 10px;
	float: left;
	width: 100%;
}
.menu .submenu li a:hover {
	background: #f8f8f8;
}
.menu .submenu li.active a {
	background: #3934ff;
	color: #fff;
}
.toggleSubmenu {
	float: right;
	padding: 0px 20px;
}
.submenu-inactive .fa-angle-up {
	display: none;
}
.submenu-active .fa-angle-down {
	display: none;
}
.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: #312784;
	font-size: 1.6rem;
	text-decoration: none;
	float: left;
	width: 100%;
	line-height: 45px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
	box-sizing: border-box;
}
.menu-mob ul li.active a {
	color: #3934ff;
}
.icon-close {
	color: #312784;
	cursor: pointer;
	float: right;
	font-size: 2rem;
	padding: 7px 15px;
}
.icon-menu {
color: #fff;
font-size: 2rem;
cursor: pointer;
display: none;
background: #0702d3;
margin-left: 10px;
padding: 5px 10px;
border-radius: 3px;
}
/* CONTENT -----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	display: inline-block;
	min-height: 300px;
}
h1 {
}
h2 {
}
h3 {
}
/* ARTICLE -----------------------------------------------------------------------------*/
.article {
	padding: 50px 0;
	min-height: 300px;
	float: left;
	width: 100%;
}
.article h1 {
	width: 100%;
	padding-top: 0px;
	float: none;
}
.article h2 {
}
.art-content {
}
.art-body {
	line-height: 1.5;
	font-weight: 300;
}
.article ul {
	list-style-image: url(../images/li.svg);
	margin: 20px;
}
.article li {
	color: #00ffff;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 10px;
}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
	grid-auto-flow: row dense;
	grid-gap: 20px;
	float: left;
	margin-top: 50px;
}
.gallery-desc {
	float: left;
	width: 100%;
}
.art-files h3 {
	width: 100%;
	margin-bottom: 10px;
	color: #00ffff;
	font-size: 1.6rem;
	font-weight: 300;
	margin-top: 50px;
}
.art-gallery .thumb, .art-gallery .thumb a {
}
.art-gallery .thumb a img {
	width: 100%;
	display: flex;
}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.art-files-inside {
	display: inline-block;
	width: 100%;
	border: 2px solid #242287;
	padding: 30px;
	border-radius: 10px;
}
.files-item  a {
	text-decoration: none;
	color: #fff;
}
.files-item a:hover {
	text-decoration: underline;
}
.files-item:before {
	color: #00ffff;
}
/* FILE ICONS -----------------------------------------------------------------------------*/
.ico-doc:before {
	font-family: "Font Awesome 5 Free";
	top: 0;
	left: -5px;
	padding-right: 10px;
	content: "\f1c2";
	font-size: 1.8rem;
}
.ico-xls:before {
	font-family: "Font Awesome 5 Free";
	top: 0;
	left: -5px;
	padding-right: 10px;
	content: "\f1c3";
	font-size: 1.8rem;
}
.ico-ppt:before {
	font-family: "Font Awesome 5 Free";
	top: 0;
	left: -5px;
	padding-right: 10px;
	content: "\f1c4";
	font-size: 1.8rem;
}
.ico-pdf:before {
	font-family: "Font Awesome 5 Free";
	top: 0;
	left: -5px;
	padding-right: 10px;
	content: "\f1c1";
	font-size: 1.8rem;
}
.ico-image:before {
	font-family: "Font Awesome 5 Free";
	top: 0;
	left: -5px;
	padding-right: 10px;
	content: "\f1c5";
	font-size: 1.8rem;
}
.ico-archive:before {
	font-family: "Font Awesome 5 Free";
	top: 0;
	left: -5px;
	padding-right: 10px;
	content: "\f1c6";
	font-size: 1.8rem;
}
/* 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 {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
	grid-auto-flow: row dense;
	grid-gap: 20px;
	float: left;
	margin: 0!important;
	list-style: none!important;
}
.thumbnail {
	display: flex;
	width: 100%;
}
.news-listing li {
	font-style: normal;
	margin: 0;
}
.news-listing li h3 a {
	color: #fff;
	z-index: 1;
	font-size: 2rem;
	font-weight: 500;
	text-shadow: 0 1px 3px rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	width: 100%;
}
.data {
	color: #3E3E53;
	font-size: 1.2rem;
	font-weight: 600;
}
.news-listing li a:hover img {
	opacity: 0.5;
}
.news-listing li a img {
	opacity: 1;
	transition: all 0.3s ease;
}
.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 {
	float: right;
	display: none;
}
/* NEWS -----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
}
.news-thumb {
	float: left;
	width: 100%;
}
.news-intro {
	margin: 50px 0;
	float: left;
	width: 100%;
	font-size: 3rem;
	color: #00ffff;
}
.news-body {
}
a.news-back {
}
/* PAGINATION -----------------------------------------------------------------------------*/
.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 50px 0;
	width: 100%;
	float: left;
}
.pagination .pages {
}
.pagination ul {
	list-style-type: none;
	list-style-image: none;
}
.pagination ul li {
	float: left;
	margin-right: 10px;
	font-style: normal;
}
.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;
	border-radius: 8px;
}
.pagination span {
	float: left;
	margin-right: 10px;
	line-height: 2;
	height: 32px;
	width: 32px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 3px;
}
.pagination a.active {
	background: #00ffff;
	color: #000;
}
.pagination a:hover {
	background: #ebebeb;
	color: #666;
}
/* GALLERY -----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.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 .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: 100%;
	float: left;
	padding: 5px 0;
	font-size: 1.4rem;
}
.form-elem-input {
	float: left;
	width: 100%;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	width: 100%;
	float: left;
	padding: 10px;
	border: 2px solid #DDDDDD;
	font-size: 1.8rem;
    border-radius: 3px;
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	border: 2px solid #00ffff;
}
.form-elem-input select {
	width: 100%;
}
.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;
	border: 0;
	cursor: pointer;
	font-size: 2rem !important;
	padding: 12px 70px !important;
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 1px solid red !important;
}
.form-error {
    background: red;
    font-size: 1.4rem;
    padding: 0 10px;
    display: block;
    width: 100%;
    border-radius: 3px;
}
/* SEARCH RESULT -->> 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 {
}
/* FOOTER -----------------------------------------------------------------------------*/
.footer {
	height: auto;
	width: 100%;
	background: #1a1a2f;
	float: left;
	margin-top: 100px;
}
.footer-inner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
}
.footer-inner > div:first-child {
	align-self: center;
	text-align: center;
}
.footer-inner > div {
	font-size: 1.6rem;
	color: #fff;
}
.footer-inner > div a {
	text-decoration: underline;
	color: #fff;
}
ul.foot-nav {
	float: right;
}
ul.foot-nav li {

	margin-left: 20px;
	font-size: 1.6rem;
}
ul.foot-nav li a {
	color: #8484ad;
}
ul.foot-nav li a:hover {
	color: #fff;
}
.kambit-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: row wrap;
}
.kambit {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: row wrap;
	font-size: 1.2rem;
	font-weight: 400;
	color: #1a1a2f;
	padding: 20px 0 100px;
	background: #fff;
}
.kambit a {
	color: #2c2276;
}
/* LOGIN -----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* 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;
}
/************ <<< === 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;
	color: #666666;
	padding: 50px 0 0;
	z-index: 9999;
	width: 49vw;
	max-width: 600px;

	box-shadow: -30px -30px 70px rgba(0,0,0,0.1);
	animation: 500ms slideIn cubic-bezier(.35,.57,.4,.89);
}
@keyframes slideIn {
from {
	bottom: -500px;
}
to {
	bottom: 0;
}
}
#cookies_warning_close {
	color: #999;
	position: absolute;
	top: 0px;
	right: 0px;
}
#cookies_warning_close a {
	font-size: 2rem;
	text-decoration: none;
	padding: 10px;
	line-height: 10px;
	transition: all 0.3s ease;
}
#cookies_warning_close a:hover {
	background: #312784;
	color: #fff;
}
#cookies_warning_info {
	padding: 0px 30px;
	color: #999;
	width: 100%;
	float: left;
}
#cookies_accept {
	font-size: 1.2rem;
	text-align: center;
	float: left;
	transition: all 0.3s ease;
}
#cookies_accept_container {
	padding: 30px;
	float: left;
	width: 100%;
}
#cookies_accept .fa {
	margin-left: 10px;
	font-size: 1rem;
}
#cookies_warning_info a {
	font-weight: bold;
	color: #312783;
}
#cookies_accept:hover {
}
.hidden {
	display: none;
}
.g-recaptcha-error {
	display: none;
	font-size: 12px;
	color: red;
}
.social {
display: flex;
align-items: center;
}
.social li a {
	font-size: 1.8rem;
	color: #11111f;
	padding: 6px 8px;
	transition: all 0.3s ease;
}
.social li a:hover {
	color: #3934ff;
}
.news-listing-outer {
	background: url(/images/news-bg.png) no-repeat center bottom;
	float: left;
	width: 100%;
	position: relative;
	padding: 40px 0 20px;
}
.bx-viewport {
}
.news-listing-outer .ui-tabs {
	padding: 0;
}
.news-listing-outer .ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	display: flex;
	position: relative;
	grid-gap: 20px;
    z-index: 999;
}
.news-listing-outer .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0;
	background: none;
}
.news-listing-outer .ui-widget-content {
	border: none;
	background: none;
	color: #4f4f4f;
	font-size: 14px;
}
.news-listing-outer .ui-widget-header {
	background: none;
	color: #f6cac9;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 40px !important;
}
.news-listing-outer .ui-tabs .ui-tabs-nav li a {
	float: left;
	font-size: 1.8rem;
	padding: 8px 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	transition: all 0.3s ease;
	width: 100%;
	text-align: center;
	background: #1a1a2f;
}
.news-listing-outer .ui-tabs .ui-tabs-nav li a:hover {
	background: #303045;
}
.news-listing-outer .ui-state-default, .news-listing-outer .ui-widget-content .ui-state-default, .news-listing-outer  .ui-widget-header .ui-state-default {
	border: none;
	background: transparent;
	font-weight: normal;
	color: #ffffff;
	text-transform: none;
}
.news-listing-outer  .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background: #3934ff;
}
.news-listing-outer .ui-tabs .tabs-h2 {
	float: left;
	color: #fff;
	font-size: 3.6rem;
	margin-right: 40px;
	line-height: 3.2rem;
	font-weight: 100;
	margin-left: 50px;
}
.news-listing-outer .ui-tabs .ui-tabs-nav li {
	margin: 0;
}
.bx-wrapper .bx-prev {
	background: url(/images/prev.svg)no-repeat center;
	left: -57px;
	width: 32px;
	height: 64px;
}
.bx-wrapper .bx-next {
	background: url(/images/next.svg)no-repeat center;
	right: -57px;
	width: 32px;
	height: 64px;
}
.bx-controls.bx-has-controls-direction {
}
.news-listing-index li {
	/*background: #1a1a2f;
*/
	position: relative;
}
.news-listing-index li h2 a {
	color: #fff;
	font-size: 1.6rem;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.play-icon {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	float: left;
}
.play-icon svg {
	color: #00ffff;
	font-size: 0.8rem;
}
.play-icon:after {
	color: #00ffff;
	font-size: 1.4rem;
	border: 2px solid  #00ffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
}
.news-listing-index li a img {
	opacity: 1;
	transition: all 0.3s ease;
}
.news-listing-index li a:hover img {
	opacity: 0.5;
}
.news-listing-outer .see-more {
	float: right;
	font-size: 1.6rem;
	color: #00ffff;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 5px;
}
.news-listing-outer .see-more:hover {
	color: #fff;
}
.news-cycle2 {
	float: left;
	width: calc(100% - 300px);

display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  grid-template-areas:
    "main-news-item-0 main-news-item-0 main-news-item-1"
    "main-news-item-2 main-news-item-3 main-news-item-4";
}
.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-cycle {
	position: relative;
	width: 100%;

}
.main-news-item-0 {
    position: relative;
    width: 100%;


    overflow: hidden;
}
.main-news-item-0 .main-cycle-text {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
}
.main-cycle-inner {
	width: 100%;
}
.main-cycle-inner .time {
	color: #00ffff;
	font-size: 3rem;
	font-weight: 700;
}
.news-cycle2 .main-cycle:first-child a h2 {
	color: #fff;
	font-size: 3.6rem;
	line-height: 4rem;
	font-weight: 600;
	padding: 20px;
}
 .news-cycle2 .main-cycle  a h2 {

	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 10px 0 0 0;
}  
 .news-cycle2 .main-news-item-0 a h2 {
	background: rgba(17, 17, 29, 0) linear-gradient(transparent 0px, rgba(17, 17, 29, 0.5) 30px, rgba(17, 17, 29, 0.80)) repeat scroll 0% 0%;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	padding: 8px 13px;
}  
.main-cycle-inner p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.main-cycle img {
	width: 100%;
	display: flex;

}
/*.main_cycle_img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient( 45deg, rgb(17,17,29) 5%, rgba(17,17,29,0.72) 50%, rgba(255,255,255,0) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(17,17,29) 5%, rgba(17,17,29,0.72) 50%, rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(17,17,29) 5%, rgba(17,17,29,0.72) 50%, rgba(255,255,255,0) 100%);
}
*/
.news-cycle .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.news-cycle .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00ffff;
	border: 2px solid #00ffff;
}
.news-cycle  .bx-wrapper .bx-pager.bx-default-pager a {
	border: 2px solid #55556c;
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.btn {
	font-size: 1.8rem;
	padding: 8px 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.btn-blue {
	background: #3934ff;
	color: #fff;
}
.btn-blue:hover {
	background: #00ffff;
	color: #000;
}
.btn svg {
	font-size: 1.2rem;
	margin-left: 5px;
}
.nasze-programy h2 {
	font-size: 3.6rem;
	font-weight: 300;
	margin-bottom: 70px;
}
.nasze-programy {
	float: left;
	width: 100%;
	margin: 70px 0 0 0;
	padding-bottom: 100px;
	background: url(/images/programy-bg.jpg)no-repeat  center;
}
.programy-grid {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}
.programy-grid li {
	border: 2px solid #37359b;
	border-radius: 10px;
	position: relative;
	transition: all 0.3s ease;
}
.programy-grid li:nth-child(2) {
	border: 2px solid #947227;
}
.programy-grid li:nth-child(3) {
	border: 2px solid #2e5a5a;
}
.programy-grid li:nth-child(4) {
	border: 2px solid #500784;
}
.programy-grid li:nth-child(5) {
	border: 2px solid #7e2c3c;
}
.programy-grid li:nth-child(6) {
	border: 2px solid #1a1a2f;
}
.programy-grid li a {
	padding: 30px;
	width: 100%;
	height: 100%;
	float: left;
}
.programy-grid li a h3 {
	color: #fff;
	font-size: 3rem;
	font-weight: 300;
}
.programy-grid li a h3 strong {
	font-weight: 600;
}
.programy-grid li a img {
	position: absolute;
	right: 30px;
	bottom: 30px;
	transition: all 0.3s ease;
}
.programy-grid li:hover img {
	bottom: 40px;
}
.programy-grid li:hover {
	background: #37359b;
}
.programy-grid li:nth-child(2):hover {
	background: #947227;
}
.programy-grid li:nth-child(3):hover {
	background: #2e5a5a;
}
.programy-grid li:nth-child(4):hover {
	background: #500784;
}
.programy-grid li:nth-child(5):hover {
	background: #7e2c3c;
}
.programy-grid li:nth-child(6):hover {
	background: #1a1a2f;
}
.buttons-next {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.buttons-next a {
	background: #3934ff;
	color: #fff;
	font-size: 1.4rem;
	padding: 8px 20px;
	color: #fff;
	font-weight: 600;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.buttons-next a:hover {
	background: #00ffff;
	color: #000;
}
.title {
	font-size: 6rem;
	font-weight: 100;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.news-date {
	font-size: 1.6rem;
	font-weight: 100;
	float: left;
	width: 100%;
	margin-bottom: 55px;
	color: #00ffff;
}
.index-news-list {
	width: 300px;
	padding-left: 20px;

	float: left;
}
.news-wrap {
float: left;
width: 100%;
background: #003663;
padding: 20px;
border-radius: 0 0 10px 10px;
}
.index-news-list ul li a {
	display: flex;
	justify-content: start;
	align-items: center;
}
.index-news-list ul li a h3 {
	color: #fff;
	font-size: 1.6rem;
	margin-left: 20px;
	width: 100%;
	float: left;
	font-weight: 300;
}
.index-news-list ul li a img {
	max-width: 50px;
}
.index-news-list ul li {
	margin-bottom: 13.5px;
	border-radius: 3px;
	overflow: hidden;
}
.index-news-list ul li:last-child {
 margin: 0;

}
.index-news-list ul li a:hover {
	background: #242287;
}
.dostepnosc {
	background:  #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 9999;
	border-radius: 0 10px 0 0;
  box-shadow: 0px -5px 45px 0px rgba(57, 52, 255, 0.21);  
}   

.ikony {
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 600px;
	flex-flow: row wrap;
	padding: 15px;
	color: #000;
}
.ikony-info {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
}
.ikony li {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	text-align: center;
}
.deklaracja_icon .small-txt {
	font-size: 12px !important;
	display: none;
	text-align: right;
	margin-right: 7px;
	line-height: 1;
}
.deklaracja_icon svg {

}
.ikony li a {
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
}
.ikony li.deaf a {
	font-size: 3rem;
}
.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;
    	background: #000;
}
.nav_tab a:hover, .nav_tab a:focus, .nav_tab a:active {
	background: #000;
	color: #ffff00;
	font-weight: 600;
	left: 5px;
	position: absolute;
	top: 10px;
	outline: none;
}
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;
}
.news-listing li img {
	width: 100%;
	display: flex;
}
.news-listing li .open-youtube-player iframe, .news-listing-index li .open-youtube-player iframe {
	width: 100%;
	display: flex;
}
.news-listing li .open-youtube-player, .news-listing-index li .open-youtube-player {
	cursor: pointer;
	position: relative;
}
.news-listing li .open-youtube-player img, .news-listing-index li .open-youtube-player img {
	opacity: 0.7;
	transition: all 0.3s ease;
}
.news-listing li .open-youtube-player:hover img, .news-listing-index li .open-youtube-player:hover img {
	opacity: 1;
}
.news-listing li .open-youtube-player:before, .news-listing-index li .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(0,255,255,1);
	z-index: 1;
	text-shadow: 0 0 30px rgba(0,255,255,0.4);
	transition: all 0.3s ease;
}
.news-listing li .yt-initialized.open-youtube-player:before , .news-listing-index li .yt-initialized.open-youtube-player:before {
	display: none;
}
.news-listing li .open-youtube-player:hover::before, .news-listing-index li .open-youtube-player:hover::before {
	color: rgba(255,255,255,0.2)
}
.main-cycle a img {
	opacity: 1;
}
.main-cycle a:hover img {
	opacity: 0.5;
	transition: all 0.3s ease;
}
.news-listing li h3 {
	margin-top: 15px;
}
.news-listing li h3 a:hover {
	color: rgba(0,255,255,1);
}
.error {
    width: 100%;
    text-align: center;
    background: #ff0000;
    padding: 20px;
    color: #fff;
}

.zielony {
    width: 100%;
    text-align: center;
    background: #00ffff;
    padding: 20px;
    color: #000;
}
.main-news-item-0 img {
 position: absolute;
}
.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');
}
