@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;
    -moz-box-sizing: content-box;
  	-webkit-box-sizing: content-box;
  	box-sizing: content-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: Arial, sans-serif;
  color: #222; }

body {
  margin: 0;
  font-size: 1em;
  font-size: 16px;;
  line-height: 1.4;
 /* background: #f3f3f3 url(/img/templates/pip2/headerbg.gif) top repeat-x; */
	background: #F3F3F3;
}

a { color: #0E68A6; }

#sessionflash {
    font-size: 0.875em;
    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.neutral { 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"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type=datetime-local],
input[type=date],
input[type=text] {
    background-color: #e4e4e4;
    border: 1px solid #adadad;
    height: 28px;
    line-height: 28px;
    width: 100%;
}

#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;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.box-popup .box-player {
	padding-bottom: 5px;
	display: block;
	text-align: left;
	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: 0.875em;
}

.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;
}

header.header {
	width: 100%;
	background-color: #fff;
	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;

}

header .people {
	display: block;
	background: url(/img/templates/pipjo/oip-header-1.jpg) no-repeat;
	width: 297px;
	height: 156px;
	position: absolute;
	right: 120px;
	top: 0px;
	z-index: 1;
}

#content {
	width: 100%;
}

.inside {
	max-width: 940px;
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

#content .inside {
	padding-right: 240px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

header .inside .logo {
	position: absolute;
	top: 30px;
	left: -5px;
	z-index: 3;
}

header .inside .logo img {
	max-width: 549px;
	width: 100%;
}

hr.contact {
    height: 1px;
    border: 0 none;
    background: #cfcfcf;
    margin-top: 20px;
    margin-bottom: 20px;
}

#left-side {
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

#right-side {
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
}

#right-side .calendar-container {
	margin-bottom: 15px;
}

/* menu gorne */

nav.nav {
        width: 100%;
        background: #009fd6;
        font-size: 11pt;
        font-family: Arial, sans-serif;
        font-weight: bold;
        position: relative;
    }

nav.nav ul {
        padding: 0;
        margin: 0 auto;
    	max-width: 1020px;
    }

nav.nav li {
	z-index: 3;
    display: inline;
    float: left;
	text-align: center;
    }

    .clearfix:before,
    .clearfix:after {
        content: " ";
        display: table;
    }
    .clearfix:after {
        clear: both;
    }
    .clearfix {
        *zoom: 1;
    }

nav.nav a {
        color: #fff;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
        text-decoration: none;
        line-height: 45px;
        height: 45px;
    }

nav.nav li a {
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
		font-size: 0.875em;
    }
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.hidden {
	z-index: 2;
}

nav.nav li.active {
	background-color: #f3f3f3;
	height: 45px;
}

nav.nav li.active a {
	color: #000;
}
nav.nav li.active div.li_tree {
	background-color: #f3f3f3;
	padding-top: 5px;
	bottom: 6px;
	z-index: 3;
	position: relative;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}
select.nav { display: none;  }

nav.nav a.login {
	width: 50px;
	height: 45px;
	display: block;
    background: url(/img/templates/pip/icons-bg.png) no-repeat 15px 14px ;
	position: absolute;
	right: 51px;
	top: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 0;
}

nav.nav div.lang {
	position: absolute;
	right: 0px;
	top: 0px;
}

nav.nav div.lang ul.lang-choice {
	position: absolute;
	right: 21px;
	top: 45px;
	width: 60px;
	z-index: 10;
}

nav.nav div.lang ul.lang-choice li {
	float: left;
	clear: left;
    background: #009fd6;
	width: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

nav.nav div.lang ul.lang-choice li a {
	border: 0;
}

nav.nav .lang a {
    background: url(/img/templates/pip/icons-bg.png) no-repeat 42px -30px ;
	width: 40px;
	padding-right: 20px;
	height: 45px;
	display: block;
	border-right: 1px solid #fff;
	margin: 0;
	text-align: right;
}

.navi {
	border-bottom: 1px solid #ccc;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.2em;
    color: #797979;
    -webkit-box-shadow: 0px 1px 0px 0px #fff;
    box-shadow: 0px 1px 0px 0px #fff;
    margin-bottom: 20px;
    font-size: 0.688em;
}

.navi a {
	color: #797979;
	text-decoration: none;
}

.home-news {
	border: 1px solid #ddd;
	background-color: #fff;
	height: 300px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}

.home-news h2 {
	font-size: inherit;
	margin-bottom: 12px;
}

.home-news .arts {
	font-size: 0.813em;
	width: 250px;
	height: 228px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px 30px 0 15px;
	overflow: hidden;
}

.home-news img { z-index: 9; }

.home-news .ca_a:after {
    content: '';
    display: block;
	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 a {
	color: #000;
}

.home-news .links {
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 280px;
	height: 12px;
}

.home-news .tonews {
    position: absolute;
    right: 5px;
    bottom: 11px;
    height: 12px;
    line-height: 12px;
    color: #086b9e;
    background-color: none;
    padding: 3px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.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%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a.box {
	display: block;
}

aside.main.box a {
	color: #000;
	text-decoration: none;
	text-align: center;
}

aside.main.box {
	margin-bottom: 20px;
	width: 31.42857%;
	max-width: 220px;
	margin-left: 2.85714%;
	float: left;
}

aside.main.box:nth-child(1),
aside.main.box:nth-child(4),
aside.main.box:nth-child(7) {
    margin: 0;
}

aside.main.box.w1,
aside.main.box.w2,
aside.main.box.video {
	height: 313px;
}

aside.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;
}

aside.main.box.w2 a {
	padding-top: 4px;
	padding-left: 2.72727%;
	padding-right: 2.72727%;
	width: 94.54545%;
	max-width: 208px;
	display: block;
	text-align: center;
}

aside.main.box.video .tb {
	height: 130px;
}

aside.main.box.w1 a {
}

aside.main.box img {
	width: 100%;
}

aside.main.box .tb {
	display: table;
	width: 100%;
}

aside.main.box .txt {
	height: 75px;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 1.25em;
	font-family: Roboto, Arial, Tahoma;
	text-transform: uppercase;
}


#right-side .box {
	margin-bottom: 15px;
}

#right-side aside.box {
	padding: 15px;
	font-size: 0.813em;
}

#right-side a.box {
    background: #fff url(/img/templates/pip/icons-bg.png) no-repeat 198px -73px;
	padding: 10px 5px 10px 5px;
	font-size: 0.875em;
	color: #000;
	text-decoration: none;
}

#right-side a.more {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#right-side .box a.more:after {
	content: '›';
	color: #0e68a6;
	position: relative;
	left: 4px;
	font-size: 16px;
}

#right-side .box.img {
	text-align: center;
	padding: 5px 0 5px 0;
}
input.a-search,
input.r-search {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 0.875em;
	height: 32px;
	padding: 5px 30px 5px 5px;
	line-height: 20px;
    background: #fff url(/img/templates/pip/icons-bg.png) no-repeat 193px -187px;
}

#right-side ul.tree_list_branch,
nav.r-menu {
	width: 100%;
}

#right-side ul.deplevel_0 {
	margin-bottom: 20px;
}

#right-side ul.deplevel_0 > li.hidden > div.li_tree > a,
h3.cal,
nav.r-menu h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding-bottom: 10px;
}

h3.cal,
nav.r-menu h3 { border-bottom: 1px solid #afafaf; }

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 ul.tree_list_branch .deplevel_1 li,
nav.r-menu li {
	font-size: 0.875em;
	border-bottom: 1px solid #afafaf;
	list-style-type: none;
    background: url(/img/templates/pip/icons-bg.png) no-repeat 208px -73px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

nav.r-menu li:first-child {
	border-top: 1px solid #000;
}

#right-side ul.deplevel_0 > li.hidden > div.li_tree {
	font-size: 1em;
	border-bottom: 1px solid #afafaf;
    list-style-type: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#right-side ul.deplevel_0 > li.hidden {
	margin-top: 20px;
}

#right-side ul.deplevel_0 > li.hidden:first-child {
	margin: 0;
}


aside.ankieta h3,
#right-side ul.tree_list_branch li a,
nav.r-menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 0;
	padding: 10px 10px 10px 0;
}

/**
#right-side ul.deplevel_0 > li.hidden > div.li_tree > a,
nav.r-menu h3 {
    font-size: 1em;
    font-weight: bold;
    color: #0e68a6;
    padding-bottom: 10px;
}
**/

aside.ankieta h3 {
    border-bottom: #000 1px solid;
    margin-bottom: 10px;
}

aside.ankieta h4 {
    margin-bottom: 10px;
}

aside.ankieta label {
    font-size: 0.813em;
    padding-left: 10px;
}

aside.ankieta fieldset { border: 0; }

aside.ankieta .btn {
    float: right;
}

.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 li {
    list-style-type: none;
}

footer li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.75em;
}

footer li a:hover {
    text-decoration: underline;
}

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;
    line-height: 13px;
}

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

.paging {
	float: right;
	width: auto;
	font-size: 0.813em;	}

.paging a {
	color: #000;
	text-decoration: none;
}

.paging .next a,
.paging .prev a {
	color: #0E68A3;
}

.paging .disabled { display: none; }
.paging .current { font-weight: bold; }

.paging span {
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.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; }

article.list {
    -moz-box-sizing: border-box;
    background: url("/img/templates/szkola/btn-szkola.png") no-repeat scroll 96% 50% #FFFFFF;
    border: 1px solid #D1D1D1;
    display: table;
    font-size: 0.813em;
    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; max-width: 660px;
}

article.list h2 {
	font-size: 1.125em;
}

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 input {
	border: 1px solid #DDDDDD;
	width: 290px;
	background-image: none;
}


button.btn,
a.btn,
div.a-search button {
	border: 0;
	height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	background: #0f6ea8;
	color: #fff;
	margin-left: 15px;
	background: #5b8aa5; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViOGFhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTYyOWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #5b8aa5 0%, #0e629e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b8aa5), color-stop(100%,#0e629e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #5b8aa5 0%,#0e629e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #5b8aa5 0%,#0e629e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #5b8aa5 0%,#0e629e 100%); /* IE10+ */
background: linear-gradient(to bottom, #5b8aa5 0%,#0e629e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b8aa5', endColorstr='#0e629e',GradientType=0 ); /* IE6-8 */

	text-decoration: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.title-nn,
#left-side h2,
#left-side h1 {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
    font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
    behavior: url(/css/templates/pip/PIE.htc);
}

#lef-side article.list h2 { font-size: 1.125em; }

article.view .date {
	color: #868686;
    font-style: italic;
	font-size: 0.688em;
	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.print {
    background-position: 0px 0px;
}

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 {
    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-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 !important;
}

article.view .autor {
	width: 100%;
	font-weight: bold;
	text-align: right;
	padding-top: 20px;
    font-size: 0.875em;
}

#left-side article.list h2 {
    font-size: 1.125em;
}

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: 30px;
    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 section h3 {
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.875em;
	font-family: Roboto, Arial, Tahoma;
}

article.view .social {
	margin-bottom: 35px;
}

article.view table.file {
	width: 100%;
	font-size: 0.813em;
}

article.view table.file a {
	color: #000;
	text-decoration: underline;
}

article.view table.file tr td {
	padding-bottom: 15px;
}

article.view table.file tr td:nth-child(1) {
	width: 40px;
}

article.view table.file tr td:nth-child(5),
article.view table.file tr td:nth-child(4) {
	width: 90px;
	text-align: right;
}

article.view table.file .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;
}

article.view table.file .icon.jpg { background-image: url(/img/templates/pip/file-type/jpg.gif); }
article.view table.file .icon.xls { background-image: url(/img/templates/pip/file-type/xls.gif); }
article.view table.file .icon.doc { background-image: url(/img/templates/pip/file-type/doc.gif); }
article.view table.file .icon.zip { background-image: url(/img/templates/pip/file-type/zip.gif); }
article.view table.file .icon.ppt { background-image: url(/img/templates/pip/file-type/ppt.gif); }
article.view table.file .icon.neu { background-image: url(/img/templates/pip/file-type/neu.gif); }

figure.list {
    border: 1px solid #D1D1D1;
    display: block;
    font-size: 0.813em;
    margin-bottom: 10px;
    min-height: 100px;
    width: 100%;
	background: #fff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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: 0.9em;
	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;
}

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%
}

.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%; }

body #left-side h2.gview-h2 {
	font-weight: normal;
	font-size: 1.25em;
	margin-bottom: 10px;
}

.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: 0.813em;
}

.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%;
}

table.calendar.small {
	width: 100%;
	max-width: 220px;
	border-collapse: collapse;
	text-align: center;
}

table.calendar.small tr td {
	border-bottom: 1px solid #cfcfcf;
	color: #565656;
	font-size: 0.813em;
	height: 21px;
}

table.calendar.small tr.days td {
	border-bottom: 1px solid #000;
}

table.calendar.small tr:last-child td {
	border: 0;
}

table.calendar.small tr td a {
	color: #565656;
	text-decoration: none;
}

table.calendar.small tr td.something_in_here a,
table.calendar.small tr td a.active {
	font-weight: bold;
	color: #0e68a3;
	text-decoration: none;
}

table.calendar.small tr td.day a {
	border: 1px solid #0e68a3;
	width: 100%;
	height: 100%;
	line-height: 21px;
	display: block;
	margin: 0 auto;
}

.cal .month {
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cal .month a.month {
	text-decoration: none;
	font-size: 0.813em;
	color: #000;
	font-weight: bold;
}

.cal .month span.previous_month {
	position: absolute;
	left: 0;
}

.cal .month span.previous_month a {
	font-weight: bold;
	color: #0e68a3;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.cal .month span.next_month {
	position: absolute;
	right: 0;
}

.cal .month span.next_month a {
	font-weight: bold;
	color: #0e68a3;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.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%;
}

.left-contact {
    width: 300px;
    margin-right: 20px;
    float: left;
}

.left-contact .box .info {
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.813em;
}

.dni {
    width: 100%;
}

.dni tr td:first-child { width: 60%; }
.dni tr td:last-child { width: 40%; }

.right-contact {
    width: 620px;
    float: left;
}

.right-contact .box {
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.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: 0.813em;
    height: 30px;
    line-height: 30px;
}

.right-contact .required label:after {
    content: " *";
}


.right-contact .box input[type=text] {
    float: left;
    max-width: 425px;
    width: 100%;
    background-color: #fff;
}

.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: 20px;
    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: 0.813em;
    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 .btn {
    float: right;
}

.bottom-contact .info.box {
    padding: 20px;
    font-size: 0.813em;
    width: 48.93617%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.bottom-contact .info.box a.btn {
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-decoration: none;
}

.bottom-contact .info.box:nth-child(2n+1) {
    margin-right: 2.12766%;
}

table.sekr { vertical-align: top; width: 100%; font-size: 0.813em; margin-bottom: 20px; }

table.sekr td {
	vertical-align: top;
	padding-left: 10px;
	width: 25%;
}

table.sekr td:first-child { vertical-align: top; padding-left: 0; font-weight: bold; }

table.sekr tr:nth-child(2n+2) td {
    padding-bottom: 15px; vertical-align: top; 
}

.contacts h2 {
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 10px;
}

.cal-tabs a {
    color: #0E68A3;
    text-decoration: none;
}

.calendars .calendar-container {
    float: left;
    width: 46.80851%;
}

.calendars .calendar-container:first-child {
    margin-right: 6.38298%;
}

.calendars .calendar-container table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
	max-width: none;
}

.calendars .calendar-container table tr td {
    border-bottom: 1px solid #CFCFCF;
    color: #565656;
    font-size: 0.813em;
    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: 0.813em;
    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: 22px;
}

.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: 22px;
}

.box.m_box {
	border-top: 0;
	padding: 20px;
}

.box.m_box .data {
	color: #868686;
    font-size: 0.688em;
    font-style: italic;
    position: relative;
    width: 100%;
	line-height: 2em;
	padding-bottom: 10px;
}

.box.m_box .desc {
	font-size: 0.813em;
}

.box_class_top {
	padding: 20px;
	margin-top: 20px;
}

.calpag {
	position: relative;
}

.calpag a.next { font-size: 25px; position: absolute; right: 10px; top: 40%; text-decoration: none; color: #0E68A3; }
.calpag a.prev { font-size: 25px; position: absolute; left: 10px; top: 40%; text-decoration: none; color: #0E68A3; }

.calpag .days > div {
	height: 146px;
	width: 99px;
	float: left;
	background: #fff;
	margin-left: 0;
	border: 1px solid #ddd;
	border-left: 0;
	text-align: center;
}

.calpag .days > div:first-child {
	border-left: 1px solid #ddd;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.calpag .days > div > a > div {
	border: 0;
	line-height: 100%;
}


.calpag .days div a {
	color: #000;
	text-decoration: none;
}

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_link,
.archive_active {
    display: block;
    margin-right: 20px;
    font-size: 1em;
    float: left;
    text-decoration: none;
    font-size: 0.875em;

}

.archive_active {
    font-weight: bold;
    font-size: 1.125em;
    position: relative;
    top: -4px;
}

#cookieinfo {
  position: fixed;
    background: #fff;
    border: 1px solid #ccc;
  padding: 15px 21px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 10000;
      bottom: 30px;
  right: 30px;
    color: #000;
    font-size: 0.75em;
    -webkit-box-shadow: 3px 3px 19px 0px rgba(105,105,105,0.68);
-moz-box-shadow: 3px 3px 19px 0px rgba(105,105,105,0.68);
box-shadow: 3px 3px 19px 0px rgba(105,105,105,0.68); 
}       

#cookieinfo #cookieinfohide {
      background: #5b8aa5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #5b8aa5 0%, #0e629e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b8aa5), color-stop(100%,#0e629e));
  background: -webkit-linear-gradient(top, #5b8aa5 0%,#0e629e 100%);
  background: -o-linear-gradient(top, #5b8aa5 0%,#0e629e 100%);
  background: -ms-linear-gradient(top, #5b8aa5 0%,#0e629e 100%);
  background: linear-gradient(to bottom, #5b8aa5 0%,#0e629e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b8aa5', endColorstr='#0e629e',GradientType=0 );
  -moz-box-sizing: border-box;
  color: #fff;
  font: bold 12px arial, sans-serif;
  text-decoration: none;
  line-height: 1;
  padding: 6px 8px;
  text-align: center;
  width: 100px;
  margin-left: 20px;
}


@media screen and (min-width: 481px) and (max-width: 1020px) {
    header#top {
        width: 100%;
        height: auto;
    }
    header#top h1 { width: auto; padding: 30px 20px 0 10px ;}
    #wrap {  margin: 0 auto;}
    nav.nav ul {
        width: 100%;
		padding-top: 45px;
    }
    nav.nav ul li {
        width: 50%;
        padding: 0;
    }
    nav.nav ul li a {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

	nav.nav .lang { right: auto; left: 50px; }
	nav.nav a.login { right: auto; left: 0; }

	nav.nav div.lang {
    position: absolute;
    right: auto;
    top: 0px;
	left: 55px;
	}

	nav.nav div.lang li { clear: none; }

	.home-news img { display: none;	}

	.home-news .arts {
		width: 100%;
		position: inherit;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	}

	.home-news .links {
	    bottom: 15px;
    	left: 12px;
		right: auto;
	}
	header .people { display: none; }
	.home-news a { text-decoration: none; }
}

@media screen and (max-width: 481px) {

    header .people { display: none; }
    .home-news img { display: none; }
    #container { padding: 2%; width: 96%; }
    .inside {width: 480px }
    nav.nav ul { width: 100%; padding-top: 45px; }

    nav.nav ul li { width: 100%; clear: left; float: left; text-align center; }
    figure.list.gindex1 figcaption { padding: 10px 0 0 0; }
    #content .inside {  padding-right: 0px; }
    #right-side { position: relative; top: auto; right: auto; float: left; width: 100%; }

    body aside.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%;
    }

    aside.main.box.w2 a,
    aside.main.box.w1 a {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    aside.main.box.w1, aside.main.box.w2, aside.main.box.video {
        float: left;
        height: 313px;
        width: 100%;
        margin-bottom: 20px;
    }

     aside.main.box.video { height: auto; }

    header.header .inside,
    .inside { max-width: 100%; }


    #accessibility-container {
        right: 10px;
    }

    #right-side aside.box { text-align: center; }

    aside.main.box:nth-child(1), aside.main.box:nth-child(4), aside.main.box:nth-child(7) {
        margin-bottom: 20px;
    }

    #right-side a.box,
    #right-side ul.tree_list_branch .deplevel_1 li, nav.r-menu li {
        background-position: 410px -73px;
    }

    div.a-search input {
        width: 337px;
    }

    footer .search,
    footer ul.deplevel_0 > li {
        float: left;
        clear: left;
    }

    footer {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .bottom-contact .info.box {
        padding-bottom: 45px;
    }
    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;
    }
	#accessibility-container {
    right: 10px;
}
}


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: 0.8em;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}


.bottom-banners p {
	text-align: justify;
}

.bottom-banners  {
	vertical-align: middle;
	border-top: 1px solid #ccc;
	padding-top: 26px;

	width: 100%;
    margin-left: auto;
    margin-right: auto;

	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

	behavior: url(/css/templates/pip/PIE.htc);
	position: relative;
}

.bottom-banners a {
	margin-right: 36px;
}

.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 a { color: #000; text-decoration: none; cursor: pointer; }

#accessibility-container {
    right: -10px;
	z-index: 11;
    color: #000;
    position:relative;
    top: 5px;
    font-size: 0.625em;
    text-align: right;
}

a.article_edit {
	font-size: 16px;
   text-decoration: none;
}

.formularz.box {
    padding: 20px;
}

.formularz.box fieldset {
    border: 0;
}

.formularz.box label {
    float: left;
    font-size: 0.813em;
    height: auto;
	padding-top: 4px;
    line-height: inherit;
    width: 146px;
	padding-right: 4px;
}

.formularz.box .input .error-message {
	font-size: 0.688em;
	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;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
font-size: 0.875em;
}

.formularz.box select  {
	max-width: 425px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	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;
}
.mapa-polski {
    padding: 40px;
    margin-bottom: 10px;
}

.mapa-polski .info {
    float: right;
    width: 49%;
    font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: right;
    margin-right: 20px;
    margin-top: 90px;
}

.box.search input.datetime {
    width: 190px;
    margin-right: 5px;
}

.box.search label[for=ArticlePublishto],
.box.search label[for=ArticleCreatedto] {
    width: 40px;
}

.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: 0.875em;
}

.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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
}


a.archive_link {
	color: #999999;
	text-decoration: none;
}

a.multimedia_thumb {
      color: #c6c6c6;
      font-size: 0.8em;
      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;

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

body div#container div#content div.inside div#left-side article.list a.art table tbody tr td img {
	max-width: 100px;
}

footer .newsletter {
    max-width: 200px;
    color: #fff;
    margin-top: 25px;
}

body.en .box.newsletter h3,
footer .newsletter h3 {
    font-weight: normal;
    font-size: 1.25em;
}

body.en .box.newsletter div,
footer .newsletter div {
    font-size: 0.688em;
    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;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
}

body.en .box.newsletter .it button,
footer .newsletter .it button {
    background: #fff url("/img/templates/pip/icons-bg.png") no-repeat scroll 8px -79px;
    border: 0;
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 28px;
    width: 28px;
    position: pointer;
}

body.en .box.newsletter div.it,
footer .newsletter div.it {
    margin-top: 5px;
    position: relative;
}
.sitemap {
    font-size: 0.875em;
}

.sitemap ul {
    margin-left: 15px;
    margin-left: 15px;
}

.videosub-bar {
	position: relative;
	z-index: 500;
	margin-left: 25px;
	width:100%;
	height:64px;
	text-align:center;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
}

#CellvalueAddForm .captcha .error-message {
	margin-left:0;
}

.simply-scroll-list li img {
  margin: 0 auto;
}

