/*
Theme Name: KKPW
Author: millstudio
Author URI: http://millstudio.pl
Version: 1.0
*/

html {
	overflow-y: scroll !important;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
input,
button,
textarea {
	font-family: "refrigerator-deluxe", sans-serif;
	font-weight: 300;
	outline: none;
	color: #4d4d4d;
	font-size: 20px;
}

.button,
button {
	cursor: pointer;
}

input,
button,
textarea {
	outline: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	border: none;
	max-width: 100%;
}

.mapa img {
	max-width: none;
}

.kontakt-form .send_btn span,
#kontakt-mapy .box-off .link,
#footer-close .sub-header-in,
#footer-link,
#menu-btn span,
#pub-back,
.filtr li,
#post-more,
#lista-publikacji tr,
#scroll-down,
.kontakt-form .send_btn,
.box-close,
.pub_link,
.osoba-next,
.osoba-prev,
#zespol-osoby .osoba,
#menu_toolbar,
#home-boxes .box>div,
.more,
#logo img,
#logo,
a {
	-webkit-transition-property: background, border-color, color, opacity, padding, height, margin;
	-webkit-transition-duration: 0.3s ease-out 0s;
	-ms-transition-property: background, border-color, color, opacity, padding, height, margin;
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: ease-out;
	transition-property: background, border-color, color, opacity, padding, height, margin;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

#zespol-osoby .grupa .page-container,
#home-boxes-in,
.all {
	-webkit-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.clr {
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	position: static !important;
	border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
	margin: 0;
}

ul,
ol {
	padding: 0 0 0 1.5em;
}

.page-content {
	max-width: 1102px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: auto;
}

#menu_toolbar .page-content {
	overflow: visible;
	position: static;
	padding-left: 0;
	padding-right: 0;
}

#page,
#footer,
#footer-more,
#pages>div {
	background: #e3e3e3;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

#page>div,
#pages>div>div {
	margin-left: 10px;
	margin-right: 10px;
}

#pages #home {
	background: url("images/video-poster4.jpg") no-repeat center center;
	background-size: cover;
	border: none;
}

#home #video img,
#home #video video,
#home #video {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	margin-left: 0;
	margin-right: 0;
}

#home .page-container {
	z-index: 2;
}

#menu_toolbar {
	padding: 8px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: transparent;
	background: rgba(239, 239, 239, 0);
	min-height: 66px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#page {
	padding-top: 66px;
}

.single-page #menu_toolbar,
.archive #menu_toolbar,
.scrolled #menu_toolbar {
	background: #efefef;
	background: rgba(239, 239, 239, 0.94);
}

#logo {
	display: block;
	float: left;
	margin-top: 7px;
}

#logo img {
	display: block;
	height: 66px;
	width: auto;
}

.lang-de #logo,
.single-page #logo,
.archive #logo,
.scrolled #logo {
	background: url("images/_logo-kkpw2.png") no-repeat left center;
	background-size: auto 42px;
	margin-top: 3px;
}


/*logo-kkpw2.png*/

.lang-de #logo,
.lang-de.single-page #logo,
.lang-de.archive #logo,
.lang-de.scrolled #logo {
	background-image: url("images/_logo-kkpw2.png");
}


/*logo-kkpw2-de.png*/

.lang-en.single-page #logo,
.lang-en.archive #logo,
.lang-en.scrolled #logo {
	background-image: url("images/_logo-kkpw2.png");
}


/*logo-kkpw2-en.png*/

.lang-de #logo img,
.single-page #logo img,
.archive #logo img,
.scrolled #logo img {
	opacity: 0;
	height: 42px;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 40px;
}

.menu li {
	margin-left: 17px;
	float: left;
}

.menu li:first-child {
	margin-left: 0;
}

.menu a {
	display: block;
	color: #141348;
	text-align: center;
	padding: 0 12px;
	border: 5px solid transparent
}

#footer-close .sub-header-in:hover,
.menu .lang a:hover,
.menu .out-link a:hover,
.menu a:hover,
.menu a.clicked {
	border-color: #00aaeb;
	border-color: rgba(0, 170, 235, 0.5);
}

.menu .lang {
	margin-left: 2px;
	text-transform: uppercase;
	/*display:none;*/
}

.menu .out-link {
	margin-right: 15px;
}

#home .page-content {
	overflow: visible;
}

#home-1 {
	padding-top: 90px;
	z-index: 2;
	position: relative;
}

#home-2 {
	margin-bottom: 14px;
	position: relative;
	margin-top: -66px;
}

#home-motto {
	border: 5px solid #00aaeb;
	border: 5px solid rgba(0, 170, 235, 0.5);
	width: 280px;
	font-size: 2em;
	color: #fff;
	float: left;
	padding: 8px 17px;
	line-height: 1.1;
}

#home-motto p {
	opacity: 0.8;
}

.more {
	line-height: 30px;
	padding: 0 5px;
	min-width: 90px;
	background: #00aaeb;
	background: rgba(0, 170, 235, 0.8);
	text-align: center;
	display: inline-block;
	color: #141348;
}

.more:hover {
	color: #fff;
}

#home-boxes {
	float: right;
	color: #fff;
	position: relative;
	z-index: 2;
}

#home-2:before {
	content: "";
	background: #000;
	left: -300%;
	width: 670%;
	height: 110%;
	position: absolute;
	z-index: 0;
	opacity: 0.4;
}

#home-boxes .box {
	width: 280px;
	margin-left: -6px;
	float: left;
	z-index: 2;
}

#home-boxes .box>h3 {
	text-transform: uppercase;
	padding-left: 20px;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 60px;
}

#home-boxes .box>div {
	border: 5px solid #00aaeb;
	border: 5px solid rgba(0, 170, 235, 0.1);
	position: relative;
	overflow: hidden;
	font-size: 0.9em;
	padding: 15px 15px 50px 15px;
	min-height: 186px;
}

#home-boxes .box>div h4 {
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#scroll-down:hover,
#home-boxes .box>div:hover {
	border: 5px solid rgba(0, 170, 235, 0.5);
}

#home-intro .more,
#home-boxes .box .more {
	float: right;
	font-size: 1em;
	margin-top: 30px;
	color: #fff;
	background: #333;
	background: rgba(51, 51, 51, 0.6);
}

#home-boxes .box .more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	margin: 0;
}

#home-intro .more:hover,
#home-boxes .box>div:hover .more {
	background: #00aaeb;
	background: rgba(0, 170, 235, 0.7);
}

#home-boxes .box-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#home-intro {
	color: #141348;
	float: right;
	width: 430px;
	padding-top: 10px;
}

#home-intro .more {
	margin-top: 49px;
	float: right;
}

#scroll-down {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 5px solid #00aaeb;
	border: 5px solid rgba(0, 170, 235, 0.1);
	height: 66px;
	line-height: 54px;
	width: 148px;
	font-size: 0.85em;
	color: #b0b0b0;
	text-align: center;
	cursor: pointer;
}

#scroll-down-arr {
	position: relative;
	width: 39px;
	height: 54px;
	background: url("images/scroll-down.png") no-repeat right center;
	background-size: auto 30px;
	display: block;
	float: left;
}

#home {
	position: relative;
	overflow: hidden;
}

#home-in {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#historia {
	padding-bottom: 40px;
}

#historia .data {
	height: 88px;
	width: 550px;
	border: 5px solid #ccdde4;
	line-height: 40px;
	text-align: center;
	margin: 12px auto;
	padding: 18px 0;
	opacity: 0;
}

.page-10 .header,
#historia .data {
	-webkit-transition: opacity 0.4s ease-out 0s;
	-ms-transition: opacity 0.4s ease-out 0s;
	transition: opacity 0.4s ease-out 0s;
}

#pages .page-10>.page-container {
	background: #fff;
	margin-left: 0;
	margin-right: 0;
}

#historia .vis .data {
	opacity: 1;
}

#historia .data img {
	height: 40px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}

#historia .right img {
	height: 120px;
	width: auto;
	display: block;
	margin-top: 45px;
}

#historia .historia-text {
	overflow: hidden;
	display: table;
	width: 100%;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity 0.4s ease-out 0.4s;
	-ms-transition: opacity 0.4s ease-out 0.4s;
	transition: opacity 0.4s ease-out 0.4s;
}

#historia .historia-text-bg {
	background: url("images/linia.png") repeat-y center top;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	height: 0%;
	width: 2px;
	-webkit-transition: height 0.4s ease-out 0.4s;
	-ms-transition: height 0.4s ease-out 0.4s;
	transition: height 0.4s ease-out 0.4s;
}

#historia .vis .historia-text-bg {
	height: 100%;
}

#historia .vis .historia-text {
	opacity: 1;
}

#historia .left {
	width: 50%;
	text-align: right;
	padding: 18px 16px 12px 16px;
	display: table-cell;
	vertical-align: bottom;
	font-size: 0.9em;
	line-height: 1.7;
	opacity: 0;
	position: relative;
	-ms-transform: translateX(-15px) translateZ(0);
	-webkit-transform: translateX(-15px) translateZ(0);
	transform: translateX(-15px) translateZ(0);
}

#historia .right {
	width: 50%;
	padding: 18px 16px;
	display: table-cell;
	font-size: 1em;
	font-weight: 400;
	opacity: 0;
}

#historia .right img {
	opacity: 0;
	-ms-transform: translateX(15px) translateZ(0);
	-webkit-transform: translateX(15px) translateZ(0);
	transform: translateX(15px) translateZ(0);
}

#historia .vis .right {
	-webkit-transition: opacity 0.4s ease-out 0.8s;
	-ms-transition: opacity 0.4s ease-out 0.8s;
	transition: opacity 0.4s ease-out 0.8s;
}

#historia .vis .right img,
#historia .vis .left {
	-webkit-transition: all 0.4s ease-out 1.2s;
	-ms-transition: all 0.4s ease-out 1.2s;
	transition: all 0.4s ease-out 1.2s;
}

#historia .vis .right img,
#historia .vis .left {
	opacity: 1;
	-ms-transform: translateX(0px) translateZ(0);
	-webkit-transform: translateX(0px) translateZ(0);
	transform: translateX(0px) translateZ(0);
}

#historia .vis .right {
	opacity: 1;
}

.page-10 .header {
	font-size: 2em;
	color: #00aaeb;
	opacity: 0.8;
	width: 600px;
	margin: 0 auto;
	padding: 28px 0;
	text-align: center;
	opacity: 0;
}

.page-10 .header.vis {
	opacity: 1;
}

.page-10 .header p {
	border-bottom: 1px solid #00aaeb;
}

.section-text,
#page-text,
#footer-content>div,
.page-18 .tab-el,
.page-18 .sub-el>.page-container .page-content,
.page-12 .header {
	font-size: 0.9em;
	width: 880px;
	margin: 57px auto;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 6px;
	-moz-column-gap: 6px;
	column-gap: 6px;
	padding-top: 14px;
	line-height: 1.7;
}

#pliki.section-text,
.page-18 #praca .page-content {
	-webkit-column-count: auto;
	-moz-column-count: auto;
	column-count: auto;
	-webkit-column-gap: normal;
	-moz-column-gap: normal;
	column-gap: normal;
}

.section-text p,
#page-text p,
#footer-content>div p,
.tab-list ul,
.page-18 .tab-el p,
.page-18 .sub-el>.page-container .page-content p,
.page-12 .header p {
	padding-left: 14px;
}

.page-18 .tab-el ul,
.page-18 .tab-el ol,
.page-18 .sub-el>.page-container .page-content ul,
.text-1 .text ul,
.page-12 .header ul,
.page-18 .sub-el>.page-container .page-content ol,
.text-1 .text ol,
.page-12 .header ol {
	padding-left: 2em;
}

.motto,
.page-12 .motto {
	border: 5px solid #00aaeb;
	border: 5px solid rgba(0, 170, 235, 0.2);
	padding: 11px !important;
	display: inline-block;
	margin-bottom: 18px;
	color: #808080;
}

.section-text,
#page-text:last-child,
#page-text,
.page-12 .header {
	padding-top: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

#zespol-boxes {
	background: #fff;
	padding: 30px 0;
	color: #666666;
	font-size: 0.9em;
}

#zespol-boxes-in {
	width: 880px;
	margin: 0 auto;
}

#zespol-boxes .box {
	width: 33%;
	padding: 0 8px;
	float: left;
	line-height: 1.6;
}

#zespol-boxes .box-img {
	border-bottom: 1px solid #c9e9f7;
}

#zespol-boxes .box-text {
	padding: 23px 6px 0 6px;
}

#zespol-boxes .box-img img {
	height: 32px;
	display: block;
	margin: 0 auto 18px auto;
}

#zespol-grupy {
	display: table;
	margin: 30px auto 0 auto;
	line-height: 60px;
}

#zespol-grupy .list-container {
	padding: 0 0 0 40px;
	float: right;
}

#zespol-grupy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#zespol-grupy li {
	float: left;
	margin-left: -5px;
	position: relative;
}

#zespol-grupy li.clicked,
#zespol-grupy li:hover {
	z-index: 2;
}

#zespol-grupy li span {
	line-height: 52px;
	border: 5px solid #ccdde4;
	padding: 0 20px;
	display: block;
	color: #969696;
	cursor: pointer;
}

#zespol-grupy li.clicked span,
#zespol-grupy li span:hover {
	border-color: #71c6e7;
	color: #141348;
}

#zespol-osoby {
	background: #fff;
	margin-top: 30px;
}

#zespol-osoby .osoba {
	width: 244px;
	height: 194px;
	border: 5px solid #fff;
	float: left;
	margin: 0 44px 44px 0;
	position: relative;
	cursor: pointer;
	line-height: 1.6
}

#zespol-osoby .osoba.clicked,
#zespol-osoby .osoba:hover {
	border-color: #ade4f9;
}

.osoba .osoba-img {
	height: 80px;
	width: 80px;
	float: left;
}

.osoba .osoba-img img {
	display: block;
	height: 80px;
	width: auto;
}

.osoba .osoba-info {
	float: right;
	width: 148px;
	color: #141348;
	line-height: 1.2;
	padding-right: 2px;
}

.osoba .osoba-info>div {
	height: 80px;
	display: table;
	width: 100%;
}

.osoba .osoba-info>div>div {
	display: table-cell;
	vertical-align: middle;
}

.osoba .osoba-info span {
	font-size: 0.9em;
	display: inline-block;
	color: #808080;
	margin-left: 0px;
}

.osoba .osoba-spec {
	float: none;
	clear: both;
	padding: 5px;
	font-size: 0.9em;
	color: #666666;
	line-height: 1.3;
}

.osoba-full .osoba-spec p:before,
.osoba-full .publikacje p:before,
.osoba-full .kontakt p:before,
.osoba-full .jezyki p:before,
.osoba .osoba-spec p:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666666;
	display: block;
	margin: 12px 6px 0 0;
	float: left;
}

.osoba-full .publikacje p {
	cursor: pointer;
}

.osoba .more {
	line-height: 26px;
	min-width: 64px;
	font-size: 0.9em;
	background: #f0f0f0;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #d6d6d6;
}

.osoba-full .page-container,
#zespol-osoby .grupa .page-container {
	width: 864px;
	margin: 0 auto;
	padding: 44px 0;
	overflow: hidden;
}

#zespol-osoby .grupa .page-container {
	padding-bottom: 0;
}

#zespol-osoby .grupa {
	display: none;
	overflow: hidden;
	-webkit-transition: background 0.3s ease-out 0s;
	-ms-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.lang-de #zespol-osoby .grupa {
	display: block;
}

#zespol-osoby .grupa-in {
	position: relative;
	overflow: hidden;
	clear: both;
}

#zespol-osoby .grupa.clicked {
	background: #b3b3b3;
}

#zespol-osoby .grupa.clicked .osoba {
	border-color: #b3b3b3;
}

#zespol-osoby .grupa.clicked .osoba.clicked,
#zespol-osoby .grupa.clicked .osoba:hover {
	border-color: #79a4b5;
}

#zespol-osoby .grupa.clicked .osoba .more {
	background: #aaa;
	color: #727282;
}

#zespol-osoby .grupa.clicked .osoba:hover .more,
#zespol-osoby .grupa.clicked .osoba.clicked .more {
	background: #79a4b5;
}

.osoba-full {
	overflow: hidden;
	font-size: 0.9em;
	position: relative;
	float: left;
	height: 10px;
}

.osoba-full.active {
	height: auto;
}

.osoby-full-over {
	position: relative;
	overflow: hidden;
	width: auto;
}

.osoby-full .brd {
	background: #7ac2e1;
	height: 1px;
	margin: 24px auto;
}

#zespol-osoby .osoba.clicked .more,
.osoba:hover .more {
	background: #ade4f9;
	color: #a1a1b6;
}

.osoba-full .left {
	width: 460px;
	float: left;
	overflow: hidden;
}

.osoba-full .osoba-img {
	height: 160px;
	width: 160px;
	float: left;
	margin-right: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.osoba-full .osoba-img.no-img {
	background-image: none !important;
}

.osoba-full .osoba-info {
	float: left;
	width: 270px;
	color: #141348;
}

.osoba-full .osoba-info h5 {
	font-size: 2.66em;
	font-weight: 300;
	margin-bottom: 13px;
	line-height: 1;
}

.osoba-full .osoba-info span {
	font-size: 4.3em;
	display: inline-block;
	color: #808080;
	margin-left: 0px;
}

.osoba-full .osoba-spec {
	float: none;
	clear: both;
	padding: 10px 5px;
	color: #666666;
	line-height: 1.6;
}

.osoba-full .osoba-opis {
	clear: both;
	float: none;
	padding-top: 54px;
}

.osoba-full .right {
	width: 340px;
	float: right;
	overflow: hidden;
}

.osoba-full .kontakt,
.osoba-full .jezyki {
	width: 50%;
	float: left;
	line-height: 1.6;
	min-height: 197px;
}

.osoba-full .publikacje {
	width: 100%;
	float: none;
	clear: both;
	line-height: 1.6;
}

.osoba-full .publikacje h4,
.osoba-full .kontakt h4,
.osoba-full .jezyki h4 {
	font-weight: 300;
	color: #141348;
	margin-bottom: 22px;
	font-size: 1.6em;
	padding-top: 6px;
}

.osoba-next,
.osoba-prev {
	width: 34px;
	height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0%;
	opacity: 0.5;
	z-index: 2;
}

.osoba-next:hover,
.osoba-prev:hover {
	opacity: 1;
}

.osoba-next {
	background: url("images/osoba-next.png") no-repeat center center;
	right: 32px;
	background-size: 32px auto;
}

.osoba-prev {
	background: url("images/osoba-prev.png") no-repeat center center;
	left: 32px;
	background-size: 32px auto;
}

#praca table,
#pliki table,
.archive .subpage-content:first-child table,
.page-14 table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 60px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#praca table,
#pliki table {
	border-left: none;
	border-right: none;
}

#praca table {
	margin-bottom: 14px;
	margin-left: 14px;
}

#praca table td,
#pliki table td,
.archive .subpage-content:first-child td,
.page-14 table td {
	color: #231f20;
	font-size: 1.1em;
	padding: 10px;
	border: 1px solid #e4e3e4;
	background: #fff;
	-webkit-transition: background 0.3s ease-out 0s;
	-ms-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
}

#praca table td,
#pliki table td,
.archive .subpage-content:first-child td {
	background: none;
	border-color: #bedeeb;
}

#praca table td:first-child,
#praca table tr:first-child td,
#pliki table td:first-child,
#pliki table tr:first-child td {
	color: #29a8df !important;
}

#praca table td:first-child,
#pliki table td:first-child,
.archive .subpage-content:first-child table td:first-child,
.page-14 table td:first-child {
	border-left: none;
}

#praca table td:last-child,
#pliki table td:last-child,
.archive .subpage-content:first-child td:last-child,
.page-14 table td:last-child {
	border-right: none;
}

.archive .subpage-content:first-child table td:first-child,
.archive .subpage-content:first-child table tr:first-child td {
	color: #00aaeb;
}

.page-14 table td:first-child,
.page-14 table tr:first-child td {
	color: #bdbbbc;
}

.archive .subpage-content:first-child table td:nth-child(1),
.archive .subpage-content:first-child table td.nr {
	width: 46px;
	padding-right: 0;
}

#praca table td.nr,
#pliki table td.nr,
.page-14 table td:nth-child(1),
.page-14 table td.nr {
	width: 46px;
	padding-right: 0;
}

#praca table td.tytul,
#pliki table td.tytul,
.page-14 table td:nth-child(2),
.page-14 table td.tytul {
	width: 540px;
}

.archive .subpage-content:first-child table td:nth-child(3),
.archive .subpage-content:first-child table td.data {
	width: 124px;
	text-align: center;
}

#praca table td.link,
#praca table td:nth-child(3),
#pliki table td.link,
#pliki table td:nth-child(4),
#pliki table td.data,
#pliki table td:nth-child(3),
.page-14 table td:nth-child(3),
.page-14 table td.data {
	width: 124px;
	text-align: center;
}

.page-14 table td:nth-child(4),
.page-14 table td.autor {
	width: 240px;
	text-align: center;
}

.archive .subpage-content:first-child table td:nth-child(5),
.archive .subpage-content:first-child table td.link,
.page-14 table td:nth-child(5),
.page-14 table td.link {
	text-align: center;
}

#praca td a,
#pliki td a,
.pub_link {
	height: 23px;
	width: 31px;
	display: block;
	margin: 0 auto;
	background: url("images/pub-link.png") no-repeat center center;
	background-size: auto 100%;
	cursor: pointer;
}

#praca td a:hover,
#pliki td a:hover,
#lista-publikacji tr:hover .pub_link {
	background-image: url("images/pub-link2.png");
}

.archive .subpage-content:first-child table tr:hover td {
	background: #cadbe2;
}

.page-14 table tr:hover td {
	background: #e5f6fd;
}

.archive .subpage-content:first-child table tr:first-child:hover td {
	background: none;
}

.page-14 table tr:first-child:hover td {
	background: #fff;
}

#pliki h3,
.archive .subpage-content:first-child h3,
.page-14 h3 {
	font-size: 2em;
	font-weight: 300;
	color: #141348;
	padding: 1em 10px;
	text-align: center;
}

#publikacje-spis table {
	display: none;
}

#blog #publikacje-spis table,
#publikacje-spis.subpage-active table {
	display: table;
}

#lista-publikacji {
	background: #fff;
	counter-reset: nr-counter;
}

.archive #lista-publikacji {
	background: #e3e3e3;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}

#lista-publikacji tr {
	display: none;
	cursor: pointer;
}

#lista-publikacji tr.show {
	display: table-row;
}

#praca table,
#pliki table {
	counter-reset: nr-counter;
	width: 100%;
}

#lista-publikacji .page-content-in {
	position: relative;
	width: 20000px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

#lista-publikacji .subpage-content {
	float: left;
}

#publikacja-content.loading {
	background: url("images/ajax-loader.gif") no-repeat center bottom
}

#lista-publikacji tr.show td:first-child:before {
	content: counter(nr-counter);
	counter-increment: nr-counter;
}

#lista-publikacji tr.tr-header {
	display: table-row !important;
	cursor: auto;
}

#filtr-publikacji {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.page-20 #kontakt-detale {
	background: #fff;
	font-size: 0.9em;
	color: #231f20;
	padding: 20px 0;
}

.page-20 #kontakt-detale .boxes {
	width: 100%;
	border-left: 1px solid #d8d7d7;
	border-right: 1px solid #d8d7d7;
	position: relative;
	overflow: hidden;
}

.page-20 #kontakt-detale .box {
	width: 33%;
	width: 33.3333%;
	float: left;
	padding-left: 40px;
}

#offices .box2-text {
	font-size: 1.1em;
}

#offices .box2:before,
.page-20 #kontakt-detale .box:before {
	position: absolute;
	top: 0;
	width: 1px;
	background: #d8d7d7;
	height: 100%;
	display: block;
	content: "";
	margin-left: -40px;
}

#offices .box2:before {
	margin-left: -10px;
	top: 32px;
}

#offices .box2:first-child:before,
.page-20 #kontakt-detale .box:first-child:before {
	display: none;
	content: none;
}

.page-20 .boxes+.page-content .header {
	margin-bottom: 22px;
	font-size: 2.2em;
}

.page-20 #kontakt-detale h3 {
	font-weight: 300;
	font-size: 1.44em;
	color: #141348;
	margin-bottom: 10px;
}

.page-20 #kontakt-detale a {
	color: #4f9ad3;
	font-weight: 700;
}

.page-20 #kontakt-detale a:hover {
	color: #141348;
}

.page-20 .header {
	font-size: 2em;
	color: #29a8df;
	border-bottom: 1px solid #9dcde1;
	margin: 27px auto 37px auto;
	max-width: 600px;
	text-align: center;
}

#offices {
	position: relative;
	overflow: hidden;
}

#offices .box2 {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 0 10px;
}

#offices .box2:nth-child(3n+1) {
	clear: left;
}

.page-20 #offices .box2 h3 {
	margin-bottom: 6px;
}

#pages #kontakt-mapy {
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
}

#kontakt-mapy .box {
	height: 300px;
	position: relative;
	float: left;
	width: 33.3333%;
	overflow: hidden;
}

#kontakt-mapy.clicked .box {
	width: 0;
}

#kontakt-mapy.clicked .box.clicked {
	width: 100%;
	height: 580px;
}

#kontakt-mapy.clicked .box-off {
	opacity: 0;
	visibility: hidden;
}

#kontakt-mapy .clicked .box-on {
	opacity: 1;
}

#kontakt-mapy .mapa {
	position: absolute;
	left: -1%;
	top: 0;
	width: 102%;
	height: 120%;
	background: #ddd;
	z-index: 1;
}

#kontakt-mapy .clicked .mapa {
	height: 100%;
}

#kontakt-mapy .box-off {
	height: 100%;
	position: relative;
	z-index: 4;
	cursor: pointer;
}

#kontakt-mapy .box-off h4,
#kontakt-mapy .box-on h4 {
	font-size: 2.11em;
	font-weight: 400;
	text-align: center;
}

#kontakt-mapy .box-off h4 {
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 44px;
	margin-top: -22px;
	width: 100%;
	color: #fff;
}

#kontakt-mapy .box-off .link {
	/* opacity: 0; */
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 84px;
	display: block;
	/* width: auto; */
	text-align: center;
	color: #fff;
	margin-left: -42px;
	border: 4px solid #fff;
	line-height: 35px;
	border-color: rgba(255, 255, 255, 0.5);
}


/*#kontakt-mapy .box-off:hover {background:#4f9ad3; background:rgba(79,154,211,0.5);}*/

#kontakt-mapy .box-off:hover h4 {
	color: #fff;
}

#kontakt-mapy .box-off:hover .link {
	opacity: 1;
}

#kontakt-mapy .box-off:hover .link {
	border-color: #4f9ad3;
	border-color: rgba(79, 154, 211, 0.5);
}

#kontakt-mapy .box-on {
	position: absolute;
	left: 50%;
	top: 0;
	width: 276px;
	height: 100%;
	opacity: 0;
	background: #4f9ad3;
	background: rgba(79, 154, 211, 0.7);
	z-index: 3;
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	font-weight: 700;
	padding-top: 44px;
	margin-left: -552px;
}

#kontakt-mapy .box.clicked .box-on {
	opacity: 1;
	z-index: 4;
}

.box-close {
	position: absolute;
	right: 50%;
	margin-right: -552px;
	top: 0;
	width: 120px;
	height: 50px;
	border: 5px solid #4f9ad3;
	text-align: center;
	line-height: 40px;
	font-weight: 700;
	color: #4f9ad3;
	font-size: 0.85em;
	z-index: 5;
	display: none;
	cursor: pointer;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
}

.box-close:hover {
	background: #4f9ad3;
	background: rgba(79, 154, 211, 0.9);
	color: #fff;
}

.box-close:before {
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	right: 100%;
	top: -5px;
	margin-right: 6px;
	background: url("images/box-close.png") no-repeat center center;
	background-size: auto 100%;
}

.box.clicked .box-close {
	display: block;
}

.kontakt-form {
	padding: 0 20px;
}

.kontakt-form textarea {
	background: #ffffff;
	background: rgba(255, 255, 255, 0.7);
	margin-top: 10px;
	height: 130px;
	margin-bottom: 10px;
	font-size: 0.9em;
	width: 100%;
	padding: 5px 10px;
}

.err .kontakt-form textarea {
	background: #f00;
	color: #fff;
}

.kontakt-form .send_btn {
	display: inline-block;
	line-height: 50px;
	border: 5px solid #fff;
	padding: 0 20px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}

.kontakt-form .send_btn:hover {
	background-color: #4f9ad3;
	background-color: rgba(79, 154, 211, 0.9);
}

.kontakt-form .send_btn span {
	opacity: 1;
}

.box-on.sending .kontakt-form .send_btn span {
	opacity: 0;
}

.box-on.sending .kontakt-form .send_btn {
	background-color: #4f9ad3;
	background-image: url("images/ajax-loader-3.gif");
	cursor: default;
}

.kontakt-dane {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 25px 20px 10px 20px;
	padding: 20px 0
}

.kontakt-vcard {
	margin-top: 20px;
	display: inline-block;
}

.kontakt-re {
	display: none;
}

.kontakt-re .re-message {
	display: none;
	padding: 0 10px;
}

.box-on.wrong .kontakt-re .error,
.box-on.ok .kontakt-re .ok {
	display: block;
}

.w_video #scroll-down,
.w_video #home-motto,
.w_video #home-intro {
	color: #fff;
}

.w_video .menu a {
	color: #fff;
}

.scrolled.w_video .menu a {
	color: #141348;
}

#page-content {
	overflow: hidden;
}

#page .header,
#pages .page-16 .header {
	text-align: center;
	background: url("images/home-bg.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 1px 0;
	margin-left: 0;
	margin-right: 0;
}

#page .header-in,
.page-16 .header-in {
	font-size: 2em;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 83px 0 0 0;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 83px auto;
}

.text-1 {
	font-size: 0.9em;
	padding: 20px 0;
}

.text-1 .text {
	overflow: hidden;
	width: 880px;
	margin: 0 auto;
	padding: 20px 0;
}

.text-1 .text-in {
	width: 50%;
	float: right;
	padding-left: 14px;
}

.text-1 .motto {
	float: left;
	margin-top: 6px;
	min-width: 260px;
	margin-bottom: 0;
}

.page-18 .text-1 .motto {
	margin-top: 16px;
}

#clients-list {
	text-align: center;
	padding: 29px 0;
	background: #fff;
}

#cl-header {
	background: url("images/linia.png") repeat-y center top;
	padding: 40px 0;
}

#cl-header>div {
	background: #fff;
	padding: 20px 0;
}

#cl-header>div>div {
	color: #141348;
	font-size: 2em;
	padding: 20px 20px;
	max-width: 660px;
	margin: 0 auto;
	border: 5px solid #e4f5fc;
	line-height: 1.1;
}

#cl-list {
	font-size: 1em;
	color: #808080;
	font-weight: 400;
	line-height: 2;
	padding-top: 35px;
}

#pages .page-18 .header {
	text-align: center;
	background: url("images/home-bg.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 1px 0;
	margin-left: 0;
	margin-right: 0;
}

.page-18 .header-in {
	font-size: 2em;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 83px 0 0 0;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 83px auto;
}

.sub-header {
	border-top: 20px solid #e3e3e3;
	border-bottom: 20px solid #e3e3e3;
	padding: 40px 0;
	background: url("images/linia.png") repeat-y center top;
}

#praca .sub-header {
	border: none;
}

#page .sub-header {
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sub-header>div {
	background: #e3e3e3;
	padding: 10px 0;
}

.sub-header-in {
	border: 5px solid #cbdce3;
	font-size: 1.2em;
	max-width: 550px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

#co-oferujemy {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-18 .sub-el>.page-container {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-18 #praca .page-container {
	background: #e3e3e3;
}

.page-18 .sub-el>.page-container .page-content {
	margin: 0 auto;
}

.tab-list {
	position: relative;
	overflow: hidden;
}

.tab-list>span {
	position: absolute;
	left: 0%;
	white-space: nowrap;
	padding-right: 20px;
	font-size: 1.2em;
	color: #666666;
	line-height: 62px;
}

.tab-list ul {
	list-style: none;
	margin: 0 0 0 111px;
	float: left;
}

.tab-list li {
	text-align: center;
	line-height: 58px;
	border: 5px solid #e4f5fc;
	z-index: 1;
	cursor: pointer;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-left: -4px;
}

.tab-list li:first-child {
	margin-left: 0;
}

.tab-list li.active,
.tab-list li:hover {
	border-color: #7fd3f4;
	color: #141348;
	z-index: 2;
}

.page-18 .tab-list li {
	padding: 0 46px;
}

.page-18 .tab-el {
	margin: 0 auto;
}

.tabs>.tab-el {
	overflow: hidden;
	display: none;
}

.tabs>.tab-el:first-child {
	display: block;
}

.w_video #home-2:before {
	display: none;
	content: none;
}

@keyframes animmove {
	0% {
		transform: translateY(-1px);
	}
	50% {
		transform: translateY(1px);
	}
	100% {
		transform: translateY(-1px);
	}
}

@-webkit-keyframes animmove {
	0% {
		-webkit-transform: translateY(-1px);
	}
	50% {
		-webkit-transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(-1px);
	}
}

#scroll-down-arr {
	animation-name: animmove;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-play-state: running;
	animation-fill-mode: none;
	-webkit-animation-name: animmove;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: none;
}

#pub-back,
#post-more {
	border: 5px solid #e5f6fd;
	font-size: 1.2em;
	max-width: 550px;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	margin-top: 60px;
	position: relative;
	cursor: pointer;
}

#pub-back,
#post-more {
	border-color: #bedeeb;
}

#pub-back:before,
#post-more:before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-bottom: 15px;
	height: 34px;
	width: 2px;
	margin-left: -1px;
	content: "";
	display: block;
	background: url("images/linia.png") repeat-y center top;
}

#pub-back:hover,
#post-more:hover {
	border-color: #71c6e7;
}

#post-more.hidden {
	opacity: 0;
	cursor: auto;
}

.filtr:first-child {
	margin-left: 0;
}

#filtr-autor ul,
#filtr-autor {
	min-width: 240px;
}

#filtr-jezyk ul,
#filtr-jezyk {
	min-width: 130px;
}

.filtr {
	margin-left: -5px;
	z-index: 1;
	position: relative;
}

.filtr:hover {
	z-index: 2;
}

.filtr.clicked {
	z-index: 3;
}

.filtr ul {
	display: none;
	min-width: 100%;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	padding: 0;
	left: -5px;
	margin-top: 5px;
	line-height: 1.4;
	background: #00A9EA;
	background: rgba(0, 169, 234, 0.9);
	list-style: none;
	border: 1px solid #00A9EA;
}

.filtr li {
	padding: 0 20px;
	color: #fff;
}

.filtr li:hover {
	background: #fff;
	color: #00A9EA;
}

#filtry-data input,
.filtr {
	height: 62px;
	line-height: 52px;
	border: 5px solid #ccdde4;
	display: block;
	color: #969696;
	cursor: pointer;
	float: left;
	position: relative;
	background: none;
}

#filtry-data input {
	text-align: center;
	margin-left: -5px;
}

#filtry-data input:focus,
#filtry-data input:hover {
	border-color: #71C6E7;
	z-index: 2;
}

#filtry-data .label+input {
	margin-left: 0
}

#filtry-data .label {
	display: block;
	float: left;
	line-height: 62px;
	margin-right: 10px;
	color: #969696;
}

.filtr span {
	display: block;
	padding: 0 20px;
	text-align: center;
}

.filtr:hover {
	border-color: #71c6e7;
	color: #141348;
}

.filtr.clicked {
	background: #00A9EA;
	border-color: #00A9EA;
	color: #fff;
}

.filtr.clicked ul {
	display: block;
}

#filtr-publikacji .page-content {
	overflow: visible;
}

.publikacja {
	display: none;
	width: 620px;
	margin: 0 auto;
}

#single-post .publikacja {
	display: block;
}

.publikacja-tytul {
	font-size: 2em;
	color: #141348;
	padding: 20px 0;
}

.publikacja-detale {
	color: #00aaeb;
	font-size: 1em;
	padding-bottom: 20px;
}

#filtry-data {
	float: right;
}

#filtry-data span.label,
#filtry-data input {
	float: left;
}

#filtry-data input {
	width: 160px;
}

.ui-datepicker .ui-datepicker-header {
	background: #00aaeb;
	color: #fff;
	padding: 0;
}

.ui-datepicker th,
.ui-datepicker td {
	border: 1px solid #e6f5fc;
	text-align: center;
	padding: 0;
}

.ui-datepicker th {
	padding: 5px;
	font-weight: normal;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
	padding: 5px;
	color: #00aaeb;
}

.ui-datepicker td span.ui-state-highlight,
.ui-datepicker td a.ui-state-highlight {
	background: #00aaeb;
	color: #fff;
}

.ui-datepicker td span.ui-state-hover,
.ui-datepicker td a.ui-state-hover {
	background: #eee;
	color: #00aaeb;
}

.ui-datepicker-calendar {
	background: #fff;
}

.ui-datepicker {
	width: 314px;
	padding: 0;
	margin: 5px 0 0 0;
	box-shadow: 0 0 3px #ddd;
}

.ui-datepicker table {
	margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
	line-height: 34px;
	width: 36px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
	right: 0;
	left: auto;
}

.ui-datepicker .ui-datepicker-prev:before {
	content: "\25C0"
}

.ui-datepicker .ui-datepicker-next:before {
	content: "\25B6";
}

#blog .header {
	text-align: center;
	background: url("images/home-bg.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 1px 0;
}

#blog .header-in {
	font-size: 2em;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 149px 0 0 0;
	max-width: 600px;
	text-align: center;
	margin: 0 auto 83px auto;
}


/*.pub-back {cursor: pointer;}*/

.osoby-full {
	position: relative;
	width: auto;
	overflow: hidden;
	display: none;
}

.osoby-full-in {
	width: 40000px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}

#cookies_div {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	display: block;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 100;
	overflow: hidden;
	-webkit-transition: bottom 0.5s ease-out 0s;
	-ms-transition: bottom 0.5s ease-out 0s;
	transition: bottom 0.5s ease-out 0s;
}

#cookies_div.disabled {
	bottom: -150px;
}

#cookies_container {
	font-size: 14px;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
}

#cookies_container p {
	margin: 0;
	padding: 0 20px 0 0;
}


/*
#closecookie {font-size:30px;font-family: Calibri, Arial, sans-serif;line-height: 30px;position: absolute;top:50%;margin-top: -18px;right: 10px;cursor: pointer;}
#closecookie:hover {color: #00aaeb;}
*/

#footer {
	background: #232323;
	text-align: center;
	padding: 9px 0;
	color: #8c8c8c;
	position: relative;
	z-index: 2;
	font-size: 0.8em;
}

#footer ul {
	list-style: none;
	margin: 0 auto;
	display: table;
	padding: 0;
}

#footer li {
	float: left;
	padding: 0 8px;
	border-left: 1px solid #3d3d3d;
}

#footer li:first-child {
	border: none;
}

#footer li a,
#footer li span {
	color: #b4b4b4;
}

#footer-link {
	cursor: pointer;
}

#footer li a:hover,
#footer-link:hover {
	color: #fff;
}

#footer-more {
	display: none;
	position: relative;
	z-index: 2;
	background-color: #e3e3e3;
}

#footer-content {
	background: #fff;
	padding: 40px 0;
}

#footer-content>div {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

#footer-close {
	background-color: #fff;
	padding-bottom: 0;
	border: none;
}

#footer-close.sub-header>div {
	background-color: #fff;
	padding-bottom: 40px;
}

#footer-close .sub-header-in {
	border-color: #e5f6fd;
	cursor: pointer;
}

#page,
#pages>div {
	z-index: 3;
	position: relative;
}

#pages #home {
	background: none;
}

#pages .page-18,
#pages .page-16 {
	background: none;
}

#pages .page-18 .header,
#pages .page-16 .header {
	background: none;
}

#pages .page-18 .sub-el,
#pages .page-18 .text-1,
#pages .page-16 .text-1 {
	background: #e3e3e3;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#pages #co-oferujemy,
#pages #clients-list {
	border-left: 10px solid #e3e3e3;
	border-right: 10px solid #e3e3e3;
	margin-left: 0;
	margin-right: 0;
}

#pages #video img,
#pages #video video,
#pages #video {
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	z-index: 2;
	margin: 0;
	border: none;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

#pages #kariera .sub-el {
	background: #e3e3e3;
	margin-left: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#pages #video {
	background: url("images/video-poster4.jpg") no-repeat center center;
	background-size: cover;
}

.lang-de #zespol {
	overflow: hidden;
}

.lang-de #zespol-osoby .osoba {
	cursor: auto;
	border-color: #ade4f9 !important;
}

.lang-de #menu_toolbar {
	background: #efefef;
	background: rgba(239, 239, 239, 0.94);
}

.lang-de #menu-btn span {
	background: #808080;
}

.lang-de ul,
.lang-de ol {
	padding-left: 1em;
}

.lang-de #page-text ul {
	margin-left: 14px;
}

.lang-de #page-text a {
	text-decoration: underline;
}

#kkpw-15 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

#kkpw-15-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.65;
	z-index: 1;
}

#kkpw-15-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
	background: rgba(255, 255, 255, 0.83);
	border: 5px solid #00aaeb;
	z-index: 2;
	max-width: 526px;
	width: 90%;
}

#kkpw-15-text-in {
	position: relative;
	color: #000;
	padding: 30px 30px 30px 34%;
	background-image: url("images/logo-kkpw4.png");
	background-repeat: no-repeat;
	background-size: 25% auto;
	background-position: 5% 50%;
}

.lang-en #kkpw-15-text-in {
	background-image: url("images/logo-kkpw4-en.png");
}

.lang-de #kkpw-15-text-in {
	background-image: url("images/logo-kkpw4-de.png");
}

#kkpw-15-close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 13px;
	height: 13px;
	background: url("images/kkpw-close.png") no-repeat center center;
	background-size: 100%;
	z-index: 3;
	cursor: pointer;
}

#closecookie {
	width: 13px;
	height: 13px;
	background: url("images/kkpw-close.png") no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 10px;
	cursor: pointer;
}

@media (max-width:1200px) {
	.tab-list {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.tab-list>span {
		position: static;
		float: left;
		display: block;
		margin-top: 3px;
		font-size: 1em;
	}
	.tab-list .list-container {
		float: left;
	}
	.page-18 .tab-list li {
		padding-left: 28px;
		padding-right: 28px;
	}
	.page-20 #kontakt-detale .box {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-20 #kontakt-detale .box:before {
		margin-left: -20px;
	}
	.page-20 #kontakt-detale .boxes {
		border-right: none;
		border-left: none;
	}
	#kontakt-mapy .box-on {
		left: 0;
		margin-left: 0;
		padding-top: 20px;
	}
	.box-close {
		right: 0;
		margin-right: 0;
	}
	.osoba-prev {
		left: 0;
		width: 44px;
	}
	.osoba-next {
		right: 0;
		width: 44px;
	}
}

@media (max-width:1024px) {
	#scroll-down {
		display: none;
	}
	#home-2 {
		margin-top: 0;
		clear: both;
	}
	#home-boxes {
		float: none;
		clear: both;
		display: table;
		margin: 0 auto;
	}
	#logo img {
		height: 55px;
	}
	video {
		display: none;
	}
}

@media (max-width:1023px) {
	#home {
		background-position: left top;
	}
	#home-2 {
		margin-left: 6px;
	}
	#home-boxes .box {
		width: 33%;
		width: 33.3333%;
	}
	#home-boxes .box>div {
		font-size: 0.8em;
	}
	.menu li {
		margin-left: 6px;
	}
	.menu a {
		border-width: 4px;
		padding-left: 6px;
		padding-right: 6px;
		font-size: 0.9em;
	}
	#zespol-grupy li span {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.9em;
	}
	.osoba-full .page-container {
		width: auto;
	}
	#zespol-osoby .grupa .page-container {
		width: 576px;
	}
	.osoba-full .left,
	.osoba-full .right {
		width: auto;
		float: none;
	}
	.osoba-full .kontakt,
	.osoba-full .jezyki {
		min-height: 0;
		padding-top: 20px;
	}
	.osoba-full .page-container {
		padding-left: 44px;
		padding-right: 44px;
	}
	.osoba-next,
	.osoba-prev {
		background-size: 22px auto;
	}
	#zespol-osoby .osoba {
		margin: 0 22px 44px 22px
	}
	.page-18 .tab-el,
	.page-18 .sub-el>.page-container .page-content,
	.page-12 .header {
		width: auto;
	}
	#zespol-boxes-in {
		width: auto;
	}
	#zespol-boxes .box {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	#zespol-boxes .box br {
		display: none;
	}
	#zespol-boxes .box:first-child {
		margin-top: 0;
	}
	#filtr-autor ul,
	#filtr-autor {
		min-width: 0;
	}
	#filtry-data input {
		width: 120px;
	}
	.text-1 .motto,
	.motto,
	.page-12 .motto {
		margin-left: auto;
		margin-right: auto;
		display: table;
		text-align: center;
		float: none;
	}
	.text-1 .text {
		width: auto;
	}
	.text-1 .text-in {
		float: none;
		width: auto;
		margin-top: 20px;
		padding-left: 0;
	}
	.page-18 .tab-list li {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.9em;
	}
	.section-text,
	#page-text,
	#footer-content>div,
	.page-18 .tab-el,
	.page-18 .sub-el>.page-container .page-content,
	.page-12 .header {
		width: auto;
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
		-webkit-column-gap: normal;
		-moz-column-gap: normal;
		column-gap: normal;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	#page-text,
	.section-text {
		padding-left: 0;
		padding-right: 0;
	}
	.page-20 #kontakt-detale h3 {
		font-size: 1.2em;
	}
	.page-20 #kontakt-detale {
		font-size: 0.8em;
	}
	.page-20 #kontakt-detale .box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-20 #kontakt-detale .box:before {
		margin-left: -10px;
	}
	.section-text p,
	#page-text p,
	#footer-content>div p,
	.tab-list ul,
	.page-18 .tab-el p,
	.page-18 .sub-el>.page-container .page-content p,
	.page-12 .header p {
		padding-left: 0;
	}
	#praca table {
		margin-left: 0;
	}
	#praca .page-content {
		padding-left: 0;
		padding-right: 0;
	}
	.tab-list ul {
		margin-left: 0;
	}
	#clients-list {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width:767px) and (min-width:600px) {
	#logo {
		margin-top: 0;
	}
	#logo img {
		height: 50px;
	}
	.menu li {
		margin-left: 3px;
		margin-right: 0 !important;
	}
	.menu a {
		padding-left: 3px;
		padding-right: 3px;
		font-size: 0.8em;
		border-width: 3px;
	}
	#home-motto {
		font-size: 1.6em;
	}
	#home-intro {
		width: auto;
		float: none;
		clear: both;
		padding-top: 40px;
		font-size: 0.9em;
	}
	#home-intro .more {
		margin-top: 10px;
	}
	#home-2 {
		padding-top: 30px;
		margin-bottom: 12px;
	}
	#home-boxes .box>div {
		min-height: 196px;
	}
	#zespol-grupy .list-container {
		padding-left: 10px;
	}
	#zespol-grupy span {
		font-size: 0.8em;
	}
	.page-18 .tab-list li,
	#zespol-grupy li span {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 0.8em;
	}
	.filtr span {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.8em;
	}
	#filtry-data input {
		width: 100px;
		font-size: 0.8em;
	}
	#filtry-data .label {
		font-size: 0.8em;
	}
	.archive .subpage-content:first-child td,
	.page-14 table td {
		font-size: 0.8em;
	}
	.tab-list>span {
		font-size: 0.8em;
	}
	.publikacja {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#historia .left,
	#historia .right {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media (max-width:767px) {
	#offices .box2 {
		float: none !important;
		clear: both !important;
		width: 100% !important;
		max-width: 600px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-top: 20px !important;
		margin-top: 20px !important;
		border-top: 1px solid #d8d7d7 !important;
	}
	#offices .box2:first-child {
		border-top: none !important;
		padding: 0 !important;
		margin-top: 0 !important;
	}
	#offices .box2:before {
		content: none;
		display: none;
	}
	/*#offices .box2:nth-child(2):before {content:"";display:block;}*/
	/*#offices .box2:nth-child(2n+1) {clear:left;}*/
	/*#offices .box2:nth-child(n+3) {margin-top:20px;}  */
}

@media (max-width:599px) {
	#kontakt-mapy .box-on,
	.kontakt-form textarea,
	body,
	input,
	button,
	textarea {
		font-size: 14px;
	}
	.filtr ul {
		font-size: 1.3em;
		line-height: 1.5;
	}
	.page-content {
		width: auto !important;
	}
	#lista-publikacji .page-content {
		padding-left: 0;
		padding-right: 0;
	}
	.move-icon {
		width: 100%;
		height: 30px;
		background: url("images/move-icon.png") no-repeat center center;
		background-size: auto 10px;
		content: "";
		display: block;
		clear: both;
	}
	.grupa .move-icon {
		background-color: #e3e3e3;
	}
	#home-intro {
		display: none;
	}
	#home-boxes .box {
		width: 220px;
	}
	#home-intro .more,
	#home-boxes .box .more,
	#home-boxes .box>div h4 {
		line-height: 23px;
		right: 10px;
		bottom: 10px;
	}
	#home-boxes .box>div h4 {
		margin-bottom: 0px;
	}
	#home-boxes .box>div {
		border-color: rgba(0, 170, 235, 0.5);
		min-height: 127px;
		padding: 10px 10px 38px 10px;
	}
	#home-motto {
		margin: 0 auto;
		float: none;
		width: 220px;
		line-height: 1;
		padding: 7px 10px;
	}
	#home-1 {
		padding-top: 46px
	}
	#home-2 {
		margin-top: 0;
		margin-left: 0;
	}
	#home-boxes {
		width: 220px;
		margin: 0 auto;
		float: none;
		overflow: hidden;
		position: relative;
		display: block;
	}
	#home-boxes-in {
		width: 660px;
		position: relative;
	}
	#home-boxes-in,
	#home-boxes-in.act-0 {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
	#home-boxes-in.act-1 {
		-webkit-transform: translateX(-220px);
		transform: translateX(-220px);
	}
	#home-boxes-in.act-2 {
		-webkit-transform: translateX(-440px);
		transform: translateX(-440px);
	}
	#home-boxes .box {
		margin: 0;
		width: 220px;
	}
	#home-boxes .box>h3 {
		padding-left: 0;
		text-align: center;
		line-height: 40px;
		padding-top: 10px;
	}
	#menu-btn {
		width: 26px;
		float: right;
		margin-right: 10px;
		cursor: pointer;
	}
	#menu-btn span {
		height: 5px;
		width: 100%;
		border-radius: 3px;
		margin-top: 5px;
		display: block;
		background: #fff;
	}
	#menu-btn span:first-child {
		margin: 0;
	}
	#historia .data img {
		height: 20px;
		margin-right: 10px;
	}
	#historia .data {
		height: 50px;
		padding: 0;
		line-height: 40px;
	}
	.archive #menu-btn span,
	.clicked #menu-btn span,
	.scrolled #menu-btn span {
		background: #808080;
	}
	#logo {
		background: url("images/_logo-kkpw3.png") no-repeat left top;
		background-size: auto 26px !important;
		margin: 0 0 0 10px !important;
		width: 26px;
		height: 26px;
	}
	/*logo-kkpw3.png*/
	.lang-en #logo {
		background-image: url("images/_logo-kkpw3.png")
	}
	/*logo-kkpw3-en.png*/
	.lang-de #logo {
		background-image: url("images/_logo-kkpw3.png")
	}
	/*logo-kkpw2-de.png*/
	#logo img {
		display: none;
	}
	.clicked #menu_toolbar {
		background: #efefef;
		background: rgba(239, 239, 239, 0.94);
	}
	.clicked #logo {
		background: url("images/_logo-kkpw2.png") no-repeat left center;
		background-size: auto 42px;
		margin-top: 3px;
	}
	/*logo-kkpw2.png*/
	.lang-en .clicked #logo {
		background-image: url("images/_logo-kkpw2.png")
	}
	/*logo-kkpw2-en.png*/
	.lang-de .clicked #logo {
		background-image: url("images/_logo-kkpw2.png")
	}
	/*logo-kkpw2-de.png*/
	.clicked #logo img {
		opacity: 0;
		height: 42px;
	}
	.menu {
		line-height: 30px;
		float: none;
		padding: 0 0 10px 0;
		position: absolute;
		top: 100%;
		width: 100%;
		background: #efefef;
		background: rgba(239, 239, 239, 0.94);
		display: none;
	}
	#menu_toolbar.clicked {
		background: #efefef;
		background: rgba(239, 239, 239, 0.94);
	}
	.clicked .menu {
		display: block;
	}
	.menu li {
		float: none;
		margin: 2px 0 !important;
		text-align: center;
	}
	.menu li a {
		display: inline-block;
		color: #141348 !important;
		font-size: 1.2em;
	}
	#menu_toolbar {
		min-height: 46px;
		padding: 10px 0;
	}
	#page {
		padding-top: 46px;
	}
	#scroll-down {
		display: none;
	}
	.historia {
		padding-top: 10px;
	}
	#historia .data,
	.page-10 .header {
		min-width: 240px;
		width: auto;
		display: table;
	}
	#historia .right,
	#historia .left {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		padding: 12px 0;
	}
	#historia .left {
		padding-top: 0;
		display: table-footer-group;
	}
	#historia .historia-text-bg {
		display: none;
	}
	#historia .right img {
		margin: 20px auto 0 auto;
	}
	#zespol-grupy {
		display: block;
	}
	#zespol-osoby .grupa-in {
		float: left;
	}
	.tab-list {
		display: block;
	}
	.tab-list>span,
	#zespol-grupy>span {
		display: block;
		text-align: center;
		position: static;
		padding: 0;
		line-height: 50px;
		float: none;
	}
	.tab-list ul,
	#zespol-grupy ul {
		width: 20000px;
		padding-left: 5px;
		margin: 0;
		float: none;
	}
	.tab-list li,
	#zespol-grupy li span {
		line-height: 30px;
	}
	.tab-list .list-container,
	#zespol-grupy .list-container {
		padding: 0;
		overflow: auto;
		float: none;
		width: auto;
		margin: 0 auto;
		position: relative;
	}
	#co-oferujemy .list-container {
		margin-left: 10px;
		margin-right: 10px;
	}
	#pages #zespol-osoby {
		width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
	#zespol-osoby .grupa .page-content {
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
	#zespol-osoby .grupa .page-container {
		width: 20000px;
		overflow: hidden;
		padding: 0;
	}
	.tab-list ul,
	.page-18 .tab-el p,
	.page-18 .sub-el>.page-container .page-content p,
	.page-12 .header p {
		padding-left: 0;
	}
	#zespol-osoby .osoba {
		width: 270px;
		margin: 5px;
		border-color: #ade4f9;
	}
	.osoba .osoba-info {
		width: 170px;
	}
	#zespol-boxes-in,
	#zespol-boxes .box {
		width: auto;
		float: none;
	}
	#zespol-boxes .box {
		margin-top: 40px;
	}
	#zespol-boxes .box:first-child {
		margin-top: 0;
	}
	#filtry-data {
		float: left;
		clear: both;
		margin-top: 10px;
	}
	#filtry-data input,
	.filtr {
		line-height: 30px;
		height: 40px;
	}
	#filtr-jezyk ul,
	#filtr-jezyk,
	#filtr-autor ul,
	#filtr-autor {
		min-width: 120px;
	}
	#filtry-data input {
		width: 100px;
	}
	#filtry-data .label {
		line-height: 40px;
	}
	#praca table td,
	#pliki table td,
	.page-14 table td {
		width: auto !important;
	}
	.archive .subpage-content:first-child td,
	.page-14 table td {
		padding: 4px !important;
		font-size: 0.8em;
	}
	#praca td a,
	#pliki td a,
	.pub_link {
		width: 20px;
		height: 15px;
	}
	#praca table td:nth-child(1),
	#praca table td.nr,
	#pliki table td:nth-child(1),
	#pliki table td.nr,
	.page-14 table td:nth-child(1),
	.page-14 table td.nr {
		padding-right: 5px;
		padding-left: 5px;
		text-align: center;
	}
	#pub-back,
	#post-more {
		width: auto;
		display: table;
	}
	.page-20 #kontakt-detale .boxes {
		border: none;
		padding: 0 10px;
	}
	.page-20 #kontakt-detale .box {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 23px;
	}
	.page-20 #kontakt-detale .box:first-child {
		margin-top: 0;
	}
	.page-20 #kontakt-detale .box:before {
		display: none;
		content: none;
	}
	#kontakt-mapy .box {
		float: none;
		width: 100%;
		height: 160px;
	}
	#kontakt-mapy.clicked .box {
		width: 100%;
	}
	#kontakt-mapy.clicked .box.clicked {
		height: auto;
	}
	#kontakt-mapy.clicked .box.clicked .mapa {
		position: static;
	}
	#kontakt-mapy .mapa {
		height: 190px !important;
		position: absolute !important
	}
	#kontakt-mapy .box.clicked .mapa {
		position: static !important;
	}
	#kontakt-mapy.clicked .box-off {
		opacity: 1;
		visibility: visible;
	}
	#kontakt-mapy.clicked .box.clicked .box-off {
		display: none;
	}
	.box-close {
		right: 0;
		margin: 0;
		font-size: 0;
		width: auto;
		border: none;
	}
	.box-close:before {
		margin-right: 0;
		top: 0;
	}
	#kontakt-mapy .box-on {
		left: 0;
		top: 0;
		margin: 0;
		position: relative;
		z-index: 2;
		width: 100%;
		padding: 20px 0;
		display: none;
	}
	#kontakt-mapy.clicked .box.clicked .box-on {
		display: block;
	}
	.osoba-next,
	.osoba-prev {
		display: none;
	}
	.osoba-full .left,
	.osoba-full .right,
	.osoba-full .page-container {
		width: auto;
		float: none;
	}
	.osoba-full .publikacje h4,
	.osoba-full .kontakt h4,
	.osoba-full .jezyki h4 {
		margin-bottom: 0;
	}
	.osoba-full .kontakt,
	.osoba-full .jezyki {
		min-height: 0;
	}
	.publikacja {
		width: auto;
		padding: 0 10px;
	}
	#page .header-in,
	.page-18 .header-in,
	.page-16 .header-in {
		padding-top: 30px;
		margin-bottom: 40px;
		border-bottom: none;
		position: relative;
	}
	#page .header-in:after,
	.page-18 .header-in:after,
	.page-16 .header-in:after {
		content: "";
		position: absolute;
		left: 50%;
		top: 100%;
		border-bottom: 1px solid #fff;
		width: 140px;
		margin-left: -70px;
	}
	.sub-header-in {
		padding: 10px 20px;
		display: table;
		min-width: 240px;
	}
	#kontakt-mapy .box-off .link {
		/* opacity:1; */
		line-height: 25px;
	}
	.osoba-full .osoba-spec p:before,
	.osoba-full .publikacje p:before,
	.osoba-full .kontakt p:before,
	.osoba-full .jezyki p:before,
	.osoba .osoba-spec p:before {
		margin: 6px 4px 0 0;
	}
	#historia,
	.page-12,
	.page-14,
	.page-16,
	.page-18,
	.page-20 {
		border-left: none;
		border-right: none;
	}
	.osoba-full .page-container {
		padding: 10px;
	}
	.osoba-full .osoba-img {
		float: none;
		margin: 0 auto 10px auto;
	}
	.osoba-full .osoba-info {
		width: auto;
		float: none;
	}
	.osoba-full .osoba-info h5 {
		text-align: center;
	}
	.osoba-full .osoba-opis {
		padding-top: 0;
	}
	.osoba-full .kontakt,
	.osoba-full .jezyki {
		padding-top: 0;
	}
	.page-12 .header {
		padding-left: 0;
		padding-right: 0;
	}
	.motto,
	.page-12 .motto {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	.archive .subpage-content:first-child table,
	.page-14 table {
		border-left: none;
		border-right: none;
	}
	.page-20 #kontakt-detale {
		font-size: 1em;
	}
	#cl-header>div>div {
		font-size: 1.6em;
	}
	.ui-datepicker .ui-datepicker-next,
	.ui-datepicker .ui-datepicker-prev {
		line-height: 25px;
	}
}

@media(min-width:600px) {
	#zespol-osoby .grupa .page-container {
		margin-left: auto !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
	.lang-de #zespol-osoby .osoba {
		margin-left: 22px;
		margin-right: 22px;
	}
}

@media(max-width:479px) {
	#footer li {
		padding: 0 5px;
	}
	#footer li:first-child {
		padding-left: 0;
	}
	#footer li:last-child {
		padding-right: 0;
	}
}