#desc
{
	margin-top: 1em;
}

#main h3
{
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 2.8732rem;
	font-family: acuminl, Arial Narrow, Arial, Helvetica, sans-serif;
}

#main .podakce
{
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	transition: color 500ms linear;
}

#main .podakce h2
{
	font-family: acuminb, Arial Narrow, Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

#main .podakce h2 a
{
	color: inherit;
	text-decoration: none;
}

#main .podakce h2 a:hover
{
	text-decoration: underline;
}

#main .podakce h3
{
	font-family: acuminm,Arial,Helvetica,sans-serif;
	font-size: 4.3722rem;
}

#main .podakce h4
{
	font-size: 2.4984rem;
	font-family: acuminl, Arial Narrow, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.podakce a.detail
{
	font-size: 1.4991rem;
	text-transform: uppercase;
	font-family: acuminm,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: inherit;
	width: 150px;
	display: block;
	padding-top: 3.6458vw;
	background-image: url("dynamic/double-arrow-right.svg.php");
	background-size: 2.0313vw;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 4.5313vw;
	
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}

#main .podakce .paitem,
#main .hlavni
{
	min-height: calc(100vh - 165px);
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 11.4583vw;
}

#main .hlavni
{
	float: left;
	width: 100%;
	padding-bottom: 0px;
}


#main > .inner .content
{
	padding-bottom: 0px;
}















@media screen and (max-width: 1650px)
{
	#main .podakce h3
	{
		font-size: 3.5rem;
	}
	
	#main .podakce h4
	{
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 1320px)
{
	#main .podakce h3
	{
		font-size: 2.5rem;
	}
	
	#main .podakce h4
	{
		font-size: 1.5rem;
	}
}


@media screen and (max-width: 900px)
{
	#main .podakce h3
	{
		font-size: 2rem;
	}
	
	#main .podakce h4
	{
		font-size: 1rem;
	}
	
	.podakce a.detail
	{
		font-size: 1rem;
	}
}




@media screen and (max-width: 680px)
{
	#main .podakce h3
	{
		font-size: 1.5rem;
	}
	
	#main .podakce h4
	{
		font-size: 0.9rem;
	}
}






@media screen and (max-width: 800px) and (orientation:portrait)
{
	#main > .inner .content
	{
		background-color: transparent;
		padding: 0px;
	}
	
	#main .podakce .paitem,
	#main .hlavni
	{
		padding-bottom: 5.20833vw;
		padding-left: 5.20833vw;
		padding-right: 5.20833vw;
		background-color: rgba(255,255,255,0.85);
		padding-top: 5.20833vw;
	}
	
	#main > .inner .content.nocoverimage
	{
		margin-top: 0px;
	}
	
	#main > .inner .content.nocoverimage .hlavni
	{
		padding-top: 0px;
	}
	
	#main .podakce .paitem
	{
		margin-top: calc((100vh - 165px)/2);
	}
	
	
	#main .podakce .paitem,
	#main .hlavni
	{
		min-height: calc((100vh - 165px) / 2);
	}
/*	
	.podakce a.detail
	{
		-moz-transform: scale(2) translateX(-25%);
		-webkit-transform: scale(2) translateX(-25%);
		-o-transform: scale(2) translateX(-25%);
		-ms-transform: scale(2) translateX(-25%);
		transform: scale(2) translateX(-25%);

		-webkit-transform-origin: 50% 100%;
		-moz-transform-origin: 50% 100%;
		-o-transform-origin: 50% 100%;
		-ms-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12vw;
	}
*/	
}


@media screen and (max-width: 640px) and (orientation:portrait)
{
	#main .podakce .paitem,
	#main .hlavni
	{
		min-height: calc((100vh - 83px) / 2);
	}
	
	#main .podakce .paitem
	{
		margin-top: calc((100vh - 83px)/2);
	}
}





@media screen and (max-width: 640px) and (orientation: landscape)
{
	#main .podakce .paitem,
	#main .hlavni
	{
		min-height: calc(100vh - 83px);
	}
}