@font-face {
	font-family: "MyriadWebPro";
	src: url("fonts/MyriadWebPro.otf");
	src: url("fonts/MyriadWebPro.eot?#iefix") format("embedded-opentype"),
		url("fonts/MyriadWebPro.woff") format("woff"),
		url("fonts/MyriadWebPro.ttf") format("truetype"),
		url("fonts/MyriadWebPro.svg#MyriadWebPro") format("svg");

	font-weight: normal;
	font-style: normal;

}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext);

:active,
:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#container {
	overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	behavior: url(/css/templates/pip/PIE.htc);
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

html {
	font-size: 62.5%;
}

html.font-bigger {
	font-size: 68.75%;
}

html.font-biggest {
	font-size: 75%;
}

html,
button,
input,
select,
textarea {
	font-family: Arial, sans-serif;
	color: #222;
}

a,
button,
input[type="submit"] {
	cursor: pointer;
}

body {
	font-family: Arial, Tahoma, sans-serif;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.4;
	background: #F3F3F3;
	overflow-x: auto;
	min-width: 320px;
}

a {
	color: #0E68A6;
}

#sessionflash {
	font-size: 1.25rem;
	margin-bottom: 20px;
}

#sessionflash span.info {
	font-weight: bold;
}

#sessionflash.good {
	background-color: #DFF0D8;
	padding: 20px 10px;
	color: #83B082;
}

#sessionflash.bad {
	background-color: #F2DEDE;
	padding: 20px 10px;
	color: #C97371;
}

#sessionflash.default {
	background-color: #D9EDF7;
	padding: 20px 10px;
	color: #619FBE;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	*width: 13px;
	*height: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type=password],
input[type=datetime-local],
input[type=search],
input[type=text] {
	border: 1px solid #adadad;
	background-color: #e4e4e4;
	height: 28px;
	line-height: 28px;
	width: 100%;
}

/* LOGIN */

.users.login.box {
	width: 100%;
	padding: 20px;
	margin-top: 15px;
}

.users.login.box input[type=password],
.users.login.box input[type=text] {
	width: 380px;
	background: #fff;
}

.users.login.box form {
	width: 65%;
	float: left;
}

.users.login.box .info-login {
	width: 35%;
	float: right;
}

.users.login.box .submit input[type="submit"] {
	float: left;
	margin-left: 150px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmNmVhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTYyOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #0f6ea8 0%, #0e629e 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0f6ea8), color-stop(100%, #0e629e));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0f6ea8 0%, #0e629e 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0f6ea8 0%, #0e629e 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0f6ea8 0%, #0e629e 100%);
	/* IE10+ */
	background: linear-gradient(to right, #0f6ea8 0%, #0e629e 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f6ea8', endColorstr='#0e629e', GradientType=1);
	/* IE6-8 */
	border-radius: 0;
}

.users.login.box .submit input[type="submit"].focus-ring {
	background: #fff;
	color: #0E68A3;
}

.users.login.box .info-login a {
	color: #0E68A3;
}

/* SLIDER OWL */
.home-slider .slider-item {

}
.home-slider .slider-photo {
	
}
.home-slider .slider-photo img {
	
}
.home-slider .slider-content {
	padding: 20px;
}

.home-slider .slider-name {
	font-size: 1.7rem;
}

.home-slider .slider-link {
	text-decoration: none;
}

.home-slider .slider-link:hover {
	text-decoration: underline;
}

.home-slider .slider-link.focus-ring {
	outline-offset: 0;
}

.home-slider .slider-desc {
	margin: 15px 0 0;
	font-size: 1.35rem;
}

.bottom-slider-tools {
	
}

.bottom-slider-tools .bottom-slider-pause,
.bottom-slider-tools .bottom-slider-play {
	position: absolute;
	z-index: 10;
	top: 0;
	left: -200vw;
	display: inline-flex;
	padding: 5px 15px;
	border: 1px solid #086b9e;
	margin: 0 0 20px 0;
	background: #086b9e;
	color: #fff;
	font-size: 1.25rem;
}

.bottom-slider-tools .bottom-slider-pause:hover,
.bottom-slider-tools .bottom-slider-play:hover {
	background: #fff;
	color: #086b9e;
}

.bottom-slider-tools .bottom-slider-pause.focus-ring,
.bottom-slider-tools .bottom-slider-play.focus-ring {
	left: 0;
	outline-color: #fff;
	outline-offset: -4px;
}

.bottom-slider .owl-nav {
	margin-top: 20px;
}

.owl-carousel.owl-loaded {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.owl-carousel .owl-item img {
	height: auto;
}

.owl-nav {
	display: flex;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #086b9e !important;
	background: #086b9e !important;
	font-size: 2rem !important;
	color: #fff !important;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: #fff !important;
	color: #086b9e !important;
}

.owl-nav .owl-prev.focus-ring,
.owl-nav .owl-next.focus-ring {
	outline-color: #fff;
	outline-offset: -4px;
}

.owl-nav .owl-prev {
	margin-right: 1px;
}

.owl-dots {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 15px;
}

.owl-dots .owl-dot {
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #ddd !important;
	background-color: #fff !important;
	margin: 5px;
	z-index: 5;
}

.owl-dots .owl-dot.focus-ring {
	outline-offset: 0px;
}

.owl-dots .owl-dot.active {
	border-color: #086b9e !important;
	background-color: #086b9e !important;
}

/* LOGIN END */

hr.contact {
	height: 1px;
	border: 0 none;
	background: #cfcfcf;
	margin-top: 20px;
	margin-bottom: 20px;
}

#popupsblack {
	display: none;
	background-color: #000;
	opacity: 0.8;
	z-index: 49;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.box-popup {
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

#cboxContent {
	position: relative;
	min-width: 200px;
}

.box-popup .previous {
	position: absolute;
	left: 10px;
	top: 50%;
	cursor: pointer;
	background: url(/img/templates/pip/pf-left.png) no-repeat 50%;
	width: 70px;
	height: 70px;
	margin-top: -53px;
}

.box-popup .next {
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 50%;
	background: url(/img/templates/pip/pf-right.png) no-repeat 50%;
	width: 70px;
	height: 70px;
	margin-top: -53px;
}

.box-popup a {
	text-decoration: none;
}

.box-popup .close {
	position: absolute;
	top: 3px;
	right: -5px;
	display: block;
	width: 44px;
	background: url(/img/templates/pip/ico_close.png) no-repeat;
	height: 36px;
	border: 0;
	cursor: pointer;
}

.box-popup .pi {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	top: 50%;
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.box-popup .box-player {
	padding-bottom: 5px;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}



.box-popup .box-player img {
	width: 100%;
	max-width: 1000px;
}

.box-popup .box-author,
.box-popup .box-title,
.box-popup .box-number {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.25rem;
}

.box-popup .box-author {
	font-weight: normal;
}

.box-popup .box-number {
	float: right;
}

hr.clear {
	clear: both;
	height: 0px;
	border: 0;
}

.bold {
	font-weight: bold;
}

.focus-ring {
	outline: 3px dashed #0e68a3;
	outline-offset: -3px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.skip-links {
	position: relative;
}

.skip-links__list {}

.skip-links__item {
	list-style: none;
	position: absolute;
}

.skip-links__link {
	position: absolute;
	top: 0;
	left: -9000rem;
	z-index: 50;
	width: 150px;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	background: #fff;
	color: #0e68a3;
	font-weight: 700;
	text-align: center;
}

.skip-links__link:focus {
	left: 0;
	outline: 0;
}

header.header {
	width: 100%;
	background-color: #0e68a3;
	height: 156px;
	position: relative;
}

header.header #bg50 {
	background: url(/img/templates/pip/bg50.jpg) no-repeat left;
	width: 45%;
	height: inherit;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

header.header .inside {
	max-width: 940px;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

header .people {
	display: block;
	background: url(/img/templates/pip/pip-header-1.png) no-repeat;
	width: 253px;
	height: 156px;
	position: absolute;
	right: 120px;
	top: 0px;
}

#content {
	width: 100%;
}

.inside {
	width: 940px;
	max-width: 100%;
	display: block;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

header .inside .logo {
	display: inline-flex;
	transition: opacity 300ms ease-in-out;
}

header .inside .logo:hover {
	opacity: .8;
}

header .inside .logo.focus-ring {
	outline-color: #fff;
}

header .inside .logo img {
	max-width: 549px;
	width: 100%;
}

/* menu gorne */

nav.nav {
	width: 100%;
	background: #0e68a3;
	font-size: 1.1rem;
	font-family: Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-top: 1px solid #fff;
}

nav.nav ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	border-top: 1px solid #fff;
	margin: 43px -15px 0;
	max-width: 1020px;
}

nav.nav li {
	list-style: none;
	text-align: center;
	width: 100%;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

nav.nav a {
	color: #fff;
	display: block;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	line-height: 43px;
	height: 43px;
}

nav.nav li a {
	font-size: 1.25rem;
}

nav.nav li a:hover {
	text-decoration: underline;
}

nav.nav li a.focus-ring {
	outline-color: #fff;
}

nav.nav li:last-child a {
	border-right: 0;
}

nav.nav a:hover,
nav a:active {
	/* background: url(/img/templates/pip2/menu_bbg.png) no-repeat bottom; */
}

nav.nav a#pull {
	display: none;
}

nav.nav li.active {
	background-color: #f3f3f3;
}

nav.nav li.active a {
	color: #000;
}

nav.nav li.active a.focus-ring {
	outline-color: #0e68a3;
}

select.nav {
	display: none;
}

nav.nav .login {
	width: 50px;
	height: 45px;
	display: block;
	background: url(/img/templates/pip/icons-bg.png) no-repeat 16px 13px;
	position: absolute;
	right: 48px;
	top: -44px;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
	text-indent: -99999px;
}

nav.nav a.login:hover {
	background-color: #009fd6;
}

nav.nav a.login.focus-ring {
	outline-color: #fff;
}

.lang {
	position: absolute;
	top: -44px;
	right: -1px;
}

.lang .btn-lang {
	background: url(/img/templates/pip/icons-bg.png) no-repeat 32px -32px;
	width: 50px;
	padding-right: 20px;
	height: 45px;
	display: block;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.25rem;
}

.lang .btn-lang:hover {
	background-color: #009fd6;
}

.lang .btn-lang.focus-ring {
	border-color: transparent;
	outline-color: #fff;
}

.lang .lang-choice {
	display: none;
	position: absolute;
	z-index: 1;
	top: 44px;
	right: 0;
	border: 1px solid #fff;
}

.lang .lang-choice ul {
	display: flex;
	flex-direction: column;
	border: 0;
	margin: 0;
}

.lang .lang-choice ul li {
	width: 100%;
}

.lang .lang-choice ul li:not(:first-child) {
	border-top: 1px solid #fff;
}

.lang .lang-choice ul li a {
	width: 97px;
	text-align: center;
	background: #009fd6;
	color: #fff;
}

.lang .lang-choice ul li a:hover {
	background-color: #0e68a3;
	text-decoration: none;
}

.navi {
	border-bottom: 1px solid #ccc;
	padding-top: 14px;
	padding-bottom: 14px;
	line-height: 1.2em;
	color: #585858;
	-webkit-box-shadow: 0px 1px 0px 0px #fff;
	box-shadow: 0px 1px 0px 0px #fff;
	margin-bottom: 20px;
	font-size: 1.25rem;
}

.navi a {
	color: inherit;
	text-decoration: none;
}

.navi a:hover {
	text-decoration: underline;
}

.navi a.focus-ring {
	outline-offset: 3px;
}

.navi .breadcrumb {
	display: flex;
}

.navi .breadcrumb li {
	list-style: none;
}

.navi .breadcrumb li:not(:first-child):before {
	content: '›';
	margin: 0 10px;
}

.home-news {
	border: 1px solid #ddd;
	background-color: #fff;
	/* height: 300px; */
	margin-bottom: 20px;
	position: relative;
}

.home-news .ca_a:after {
	content: '';
	display: block;
	visibility: hidden;
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 12px solid transparent;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #fff;
	position: relative;
	left: 377px;
	*left: 377px;
	bottom: 220px;
	z-index: 50;
	padding: 0;
	margin: 0;
}

.home-news .arts {
	font-size: 1.25rem;
	width: 250px;
	height: 228px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px 30px 0 15px;
	overflow: hidden;
}

.home-news a {
	color: #000;
}

.home-news .links {
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 280px;
	height: 12px;
}

.home-news .tonews {
	color: #086b9e;
	background-color: none;
	font-size: 1.3rem;
	line-height: 1.6em;
	text-align: center;
	text-decoration: none;
}

.home-news .tonews.focus-ring {
	outline-offset: 0px;
}

.home-news .links a {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #f3f3f3;
	float: left;
	margin-right: 7px;
	z-index: 5;
}

.home-news .links a.active {
	background-color: #086b9e;
}

.box {
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
}

a.box {
	display: block;
}

article.main.box a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}

article.main.box {
	margin-bottom: 20px;
	width: 31.42857%;
	max-width: 220px;
	margin-left: 2.85714%;
	float: left;
}

article.main.box:nth-child(1),
article.main.box:nth-child(4),
article.main.box:nth-child(7) {
	margin: 0;
}

article.main.box.w1,
article.main.box.w2,
article.main.box.video {
	height: 313px;
}

article.main.box.w1 a {
	padding-left: 13.18182%;
	padding-right: 13.18182%;
	/* width: 73.63636%;
	max-width: 162px; */
	display: block;
	padding-top: 10px;
	height: 303px;
}

article.main.box.w2 a {
	padding: 4px;
	/* padding-left: 2.72727%;
	padding-right: 2.72727%; */
	/* width: 94.54545%;
	max-width: 208px; */
	display: block;
	text-align: center;
}

article.main.box.video .tb {
	height: 130px;
}

article.main.box.w1 a {}

article.main.box img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

article.main.box .tb {
	display: table;
	width: 100%;
}

article.main.box .txt {
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.6rem;
}


#right-side .box {
	margin-bottom: 15px;
}

#right-side aside.box {
	padding: 15px;
	font-size: 1.5rem;
}

#right-side a.box {
	position: relative;
	padding: 10px 19px 10px 5px;
	font-size: 1.25rem;
	color: #000;
	text-decoration: none;
}

#right-side a.box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: transparent url(/img/templates/pip/icons-bg.png) no-repeat 2px -83px;
}

#right-side a.more {
	display: inline-flex;
	align-items: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#right-side a.more.focus-ring {
	outline-offset: 2px;
}

#right-side .box a.more:after {
	content: '›';
	color: #0e68a6;
	position: relative;
	left: 4px;
	font-size: 1.6rem;
}

#right-side .box.img {
	text-align: center;
	padding: 5px 0 5px 0;
}

input.a-search,
input.r-search {
	font-size: 1.45rem;
	height: 34px;
	padding: 5px 30px 5px 15px;
	line-height: 20px;
	background: #fff;
}

#right-side ul.tree_list_branch,
nav.r-menu {
	width: 100%;
}

nav.r-menu h2,
nav.r-menu h3 {
	font-size: 1.6rem;
	padding-bottom: 10px;
}

#right-side ul.deplevel_0 {
	margin-bottom: 20px;
}

aside.ankieta label {
	font-size: 1.25rem;
	padding-left: 10px;
}

aside.ankieta fieldset {
	border: 0;
}

aside.ankieta .btn {
	float: right;
}

body div#container div#content div.inside div#right-side ul.deplevel_0 li.hidden {
	list-style-type: none;
}

nav.r-menu ul {
	margin-bottom: 20px;
}

#right-side {
	margin-top: 20px;
}

#right-side ul.tree_list_branch .deplevel_1 li,
nav.r-menu li {
	font-size: 1.25rem;
	border-bottom: 1px solid #000;
	list-style-type: none;
}

nav.r-menu li:first-child {
	border-top: 1px solid #000;
}

#right-side ul.deplevel_0>li.hidden>div.li_tree {
	font-size: 1rem;
	border-bottom: 1px solid #000;
	list-style-type: none;
}

#right-side ul.deplevel_0>li.hidden {
	margin-top: 20px;
}

#right-side ul.deplevel_0>li.hidden:first-child {
	margin: 0;
}


#right-side ul.tree_list_branch li a,
nav.r-menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 1.45rem;
	padding: 10px 20px 10px 0;
}

/* background: url(/img/templates/pip/icons-bg.png) no-repeat 203px -73px; */

#right-side ul.tree_list_branch li a:hover,
nav.r-menu li a:hover {
	text-decoration: underline;
}

nav.r-menu li a {
	position: relative;
}

nav.r-menu li a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/img/templates/pip/icons-bg.png) no-repeat 2px -83px;
}

.pp.box {
	margin-right: 3.14286%;
	width: 48.42857%;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	max-width: 339px;
}

.bih.box {
	width: 48.42857%;
	background: #fff;
	float: left;
	margin-bottom: 20px;
	max-width: 339px;
}

.pp.box img,
.bih.box img {
	width: 100%;
	max-width: 337px;
}

footer {
	background-color: #0e68a3;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 33px;
	height: 100%;
}

footer .inside {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}

footer .inside>.deplevel_0 {
	width: 75%;
	float: left;
}

body.en footer .inside>.deplevel_0 {
	width: 100%;
}

footer li {
	list-style-type: none;
}

footer li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.25rem;
	line-height: 1.6em;
}

footer li a:hover {
	text-decoration: underline;
}

footer li a.focus-ring {
	outline-color: #fff;
	outline-offset: 3px;
}

footer ul.tree_list_branch li {
	clear: none;
	float: left;
	max-width: 224px;
}

footer ul.tree_list_branch>li {
	line-height: 13px;
}

footer ul.tree_list_branch li li {
	float: left;
	clear: left;
	padding-bottom: 5px;
}

footer ul.deplevel_0>li {
	margin-right: 20px;
}

footer ul.deplevel>li:first-child {
	margin 0;
}

footer ul.deplevel_0>li>div.no_children {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	float: left;
}

footer ul.tree_list_branch>li .has_children {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

footer .search {
	float: left;
	margin-top: 15px;
}

footer .search ul.deplevel_0>li>div.no_children {
	margin: 0 0 5px 0;
}

footer .search ul.deplevel_0>li {
	float: left;
	clear: left;
}

footer .newsletter {
	color: #fff;
	margin-top: 25px;
}

body.en .box.newsletter p,
footer .newsletter p {
	font-size: 1.15rem;
	line-height: 1.6em;
	font-weight: normal;
}

body.en .box.newsletter .it input[type=text],
footer .newsletter .it input[type=text] {
	background: #fff;
}

footer .newsletter .it input[type="text"] {
	padding-right: 32px;
	padding-left: 5px;
	height: 30px;
}

footer .newsletter .it input[type="text"].focus-ring {
	outline-offset: -4px;
}

footer .newsletter .it button {
	background: transparent url("/img/templates/pip/icons-bg.png") no-repeat scroll 7px -80px;
	border: 0;
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	height: 28px;
	width: 28px;
	color: #fff;
}

body.en .box.newsletter div.it,
footer .newsletter div.it {
	margin-top: 5px;
	position: relative;
}


.paging {
	float: right;
	width: auto;
	font-size: 1rem;
}

.paging a {
	color: #000;
	text-decoration: none;
}

.paging .next a,
.paging .prev a {
	color: #0E68A3;
}

.paging .disabled {
	display: none;
}

.paging span {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.paging .current {
	font-weight: bold;
}

.paging.pagin_art {
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 20px;
}

.pagin_art li {
	list-style-type: none;
	width: auto;
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
}

.pagin_art li a {
	font-weight: normal;
}

#left-side .article-list {}

#left-side .article-list .article-item {
	background: #fff;
	border: 1px solid #D1D1D1;
	display: table;
	font-size: 1.35rem;
	padding: 15px;
	margin-bottom: 10px;
	width: 100%;
}

#left-side .article-list .article-date {
	margin-bottom: 10px;
	color: #585858;
	font-style: italic;
}

#left-side .article-list .article-title {
	font-size: 1.5rem;
}

#left-side .article-list .article-link {
	display: inline;
	color: #000000;
	text-decoration: none;
	word-wrap: break-word;
}

#left-side .article-list .article-link:hover {
	text-decoration: underline;
}

#left-side .article-list .article-link.focus-ring {
	outline-offset: 3px;
}

#left-side .article-list .article-content {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
}

#left-side .article-list .article-photo {
	flex: 0 0 auto;
	width: 80px;
	margin-bottom: 10px;
}

#left-side .article-list .article-text {
	flex: 1 1 auto;
}

article.list {
	background: url("/img/templates/szkola/btn-szkola.png") no-repeat scroll 96% 50% #FFFFFF;
	border: 1px solid #D1D1D1;
	display: table;
	font-size: 1.25rem;
	margin-bottom: 10px;
	width: 100%;
}


article.list a {
	border-collapse: separate;
	color: #000000;
	display: block;
	padding: 9px 10% 9px 19px;
	text-decoration: none;
	word-wrap: break-word;
	padding: 9px 19px 9px 19px;
	text-align: justify;
}

article.list a:hover {
	background-color: #0e68a3;
	color: #fff;
}


article.list time {
	color: #868686;
	font-style: italic;
}

article.list a img,
article.list a img {
	float: left;
	left: 0px;
	top: 4px;
	margin-right: 10px;
	position: relative;
}

div.a-search {
	margin-bottom: 20px;
	margin-top: 10px;
	font-weight: normal;
}

div.a-search form {
	display: flex;
	align-items: center;
}

div.a-search label {
	color: #000;
}

div.a-search input {
	border: 1px solid #DDDDDD;
	width: 290px;
	background-image: none;
}

div.a-search input.focus-ring {
	outline-offset: -3px;
}

button.btn,
a.btn,
div.a-search button {
	text-decoration: none;
	border: 0;
	height: 34px;
	padding: 0 15px;
	color: #fff;
	margin-left: 15px;
	border: 1px solid #0e68a3;
	background: #0e68a3;
	/* Old browsers */
	background: linear-gradient(to bottom, #5b8aa5 0%, #0e68a3 100%);
	/* W3C */
}

button.btn:hover,
a.btn:hover,
div.a-search button:hover,
button.btn.focus-ring,
a.btn.focus-ring,
div.a-search button.focus-ring {
	background: #fff;
	color: #0e68a3;
}

button.btn.focus-ring,
a.btn.focus-ring,
div.a-search button.focus-ring {
	border-color: transparent;
}

button.btn,
body figure a.btn,
body a.btn {
	height: 26px;
	line-height: 20px;
	color: #fff;
	padding: 3px 10px 3px 10px;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}

article.view .date {
	color: #585858;
	font-style: italic;
	font-size: 1.5rem;
	width: 100%;
	position: relative;
	height: 20px;
	margin-bottom: 20px;
}

article.view .date .art_actions {
	position: absolute;
	right: 0;
	top: 0;

}

article.view .date .art_actions a.print,
article.view .date .art_actions a.pdf {
	background: url(/img/templates/pip/art-view-ico.png) no-repeat;
	height: 16px;
	display: inline-block;
	width: 16px;
	margin-left: 6px;
	background-position: -25px 0px;
}

article.view .date .art_actions a.pdf {
	background-position: -26px 0px;
}

article.view .date .art_actions a.print {
	background-position: 0px 0px;
}

a.article_edit {
	display: inline-flex;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-decoration: none;
	margin-left: 6px;
}

article.view .date .art_actions a.print.focus-ring,
article.view .date .art_actions a.pdf.focus-ring,
a.article_edit.focus-ring {
	outline-offset: 3px;
}

article.view #articletxtfull ul,
article.view #articletxtfull p {
	margin-bottom: 10px;
}

article.view #articletxtfull hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
}

article.view #articletxtfull {
	font-size: 1.45rem;
	margin-top: 10px;
	word-wrap: break-word;
}

article.view #articletxtfull img {
	max-width: 100%;
}

article.view #articletxtfull ol,
article.view #articletxtfull ul,
article.view #articletxtfull dl {
	padding: 0 40px;
}

article.view #articletxtfull blockquote {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	padding: 2px 0;
	border-left-width: 5px;
	padding-left: 20px;
	padding-right: 8px;
	margin: 13px 40px;

}

article.view #articletxtfull p {
	margin-bottom: 10px;
}

article.view .autor {
	width: 100%;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
	font-size: 1.25rem;
}

article.view .social {
	margin-top: 20px;
}

article.view section.gallery .photos {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 125px;
}

article.view section.gallery .scroll {
	position: relative;
	width: 100%;
	height: 1px;
}

article.view section.gallery .scroll .goto {
	position: absolute;
	top: 1px;
	height: 125px;
	background-color: #0E68A3;
	opacity: 0.5;
	color: #fff;
	font-size: 3rem;
	line-height: 125px;
	text-align: center;
	width: 25px;
	text-decoration: none;
	margin: 0;
	z-index: 2;
}

article.view section.gallery .scroll .goto.left {
	left: 0;
}

article.view section.gallery .scroll .goto.right {
	right: 0;
}

article.view section.gallery .photos .roll {
	float: left;
	margin-right: -30000px;
	min-height: 125px;
	min-width: 700px;
}

article.view section.gallery img {
	width: 100%;
	max-width: 220px;
}

article.view section.media img {}

article.view section.gallery a {
	float: left;
	display: block;
	width: 31.42857%;
	margin-right: 2.85714%;
	margin-right: 20px;
	max-width: 220px;

}

article.view section.gallery a:last-child {
	margin-right: 0;
}

article.view .social {
	margin-bottom: 35px;
}

.files {}

.files .files-head {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
	font-size: 1.25rem;
	font-family: MyriadWebPro, Arial, Tahoma;
	font-family: 'Roboto', sans-serif;

}

.files .files-list {}

.files .files-item {
	list-style: none;
	margin-top: 15px;
}

.files .files-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #000;
	text-decoration: none;
	font-size: 1.25rem;
}

.files .files-link:hover {
	color: #0e68a6;
}

.files .files-icon {
	height: 33px;
	width: 33px;
	display: block;
	background-image: url(/img/templates/pip/file-type/pdf.gif);
	background-position: -7px -8px;
	background-repeat: no-repeat;
	border: 1px #ccc solid;
	margin-right: 10px;
}

.files .files-icon.jpg {
	background-image: url(/img/templates/pip/file-type/jpg.gif);
}

.files .files-icon.xls {
	background-image: url(/img/templates/pip/file-type/xls.gif);
}

.files .files-icon.doc {
	background-image: url(/img/templates/pip/file-type/doc.gif);
}

.files .files-icon.zip {
	background-image: url(/img/templates/pip/file-type/zip.gif);
}

.files .files-icon.ppt {
	background-image: url(/img/templates/pip/file-type/ppt.gif);
}

.files .files-icon.neu {
	background-image: url(/img/templates/pip/file-type/neu.gif);
}

.files .files-text {
	font-weight: 700;
}

.files .files-size {
	font-weight: 400;
}

figure.list {
	border: 1px solid #D1D1D1;
	display: block;
	font-size: 1.25rem;
	margin-bottom: 10px;
	min-height: 100px;
	width: 100%;
	background: #fff;
}

figure.list.gindex0 {
	margin-bottom: 20px;
	width: 31.42857%;
	max-width: 220px;
	margin-left: 2.85714%;
	float: left;
	border: 0;
}

figure.list.findex0 {
	max-width: 340px;
	margin-bottom: 20px;
	width: 48.57143%;
	margin-left: 2.85714%;
	float: left;
	height: 124px;
	background: #fff url(/img/templates/pip/f-ico.png) no-repeat 0 50%;
	display: table;
	padding: 10px;
	padding-left: 144px;
}

.findex1 {
	position: relative;
	padding-left: 90px;
	display: table;
	height: 96px;
}

.findex1 figcaption {
	display: table-cell;
	vertical-align: middle;
	height: 96px;
}

.ftypes {
	background: #fff url(/img/templates/pip/ftypes.png) no-repeat;
	width: 47px;
	height: 47px;
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
}

.ftypes.pdf {
	background-position: 0 -47px;
}

.ftypes.doc {
	background-position: 0 -94px;
}

.ftypes.xls {
	background-position: 0 -141px;
}

.findex1 .buttons {
	position: absolute;
	right: 25px;
	top: 20px;
}

.ll figure.findex0:nth-child(2n+1),
.ll figure.gindex0:nth-child(3n+1) {
	margin: 0;
}

figure.list.gindex0 img {
	width: 100%;
}

figure.list.findex0 figcaption {
	display: table-cell;
	vertical-align: middle;
	height: 124px;
}

.counter {
	position: absolute;
	bottom: 0;
	left: 0px;
	padding: 5px;
	background: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}

figure.list.gindex0 .counter {
	border-left: 1px solid #D1D1D1;
}

figure.list a {
	border-collapse: separate;
	color: #000000;
	display: block;
	text-decoration: none;
}

figure.list.gindex0 figcaption {
	padding: 10px;
	border: 1px solid #D1D1D1;
	border-top: 0;
	height: 22px;
	overflow: hidden;
}

figure.list.gindex1 {
	padding: 10px;
}

figure.list.gindex1 .img-div img {
	max-width: 220px;
	width: 100%;
}

figure.list.gindex1 .img-div {
	max-width: 220px;
	width: 32.35294%;
	position: relative;
	float: left;
}

figure.list.gindex1 figcaption {
	float: left;
	margin-left: 1.47059%;
	width: 66.17647%
}

.gindex1.g2 img {
	clear: left;
	float: left;
}

figure.gindex1 figcaption.gg {
	display: table-cell;
	vertical-align: middle;
	height: 123px;
	float: none;
	width: 62%;
	padding-left: 20px;
}

.gl figure {
	margin-bottom: 20px;
	width: 31.42857%;
	max-width: 220px;
	margin-left: 2.85714%;
	float: left;
	border: 0;
}

.gl figure:nth-child(3n+1) {
	margin: 0;
}

.gl figure img {
	width: 100%;
}

.box-inside {
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	position: relative;
}


.box-inside .box-player img,
.box-inside .box-player {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.box-inside .box-author,
.box-inside .box-title {
	display: none;
}

.box-inside .box-number {
	margin-top: 5px;
	font-size: 1.25rem;
}

.box-inside a.previous {
	display: block;
	background: url(/img/templates/pip/gview-arrows.png) no-repeat;
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	top: 40%;
}

.box-inside a.next {
	display: block;
	background: url(/img/templates/pip/gview-arrows.png) no-repeat 0 -55px;
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 40%;
}

.dni {
	width: 100%;
}

.dni tr td:first-child {
	width: 60%;
}

.dni tr td:last-child {
	width: 40%;
}


table.sekr {
	vertical-align: top;
	width: 100%;
	font-size: 1.25rem;
	margin-bottom: 20px;
}

table.sekr td:first-child {
	vertical-align: top;
	font-weight: bold;
}

table.sekr tr:nth-child(2n+2) td {
	vertical-align: top;
	padding-bottom: 15px;
}

.contacts {
	display: flex;
	flex-direction: column;
}

.right-contact {
	display: flex;
	flex-direction: column;
	flex: 1 1;
	margin-top: 20px;
}

.right-contact h2 {
	min-height: 30px;
}

.right-contact.formulas {
	width: 100%;
}

.right-contact .box {
	padding: 20px;
}

.right-contact .box div.input {
	margin-bottom: 15px;
}

.right-contact .box div.input:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.right-contact .box label {
	width: 150px;
	float: left;
	font-size: 1.25rem;
	height: 30px;
	line-height: 30px;
}

.right-contact.formulas .box textarea,
.right-contact .box input[type=text],
.right-contact .box select {
	float: left;
	max-width: 425px;
	width: 100%;
	background-color: #fff;
}

.right-contact .box select {
	border: 1px solid #adadad;
	height: 28px;
	line-height: 28px;
	width: 100%;
}

.right-contact.formulas .box textarea,
.right-contact.formulas .box input[type=text] {
	max-width: 500px;
}

.right-contact .box textarea {
	border: 1px solid #ADADAD;
	width: 100%;
	height: 120px;
}

.right-contact .captcha div.input:after {
	display: none;
}

.right-contact .captcha {
	float: left;
	width: 100%;
	max-width: 425px;
}

.right-contact .captcha input[type=text] {
	width: 130px;
	height: 50px;
	font-size: 2rem;
	float: left;
	text-align: center;
}

.right-contact .captcha .rel .input {
	width: 132px;
}

.right-contact .captcha .rel img {
	float: left;
	margin-right: 10px;
}

.right-contact .captcha .rel {
	position: relative;
	float: left;
	height: 50px;
}

.right-contact .captcha .rel a {
	position: absolute;
	bottom: -20px;
	display: block;
	font-size: 1.25rem;
	color: #000;
	left: 30px;
	text-decoration: none;
	background: url(/img/templates/pip/r-cap.png) no-repeat left;
	height: 15px;
	line-height: 15px;
	padding-left: 15px;
}

.right-contact .captcha .rel .input {
	width: 132px;
	float: left;
}

.right-contact .captcha .rel .input.text.error .error-message {
	margin-left: 0;
}

.right-contact .btn {
	float: right;
}

.left-contact {
	width: 300px;
	margin-right: 20px;
}

.left-contact h1 {
	min-height: 30px;
	line-height: 1.5em;
}

.left-contact .box .info {
	padding: 20px;
	font-size: 1.25rem;
}

.left-contact iframe {
	display: block;
}

.bottom-contact {
	padding-top: 20px;
	border-top: 1px solid #cfcfcf;
	margin-top: 30px;
	width: 100%;
}

.bottom-contact h2 {
	min-height: 30px;
}

.bottom-contact .box-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.bottom-contact .info.box {
	padding: 20px 20px 50px;
	margin: 10px;
	font-size: 1.25rem;
	width: calc(100% - 20px);
	position: relative;
}

.bottom-contact .info.box a.btn {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-decoration: none;
}

.contacts a:not(.btn).focus-ring {
	outline-offset: 1px;
	text-decoration: none;
}

.cal-tabs a {
	color: #0E68A3;
	text-decoration: none;
}

.cal-tabs a.focus-ring {
	outline-offset: 3px;
}

.calendars .calendar-container {
	float: left;
	width: 46.80851%;
}

.calendars .calendar-container:first-child {
	margin-right: 6.38298%;
}

.calendars .calendar-container table {
	width: 100%;
	max-width: none;
	border-collapse: collapse;
	text-align: center;
}

.calendars .calendar-container table tr td {
	border-bottom: 1px solid #CFCFCF;
	color: #565656;
	font-size: 1.25rem;
	height: 28px;
}

.calendars .calendar-container table tr td a {
	color: #565656;
	text-decoration: none;
}

.calendars .calendar-container table tr:first-child td {
	border-color: #000;
}

.calendars .calendar-container table tr:last-child td {
	border: 0
}

.calendars .calendar-container .month {
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.calendars .calendar-container .month a.month {
	text-decoration: none;
	font-size: 1.25rem;
	color: #000;
	font-weight: bold;
}

.calendars .calendar-container .month span.previous_month {
	position: absolute;
	left: 10px;
}

.calendars .calendar-container .month span.previous_month a {
	font-weight: bold;
	color: #0e68a3;
	font-weight: bold;
	text-decoration: none;
	font-size: 2.2rem;
}

.calendars .calendar-container .month span.next_month {
	position: absolute;
	right: 10px;
}

.calendars .calendar-container .month span.next_month a {
	font-weight: bold;
	color: #0e68a3;
	font-weight: bold;
	text-decoration: none;
	font-size: 2.2rem;
}

body.en header .h-search label {
	color: #fff;
}

body.en header .h-search input[type=search] {
	width: 300px;
	background: url("/img/templates/pip/icons-bg.png") no-repeat scroll 424px -187px #FFFFFF;
	padding: 5px 30px 5px 5px;
	height: 32px;
	line-height: 20px;
}

body.en .logo {
	top: 40px;
}

body.en .logo img {
	max-width: 415px;
}


body.en .box.newsletter {
	padding: 15px;
}

body.en .box.newsletter>div {
	font-size: 1.25rem;
	color: #666;
}

.bottom-banners p {
	text-align: justify;
}

.bottom-banners {
	vertical-align: middle;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;

	text-align: justify;
	text-justify: distribute-all-lines;

	behavior: url(/css/templates/pip/PIE.htc);
	position: relative;
}

.bottom-banners a {
	display: block;
	margin-right: 36px;
}

.bottom-banners a.focus-ring {}

.bottom-banners a:last-child {
	margin: 0;
}

/* .bottom-banners .banner.bottom:nth-child(5n+5):after,
.bottom-banners .banner.bottom:last-child:after, */
.bottom-banners .stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden;
	behavior: url(/css/templates/pip/PIE.htc);
}

.bottom-banners .banner.bottom {
	width: auto;
	vertical-align: middle;
	line-height: 100%;
	height: 100%;

	display: inline-block;
	*display: inline;
	zoom: 1;
}

#accessibility-container {
	width: 100%;
	padding: 10px 5px;
	color: #000;
	position: relative;
	font-size: 0.9rem;
	z-index: 11;
	display: flex;
	justify-content: flex-start;
}

#accessibility-container ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	border: 1px solid #fff;
}

#accessibility-container li {
	list-style: none;
}

#accessibility-container a,
#accessibility-container button {
	position: relative;
	display: block;
	padding: 5px 5px;
	border: 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.15rem;
	line-height: 1.5em;
	background: #0e68a3;
}

#accessibility-container a:hover,
#accessibility-container button:hover {
	background: #fff;
	color: #0e68a3;
}

#accessibility-container button.focus-ring,
#accessibility-container a.focus-ring {
	z-index: 1;
	outline-color: #fff;
	outline-offset: -3px;
}


body.en #right-side aside {
	position: relative;
}

body.en #right-side a.more {
	position: absolute;
	left: auto;
	right: 14px;
	bottom: 10px;
}

.mapa-polski {
	padding: 40px;
	margin-bottom: 10px;
}

.mapa-polski .info {
	float: right;
	width: 49%;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: right;
	margin-right: 20px;
	margin-top: 90px;
}

a.rss {
	background: linear-gradient(to right, #0F6EA8 0%, #0E629E 100%) repeat scroll 0 0 transparent;
	border: 0 none;
	color: #FFFFFF;
	height: 32px;
	font-size: 1.15rem;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.box.search {
	padding: 20px;
	margin-bottom: 20px;
}

.box.search .btn {
	float: right;
}

.box.search .input {
	margin-bottom: 10px;
}

.box.search label {
	width: 130px;
	float: left;
	font-size: 1.25rem;
}

.box.search select,
.box.search input[type=datetime-local],
.box.search input[type=text] {
	width: 79%;
	background: #fff;
}

.box.search input.datetime {
	width: 190px;
	margin-right: 5px;
}

.box.search label[for=ArticlePublishto],
.box.search label[for=ArticleCreatedto] {
	width: 40px;
}

.box.search select {
	border: 1px solid #ADADAD;
	padding: 5px;
}

.box.search .art_pub .input {
	float: left;
	width: 60%;
}

.box.search .art_pub .input:last-child {
	width: 40%;
}

.box.search .art_pub .input.long input,
.box.search .art_pub .input.short input {
	width: 224px;
}

.box.search .input.long label {
	width: 130px;
}

.box.search .input.short label {
	text-align: center;
	width: 30px;
}

.formularz.box {
	padding: 20px;
}

.formularz.box fieldset {
	border: 0;
}

.formularz.box fieldset {
	border: 0;
}

.formularz.box label {
	float: left;
	font-size: 1.25rem;
	height: auto;
	padding-top: 4px;
	line-height: inherit;
	width: 146px;
	padding-right: 4px;
}


.formularz.box textarea.form-error,
.formularz.box input.form-error {
	box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px;
}

.formularz.box .input .error-message {
	font-size: 1rem;
	color: red;
	float: left;
	clear: left;
	margin-left: 150px;
}

.formularz.box .input .error-message {
	font-size: 1rem;
	color: red;
	float: left;
	clear: left;
	margin-left: 150px;
}

.formularz.box textarea,
.formularz.box input[type=date],
.formularz.box input[type=datetime-local],
.formularz.box input[type="text"] {
	background-color: #FFFFFF;
	float: left;
	max-width: 425px;
	width: 100%;
	border: 1px solid #adadad;
	padding: 5px;
	font-size: 1.25rem;
}

.formularz.box select {
	max-width: 425px;
	width: 100%;
}

.formularz.box div.input {
	margin-bottom: 15px;
}

.formularz.box div.input:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.formularz.box button {
	float: right;
}

.formularz img.kal {
	position: relative;
	top: 2px;
	left: 5px;
}

.formularz.box .input input[required=required]+label:after {
	content: "*";
}

table[align=right] {
	float: right;
}

table[align=left] {
	float: left;
}

table[align=center] {
	-webkit-margin-start: auto;
	-moz-margin-start: auto;
	margin-start: auto;
	-webkit-margin-end: auto;
	-moz-margin-end: auto;
	margin-end: auto;
}

table[border=1] {
	border-width: 1px;
}

table[cellspacing=1] {
	border-spacing: 1px;
}

.archive-list {
	display: flex;
	flex-wrap: wrap;
}

.archive-list .archive-item {
	list-style: none;
}

.archive-list .archive-item {}

.archive-list .archive-link,
.archive-list .archive-active {
	display: block;
	margin-right: 20px;
	line-height: 1.5em;
	float: left;
	text-decoration: none;
	font-size: 1.5rem;
}

.archive-list .archive-link.focus-ring {
	outline-offset: 0;
}

.archive-list .archive-active {
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
}

#cookieinfo {
	position: fixed;
	width: calc(100% - 30px);
	max-width: 910px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 21px;
	margin: 0 auto;
	border-radius: 5px;
	z-index: 10000;
	bottom: 15px;
	left: 15px;
	right: 15px;
	color: #000;
	font-size: .8rem;
	box-shadow: 3px 3px 19px 0px rgba(105, 105, 105, 0.68);
}

#cookieinfo .cookie-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 1.3rem;
}

#cookieinfo .cookie-text a.focus-ring {
	outline-offset: 1px;
	text-decoration: none;
}

#cookieinfo .cookie-btn {
	margin: 10px 0 0;
}


#cookieinfo #cookieinfohide {
	background: #5b8aa5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom, #5b8aa5 0%, #0e629e 100%);
	color: #fff;
	font: bold 12px arial, sans-serif;
	text-decoration: none;
	line-height: 1;
	padding: 6px 8px;
	border: 0;
	text-align: center;
	width: 180px;
}

#cookieinfo #cookieinfohide.focus-ring {
	background: #fff;
	color: #5b8aa5;
}

@media screen and (min-width: 481px) {
	#left-side .article-list .article-content {
		flex-direction: row;
	}

	#left-side .article-list .article-photo {
		margin-right: 10px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
	header#top {
		width: 100%;
		height: auto;
	}

	header#top h1 {
		width: auto;
		padding: 30px 20px 0 10px;
	}

	#wrap {
		margin: 0 auto;
	}

	nav.nav ul li {
		width: 50%;
		padding: 0;
	}

	nav.nav ul li a {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.home-news img {
		display: none;
	}

	.home-news .arts {
		width: 100%;
		position: inherit;
	}

	.home-news .links {
		bottom: 15px;
		left: 12px;
		right: auto;
	}

	header .people {
		display: none;
	}

	.home-news a {
		text-decoration: none;
	}

	.users.login.box .info-login {
		float: left;
		clear: left;
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	#content .inside {
		display: flex;
	}

	#left-side {
		flex: 1 1 auto;
	}

	#left-side:not(:last-child) {
		width: calc(100% - 270px);
	}

	#right-side {
		margin-top: 0;
		margin-left: 20px;
		width: 250px;
		flex: 0 0 auto;
	}

	.contacts {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.right-contact {
		margin-top: 0;
	}

	.bottom-contact .info.box {
		width: calc(50% - 20px);
	}

	footer .inside>.search {
		width: 25%;
	}

}

@media screen and (min-width: 1001px) {
	nav.nav ul {
		border-top: 0;
		margin-top: 0;
		margin-right: 100px;
	}

	nav.nav ul li {
		width: auto;
	}

	nav.nav a.login,
	.lang {
		top: -1px;
	}

	nav.nav a.login {
		right: 64px;
	}

	.lang {
		right: 15px;
	}

}

@media screen and (max-width: 480px) {

	header .people {
		display: none;
	}

	.home-news img {
		display: none;
	}

	.inside {
		width: 480px
	}

	figure.list.gindex1 figcaption {
		padding: 10px 0 0 0;
	}

	body article.main.box {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.pp.box {
		max-width: 100%;
		width: 100%;
	}

	.bih.box {
		max-width: 100%;
		width: 100%;
	}

	.pp.box img,
	.bih.box img {
		width: 100%;
		max-width: 100%;
	}

	article.main.box.w2 a,
	article.main.box.w1 a {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		height: 100%;
	}

	article.main.box.w1,
	article.main.box.w2,
	article.main.box.video {
		float: left;
		height: 313px;
		width: 100%;
		margin-bottom: 20px;
	}

	article.main.box.video {
		height: auto;
	}

	header.header .inside,
	.inside {
		max-width: 100%;
	}

	#right-side aside.box {
		text-align: center;
	}

	article.main.box:nth-child(1),
	article.main.box:nth-child(4),
	article.main.box:nth-child(7) {
		margin-bottom: 20px;
	}

	input.a-search {
		background-position: 420px -187px;
	}

	div.a-search input {
		width: 337px;
	}

	footer .search,
	footer ul.deplevel_0>li {
		float: left;
		clear: left;
	}

	figure.list.findex0 {
		width: 100%;
		max-width: 100%;
		margin: 0;
		margin-bottom: 20px;

	}

	.ll figure.findex0:nth-child(2n+1),
	.ll figure.gindex0:nth-child(3n+1) {
		margin-bottom: 20px;
	}

	table.forums tr.th th {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mapa-polski {
		display: none;
	}

	body .box.search .art_pub {
		width: 100%;
	}

	body .box.search .art_pub .input.long input,
	body .box.search .art_pub .input.short input {
		width: 100%;
	}

	.box.search select,
	.box.search input[type=datetime-local],
	.box.search input[type=text] {
		width: 100%;
	}

	.box.search .art_pub .input {
		width: 100%;
	}

	.box.search .art_pub .input:last-child {
		width: 100%;
	}

	.box.search .input.short label {
		text-align: left;
	}

}


a.multimedia_thumb {
	color: #c6c6c6;
	font-size: 1.25rem;
	text-decoration: none;
}

audio {
	width: 320px;
	height: 200px;
}

nav .nolang {
	text-align: center;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	display: block;
	font-size: 1.25rem;
	line-height: 45px;
	height: 45px;
	margin: 0;
	position: absolute;
	right: 0px;
	top: 0;
	width: 50px;
}

form.s-form {
	position: relative;
}

form.s-form button {
	display: block;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	background: url(/img/templates/pip/icons-bg.png) no-repeat 8px -186px;
}

.view-title {
	margin-bottom: 10px;
}

.view-tools .btn {
	margin: 0;
}

.article_top .btn {
	margin: 0;
	font-size: 1.25rem;
}

.sitemap {
	font-size: 1.5rem;
}

.sitemap ul {
	margin-left: 15px;
	margin-left: 15px;
}



.sitemap a {
	text-decoration: none;
}

.sitemap h2 {
	font-size: 1.5rem;
	font-weight: 400;
}

.sitemap a:hover {
	text-decoration: underline;
}

.sitemap a.focus-ring {
	outline-offset: 0;
}

.videosub-bar {
	position: relative;
	z-index: 500;
	margin-left: 25px;
	width: 100%;
	height: 64px;
	text-align: center;
	color: #fff;
	font-size: 1.75rem;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.5);
}

.right-contact .required label:after {
	content: " *";
}

.simply-scroll-list li img {
	margin: 0 auto;
}

.responsiveVideoWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 75%
}

.responsiveVideoInner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.gallery-list {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.gallery-list .gallery-item {
	padding: 10px;
	width: 100%;
	list-style: none;
}

.gallery-list .gallery-photo {
	border: 1px solid #D1D1D1;
	background-color: #fff;
	height: 100%;
}

.gallery-list .gallery-link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.gallery-list .gallery-caption {
	padding: 10px;
	font-size: 1.25rem;
	color: #000;

}

.gallery-list img {
	width: 100%;
}


@media screen and (min-width: 481px) {
	.gallery-list .gallery-item {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.home-slider .slider-item {
		display: flex;
	}
	.home-slider .slider-photo {
		flex: 1 1 auto;
	}
	.home-slider .slider-content {
		width: 230px;
		flex: 0 0 auto;
		padding-bottom: 55px;
	}
	.home-slider .owl-nav {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.home-slider .owl-dots {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.gallery-list .gallery-item {
		width: 33.333333%;
	}
}

@media screen and (min-width: 1200px) {
	.bottom-slider .owl-nav {
		margin: 0;
	}

	.bottom-slider .owl-prev,
	.bottom-slider .owl-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.bottom-slider .owl-prev {
		left: -65px;
	}

	.bottom-slider .owl-next {
		right: -65px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.4em;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

h5 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1rem;
}

.table-wrapper {
	overflow-x: auto;
}