@media (max-width:768px) {
	#lyrics {font-size:0.5em;}
	#story   {font-size:0.5em;}
}

#lyrics {
	top:8%;
	left:10%;
	width:27%;
	height:35%;
	background-image: url(../images/papirr.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index:20;
	opacity:1;
	padding:10px 10px 10px 15px; 
}

#story {
	top:2%;
	left:10%;
	width:44%;
	height:28%;
	background-image: url(../images/papirr.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index:20;
	opacity:1;
	padding:10px 10px 10px 25px;
}

.panel {
	position: absolute;
	top:0%;
	width:50%;
	height:100%;
	opacity:0.0;
	cursor: pointer;
	z-index:2;
}

#back      {left:0%;}
#forward {right:0%;}

#izbor {
	top:8%;
	left:50%;
	width:4%;
	height:10%;
	background-image: url(../images/mnu/izbor.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index:10;
}

#pocetna {
	float:left;
	margin: 0vw 3vw 0vw 0vw; 
	width:5vw;
	height:6vw;
	background-image: url(../images/mnu/pocetna.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor: pointer;	
}

#sadrzaj {
	float:left;
	margin: 0vw 3vw 0vw 0vw; 
	width:5vw;
	height:6vw;
	background-image: url(../images/mnu/sadrzaj.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor: pointer;	
}

#korak {
	float:left;
	width:5vw;
	height:6vw;
	background-image: url(../images/mnu/korak.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor: pointer;	
}

#icon-container {
	position:absolute;
	top:8%;
	left:5%;
	z-index:111;
	width:20%;
	height:11%;
	/*
	border-style:solid;
	border-width:1px;
	border-color:black;	
	*/
}

#ico-tekst {
	float:left;
	width:23%;
	height:100%;
	margin-right:15%;
	background-image: url(../images/mnu/tekst.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor: pointer;	
}

#ico-izbor {
	float:left;
	width:23%;
	height:100%;
	background-image: url(../images/mnu/izbor.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor: pointer;	
}

#ico-tez {
	margin: auto;
	width:3.5vw;
	height:4vw;
	background-image: url(../images/contact/tez.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor: pointer;	
}

#centerbutton {
	margin: auto;
	width: 270px;
}

.modal.menu {
	text-align:center;
	padding: 0 !important;
}

.modal.menu:before {
	content:'';
	display: inline-block;
	height:100%;
	vertical-align:middle;
	margin-right:-4px;
}

.modal.menu .modal-content {
	background-image:url(../images/mnu/papirr.png);
	background-repeat:no-repeat;
	background-color: transparent;
	background-size: 100% 100%;
}

.modal.menu .modal-dialog {
	display: inline-block;
	width: auto !important;
	vertical-align: middle;
}

.modal.menu .modal-header {
    padding: 5vw;
    border-bottom: 0px;
}
