article, aside, details, dialog, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

audio, canvas, embed, keygen, meter, progress, video {
	display: inline-block;
}

[hidden] {
	display: none;
}

body
{
	background: RGB(40,40,40);

}

#all
{
  width:1200px;
  font-family: sans-serif;
	margin: 0 auto;
	color:white;
}

#baner
{
	margin:0;
	height: 300px;
}

#menu
{
  display:block;
  width:1200px;
  float:right;
  border-bottom:5px solid #DC143C;

}

#menu a
{
  background-color:#D2691E;
  color:white;
  text-decoration:none;
  display:bolck;
	text-align: center;
	width: 235px;
	float:left;
	margin:5px 2.5px;
	padding:15px 0;
}

#menu a:hover
{
  background-color:	#A0522D;
  color:white;
}

#kontakt
{
  padding:0;
  margin:0;
  width:250px;
	height:1200px;
	border-right: 5px solid #DC143C;
	float: left;
	border-bottom: 5px solid #DC143C;
}

#od
{
	margin-bottom: 60px;
}

#kontakt a
{
	background-color:#D2691E;
	color:white;
	text-decoration:none;
	display:bolck;
	text-align: center;
	width: 235px;
	float:left;
	margin:5px 2.5px 0 0 ;
	padding:15px 0;
}

	#kontakt a:hover
	{
		background-color:	#A0522D;
		color:white;
	}


#kontakt section
{
	margin:5px 0 0;
	padding: 10px 10px 0;
}

article
{
    width:865px;
    float:left;
		font-size: 20px;
		padding:40px;
		text-align: center;
}

footer
{
	padding: 40px;
  width:1115px;
  float:left;
  font-size: 10px;
	border-bottom: 5px solid #DC143C;
	border-left: 5px solid #DC143C;
	margin-bottom:20px;
}

footer div a
{
	color:white;
	text-decoration: none;
}

footer div a:hover
{
	color:	#B0C4DE;
	text-decoration: none;
}

#zdjecias
{
	width:501px;
	height:71px;
	position: relative;
	left:200px;
	margin-top:15px;
}

article img
{
		height:50px;
    margin:10px 20px;
    transition:0.3s;
    box-shadow: 0 0 0 10px #fff;
		float: left;
}
article img:hover
{
    z-index:2;
    transform: scale(8);
}
article img:hover:after
{
    content: attr(title);
}

#zdjeciam
{
	width:501px;
	height:71px;
	position: relative;
	left:250px;
	margin-top:15px;
}

#zdjecial
{
	width:501px;
	height:71px;
	position: relative;
	left:220px;
	margin-top:15px;
}
