/* 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: 'Work Sans', sans-serif;
}
input, textarea, select, option, optgroup, button {
	font-size: 1.6rem;
}
* {
	box-sizing: border-box;
}
/* LAYOUT -----------------------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
	font-size: 0.625em;
	overflow-x: hidden;
}
body {
	min-height: 900px;
	background: #fff;
	color: #000;
	font-size: 1.6rem;
	overflow-x: hidden;
}
.wrapper {
	width: 100%;
	padding: 0 80px;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* HEADER -----------------------------------------------------------------------------*/
.index .header {
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	height: auto;
	padding: 30px 0;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 999;
	background: transparent;
}
.header {
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	height: auto;
	padding: 30px 0;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 999;
	background: #000;
}
.header-inner {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.header.sticky {
	padding: 10px 0;
	background: #000;
}
.sticky h1.logo a {
	height: 20px;
	width: 137px;
	background-size: 100%;
}
h1.logo a {
	background-image: url("/images/logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: medium none;
	float: left;
	height: 30px;
	padding: 0;
	text-indent: -9999px;
	width: 205px;
	background-size: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.top-nav {
	float: right;
}
.top-inner .path {
	width: 100%;
	float: left;
	font-size: 1.2rem;
	padding: 20px 0;
}
.top-inner .path p {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.top-inner .path ol {
	float: left;
}
.top-inner .path ol li {
	float: left;
}
.top-inner .path a {
	text-decoration: none;
	color: #000;
	margin: 0;
	font-weight: 500;
	font-size: 1.2rem;
	float: none;
}
.path .spacer {
	margin: 0 10px;
	display: inline-block;
}
.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: 1.4rem;
	margin-left: 20px;
  display: flex;
}
.lang li {
	width: auto;
	float: left;

}
.lang li a {
	color: #fff;
	font-weight: 500;
  padding: 5px;
}
.lang li a.active {
	color: #008aad;
}
#blackOverlay {
	background-color: #000;
	opacity: 0.0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.top {
	background: url("/images/top.jpg") no-repeat top center;
	height: 94vh;
	width: 100%;
	float: left;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.top2 {
	height: 200px;
	margin-top: 106px;
}
.top2 .top-inner {
	height: 200px;
	justify-content: space-between;
}
.top2 .top-inner h2 {
	font-weight: bold;
	font-size: 6rem;
	color: #000;
	max-width: 80%;
}
.top-inner {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	align-items: center;
	height: 94vh;
}
.top-inner h2 {
	font-weight: 600;
	font-size: 8.9rem;
	color: #fff;
}
.top-inner h2 span {
	color: #008aad;
}
.top-inner div a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 30px;
	float: left;
}
.strefa-btn {
	border: 2px solid #008aad;
	font-size: 1.2rem;
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	transition: all 0.3s ease;
    margin-right: 20px;
}
.strefa-btn:hover {
	background: #008aad;
	color: #fff;
}
.strefa-btn i {
	margin-left: 10px;
	font-size: 1rem;
}
.btn {
	border: 2px solid #008aad;
	font-size: 1.2rem;
	padding: 10px 20px;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	transition: all 0.3s ease;
	text-align: center;
}
.btn:hover {
	background: #008aad;
	color: #fff;
}
.btn i {
	margin-left: 10px;
	font-size: 1rem;
}
.scroll {
	background: url("/images/scroll.svg") no-repeat top center;
	height: 34px;
	width: 63px;
	position: absolute;
	display: block;
	bottom: 175px;
	right: calc(20% - 39px);
}
/* MENU -----------------------------------------------------------------------------*/
.menu {
	float: right;
	width: auto;
	clear: both;
}
.menu li {
	float: left;
	margin-left: 35px;
}
.menu li:first-child {
	margin-left: 0;
}
.menu li a {
	float: left;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding: 15px 0;
	transition: all 0.3s ease;
}
.header.sticky .menu {
	margin-left: 135px;
}
.header.sticky .menu li a {
	color: #fff;
}
.header-inner > .menu {
	margin-right: auto;
	margin-left: 75px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.menu li.active a {
	color: #008aad;
}
.menu li:hover {
}
.menu li a:hover {
	color: #008aad;
}
.menu .submenu {
	display: none;
	position: absolute;
	top: 32px;
	width: 300px;
	background: #e2e2e2;
	z-index: 5;
}
.menu .submenu li {
	float: none !important;
}
.menu-mob {
	background: #000;
	height: 100%;
	left: -285px;
	position: fixed;
	top: 0;
	width: 285px;
	z-index: 9999;
	overflow-y: scroll;
	box-sizing: border-box;
}
.menu-mob a.strefa-btn {
	margin-top: 20px;
	padding: 8px 6px;
	font-size: 1.2rem;
	line-height: normal;
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
.menu-mob ul {
	border-top: 1px solid #00385B;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	border-bottom: 1px solid #00385B;
	float: left;
	width: 100%;
}
.menu-mob a {
	color: #fff;
	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: #008aad;
}
.icon-close {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 15px;
	padding: 7px 15px;
}
.icon-menu {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	display: none;
	margin-left: 20px;
}
/* CONTENT -----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	display: inline-block;
	min-height: 300px;
}
.main-bg {
	background: url("/images/onas1.jpg") no-repeat top center;
	width: 100%;
	display: inline-block;
	min-height: 550px;
	color: #fff;
	margin-top: -105px;
	background-attachment: fixed;
}
h1 {
}
h2 {
}
h3 {
}
/* ARTICLE -----------------------------------------------------------------------------*/
.article {
	padding: 50px 0;
	min-height: 300px;
	float: left;
	width: 100%;
}
.article {
	line-height: 1.5;
}
.art-body a {
	color: #008aad;
}
.index .article {
	width: 45%;
	padding-top: 200px;
}
.article h2 {
	font-size: 2.4rem;
	font-weight: 600;
}
.article h3 {
	font-size: 1.6rem;
	font-weight: 500;
	color: #008aad;
}
.art-content {
}
.art-body {
}
.article ul {
	list-style-image: url(../images/li.png);
	margin: 10px;
}
.article li {
	color: #707070;
	line-height: 2.4rem;
	font-size: 1.4rem;
	font-weight: 400;
}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: normal;
}
.gallery-slider {
	width: 100%;
}
.art-gallery .thumb {
}
.art-gallery .thumb a img {
}
.bx-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
}
.bx-wrapper .bx-prev {
	left: -10px;
	background: url(/images/prev.svg)no-repeat center;
}
.bx-wrapper .bx-next {
	right: -10px;
	background: url(/images/next.svg)no-repeat center;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 999;
}
.gallery-slider .thumb {
	text-align: center;
}
.gallery-slider .thumb a img {
	max-width: none;
	width: auto!important;
	height: auto!important;
}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.files-item {
	line-height: 22px;
	padding-left: 20px;
}
.files-item a {
}
/* FILE ICONS -----------------------------------------------------------------------------*/
.ico-doc {
	background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
	background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
	background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
	background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
	background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
	background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}
/* 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 {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item-content {
}
.news-item-info {
	display: inline-block;
	padding-left: 80px;
	position: relative;
}
.news-item-date {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 13px;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #ddd;
}
.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 {
	display: inline-block;
	padding-top: 20px;
	width: 100%;
}
.news-thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 15px 5px 5px;
}
.news-intro {
	display: inline;
}
.news-body {
}
a.news-back {
}
/* PAGINATION -----------------------------------------------------------------------------*/
.pagination {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
.pagination .pages {
}
.pagination a {
	float: left;
	margin-right: 5px;
}
.pagination span {
	float: left;
	margin-right: 5px;
}
.pagination a.active {
}
/* 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-desc {
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 500;
	color: #008aad;
}
.gallery .thumb a img {
	width: 100%;
	display: flex;
}
.gallery-grid {
	display: grid;
	grid-auto-columns: 1fr;
	grid-gap: 40px;
}
.gallery-grid > div:first-child {
	grid-column: span 3;
}
.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 -----------------------------------------------------------------------------*/
.formularz .art-content {
	width: 48%;
	float: left;
}
form {
	width: 48%;
	float: right;
}
.form-data .form-elem-group:nth-child(-n+10) {
	width: 48%;
}
.form-data .form-elem-group:nth-child(6) {
	width: 100%;
}
.form-data {
	margin: 20px 0 0 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.form-elem-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.form-elem-name {
	width: 100%;
	float: left;
	padding: 4px 0;
	font-size: 1.2rem;
	font-weight: 500;
}
.form-elem-input {
	float: left;
	width: 100%;
}
.form-elem-input input[type=text], .form-elem-input input[type=number], .form-elem-input select, .form-elem-input textarea, .form-elem-input input[type=password] {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #DDDDDD;
	font-size: 1.6rem;
}
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	border: 2px solid #000;
}
.form-elem-input select {
	width: 100%;
}
.form-elem-input label {
	font-size: 1.2rem;
	font-weight: 500;
	color: #000;
	line-height: 1.4rem;
	float: left;
}
.form-data textarea {
	height: 100px;
	resize: none;
}
.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
	font-size: 1.4rem !important;
	margin: 0 6px 0 0!important;
	vertical-align: middle;
	color: #000;
}
.form-btn-send {
	float: right;
	background-color: #000;
	color: #fff;
	border: 0;
	padding: 4px 8px;
	cursor: pointer;
	background: transparent;
}
.form-btn {
	border: 2px solid #008aad;
	font-size: 2rem;
	padding: 10px 20px;
	border-radius: 30px;
	color: #008aad;
	font-weight: 500;
	transition: all 0.3s ease;
	width: 100%;
	background: transparent;
	float: left;
	margin-top: 5px;
	cursor: pointer;
}
.form-btn:hover {
	background: #008aad;
	color: #fff;
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 2px 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 {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
/* FOOTER -----------------------------------------------------------------------------*/
.footer {
	float: left;
	width: 100%;
	height: auto;
	margin: 150px 0;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: row wrap;
	align-items: center;
	margin: 0;
}
.footer-inner .footer-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: row wrap;
	align-items: center;
	margin: 60px 0;
}
ul.foot-nav {
	float: left;
}
ul.foot-nav li {
	float: left;
	margin-left: 30px;
}
ul.foot-nav li a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
	transition: all 0.3s ease;
}
ul.foot-nav li a:hover {
	color: #008aad;
}
/* LOGIN -----------------------------------------------------------------------------*/
.login-wrap {
}
.login-panel {
}
/************ <<< 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: #000;
	font-size: 1.1rem;
	color: #666666;
	padding: 50px 0 25px;
	z-index: 9999;
	width: 49vw;
	text-align: justify;
	font-weight: 200;
	max-width: 600px;
	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: 3.2rem;
	text-decoration: none;
	padding: 20px 15px;
	line-height: 12px;
	transition: all 0.3s ease;
}
#cookies_warning_close a:hover {
	background: #222;
	color: #008aad;
}
#cookies_warning_info {
	margin: 0 auto;
	padding: 0 50px 20px;
	color: #999;
}
#cookies_accept {
	border: 2px solid #008aad;
	color: #fff;
	font-size: 1.2rem;
	margin-left: 50px;
	border-radius: 35px;
	float: left;
	padding: 15px 25px;
	background: transparent;
	transition: all 0.3s ease;
}
#cookies_accept .fa {
	margin-left: 10px;
	font-size: 1rem;
}
#cookies_warning_info a {
	font-weight: bold;
	color: #008aad;
}
#cookies_accept:hover {
	background: #008aad;
}
.hidden {
	display: none;
}
.index .produkty-box {
	float: left;
	width: 100%;
	margin-top: -85px;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 40px;
	box-shadow: 0px 31px 49px 0px rgba(0, 138, 173, 0.16);
}
.produkty-box {
	float: left;
	width: 100%;
	margin-top: 0;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 40px;
	box-shadow: 0px 31px 49px 0px rgba(0, 138, 173, 0.16);
}
a.anchor {
	display: block;
	position: relative;
	top: -151px;
/* height of sticky navigation */
	visibility: hidden;
	width: 100%;
	height: 0;
	float: left;
}
.produkty-box ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px;
}
.produkty-box ul li {
	position: relative;
	height: 340px;
	list-style: none;
}
.produkty-box ul li a {
	width: 100%;
	height: 100%;
}
.produkty-box ul li:hover h2 {
	height: 100px;
}
.produkty-box ul li a img {
	transition: all 0.5s ease;
	transform: scale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.produkty-box ul li:hover a img {
	transform: scale(1.2);
}
.produkty-box ul li h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: #000;
	width: 100%;
	color:  #fff;
	font-size: 1.5rem;
	font-weight: 500;
	height: 48px;
	/*display: flex;
	align-items: center;
	justify-content: start;
	flex-flow: row wrap;
*/
	transition: all 0.5s ease;
	z-index: 1;
	pointer-events: none;
	line-height: normal;
}
.produkty-box ul li h2 strong {
	color: #008aad;
	display: contents;
}
.kambit {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-flow: row wrap;
	font-size: 1.2rem;
	font-weight: 500;
}
.kambit a {
	color: #000;
}
.mapa iframe {
	width: 100%;
	height: 400px;
	position: relative;
}
.mapa {
	width: 100%;
	float: left;
	margin-top: 50px;
}
input[type="checkbox"] {
	position: relative;
	width: 30px;
	height: 15px;
	-webkit-appearance: none;
	border: 1px solid #000;
	outline: none;
	border-radius: 15px;
	transition: all 0.5s ease;
}
input:checked[type="checkbox"] {
	border: 1px solid #008aad;
}
input[type="checkbox"]:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	top: 1px;
	left: 1px;
	transition: all 0.5s ease;
	background: #000;
}
input:checked[type="checkbox"]:before {
	left: 16px;
	background: #008aad;
}
.black {
	color: #fff;
	text-align: center;
	background: #000;
	padding: 20px;
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}
.more {
	font-size: 1.1rem;
	position: absolute;
	bottom: -120%;
	transition: all 0.4s ease;
	font-weight: 700;
	left: 17px;
}
.produkty-box ul li:hover .more {
	bottom: 10px;
}
@supports (-ms-ime-align:auto) {
input[type='checkbox'] {
	border: none;
	width: auto;
	height: auto;
	border-radius: 0;
}
}
#history {
}
#history .timeline-item.timeline-item-right::before {
	left: -4px;
}
#history .timeline-item.timeline-item-right::before {
}
#history .timeline-item::before {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	content: "";
	background:     #d1d1d1;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	right: 0;
}
.timeline-item.timeline-item-right::after {
	right: 6px;
}
#history .timeline-item::after {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	content: "";
	border-radius: 50%;
	background: #fff;
	border: 4px solid    #d1d1d1;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
#history .timeline-item.timeline-item-right::after {
	left: calc(0% - 12.5px);
}
#history .timeline-item.timeline-item-left::after {
	left: calc(100% - 12.5px);
}
#history .timeline-item::after {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	content: "";
	border-radius: 50%;
	background: #fff;
	border: 4px solid #d1d1d1;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	left: 0;
}
#history .timeline-item.timeline-item-left {
	margin-right: 0;
	padding-right: 25px;
}
#history .timeline-item.timeline-item-left {
	padding-right: 45px;
	text-align: right;
}
#history .timeline-item {
	position: relative;
	padding-bottom: 40px;
}
#history .timeline-item h2 {
	font-size: 23px;
	font-weight: 700;
	margin: 0;
	color: #008aad;
	line-height: 23px;
}
#history .timeline-item p {
	font-weight: 300;
	line-height: 20px;
	margin: 5px 0 15px;
}
#history .timeline-item.timeline-item-right {
	width: 50%;
	margin-left: 50%;
	padding-left: 20px;
}
#history .timeline-item.timeline-item-left {
	width: 50%;
	margin-right: 50%;
	padding-right: 20px;
}
#history .timeline-item:hover::after {
	border: 4px solid #008aad;
}
#history .timeline-item:hover::before {
	background: #008aad;
}
.prod-item-gallery {
}
.prod-item-content {
}
.prod-item-gallery-thumbs img {
	width: 100%;
	display: flex;
	cursor: pointer;
}
.prod-item-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
	grid-gap: 10px;
	margin-top: 10px;
}
.prod-item-gallery-big img {
	max-width: 100%;
	display: flex;
}
.gallery-list-outer .gallery-list .gallery-photo img {
	width: 100%;
	display: flex;
	transition: all 0.3s ease;
}
.gallery-list-outer {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 40px;
}
.desc-gallery-list {
	background: #000;
	padding: 20px;
}
.desc-gallery-list h3 {
	text-align: center;
}
.desc-gallery-list h3 {
	color: #fff;
	font-size: 1.8rem;
}
.desc-gallery-list p {
	color: #008aad;
	text-align: center;
	font-size: 1.4rem;
	margin-top: 15px;
}
.gallery-list-outer .gallery-list a:hover .gallery-photo img {
	opacity: 0.7;
}
.gallery-list-outer .gallery-list a .gallery-photo {
	background: #000;
}
.prod-item {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
	grid-gap: 40px;
	margin-bottom: 150px;
	width: 100%;
	float: left;
}
.prod-item-content h2 {
	color: #000;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.prod-item-attachments {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.main .prod-item .btn {
	color: #008aad;
	margin: 0;
	max-width: none;
}
.prod-item .btn:hover {
	color: #fff;
}
.btn-katalog {
	background: #008aad;
	color: #fff;
	margin: 0!important;
}
.btn-katalog i {
	color: #fff;
}
.btn-katalog:hover {
	background: #000;
	border-color: #000;
}
.panel-form-data {
}
.strefa-inner {
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	width: 100%;
	align-items: center;
	margin-top: 150px;
	float: left;
}
.strefa-head {
	text-align: center;
	margin-bottom: 40px;
}
.strefa-head h2 {
	font-weight: bold;
	font-size: 6rem;
	color:     #000;
}
.strefa-head h3 {
	color: #008aad;
}
.strefa-link {
	text-align: center;
	color: #000;
	font-size: 1.2rem;
	margin-top: 20px;
	width: 100%;
	float: left;
}
.strefa-link a:hover {
	color: #008aad;
}
.prod-item-attachments-download {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 40px;
	margin-bottom: 40px;
}
.prod-item-attachments-download a i {
	color: #ddd;
	font-size: 3rem;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.prod-item-attachments-download a {
	border: 3px solid #ddd;
	padding: 20px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	color: #008aad;
	font-weight: 600;
	transition: all 0.3s ease;
}
.prod-item-attachments-download a:hover {
	border: 3px solid #008aad;
}
.prod-item-attachments-download a:hover i {
	color: #000;
}
.prod-item-download {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.error {
	width: 100%;
	background: red;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.zielony {
	width: 100%;
	background: green;
	color: #fff;
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.produkty-box ul li:first-child:before {
	content: '';
	width: 180px;
	height: 61px;
	display: block;
	background: url(/images/new.png) no-repeat center;
	position: absolute;
	left: -9px;
	top: 10px;
	z-index: 1;
	background-size: 100%;
}
.produkty-box ul li div {
	overflow: hidden;
	position: relative;
	height: 340px;
}
.en .produkty-box ul li:first-child:before {
	background: url(/images/new_en.png) no-repeat center;
	background-size: 100%;
}
.de .produkty-box ul li:first-child:before {
	background: url(/images/new_de.png) no-repeat center;
	background-size: 100%;
}
.sk .produkty-box ul li:first-child:before {
	background: url(/images/new_sk.png) no-repeat center;
	background-size: 100%;
}
.fr .produkty-box ul li:first-child:before {
	background: url(/images/new_fr.png) no-repeat center;
	background-size: 100%;
}
.form-group-outer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
.mb-40 {
	margin-bottom: 80px;
}
.line {
	padding-left: 80px;
	position: relative;
	float: left;
	width: 100%;
}
.line::before {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	content: "";
	background: #d1d1d1;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	left: 25px;
  border-radius: 30px;
}
h2.title {
	position: relative;
	font-size: 2rem;
	font-weight: 600;
}
h2.title span {
	position: absolute;
	background: #008aad;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	left: -69px;
}
.group {
	float: left;
	width: 100%;
}
.green-btn {
	background:  #008aad;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
	border-radius: 35px;
	float: left;
	padding: 15px 50px;
	border: none;
	transition: all 0.3s ease;
}
.green-btn:hover {
	background:  #000;
	color: #fff;
}
.line .form-elem-input {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.line .form-elem-name {
	width: 100%;
	float: left;
	padding: 4px 0;
	font-size: 1.8rem;
	font-weight: 400;
	color: #525252;
}
.twoje-zamowienie-box {
	display: grid;
	width: 100%;
	margin-bottom: 40px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 40px;
	padding: 40px;
	border: 2px solid #008aad;
	border-radius: 5px;
}
.item {
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.empty {
	font-size: 3rem;
}
.line .form-elem-input input[type="text"], .line .form-elem-input input[type="number"], .line .form-elem-input select, .line .form-elem-input textarea, .line .form-elem-input input[type="password"] {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #DDDDDD;
	font-size: 2.4rem;
}
.input-error-info {
	color: red;
	font-weight: bold;
}
.form-group label img {
	width: 100%;
}
.wybor-box {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	grid-gap: 40px;
	border-radius: 5px;
}
.line [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.line [type=radio] + .check {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	background: #fff;
	display: flex;
}
/* CHECKED STYLES */
.line [type=radio]:checked + .check img {
	opacity: 0.4;
}
.line [type=radio]:checked + .check {
	border: 1px solid #008aad;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.line [type=radio]:checked + .check::before {
	width: 40px;
	height: 40px;
	content: '';
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	z-index: 2;
	background: url("/images/check-square.svg") no-repeat center;
}
.remove-product {
	background: #000;
	color: #fff;
	border-radius: 30px;
	font-size: 1.4rem;
	cursor: pointer;
	padding: 10px 20px;
	border: none;
	transition: all 0.3s ease;
	font-weight: 600;
}
.remove-product:hover {
	background: #008aad;
}
.item img {
	width: calc(100% - 20px) !important;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	margin-top: 10px;
}
.colors {
display: grid;
margin: 20px 0;
text-align: center;
grid-template-columns: 1fr 1fr;
}
.item h2 {
	margin-bottom: 20px;
	color: #ff9a18;
	font-size: 2.4rem;
	font-weight: 500;
}
.item h2 span {
	font-size: 1.4rem;
	color: #000;
}
.item .dane {
	border-radius: 8px;
	padding: 10px 15px;
	background: #fafafa;
}
.item .dane li {
	padding: 5px 0;
}
#kosztZamowienia {
	color: #ff9a18;
	font-size: 3rem;
}
.status-zam {
	float: left;
	width: 100%;
}
.status-zam .good {
	font-size: 4rem;
	text-align: center;
	width: 100%;
	color: #41C141;
	margin-bottom: 70px;
}
.status-zam .errors {
	font-size: 4rem;
	text-align: center;
	width: 100%;
	color: red;
	margin-bottom: 70px;
}
.status-zam .errors li {
	font-size: 2rem;
}
.image-box-group {
 display: grid;
width: 100%;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-gap: 40px;
margin-bottom: 40px;
}
.image-box-group-3 {
 display: grid;
width: 100%;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
grid-gap: 40px;
margin-bottom: 40px;
}
.image-box-group-2 {
 display: grid;
width: 100%;
grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
grid-gap: 40px;
margin-bottom: 40px;

}
.image-box-group img, .image-box-group-2 img, .image-box-group-3 img {
 border: 1px solid #d1d1d1;
border-radius: 3px;
width: 100%;


}
.ue {
color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
}
.ue:hover {

color: #008aad;

}
.ue img {
width: auto!important;

}.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1101;
	outline: none;
	display: none;
  margin-left: 20px;
  margin-top: 20px;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;

}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;

}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

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