@font-face {
	font-family:Lato-Regular;
	src:url("./lato-regular-webfont.woff");
	font-weight:normal;
}

@font-face {
	font-family:Lato-Heavy;
	src:url("./lato-heavy-webfont.woff");
	font-weight:bold;
}

body {
	font-family:Lato-Regular, Sans-Serif;
	font-size:15px;
	line-height:18px;
	color:#3a851d;
	margin:0;
	background:#ffffff;
}

a {
	text-decoration:none;
	color:#fa8d00;
}

a:hover {
	text-decoration:underline;
	color:#fa8d00;
}

ul {
	list-style-image:url("../grafika/kropka.png");
	padding-left:1.5em;
}

h1 {
	display:block;
	font-family:Lato-Heavy, Sans-Serif;
	font-size:39.3px;
	line-height:50px;
	font-weight:bold;
	margin:0;
	color:#fa8d00;
}

h1 span {
	display:block;
	font-family:Lato-Regular, Sans-Serif;
	font-size:17.2px;
	/*font-size:12.5px;*/
	line-height: 20px;
	font-weight:normal;
	margin:-5px 0 0 3px;
	color:#d7f6c8;
	text-transform:uppercase;
	letter-spacing:1px;
}

header {
	display:block;
	width:auto;
	margin:0;
	padding:10px 0 20px 0;
	background:#3a851d;
}

main, header #head {
	display:block;
	width:830px;
	margin:0 auto;
	padding:0 10px 0 160px;
}

header h1 a {
	text-decoration:none;
}

header h1 a:hover {
	text-decoration:none;
}

main {
	background:url("../grafika/esyfloresy.png") no-repeat 0px 20px;
	min-height:485px;
	padding-top:20px;
	margin-bottom:50px;
}

#content {
	background:url("../grafika/esflores-dolny2.png") no-repeat right 0px bottom 5px;
	padding-bottom:1px;
	min-height:460px;
} 

#content p, #content li {
	hyphens:auto;
}

#menu {
	display:block;
	width:auto;
	margin:0;
	padding:0;
	background:#d7f6c8;
}

#menu nav {
	display:block;
	width:850px;
	padding:0 0 0 150px;
	margin:0 auto;
	font-size:18px;
	line-height: 24px;
	color:#3a851d;
}

#menu nav a {
	display:inline-block;
	padding:3px 10px;
	margin:0 0px 0 0;
	color:#3a851d;
}

#menu nav a:hover {
	color:#3a851d;
	background:#ffe29d;
	text-decoration:none;
}

header #head h2 {
	display:block;
	float:right;
	font-size:17px;
	line-height:19px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	margin:6px 0;
	padding:0px;
	-background:#ddf5c8;
	-border:1px solid #c4ef9d;
	color:#d7f6c8;
}

h3 {
	margin-top:0;
	margin-bottom:4px;
	font-size:18px;
	line-height: 20px;
}

ul {
	margin-top:4px;
}

ul li {
	padding-left:4px;
	margin: 3px 0;
}

.wyzej {
	margin-top:0;
}

.clear {
	clear:both;
}

#esflores-dolny {
	display:inline-block;
	float:right;
	width:340px;
	height:250px;
	padding:0;
	margin:0;
}

img.zdjecie-w-tekscie {
	display:block;
	float:right;
	width:250px;
	height:auto;
	margin:0 0 20px 20px;
}

img.zdjecie {
	display:block;
	width:500px;
	height:auto;
	margin:20px 0 20px 0;
}





@media all and (min-width:0px) {

	h1 {
		font-size:33px;
		line-height:50px;
	}
	
	h1 span {
		font-size:14.2px;
		/*font-size:10.2px;*/
		line-height: 20px;
		/*line-height:14px;*/
	}

	main, header #head {
		width:auto;
		padding:0 10px;
	}
	
	header {
		padding:0px 0 5px 0;
	}
	
	main {
		background:none;
		min-height:0px;
		padding-top:10px;
	}
	
	#menu nav {
		width:auto;
		padding:0;
		margin:0 0 0 5px;
	}

	#menu nav a {
		padding:3px 5px;
	}
	
	header #head h2 {
		display:none;
	}

	#content {
		padding-bottom:150px;
		min-height:0px;
		background-size:100% auto;
	}
	
	#esflores-dolny {
		display:none;
	}
	
	img.zdjecie-w-tekscie {
		width:100%;
		height:auto;
		margin:0 0 10px 0;
	}

	img.zdjecie {
		width:100%;
		height:auto;
		margin:10px 0 10px;
	}
}

@media all and (min-width:360px) {

	#content {
		padding-bottom:180px;
		background-size:320px 162px;
	}
	
}

@media all and (min-width:500px) {
	
	img.zdjecie-w-tekscie {
		width:200px;
		height:auto;
		margin:0 0 20px 20px;
	}
	
}

@media all and (min-width:600px) {

	header {
		padding:5px 0 10px 0;
	}
	
	main {
		padding-top:10px;
	}

	#menu nav {
		margin:0 auto;
	}	
	
	#menu nav a {
		padding:3px 10px;
	}

	header #head h2 {
		display:block;
		font-size:12px;
		line-height:16px;
		margin:12px 0;
		padding:0px;
	}

	img.zdjecie-w-tekscie {
		width:200px;
		height:auto;
		margin:0 0 20px 20px;
	}
	
	img.zdjecie {
		width:500px;
		height:auto;
		margin:20px 0 20px 0;
	}

}

@media all and (min-width:650px) {

	h1 {
		font-size:39.3px;
		line-height:50px;
	}
	
	h1 span {
		font-size:17.2px;
		/*font-size:12.5px;*/
		line-height: 20px;
	}
	
	header #head h2 {
		font-size:13px;
		line-height:19px;
		margin:6px 0;
	}
}

@media all and (min-width:720px) {

	main, header #head {
		width:auto;
		padding:0 20px;
	}
	
	header {
		padding:10px 0 20px 0;
	}
	
	main {
		padding-top:20px;
	}

	#menu nav {
		width:auto;
		padding:0 10px;
	}
	
	header #head h2 {
		font-size:16px;
		line-height:20px;
		margin:6px 0;
	}
	
	#content {
		padding-bottom:1px;
		min-height:460px;
	}
	
	#esflores-dolny {
		display:inline-block;
	}

	img.zdjecie-w-tekscie {
		width:250px;
		height:auto;
		margin:0 0 20px 20px;
	}

}

@media all and (min-width:1000px) {

	main, header #head {
		width:830px;
		padding:0 10px 0 160px;
	}
	
	header {
		padding:10px 0 20px 0;
	}
	
	main {
		background:url("../grafika/esyfloresy.png") no-repeat 0px 20px;
		min-height:485px;
		padding-top:20px;
	}
	
	#menu nav {
		width:850px;
		padding:0 0 0 150px;
	}
	
	#esflores-dolny {
		display:inline-block;
	}

}