
#domek{
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  /*overflow: hidden;*/
  border: 3px solid #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
#wrap-domek{
	overflow: hidden;
}
#controls{
	width: calc(100% - 37px);
	display: block;
  margin: 15px 20px 0px 20px;
}
.domek-img img, .domek-img div, #facade-color, #floor, #mail, #loader{
	position: absolute;
	left: 0;
	clear: both;
	top: 0;
}
#war{
  position: absolute;
  right: 5px;
  color: #fff;
  font-size: 12px;
  bottom: 5px;
	padding-left: 5px;

 }
#kolorek{
	width: 100%;
	height: 100%;
  background: #fff;
	opacity: 1;
}
#options{
	position: absolute;
	left: 0;
	clear: both;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	margin: 10px;
	border-radius: 5px;
}
#options img{
	width: 32px;
	padding: 8px;
	cursor: pointer;
}
#colors, #colors-floor{
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
	padding: 5px 0px;
	background: #656565;
  border-radius: 5px;
}
.single-color, .single-color-floor{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: #000;
	margin: 0px 4px;
	border: 1px solid #fff;
	cursor: pointer;
}
.select{
	float: left;
	background: rgba(0, 0, 0, 0.5);
	margin: 10px;
	border-radius: 5px;
	display: none;
}
#facade-color{
	text-align: center;
	font-size: 1.4em;
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
#facade-color div{
	display: block;
	margin-top: 5px;
	border: 2px solid #fff;
}
#facade-color span{
	display: block;
	color: #fff;
	margin: 10px 0px;
	padding: 5px 0px;
	background: rgba(0, 0, 0, 0.5);
}
/* MAIL */
#mail{
	width: calc(100% - 140px);
	height: calc(100% - 140px);
	margin: 70px;
	border-radius: 5px;
	padding-top: 60px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
#mail h4{
	width: 100%;
	font-family: 'Dosis', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 2.5em;
	text-transform: uppercase;
}
#mail input[type=text]{
	width: calc(100% - 20px);
	padding: 10px;
	border-radius: 5px;
	font-size: 1.3em;
	border: none;
	text-align: center;
	margin: 10px;
}
#mail input[type=submit]{
	padding: 10px;
	border-radius: 5px;
	font-size: 1.5em;
	text-transform: uppercase;
	display: block;
	background: #FF530D;
	border: 1px solid #FF870D;
	color: #fff;
	margin: 15px auto;
}
#mail button{
	padding: 10px;
	margin-top: -60px;
	opacity: 1;
	color: #fff;
}
.menu-title{
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0px 5px 10px;
}
#makePhoto{
	width: 100%;
	text-align: center;
}