html {
	width:100%;
	height:100%;
	font-size:10px;
}
body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height:1.5;
	font-weight:400;
	color:#434343;
	background:#FFF;
	padding:0;
	margin:0;
	overflow-y:scroll;
}
select{
	padding:10px;
}
.container {
	width:100%;
	margin:0 auto;
}
.napisbig {
	width:100%;
	font-size: 10em;
	text-align: center;
	color: #FFF;
	margin-top:-550px;
}	
.napis1middle {
	font-size: 0.5em;
}	
.napis2middle {
	font-size: 0.3em;
	margin-top: -0.5em;
	margin-bottom: 0.4em;
}
.napismin {
	width:100%;
	font-size: 1em;
	position: absolute;
	top: 65%;
	text-align: center;
	color: #FFF
}	
.min1 {
	padding-top: 0em;
	border-top: 3px solid #FFF;
	margin:0 auto;
	font-size: 0.42em;
	width:20em;
}
#main {
	width:100%;
	max-width:1170px;
	padding: 0 20px;
	box-sizing: border-box;
	margin:0 auto;
	font-size: 1.8em;
	padding-top: 60px;
	clear:both;
}

.linijka{
	border-radius: 15px;
}

#main > .linijka:nth-child(even) {background: #cccccc42}
#main > .linijka:nth-child(odd) {background: #FFF}



.linijkad {background: #FFF;overflow: hidden;}

.niebieskie {
	color:#FFF;
	background-color: #0e387f;
/*	font-size: 1.3em;*/
	font-weight: 600;	
	padding:5px;
	clear:both;
	margin-bottom: 1em;
}	
.niebieskie_tlo {
	background-color: #3cb9cd;
	color: white;
	font-weight: 600;
	font-size: 1.3em ;
	padding: 0.4em 1em 0.5em 1em;
	margin-bottom: 0.6em;
	clear:both;	
}
.sekcja {
	width:100%;
	float: left;	
	box-sizing: border-box;
}
.day {
	color:#4199c7;
	border:2px solid #4199c7;
	padding:0.4em;
	border-radius: 35px;
	width:150px;
	text-align: center;
	font-size: 20px;
	margin-bottom:20px;
	margin-top:40px
}

.day a {
	color:#3cb9cd;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: 500;
	margin-left: 10px;
}
.day a:hover {

	color:#003a81;
	text-decoration: underline;
}
footer {
	clear:both;
	color:#4199c7;
	padding:15px 0 15px 0;
	font-size: 1.3em;
	text-align: center;
}	
footer a {
	color:#4199c7;
	text-decoration: none;
}
footer a:hover {
	text-decoration:underline;
	color:#003a81;
}
.myButton{
float:right;
margin:0;right: 0px;
padding:2px;
margin-top:-3px;
cursor: pointer;
color:#454545;
}
.mySpan{
clear:both;
margin-top:20px;
padding:0 10px 10px 0;
font-size: 0.8em;
border-top:1px solid #b2bbc1;
}

a{
color:#434343;
text-decoration: none;
}
.pdf-ico-big{
	
}

.pdf-ico-small{
	display:none;
}


.button_send_form1{
	display:block;
	width:100%;
	background-color: #1E6CA8;
	color:#FFFFFF;
	text-align: center;
	padding:10px;
	cursor:pointer;
	border-radius: 10px;
	transition: .5s;
	box-sizing: border-box;
	text-decoration: none;
}
.button_send_form1:hover{
	opacity: .8;
}


  /* li:nth-child(odd) {background: #FFF;} */
  /* li:nth-child(even) {background: #eaeff3;} */
  


@media (max-width: 1600px) {
	.napisbig {
		font-size: 9em;
		margin-top: -470px;
	}
}	

@media (max-width: 1350px) {
	#main {
		/*max-width:80%;*/
		padding: 0px 10px;
		padding-top: 40px;
		font-size: 3.5em;
	}
	.napisbig {
		margin-top: -330px;
	}
	.niebieskie_tlo {
		font-size: 1em ;
	}
	html {
		font-size:5px;
	}
	.niebieskie {
		font-size: 0.9em;		
	}	
	.day {
		padding:0.1em;		
		font-size: 1em;
	}		
	footer{
		font-size:14px;
	}
	.pdf-ico-big{
		display:none;
	}
	.pdf-ico-small{
		display:block;
	}
}
@media (max-width: 980px) {	
	.niebieskie_tlo {
		font-weight: 500;
		font-size: 0.8em ;	
	}
	.napisbig {
		font-size: 8em;
		margin-top: -250px;
	}
	#main {
		font-size: 3.5em;
	}
}
@media (max-width: 850px) {	
	.napisbig {
		font-size: 7em;
		margin-top: -230px;
	}
}
@media (max-width: 500px) {
	.napisbig {
		font-size: 4.5em;
		margin-top: -125px;
		/*padding-left:50px;*/
	}
	.niebieskie_tlo {
		font-size: 12px ;
	}	
}
