/**
* Background
*/
.first_layer {
	background-image: url("../img/graphic.png");
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 40px;
	top: 80px;
	display: block;
	width: 1130px;
	height: 546px;
}

/**
* Buttons and items popup
*/

div[data-sg-id=btn-popup] {
	position: absolute;
}

div[data-sg-id=btn-popup]:nth-of-type(1) {
	top: 16px;
	left: 0px;
}

div[data-sg-id=btn-popup]:nth-of-type(2) {
	top: 236px;
	left: 289px;
}

div[data-sg-id=btn-popup]:nth-of-type(3) {
	top: 0px;
	left: 545px;
}

div[data-sg-id=btn-popup]:nth-of-type(4) {
	top: 226px;
	left: 810px;
}


div[data-sg-id=btn-popup-close]{
	position: absolute;
	top: 36px;
	left: 543px;
}

div[data-sg-id=item-popup] img{
	width: 100%;
	height: auto;
}

div.popup_img {
	width: 732px;
	height: 732px;
}

/*Popup menu*/
div.popup_menu {
	z-index: 100;
	/*padding: 1%;*/
	padding: 10px;
	position: fixed;
	text-align: center;
	height: 435px;
	width: 134px;
	/*bottom: 0px;*/
	
	/*Responsive design*/
	/*width: 15.4%;
	max-width: 140px;*/
}

div.popup_menu img{
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-top: 3%;
	margin-bottom: 3%;

	Responsive design
	max-width: 114px;
	width: 100%;*/
}