DIV.ksiazka-telefoniczna {

	width: 100%;
	height: 64px;
	
	margin: 13px auto 13px auto;
	
}

	DIV.ksiazka-telefoniczna > DIV.ikona {
		
		width: 64px;
		height: 64px;
		
		position: absolute;
		right: 255px;
		top: 13px;
		
	}
	
	DIV.ksiazka-telefoniczna > DIV.opis {

		width: 240px;
		height: 64px;
		
		position: absolute;
		right: 15px;
		top: 13px;
		
		padding: 7px;
		
	}
	
	DIV.ksiazka-telefoniczna > DIV.opis > H1 {
		
		line-height: 25px;
		
		font-size: 22px;
		color: #77b3d4;
		
		text-align: right;
		
		margin: 0px;
		padding: 0px;
		
	}
	
	DIV.ksiazka-telefoniczna > DIV.opis > A {
		
		display: block;
		
		line-height: 25px;
		
		font-size: 22px;
		color: #77b3d4;
		
		text-decoration: none;
		text-align: right;
		
	}
	
	DIV.page > DIV.over-the-top > DIV.phone > DIV.description > A:hover {
		
		line-height: 25px;
		
		font-size: 22px;
		font-weight: bold;
		color: rgb(35, 101, 188);
		
	}

DIV.top {
	
	width: 100%;
	height: 331px;
	
	background: rgb(128, 128, 128);
	border: solid 1px #000000;
	border-bottom: 0px;
	
	position: relative;
	
}

	DIV.top > DIV.tlo {
				
		width: 100%;
		
		position: absolute;
		z-index: 1;
			
	}
	
	DIV.top > DIV.tlo > IMG {
		
		width: 100%;
		
	}
	
	DIV.top > DIV.postac {
		
		width: 100%;
		
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 4;
		
	}
	
	DIV.top > DIV.postac > IMG {
		
		width: 100%;
		
	}
	
	DIV.top > DIV.naglowek {
		
		width: 100%;
		
		background: -moz-linear-gradient(left, rgba(35,101,188,1) 0%, rgba(32,124,202,0) 100%);
		background: -webkit-linear-gradient(left, rgba(35,101,188,1) 0%,rgba(32,124,202,0) 100%);
		background: linear-gradient(to right, rgba(35,101,188,1) 0%,rgba(32,124,202,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2365bc', endColorstr='#00207cca',GradientType=1 );
		
		border: solid 1px rgb(0, 0, 0);
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		
		padding-bottom: 7%;
		
		position: absolute;
		z-index: 3;
		
	}
	
		DIV.top > DIV.naglowek > DIV.nazwa {
			
			position: absolute;
			
			top: 0px;
			right: 0px;
			bottom: 0px;
			left: 0px;
			
		}
		
		DIV.top > DIV.naglowek > DIV.nazwa > H1.nazwa {
			
			font-family: Lato;
			
			line-height: 70px;
			font-size: 30px;
			
			color: rgb(255, 255, 255);
			
			text-shadow: 1px 1px 1px #000000;
			
			padding-left: 20px;
			margin: 0px;
			
			text-align: left;
			
		}
	
	DIV.top > DIV.motto {
			
			position: absolute;
			z-index: 4;
			
			top: 80px;
			left: 750px;
			
	}
		
	DIV.top > DIV.motto-stop {
			
			width: 150px; height: 296px; 
			
	}
		
		DIV.wyraz {
			
			font-size: 40px;
			color: rgb(35, 101, 188);
		
			position: absolute;
			
			text-shadow: 1px 1px 3px rgb(0, 0, 0);
		
			text-align: center;
		
		}
		
		DIV.motto-wyraz-stop {
		
			font-size: 40px;
			color: rgb(255, 255, 255);
		
			position: absolute;
			
			text-shadow: 1px 1px 3px rgb(0, 0, 0);
		
			text-align: center;
		
		}
		

@media screen and (max-width: 1000px) {
	
	DIV.top {
		
		height: auto;
		
		padding-bottom: 33.06613226452906%;
		
	}
	
	DIV.top > DIV.naglowek > DIV.nazwa > H1.nazwa {
				
		display: none;
		
	}
	
	DIV.naglowek {
		
		border-bottom: 0px;
		
	}
	
	DIV.slider {
		
		display: none;
		
	}
	
	DIV.postac {
		
		display: none;
		
	}
	
}