﻿::-webkit-scrollbar {
width: 6px;

}
::-webkit-scrollbar-track {
border-left: 1px solid #000;
}
::-webkit-scrollbar-thumb {
background: #0e446c;
    -webkit-box-shadow: inset 0 0 6px #0e446c;
}
::-webkit-scrollbar-thumb:hover {
background: #0e446c;
    -webkit-box-shadow: inset 0 0 6px #0e446c;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #0e446c;

} 



*{
	font-size:18px;
}
html{
	height: 100%;
	width: 100%;
	padding:0;
	scrollbar-gutter: stable;
	min-width: 1274px;
}

body{
	background:url('../grafika/t2d.png') repeat-x;
	overflow-y: scroll;
	margin:10px 0 0 0;
	min-height: 100%;
	position: relative;
}
#header{
	width:1260px;
	margin:auto;
	margin-top:0px;
}
#blok1{
	height:45px;
	padding-top:5px;
	display: flex;
 	justify-content: space-between;
 	padding:3px;
 	display:flex;	
}
div#nsp_ikony div{
	width:30px;
	height:30px;
	border:1px solid #666666;
	float:left;
	margin:2px;
	padding:3px;
	text-align:center;
	line-height:200%;
}
div#nsp_ikony div a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

div#media_ikony div{
	width:30px;
	height:30px;
	border:1px solid #666666;
	float:left;
	margin:2px;
	padding:3px;	
}
div#media_ikony div:hover {
	box-shadow: inset 0px 0px 3px 0px #444444;
}
div#nsp_ikony div:hover {
	box-shadow: inset 0px 0px 3px 0px #444444;
}


#a1{
	font-size:18px;
}
#a2{
	font-size:22px;

}
#a3{
	font-size:26px;
}
#a4{
	font-size:18px;
	background:yellow;
}
#a5{
	font-size:18px;	
}


div#data{
	height:22px;
	color:white;
	font-family:Calibri;
	font-size:16px;
	display: flex;
 	justify-content: space-between;
 	color: white;
	font-size: 16px;
	font-family:Calibri;
	user-select:none;
	background-color:#CA0000;
	padding: 0 10px 0 10px;
}
div#data p{
	margin:0;
	padding:0 20px 0 20px;;
}
span#licz_gosci{
	color:yellow;
	font-weight:bold;
}
div#baner{
	height:155px;
	user-select:none;
	background:url('../grafika/t4b.png');
	
}
div#nav{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	height:40px;
	
}

div#menu{
	display: flex;
	margin:auto;
	width:1260px;
	text-align:center;
	font-family:Calibri;
	color:white;
	font-size:1.1em;
	background-color:#353535;

}

div#menu ul > li{
	
	list-style:none;
	position:relative;
	text-decoration:none;
	line-height:200%;
}

div#menu li > a{
	color:white;
	font-size:1em;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
div#menu div:hover{
	
	color:white;
	animation-name: anim3;
	animation-duration: 0.5s;
	background-color:#666666;

}

@keyframes anim3 {
  0%   {color: yellow;}
  25%  {color: red;}
  
}



div#menu div a:hover{
	color: white;
	animation-name: anim3;
	animation-duration: 1s;
	background-color:#666666;

}


div#menu div:hover >ul {
	
	animation-duration: 0.5s;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
div#menu li:hover >ul {
	
	animation-duration: 0.5s;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

div.pozycja1{
	user-select:none;
	border-right:1px solid #CCCCCC;
	width:11%;
	line-height: 200%;
}
div.pozycja1 ul {
	position:absolute;
	padding: 0;
	margin:0;
	width:300px;
	list-style:none;
	background:#353535;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-webkit-transition: 300ms; 
	text-align:left;
	list-style-position: outside;
}
div.pozycja1 ul li{
	border-top:1px gray solid;
	border-left:1px gray solid;
	border-right:1px gray solid;
	padding:0 10px 0 20px;
	line-height: 200%;
	
}
div.pozycja1 ul li:hover{
	background-color:#666666;

}
div.pozycja1a{
	user-select:none;
	width:11%;
	line-height: 200%;
}

div.pozycja1a ul {
	position:absolute;
	padding: 0;
	margin:0;
	width:300px;
	list-style:none;
	background:#353535;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-webkit-transition: 300ms; 
	text-align:left;
	list-style-position: outside;
}
div.pozycja1a ul li{
	border-top:1px gray solid;
	border-left:1px gray solid;
	border-right:1px gray solid;
	padding:0 10px 0 20px;
	line-height: 200%;
}
div.pozycja1a ul li:hover{
	background-color:#666666;
}


div.pozycja1 a{
	color:#FFFFFF;
	text-decoration:none;
	
}
div.pozycja1 a:hover{
	color:white;
}

ul.pozycja2 {
	position:absolute;
	left:298px;
	top:0;
	margin:0;
	list-style:none;
	background:#353535;
	transform: scaleY(0);
	transform-origin: 50% 0;
	transition: 200ms;
}
.pozycja2a {
	position:absolute;
	left:-300px;
	top:0;
	padding:0;
	margin:0;
	list-style:none;
	background:#353535;
	transform: scaleY(0);
	transform-origin: 50% 0;
	transition: 200ms;
	list-style-position: outside;
}

div#centrum{
	height:auto;
	width:1260px;
	margin:auto;
	display:flex;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
div#article{
	min-height: 500px;
	width: 1044px;
	font-size: 1em;
	border-right:1px solid #CCCCCC;

}
div#r_panel{
	width:216px;
	text-align: center;
	user-select:none;
	font-family:Fira Sans,sans-serif;
}
div#r_head{
	margin-top:5px;
	

}
div#r_panel p{
	background:#353535;
	color:#FFDE5B;
	line-height:150%;
	margin:0;
	padding:3px;
}
#r_panel img{
	margin:15px 0 15px 0;
	width:90%;
}
#r_panel a{
	color: white;
	font-family:Georgia;
	line-height: 150%;
	font-weight:bold;
	text-shadow: 1px 0px 0px #003366;
	font-size:1em;
	text-decoration:none;
}
#r_panel a:hover{
	color:#CC3300;
	opacity: 0.6;
	color:white;
	animation-name: anim3;
	animation-duration: 1s;
 		
}


div#news{
	margin-top:5px;
	height: 290px;
	font-family:Fira Sans,sans-serif;
	user-select:none;
}
div#news_head{
	display:flex;
	justify-content: space-between;
	padding:3px;
	background:#353535;
	color:#FFDE5B;
}
div#news_head p{
	margin:0;
	line-height:150%;
	padding-left:20px;
}

div#news_head a{
	color:white;
	text-decoration:none;
}
div#news_head a:hover{
	color:white;
	animation-name: anim3;
	animation-duration: 1s;
}

div#news_article{
	display:flex;
	align-items:center;
}


div#b_news{
	overflow:hidden;
	padding:15px;
	display: flex;
	justify-content: flex-start;
	font-family: calibri;
	text-transform: uppercase;
	font-weight:bold;
	width:100%;
}
div.news_strz {
	width:40px;
}

div.news_strz img{
	width:40px;
}
div.news_strz:hover {
	cursor:pointer;
	background-color:#F8F8F8;
}
div#b_news div {
	height: 210px;
	width:220px;
	margin: 7px 5px 7px 5px;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	

} 
#b_news div img{
	width: 96%;
	padding:5px;
}
div#b_news div p{
	margin:5px 0 0 0 ;
	text-align:center;
	font-size:16px;
}
div#b_news div a{
	text-decoration:none;
	color: #0c3a91;
}
div#b_news div a:hover{
	color: #0099FF;
	animation-name: anim3;
	animation-duration: 1s;
}

#b_news div:hover{
	box-shadow: inset 0px -5px 0px red;
}

div#footer {
	height: auto;
	display: flex;
	justify-content: center;
	margin-bottom:130px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

div#s6a2{
	width:444px;
	padding: 15px 0px 5px 0px;
	color: #FFFFFF;
	font-family: calibri;
	text-align: center;
	line-height: 170%;
	height:140px;
	background:#353535;

}
div#s6a1{
	width:444px;
	background:#353535;
	padding: 15px 0px 5px 0px;
	color: #FFFFFF;
	font-family: calibri;
	text-align: center;
	line-height: 170%;
	height:140px;
	background:#353535;

}
div#s6a1 img#logoZSP{
	float:left;
	margin:15px 0 0 20px;
}
div#s6a3{
	width:372px;
	padding: 15px 0px 5px 0px;
	color: #FFFFFF;
	font-family: calibri;
	font-size: 0.9em;
	text-align: center;
	height:140px;
	background:#353535;

}
div#s6a3 p img {
	margin-right:5px;
}
p.s6a3-ico{
	display:flex;
	height:24px;
	margin:0 0 10px 0;
}
div.s6a3-ico img, span{
	align-self: center;
}

#footer a {
	color: #0099FF;
	font-size:16px;
	text-decoration:underline;
}


/* neon */

#plakat {
	width:100%;
	height: 99%;
	margin-top: 100px;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0px;
	display: block;
	visibility: visible;
	background-color: #333333;
	padding-bottom: 50px;
	z-index: 2;
}
div#plakat:hover{
	cursor:pointer;
} 
#ukryj {
	margin-left:10px;
	
}
#p_neon{
	max-height:90%;
	max-width:90%;
}
div#spot{
	text-align:;
	font-size:18px;
	line-height:150%;
	font-family:Georgia;
	margin-bottom:20px;
}
div#spot p{
	padding:20px;
}
div#spot img{
	padding:2px;	
}

img#p_jubileusz{
	position:fixed;
	top:200px;
	margin-left:-476px;
	transform-origin: top right;
	cursor:pointer;	
}

