body, html {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.box{
	width: 100%;
	height: 100%;
	background: url("image/tlo.jpg") no-repeat;
	background-position: center;
	background-size: 100% 100%;
	display: block;
	position: absolute;
}
.batery{
	width: 70%;
	height: 90%;
	background: url("image/baterypng.png") no-repeat;
	background-position: center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 5%;
	
}
.tyt{
	position: absolute;
	width: 70%;
	right: 0;
	top: 10%;
}
.tyt img{width:100%;
}
.menu{
	
	background: url("image/pasekmenu.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 70%;
	right: 0;
	bottom: 20%;
	overflow:hidden;
	
	text-align: center;
	vertical-align: middle;
}
.logo{
	width: 30%;
	text-align: right;
	position: absolute;
	left:0;
	top: 35%;
}
.logo img{
	width: 70%;
}
.pasek{
	position: absolute;
	width: 100%;
	
	bottom: 0;
	background-color: #bccf2a;
	text-align: center;
	padding: 20px 0;
}


ul{
	list-style: none;
	
}
li{
	
	list-style: none;
	
	display: inline;

}
li a{
	
	font-size: 35px;
	text-decoration: none;
	font-weight: bold;
	
	padding:50px 30px;
	
	color: white;
	
}
a:hover
{
	color: #bccf2a;
	
}


.tiko{
	display: inline-block;
	
	font-size: 18px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	
}
.fa {
	display: inline-block;
	color: white;
	margin: 0 10px 0 50px;
	}
.pasek a{
	color:white;
	text-decoration: none;
}
.pasek a:hover{
	color:#003869;
}

.kol{
	display: inline-block;
}




@media all and (max-width:768px) {
	
	.batery{
	width: 95%;
	height: 200px;
	background-position: center;
	background-size: 100% 100%;
	
	right: 0;
	bottom: none;
		top: 150px;
	
}
	.logo{
	width: 100%;
	text-align: center;
	position: absolute;
	left:0;
	top: 10px;
}
.logo img{
	width: 30%;
}
	.menu{
	
	position: absolute;
	width: 100%;
	right: 0;
	bottom: -50%;
	overflow:hidden;
}
	li a{
	
	font-size: 16px;
		padding:10px 10px;
	
	
}
	
	.kol{
		width: 45%;
		padding: 20px 0;
	}
	
	
	
.tyt{
	position: absolute;
	width: 70%;
	right: 0;
	top: 20%;
}	
	
	
	
}





