body {
			background-image: url('../images/tlo.jpg');
			background-position: bottom; 
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-size: cover
}



.kontener {
	width:95%;
	background-color:white;
	
	min-height:90%;	
	position:absolute;
	margin:2% 2% 8% 2%;
	padding: 0% 0%;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	z-index:1;
}

.lewa {
	width:35%;
	position:absolute;
	float: left;
	height:100%;
	padding: 0%;
	overflow: hidden;
	z-index:10;
	background-position: bottom; 
	background-repeat: no-repeat;
	background-size: cover;
}



.prawa {
	width:65%;

	float: right;
	height:100%;
	padding: 0% 0% 3% 0%;

}

h1 {
  margin:4% 4%;
  font-size: 1.4em;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}


h2 {
  margin:0% 4%;
  font-size: 1.0em;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
  text-align:justify;
  line-height:1.3;
  color: #000;
}


h5 {
  margin:0% 4%;
  font-size: 0.7em;
  font-weight: 100;
  font-family: Arial, Helvetica, sans-serif;
  text-align:justify;
  line-height:1.3;
  color: #000;
}

h8 {
  margin:0% 4%;
  font-size: 100%;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-align:justify;
  line-height:1.3;
}

p>b {font-weight:600;}


.wstecz {
	color: #da5d0b;
	width: 150px;
	height: 20px;
	font-size: 0.7em;
	
	-webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}

.wstecz:hover {
transform: translatey(-10px);
}

@media (max-width: 1600px) {

	.lewa {
	width:45%;
	position:absolute;
	float: left;
	height:100%;
	padding: 0%;
	overflow: hidden;
	z-index:10;
	background-position: bottom; 
	background-repeat: no-repeat;
	background-size: cover;
}



.prawa {
	width:55%;
	float: right;
	height:100%;
	padding: 0% 0% 3% 0%;

}


}



@media (max-width: 1200px) {
.lewa {
	width:100%;
	position:relative;
	float: left;
	height:300px;
	padding: 0%;
	overflow: hidden;
	z-index:10;
	background-position: bottom; 
	background-repeat: no-repeat;
	background-size: cover;
}



.prawa {
	width:100%;

	float: right;
	height:100%;
	padding: 0% 0% 3% 0%;

}

}

