body { 
	margin: 0;
	padding: 0; 
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;		
	color: #000; 
	background-color: #fff;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	background-position: center top; 
	background-repeat: no-repeat; 
	background-size: cover;
} 
h1 {
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
h2 {
	font-size: 25px;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	text-decoration: none;
}
a:link {
	color:#000;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color:#000;
	text-decoration: none;
	}
a:hover {
	color:#090080;
	}
a:active {
	color:#0000FF;
	}
b {
	color:#ff0000;
	}
#contener {
	text-align:left;
	width:80%; 
	border: solid 0px #888;
	margin:10px auto 10px auto;
	}
.header {
	text-align:center;
	margin: 0 auto 10px;
	width:100%; 
	border: solid 1px #888;
	border-radius: 30px; 	
	background-color: #D2691E;
	opacity:0.9;
	box-shadow: 7px 7px 7px #888;
	}	
.tabela {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%; 
	border: solid 1px #888;
	border-radius: 30px; 
	background-color: #fff;
	opacity:0.9;
	box-shadow: 7px 7px 7px #888;
	}
.tabelag {
	overflow: auto;	
	}	
#contener .tabela .tabelag .lewa {
	float: left;
	width: 69%;
	}
#contener .tabela .tabelag .prawa {
	float: right;
	width: 29%;
	text-align:center;
	}	
.opis {
	padding: 28px;
	text-align: left;
	}
.ikona {
	width: 48%;
	height: 20px;
	padding: 7px;
	margin:50px auto 50px auto;
	border: #474747 solid 1px;
	background: #f87a24;
	border-radius: 25px 10px / 10px 25px;
	background: linear-gradient(#474747, #000);
	box-shadow: 3px 3px 10px #888;
	color:#fff;	
	text-transform: uppercase;
	text-align:center;
	}
.obramowanie {
	width: 80%;
	border: #777777 solid 2px;
	background: linear-gradient(#efefef, #dadada);
	border-radius: 15px;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	margin: 40px auto 0;
	}
.footer {
	color: #fff;
	font-size:10px;
	text-align:right;
	padding-right: 15px;
	}
#koalalist2 {
	width: 150px;
	height: 229px;
	padding:0;
	float:right;
	}
#koalalist2 li {
	margin: 2px 2px;
	background-color:#fff;
	}
#koalalist2 li div {
	background-image: url('../images/info40.png');
	width: 100%;
	height: 229px;
	top:0px;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 14px;
	}
#koalalist2 li div img {
	border-radius: 4px;
	}
#koalalist2 li div a, #koalalist2 li div a:visited {
	color: #fff;
	}
#koncerny_sam {
	border-top: #888 solid 3px;
	margin-top: 30px;
	margin-bottom: 20px;
/*	background: linear-gradient(#fff, #474747); */
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	}
#koncerny_sam .zdjecia img {
	margin: auto 15px;
	vertical-align: middle;
	}
.to-top{
    text-align:center;
}
#scroll-to-top{
    display:none;
    position:fixed;
    bottom:15px;
    right:20px;
    opacity:0.8;
}
#scroll-to-top:hover{
    opacity:1;
}
/* Cookie warning */
#cookie-warn{
    position: fixed;
    bottom: 0;
    background: #EEE;
    margin: 0;
    padding: 15px;
    width: 98%;
    display: none;
    z-index: 99;
    text-align: center;
    border-top: solid 1px #888;
}
 
#cookie-warn a{
    color: #D66E1A;
    text-transform: uppercase;
    float: right;
    padding-right: 10px;
}
 
#cookie-warn p{
    font-size: 14px;
    color: #333;
}
.info {
	text-align:center;
	margin-top:50px;
	font-size:28px;
	font-weight: bold;
}
