#main .podakce .paitem
{
	padding-bottom: 0px;
}



form
{
	padding-bottom: 100px;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}

form input,
form textarea
{
	background-color: white;
	border: 1px solid #4e171d;
	height: 50px;
	margin-bottom: 25px;
	font-family: acuminl, Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	padding-top: 4px;
	padding-left: 17px;
	float: left;
	margin-right: 25px;
	width: 260px;
	max-width: 100%;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

form input.c
{
	clear: left;
}

form textarea
{
	height: 150px;
	clear: left;
	width: 100%;
	padding-top: 15px;
}

form input[name=telefon]
{
	margin-right: 0px;
}

form > a
{
	clear: both;
	float: left;
	font-size: 1.8rem;
	background-color: #4e171d;
	font-family: acuminm, Arial Narrow, Arial, Helvetica, sans-serif; 
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 3px 13px;
	padding-bottom: 0px;
	border: 2px solid transparent;
	text-align: center;
}


form > a:hover
{
	color: #4e171d;
	border: 2px solid #4e171d;
	background-color: transparent;
}

form .loader
{
	width: 43px;
	height: 43px;
	float: left;
	clear: left;
	background-image: url("loader.svg");
	background-size: 43px;
	display: none;
}

form .e
{
	display: none;
	clear: both;
}

form input[name=akce]
{
	padding-right: 45px;
	text-overflow: ellipsis;
}

form input[name=akce].loading
{
	background-image: url("loader.svg");
	background-position: calc(100% - 10px);
	background-size: 30px;
	background-repeat: no-repeat;
}

form div.a
{
	float: left;
	max-width: 100%;
}

form div.a .sr
{
	position: absolute;
	top: 49px;
	left: 0px;
	width: 100%;
	background-color: white;
	padding: 13px;
	font-size: 24px;
	border: 1px solid #4e171d;
	display: none;
}

form div.a .sr a
{
	color: #4e171d;
	text-decoration: none;
}

form div.a .sr a b
{
	font-weight: normal;
	font-family: acuminb, Arial Narrow, Arial, Helvetica, sans-serif; 
}

form div.a .sr a span
{
	white-space: nowrap;
}

form div.a .sr div
{
	margin-bottom: 10px;
}

form div.a .sr a:hover
{
	text-decoration: underline;
}

#main .paitem form div.a .sr p
{
	font-size: 24px;
	margin-bottom: 0px;
}





#nabidky
{
	clear: left;
	float: left;
	width: 100%;
	display: flex;
	gap: 80px;
	flex-direction: column;
}

#nabidky .akce
{
}

#nabidky .akce:last-of-type
{
	border-bottom: none;
	padding-bottom: 0px;
}

#nabidky .akce .nab
{
	border: 1px solid #4e171d;
	padding: 0px 25px;
	position: relative;
}


#nabidky h3
{
	font-size: 45px;
	font-family: acuminb, Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nabidky h3 a,
#nabidky h4 a
{
	color: inherit;
	text-decoration: none;
}

#nabidky h3 a:hover,
#nabidky h4 a:hover
{
	text-decoration: underline;
}

#nabidky h4
{
	font-size: 45px;
	font-family: acuminl, Arial Narrow, Arial, Helvetica, sans-serif;
}

#nabidky .pt
{
	margin-top: 20px;
	padding-right: 30px;
}

#nabidky .akce > div
{
	font-size: 36px;
	margin-bottom: 25px;
	font-family: acuminl, Arial Narrow, Arial, Helvetica, sans-serif;
}

#nabidky .akce p strong
{
	font-family: acuminm, Arial Narrow, Arial, Helvetica, sans-serif;
}

#nabidky .akce .nab .del
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 25px;
	height: 25px;
	background-image: url("dynamic/close.svg.php?c=4e171d");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



@media screen and (max-width: 1820px)
{
	form input[name=email]
	{
		clear: left;
	}

	form input[name=date]
	{
		margin-right: 0px;
	}
}


@media screen and (max-width: 1320px)
{
	#nabidky
	{
		gap: 50px;
	}

	#nabidky h3,
	#nabidky h4
	{
		font-size: 30px;
	}

	#nabidky .akce > div
	{
		font-size: 26px;
	}

	#nabidky .akce
	{
		padding-bottom: 20px;
	}

	form div.a .sr
	{
		font-size: 20px;
	}

	form > a
	{
		font-size: 24px;
	}
}


@media screen and (max-width: 900px)
{
	#nabidky h3,
	#nabidky h4
	{
		font-size: 24px;
	}

	#nabidky .akce > div
	{
		font-size: 20px;
	}

	#nabidky
	{
		gap: 20px;
	}
}



@media screen and (max-width: 550px)
{
	#nabidky h3,
	#nabidky h4
	{
		font-size: 20px;
	}

	#nabidky .akce > div
	{
		font-size: 18px;
	}
}



@media screen and (max-width: 800px) and (orientation:portrait)
{
	#main > .inner .content
	{
		padding-bottom: 50px;
	}
}