h1{
    background-color: #75171D;
    color: white;
    padding: 5px;
    font-family: 'Calibri';
    font-weight: bold;
}

.srodek{
	background-image:url('img/start.jpg');
	background-position:center;
	/* height:900px; */
	opacity:1;
	-webkit-animation-name: srodek_start_a;
    -webkit-animation-duration: 2s;
	animation-name: srodek_start_a;
    animation-duration: 2s;
}

.img-logo{
	width:33%;
	margin-bottom:120px;
}

.img-logo_infor{
	width:20%;
	margin-bottom:120px;
}

@media screen and (max-width:990px) {
	.img-logo_infor{
		width:40%;
	}
}

@media screen and (max-width:990px) {
	.img-logo{
		width:60%;
	}
}

@-webkit-keyframes srodek_start_a {
    from {opacity: 0.6;}
    to {opacity: 1;}
}

@keyframes srodek_start_a {
    from {opacity: 0.6;}
    to {opacity: 1;}
}

.srodek_dziennik
{
	background-position:center;
	background-color:rgb(0, 120, 185);
}

.stopka_dziennik
{
	background-position:center;
	background-color:rgb(0, 120, 185);
}

.srodek_forsal{
	background-position:center;
	background-color:rgb(117, 23, 29);
}

.stopka_forsal{
	background-position:center;
	background-color:rgb(117, 23, 29);
}

.srodek_gazetaprawna{
	background-position:center;
	background-color:#888C90;
}

.stopka_gazetaprawna{
	background-position:center;
	background-color:#888C90;
}

.stopka_index{
	background-position:center;
	background-color:#FF9900;
}

.srodek_index{
	height:400px;
	background-position:center;
	background-color:#FF9900;
}

.srodek_infor{
	background-position:center;
	background-color:rgb(20, 98, 161);
}

.stopka_infor{
	background-position:center;
	background-color:rgb(20, 98, 161);
}

.srodek2{
	background-image:url('http://g9.gazetaprawna.pl/p/_wspolne/pliki/2526000/2526759-biznes-prawo-biurowiec.jpg');
	background-position:center;
	height:400px;
}

.przejscie{
	background-size:cover;
	overflow:hidden;
	position:inherit !important;
	background-attachment:fixed;
	background-repeat: no-repeat;
}

.kafelka{
	transition:0.2s;
	position:relative;
}

.kafelka:hover{
	cursor:pointer;
}

.ulozenie{
	padding:0 1px 1px 0;
}

.pusta{
	background-color:rgba(0,0,0,0);
}

.tlo{
	background-color:#FFFFFF;
}

.tlo:hover{
	background-color:#F8F8F8;
}

.p_statystyki{
	color: black;
	font-size:28px;
	margin-top:5px;
}
@media screen and (max-width:990px) {
	.p_statystyki{
		font-size:21px;
		text-align:center;
	}
}

.p_statystyki_dz{
	font-size:84px; 
	color:rgb(0, 120, 185);
	font-weight:bold;
}
@media screen and (max-width:990px) {
	.p_statystyki_dz{
		font-size:48px;
	}
}

.p_statystyki_ipl{
	font-size:84px; 
	color:#1462A1;
	font-weight:bold;
}
@media screen and (max-width:990px) {
	.p_statystyki_ipl{
		font-size:48px;
	}
}

.p_statystyki_gp{
	font-size:84px; 
	color:#888C90;
	font-weight:bold;
}
@media screen and (max-width:990px) {
	.p_statystyki_gp{
		font-size:48px;
	}
}

.p_statystyki_fo{
	font-size:84px; 
	color:#75171D;
	font-weight:bold;
}
@media screen and (max-width:990px) {
	.p_statystyki_fo{
		font-size:48px;
	}
}

.p_statystyki_id {
	font-size: 84px; 
	color: #990000;
	font-weight: bold;
}
@media screen and (max-width:990px) {
	.p_statystyki_id{
		font-size:48px;
	}
}

.p_statystyki_b{
	font-weight:bold; 
	font-size:32px;
}

@media screen and (max-width:990px) {
	.p_statystyki_b{
		font-size:24px;
	}
}
