/* 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: #555;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Mulish', sans-serif;
}
input, textarea, select, option, optgroup, button {
}
* {
	box-sizing: border-box;
}
[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: #454545;
	font-size: 1.8rem;
}
.wrapper {
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* HEADER -----------------------------------------------------------------------------*/
.header {
	height: auto;
	float: left;
	width: 100%;
}
.header-inner {
	height: auto;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #E4E7E9;
}
.logo a {
	float: left;
}
.top-nav {
	float: right;
}
.search {
	border: 1px solid #E4E7E9;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}
.input-search {
	padding: 16px;
	border: none;
	font-size: 1.4rem;
	height: 45px;
	width: calc(100% - 45px);
	float: left;
	color: #666;
	font-weight: 400;
}
.btn-search {
	cursor: pointer;
	border: none;
	border: none;
	font-size: 1.6rem;
	transition: all 0.3s ease;
	color: #5285D4;
	background: #fff;
	height: 45px;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-search:hover {
	background: #002b6d;
	color: #fff;
}
.lang {
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}
.lang li {
	width: auto;
	float: left;
}
/* MENU -----------------------------------------------------------------------------*/
.menu-container {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menu-container span {
	color: #002B6D;
	font-weight: 700;
	font-size: 1.5rem;
}
.menu {
	float: left;
	width: auto;
	margin: 20px 0;
	position: relative;
}
.menu li {
	float: left;
	margin-right: 12px;
}
.menu li a {
	float: left;
	padding: 10px 11px;
	text-transform: uppercase;
	box-shadow: 0px 4px 7px 0px rgba(218, 227, 232, 1);
	border-radius: 5px;
	color: #D9000D;
	font-weight: 700;
	transition: all 0.3s ease;
	font-size: 1.5rem;
}
.menu li.active > a {
	background: #D9000D;
	color: #fff;
}
.menu li:hover {
}
.menu li a:hover {
	background: #D9000D;
	color: #fff;
}
.menu .submenu {
	display: none;
	position: absolute;
	top: 40px;
	width: 250px;
	background: #fff;
	z-index: 5;
	box-shadow: 0 15px 15px rgba(0,0,0,0.15);
	z-index: 999;
}
.menu .submenu li {
	float: left;
	position: relative;
	margin-right: 0;
	width: 100%;
}
.menu .submenu li a {
	color: #d9000d;
	padding: 10px;
	display: block;
	width: 100%;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: none;
	border-radius: 0;
}
.menu .submenu li a:hover {
	background: #d9000d;
	color: #fff;
}
.menu .submenu li.active > a {
	background: #d9000d;
	color: #fff;
}
.menu .submenu .children .submenu {
	top: 0;
	left: 250px;
}
.menu-mob {
	background: #f6f7f8;
	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: #002b6d;
	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 > a {
	color: #d9000d;
}
.toggleSubmenu {
	float: right;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	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: #002b6d;
	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: 5px
}
/* CONTENT -----------------------------------------------------------------------------*/
.content {
}
.main {
	width: calc(100% - 350px);
	display: inline-block;
	min-height: 300px;
}
h1 {
	font-family: 'Catamaran', sans-serif;
}
h2 {
	font-family: 'Catamaran', sans-serif;
}
h3 {
	font-family: 'Catamaran', sans-serif;
}
/* ARTICLE -----------------------------------------------------------------------------*/
.article {
	padding-bottom: 50px;
	min-height: 300px;
}
.article h1 {
}
.art-body img, .news-body img {
	max-width: 100%;
	height: auto !important;
	border-radius: 5px;
}
.art-body h2, .news-body h2 {
font-size: 2.6rem;
color: #002b6d;
line-height: 3.6rem;
margin-bottom: 15px;
display: inline-block;
}
.art-body h2 {
  margin-top: 20px;

}
.art-body h2:first-child {
  margin-top: 0;

}
.art-body h2:after, .news-body h2:after {
	content: "";
	width: 100px;
	height: 3px;
	background: #e4e7e9;
	display: block;
	margin-top: 10px;
}
.art-body h3, .news-body h3 {
	font-size: 2rem;
	color: #002b6d;
	line-height: 3rem;
	font-weight: 500;
}
.art-body a, .news-body a {
	color: #002b6d;
	text-decoration: underline;
}
.art-body a:hover, .news-body a:hover {
	color: #d9000d;
}
.art-content {
}
.news-body, .art-body {
	line-height: 1.7;
	float: left;
	width: 100%;
	word-wrap: break-word;
	margin-bottom: 20px;
}
.art-body ul, .news-body ul, .news-intro ul {
	list-style-image: url(../images/li.svg);
	margin: 15px 0;
	padding-left: 40px;
}
.art-body li, .news-body li, .news-intro ul li, .news-intro ol li {
	line-height: 1.7;
	font-weight: 700;
	margin-bottom: 15px;
}
.polityka-prywatnosci .art-body li {
	font-weight: normal;
}
.art-body ol, .news-body ol, .news-intro ol {
	margin-bottom: 20px;
	list-style: decimal;
	padding-left: 40px;
}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-auto-flow: row dense;
}
.art-gallery a img {
	width: 100%;
	display: flex;
	transition: all 0.3s ease;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: normal;
}
.art-gallery .thumb a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.art-gallery .thumb a img {
}
/* za��czniki artykulu */
.art-files {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.line-zalaczniki {
	border-bottom: 2px dotted #c9c9c9;
	flex-grow: 1;
	margin: 3px 5px;
	align-self: flex-end;
}
.files-item {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	background: #f0f0f2;
	padding: 20px;
	border-radius: 5px;
	align-items: center;
}
.files-item > div > a {
	word-wrap: break-word;
}
.article .files-item a {
	font-weight: bold;
	color: #002b6d;
	font-size: 1.6rem;
	text-decoration: none;
}
.files-item .files-item-info span {
	font-size: 1.2rem;
	font-weight: 700;
}
.files-item .files-item-info a {
	font-size: 1.2rem;
	color: #d9000d;
	padding: 5px 8px;
	border-radius: 3px;
}
.article .files-item .files-item-info a:hover {
	text-decoration: none;
	background: #d9000d;
	color: #fff;
}
.article .files-item a:hover {
	color: #002b6d;
	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: 350px;
	float: left;
	background: transparent;
	min-height: 300px;
	padding-right: 50px;
	margin-bottom: 50px;
	margin-top: -102px;
	position: relative;
	z-index: 3;
}
/* SUBMENU -----------------------------------------------------------------------------*/
.submenu-body {
	padding: 0 20px;
background: transparent linear-gradient(180deg,
#002B6D 0%,
	#001F4E 100%) 0% 0% no-repeat;
	box-shadow: 0 .21429rem 1.78571rem 0 rgba(4,4,4,.2);
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 5px;
}
.toggleLeftMenu {
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	width: 25px;
	display: flex;
	text-align: center;
	height: 25px;
	font-size: 1.4rem;
	transition: all 0.3s ease;
	color: #becadd;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
}
.toggleLeftMenu:hover {
	background: #e7eef2;
	color: #001f4e;
}
.submenu-active .fa-angle-down {
	display: none;
}
.submenu-inactive .fa-angle-up {
	display: none;
}
.submenu-top {
}
.submenu-foot {
}
.submenu-body ul li {
}
.submenu-body ul li a {
	padding: 15px 25px 15px 0;
	display: block;
	width: 100%;
	position: relative;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	transition: all 0.3s ease;
	opacity: 0.5;
}
.submenu-body ul > li.active > a {
	opacity: 1;
	font-weight: bold;
}
.submenu-body ul > li > a:hover {
	opacity: 1;
}
.submenu-body ul li:last-child {
	position: relative;
}
/* level-0 */
ul.level-0 {
	width: 100%;
}
li.level- {
	float: left;
	width: 100%;
	border-bottom: 1px solid #2e4b77;
}
li.level-:last-child {
	border-bottom: none;
}
.submenu-body ul li.level-1 a {
	padding: 10px 25px 10px 10px;
}
li.level-0.active {
}
li.level-0:hover {
}
/* level-N */
li.level-1 {
	border-bottom: 1px solid #2e4b77;
	font-size: 1.4rem;
}
li.level-2 {
	font-size: 1.4rem;
}
/* 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 {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
}
.news-item-content {
}
.news-item-info {
}
.news-item-date {
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS -----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
	display: inline-block;
	width: 100%;
}
.news-thumb {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 5px;
	display: flex;
}
.news-intro {
	float: left;
	line-height: 1.7;
	width: 100%;
	margin-bottom: 20px;
}
.news-body {
}
a.news-back {
	margin-top: 20px;
	color: #fff;
}
a.news-back:hover {
	color: #fff;
}
/* PAGINATION -----------------------------------------------------------------------------*/
.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 10px;
	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: 5px;
}
.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: #002b6d;
	color: #fff;
}
.pagination a:hover {
	background: #e7eef2;
}
/* GALLERY -----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.gallery-item {
}
.art-gallery .thumb {
}
.art-gallery .thumb a:hover img {
	transform: scale(1.1);
}
.gallery .thumb, .gallery .thumb a {
}
.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;
	width: 100%;
}
.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: 10px;
	border: 1px solid #fff;
	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: 5px;
	width: 100%;
	background: #002b6d;
	color: #fff;
	cursor: pointer;
	border: none;
	margin-top: 10px;
}
.form-btn-send:hover {
	background: #0141a2;
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 1px solid red !important;
}
.form-error {
	color: red;
	font-size: 1.2rem;
}
/* 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 {
}
.site-map ul li a:hover {
	text-decoration: underline;
}
.site-map .level-0 {
	font-size: 2.4rem;
}
.site-map > .level-0 > li > a {
	color: #000;
	font-weight: 700;
}
.site-map  .level-1 > li > a {
	color: #102693;
	font-weight: 600;
}
.site-map  .level-2 > li > a {
	color: #3366ff;
}
.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 -----------------------------------------------------------------------------*/
.index .footer {
	height: auto;
	width: 100%;
	float: left;
	background: #002B6D;
	padding-top: 200px;
	margin-top: -100px;
}
.footer {
	height: auto;
	width: 100%;
	float: left;
	background: #002B6D;
	padding-top: 80px;
	margin-top: 50px
}
ul.foot-nav {
	float: left;
}
ul.foot-nav li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
ul.foot-nav li a {
	color: #fff;
	transition: all 0.3s ease;
}
ul.foot-nav li a:hover {
	opacity: 0.5;
}
.footer-info {
	color: #fff;
	font-size: 1.6rem;
}
.footer-info h4 {
	font-size: 1.8rem;
}
.footer-info ul {
}
.footer-info ul li {
	margin-top: 15px;
	float: left;
	width: 100%;
}
.footer-info ul li .material-symbols-outlined {
	color: #5285D4;
	font-size: 1.4rem;
	vertical-align: middle;
}
.footer-info ul li span {
	font-size: 1.4rem;
}
.footer-inner {
	float: left;
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-flow: row dense;
	margin-bottom: 50px;
}
.foot-links {
	float: left;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #2E4B77;
	padding: 35px 0;
}
.foot-links li:last-child a {
	color: #fff;
	font-size: 2.4rem;
	background: #001F4E;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.foot-links li a {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease;
}
.foot-links li:last-child a:hover {
	color: #001F4E;
	background: #fff;
}
.foot-links li a:hover {
	transform: translateY(-5px);
}
.footer-inner div:last-child {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-end;
}
.licznik {
	color: #fff;
	font-size: 2.2rem;
}
.licznik span {
	color: #5285D4;
	font-size: 1.2rem;
}
/* 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: 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: 5px;
}
#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: 5px;
	width: 100%;
	background: #002b6d;
	color: #fff;
}
#cookies_accept:hover {
	background: #0141a2;
}
#cookies_accept_container {
	padding: 15px 30px 30px 30px;
	float: left;
	width: 100%;
}
#cookies_accept .fa {
}
#cookies_warning_info a {
	font-weight: bold;
	color: #d9000d;
}
#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;
}
.ikony-outer {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-end;
	gap: 15px;
	width: 480px;
}
.ikony {
	float: right;
	display: flex;
	width: 100%;
}
.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: #000;
	color: #fff;
}
.ikony-info {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	font-weight: 400;
	margin-bottom: 5px;
}
.rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.slider-outer {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #000;
}
/*.sy-slide > img {
	opacity: 0.5;
}
*/
.slider-outer .sy-caption-wrap .sy-caption {
	font-family: 'Catamaran', sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
}
.slider-outer .sy-caption-wrap .sy-caption h1 {
	width: 50%;
	line-height: 5.6rem;
	color: #002b6d;
	background: rgba(255,255,255,0.75);
	padding: 30px;
	border-radius: 5px;
}
.slider-outer .sy-caption-wrap .sy-caption .btn {
	margin-top: 30px;
}
.slider-outer .sy-caption-wrap {
	position: absolute;
	bottom: 150px;
}
.btn {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: auto;
	padding: 0 25px;
font-size: 1.6rem;
font-weight: 600;
	border-radius: 5px;
	float: left;
	transition: all 0.3s ease;
	min-width: 160px;
	text-decoration: none!important;
}
.btn:hover {
	text-decoration: none!important;
}
.btn-red {
	background: #D9000D;
	color: #fff;
}
.btn-red:hover {
	background: #F22A36;
	color: #fff;
}
.btn-light {
	background: #e4e7e9;
	color: #fff;
}
.btn-light:hover, .art-body .btn-light:hover {
	background: #002b6d;
	color: #fff;
}
.material-symbols-outlined {
	transition: all 0.3s ease;
}
.btn:hover .material-symbols-outlined {
	transform: translateX(5px);
}
.index .box-skroty {
	float: left;
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-flow: row dense;
	margin-top: -100px;
	z-index: 5;
	position: relative;
}
.box-skroty {
	float: left;
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-flow: row dense;
	margin-top: 0;
	z-index: 5;
	position: relative;
}
.box-skroty li a {
background: transparent linear-gradient(180deg,
#002B6D 0%,
	#001F4E 100%) 0% 0% no-repeat;
	box-shadow: 0px 7px 10px #00000029;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	gap: 25px;
	padding: 32px 0;
	transition: all 0.3s ease;
}
.box-skroty li a img {
	transition: all 0.3s ease;
}
.box-skroty li a:hover {
background: transparent linear-gradient(180deg,
#0242A4 0%,
	#001F4E 100%) 0% 0% no-repeat;
}
.box-skroty li a h2 {
	color: #fff;
	font-weight: 500;
	font-size: 2.6rem;
}
.box-skroty li a:hover img {
	transform: translateY(-5px);
}
.news-box {
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 80px;
}
.news-box-top {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.news-box-top h2, .dojazd-box h2 {
	color: #002b6d;
	font-size: 3.6rem;
	font-weight: 600;
}
.index-news-list {
	float: left;
	width: 100%;
	display: flex;
}
.index-news-list-left {
	flex-basis: 70%;
	padding-right: 30px;
}
.index-news-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	height: 100%;
}
.index-news-list .index-news-list-left ul li {
	border: none;
}
.index-news-list ul li {
	display: flex;
	gap: 0 40px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #E4E7E9;
	padding-bottom: 20px;
}
.index-news-list ul li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.index-news-list-right {
	flex-basis: 500px;
	border-left: 1px solid #E4E7E9;
	padding-left: 30px;
}
.index-news-list-right ul .main-news-text h3 a {
	font-size: 2rem;
}
.main-news-text .data {
	color: #002B6D;
	font-size: 1.4rem;
	font-weight: 600;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.main-news-text .link a {
	color: #D9000D;
	font-size: 1.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
}
.main-news-text .link .material-symbols-outlined {
	font-size: 1.6rem;
	transition: all 0.3s ease;
}
.main-news-text .link:hover .material-symbols-outlined {
	transform: translateX(5px);
}
.news-box-top a {
	color: #D9000D;
	height: 50px;
	border: 1px solid #E4E7E9;
	width: auto;
	padding: 0 25px;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 5px;
	float: left;
	transition: all 0.3s ease;
	min-width: 160px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
.news-box-top a:hover {
	background: #d9000d;
	border-color: #d9000d;
	color: #fff;
}
.news-img {
	flex: 0 0 215px;
	float: left;
	height: 215px;
	width: 215px;
}
.news-img a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.news-img a img {
	display: flex;
	transition: all 0.3s ease;
}
.news-img a:hover img {
	transform: scale(1.1);
}
.main-news-text {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100%;
}
.main-news-text h3 a, .main-news-text h2 a {
	font-size: 2.2rem;
	color: #002b6d;
	float: left;
	line-height: 3rem;
	width: 100%;
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
.main-news-text h3 a:hover {
	color: #d9000d;
}
.main-news-text h2 a:hover {
	color: #d9000d;
}
.main-news-text-top h3 a {
	float: left;
	color: #000;
	transition: all 0.3s ease;
}
.top {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
}
.path {
	width: 100%;
	float: left;
	text-transform: lowercase;
	font-size: 1.4rem;
	min-height: auto;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 300;
	margin-top: 10px;
	position: relative;
	z-index: 3;
}
.path-inner {
	float: left;
	width: 100%;
}
.path-inner ol {
	float: left;
      display: flex;
  align-items: center;
}
.path-inner ol li {
float: left;
  display: flex;
  align-items: center;
  height: 30px;
}
.path a {
	text-decoration: none;
	color: #002b6d;
	font-weight: 400;
}
.path .spacer {
color: #002b6d;
  height: 30px;
  display: flex;
  align-items: center;
}
.path .spacer svg {
height: 20px;

}
.path a:hover {
	text-decoration: underline;
}
.ico {
	display: flex;
	justify-content: space-between;
	width: 265px;
	position: absolute;
	margin-bottom: 10px;
	bottom: 0;
	right: 0;
}
.ico > div a {
	color: #fff;
	font-size: 1.8rem;
	width: 42px;
	height: 42px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .3s ease;
	background: #002b6d;
}
.ico > div a:hover {
	background: #d9000d;
	color: #fff;
}
.top-h1-outer {
	height: 400px;
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
.top-h1-outer .top-h1-inner {
	width: 100%;
	background: rgba(255,255,255,0.75);
	padding: 30px;
	border-radius: 5px;
}
.content {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.top-h1 {
	font-size: 4rem;
	font-weight: 700;
	color: #002b6d;
	width: 100%;
	line-height: 5rem;
}
.kambit {
	float: left;
	width: 100%;
	padding: 30px 0;
	background: #001F4E;
}
.kambit-inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 1.2rem;
	color: #5285D4;
	font-weight: 400;
}
.kambit-inner a {
	display: flex;
	color: #5285D4;
	align-items: center;
}
.dojazd-box {
	float: left;
	width: 100%;
}
.dojazd-box h2 {
	margin-bottom: 30px;
	font-size: 3.6rem;
	font-weight: 600;
	float: left;
	width: 100%;
}
.mapa-box {
	float: left;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 20px 30px #00000029;
}
.mapa-box iframe {
	display: flex;
}
.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;
}
.news-list ul li a {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border: 1px solid #e7eef2;
	font-weight: 600;
	flex-flow: column wrap;
	transition: all 0.3s ease;
	border-radius: 5px;
}
.news-list ul li a:hover {
	border: 1px solid #e7eef2;
	box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.85);
}
.news-list img {
	display: flex;
	width: 100%;
	transition: all 0.3s ease;
	height: 184px;
}
.news-list .txt {
	float: left;
	width: 100%;
	padding: 15px 30px;
}
.news-list .txt h3 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 600;
	color:  #002b6d;
}
.news-listing ul li {
	display: flex;
	gap: 0 40px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #E4E7E9;
	padding-bottom: 20px;
}
.news-listing ul li .main-news-text .link {
	align-self: end;
}
.news-listing ul li:last-child {
	border: none;
}
.news-listing ul li:first-child {
	padding-top: 0;
}
.news-listing ul {
	margin: 0;
}
.newsbar {
	background: #d9000d;
	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 {
	opacity: 0.7;
}
#newsbar-content ul li {
	font-weight: 600;
}
#newsbar-content ul li a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.marquee {
	overflow: hidden;
	width: calc(100% - 90px);
	float: left;
}
.play-box a {
	float: left;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#newsbar-close {
	float: left;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.play-box a:hover,
#newsbar-close:hover {
	background: #002b6d;
	color: #fff;
}
#newsbar-content ul li i {
	font-size: 6px;
	color: #fff;
	float: right;
	margin: 6px 20px;
}
#newsbar-content ul li:last-child svg {
	display: none;
}
.slider-podstrona, .slider-podstrona-inner > div {
	min-height: 400px;
	height: 400px !important;
	position: relative;
}
/*.slider-podstrona::after {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,.55);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
*/
#article-tabs.ui-tabs .ui-tabs-panel {
	padding: 30px 0;
	background: none;
	border: 0;
}
#article-tabs {
	border: 0;
	padding: 0;
	background: transparent;
}
#article-tabs.ui-tabs .ui-tabs-nav {
	padding: 0;
	background: transparent;
	border-bottom: 1px solid #E4E7E9;
}
#article-tabs.ui-tabs .ui-tabs-nav li {
	margin: 0;
}
#article-tabs .ui-state-default {
	text-transform: none;
}
#article-tabs .ui-state-active a,
#article-tabs .ui-state-active a:link,
#article-tabs .ui-state-active a:visited {
	border: 0;
	background: #002b6d;
	color: #fff!important;
}
#article-tabs .ui-state-default,
#article-tabs .ui-widget-content .ui-state-default,
#article-tabs .ui-widget-header .ui-state-default {
	border: 0;
	background: transparent;
	font-weight: normal;
	color: #002B6D;
}
#article-tabs .ui-state-default a,
#article-tabs .ui-state-default a:link,
#article-tabs .ui-state-default a:visited {
	color: #002B6D;
	border-radius: 3px 3px 0 0;
}
#article-tabs .ui-widget-content {
	color: #454545;
	font-size: 1.8rem;
	line-height: 1.7;
	word-wrap: break-word;
}
#fancybox-right {
	right: 15px!important;
}
.alert {
	background: #f8d7da;
	border: 1px solid #f1aeb5;
	color: #b02a37;
	padding: 15px;
	border-radius: 5px;
}
.info {
	background: #d0def4;
	border: 1px solid #b8d3fb;
	color: #002b6d;
	padding: 15px;
	border-radius: 5px;
}
.red {
	color: #d9000d;
	font-size: 1.6rem;
	vertical-align: baseline;
	margin-right: 5px;
}
.grid-3 {
	float: left;
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-flow: row dense;
}
.grid-3 div {
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
background: transparent linear-gradient(180deg,
#002B6D 0%,
	#001F4E 100%) 0% 0% no-repeat;
	color: #fff;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
}
.grid-3 div h3 {
	font-size: 4rem;
	margin-bottom: 10px;
	color: #fff;
	float: left;
	width: 100%;
}
.ui-widget-overlay {
	z-index: 9999;
}
.ui-dialog {
	z-index: 10000;
}
.formularz .art-content {
	width: 100%;
	float: left;
}
.from-bg {
	background: #f6f7f8;
	float: left;
	width: 100%;
	padding: 50px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.mapa {
	float: left;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.mapa iframe {
	width: 100%;
}
.article table tbody tr td {
	padding: 15px;
}
.article table tbody tr:nth-child(2n+1) {
	background: #f0f0f2;
}
.article table {
	width: 100%!important;
	border-collapse: collapse;
}
.article table thead {
	color: #e80021;
	border-top: 1px solid #f0f0f2;
}
.article table thead tr th {
	padding: 15px;
}
.submenu-body .treeview .hitarea, .submenu-body .treeview li.lastCollapsable, .submenu-body .treeview li.lastExpandable {
  background: transparent;
  }
.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 {

}

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

	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: #fff;

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