#asterysk 
{
	font-family: Lato;
	z-index: 200; 
	position: absolute;
	box-sizing: border-box;  

	overflow-y: scroll; 
	width: 100%; 
	height: 100%;

	background: rgba(255,255,255,0.85);

	padding: 30px;

	text-align: justify;
}

#asterysk h1
{
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#asterysk h2 
{
	text-transform: uppercase;
}

#asterysk h2, #asterysk h3 
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
}

#asterysk p
{
	margin-bottom: 10px;
}

#asterysk ul 
{
	margin-bottom: 10px;
}

#asterysk li 
{
	margin-left: 30px;
}

#asterysk dt 
{	
	position: relative;
	font-weight: bold;
	padding-right: 100px;
}

#asterysk dd 
{
	margin-bottom: 5px;
	padding-right: 100px;
}

#asterysk dl .cena
{
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-style: italic;
}

#asterysk_kontakt
{
	font-family: 'Source Sans Pro', sans; 
	z-index: 100; 
	position: absolute; 
	top: 5px; 
	right: 5px; 
	background: rgba(0,0,0,0.6); 
	color: #fff; 
	padding: 5px 10px; 
	text-transform: uppercase;
	font-size: 10px
}


.hidden 
{
	display: none;
}

@media (min-width: 572px) {
	#asterysk {
		width: 500px;
	}

	#asterysk_kontakt
	{
		font-size: 16px;
	}


}