
#all{
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: block;
  padding-bottom: 110px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  border: 3px solid #fff;
  background: url('duze/MD 601.jpg');
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
#kolor{
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  text-align: center;
  padding: 5px 0px;
  bottom: 15px;
  color: white;
}
#info{
  width: 300px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-top: -50px;
  position: absolute;
  font-weight: bold;
  text-shadow: 1px 1px 0px #000;
  padding: 10px 0px;
}
#controls{
	width: calc(100% - 40px);
	display: block;
  margin: 0px 20px 0px 20px;
}
#elewacje{
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
	//padding: 5px 0px;
	padding-left:20px;
	padding-bottom: 20px;
	background: #656565;
  border-radius: 5px;
}
#elewacje img{
  width: calc(12% - 12px);
  height: 40px;
  margin: 5px;
  display: block;
  cursor: pointer;
  border: 1px solid #fff;
  float: left;
}
.menu-title{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0px 5px 10px;
}