@-o-keyframes buylinkPulse
{
  from   { -o-transform: scale(1.0); }
  to { -o-transform: scale(1.2); }
}
@-moz-keyframes buylinkPulse
{
  from   { -moz-transform: scale(1.0); }
  to { -moz-transform: scale(1.2); }
}
@-webkit-keyframes buylinkPulse
{
  from   { -webkit-transform: scale(1.0); }
  to { -webkit-transform: scale(1.2); }
}
@-ms-keyframes buylinkPulse
{
  from   { -webkit-transform: scale(1.0); }
  to { -webkit-transform: scale(1.2); }
}
@keyframes buylinkPulse
{
  from   { transform: scale(1.0);}
  to { transform: scale(1.2); }
}







#main > .inner
{
	position: relative;
}

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


.readmore,
.backtop
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	font-size: 1.4991rem;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	text-align: center;
	padding-bottom: 3.9583vw;
	background-image: url("dynamic/double-arrow-down.svg.php");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1.4583vw;
	margin-top: 3.6458vw;
	margin-bottom: 3.6458vw;
	clear: left;
	position: absolute;
	bottom: 0px;
	left: 50%;
	
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 
}

.backtop
{
	background-image: url("dynamic/double-arrow-up.svg.php");
	width: 150px;
	background-position: center top;
	padding-bottom: 0px;
	padding-top: 3.9583vw;
	margin-top: 0px;
}


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



.podakce a.detail
{
	font-size: 1.5rem;
	text-transform: uppercase;
	font-family: acuminm,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: inherit;
	display: block;
	background-image: url("dynamic/double-arrow-right.svg.php");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 30px;
	padding-left: 50px;
	padding-top: 5px;
	margin-top: 1em;
	clear: both;
	float: left;
}

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

#main .paitem p
{
	font-size: 2.25rem;
	font-family: acuminl, Arial Narrow, Arial, Helvetica, sans-serif;
	clear: both;
	margin-bottom: 0.5em;
	margin-top: 30px;
	float: left;
	width: 100%;
}

#main .paitem p strong,
#main .paitem li b
{
	font-weight: normal;
	font-family: acuminm, Arial Narrow, Arial, Helvetica, sans-serif;
}

#main .paitem p a,
#main .paitem li a
{
	color: inherit;
	opacity: 0.5;
}

#main .paitem p a:hover,
#main .paitem li a:hover
{
	opacity: 1;
}



.buylink
{
	position: absolute;
	top: 50%;
	left: calc(100% + 40px);
	background-repeat: no-repeat;
	z-index: 91;
	margin-top: calc(-3.81005rem - 30px);

	-moz-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;

	-moz-animation: buylinkPulse 1s infinite alternate;
	-webkit-animation: buylinkPulse 1s infinite alternate;
	-o-animation: buylinkPulse 1s infinite alternate;
	-ms-animation: buylinkPulse 1s infinite alternate;
	animation: buylinkPulse 1s infinite alternate;
	animation-timing-function: linear;
}




#imgslider div
{
	background-repeat: repeat;
	background-color: white;
}


#imgslider div:first-of-type
{
	background-image: url("dp0.jpg");
	background-position: 66% center;
}

#imgslider div:nth-of-type(2),
#imgslider div:nth-of-type(3),
#imgslider div:nth-of-type(4)
{
	background-image: url("dp300.jpg");
	background-position: 66% 25%;
}

#imgslider div:nth-of-type(3)
{
	background-image: url("dp500.jpg");
}

#imgslider div:nth-of-type(4)
{
	background-image: url("dp1000.jpg");
}




@media screen and (max-width: 1650px)
{
	#main h1,
	#main h2
	{
		font-size: 3.5rem;
	}
	
	#main .paitem p
	{
		font-size: 2rem;
		line-height: 1.4em;
	}
}




@media screen and (max-width: 1320px)
{
	#main h1,
	#main h2
	{
		font-size: 2.5rem;
	}
	
	#main .paitem p,
	#main .contacts h4
	{
		font-size: 1.4rem;
		line-height: 1.5em;
	}

	.podakce a.detail
	{
		font-size: 1.2rem;
		background-size: 20px;
		padding-left: 30px;
	}
}





@media screen and (max-width: 900px)
{
	#main h1,
	#main h2
	{
		font-size: 2rem;
	}
	
	#main .content p,
	#main .content ul li,
	#main .content ol li,
	#main .contacts h4
	{
		font-size: 1rem;
		line-height: 1.5rem;
	}
}



@media screen and (max-width: 680px)
{
	#main h1,
	#main h2
	{
		font-size: 1.8rem;
	}

	#main .podakce .paitem
	{
		min-height: calc(100vh - 83px);
	}
}



@media screen and (max-width: 550px)
{
	#main h1,
	#main h2
	{
		font-size: 1.4rem;
	}

	.podakce a.detail
	{
		font-size: 1rem;
	}
}







@media screen and (max-width: 1080px)
{
	#footer .nletter input:nth-of-type(2)
	{
		margin-right: 0px;
		width: 100%;
		margin-bottom: 25px;
	}
	
	#footer .nletter input:nth-of-type(3)
	{
		width: calc(100% - 75px);
	}
}



@media screen and (max-width: 900px)
{
	#main .paitem p
	{
		margin-top: 0px;
	}
}


@media screen and (max-width: 830px)
{
	#footer .share,
	#footer .nletter
	{
		width: 100%;
		float: left;
	}
	
	#footer .share
	{
		margin-bottom: 45px;
	}
}








@media screen and (max-width: 800px) and (orientation:portrait)
{
	#main .inner .inner2
	{
		padding-right: 0px;
		background-image: none;
	}
	
	#main > .inner .content
	{
		padding: 0px;
		background-color: transparent;
		margin-top: 0px;
	}
	
	#main .podakce .paitem
	{
		padding: 5.20833vw;
		margin-top: calc((100vh - 165px)/2);
		min-height: calc((100vh - 165px)/2);;
		background-color: rgba(255,255,255,0.85);
	}
	
	#imgslider div:first-of-type
	{
		background-size: auto 130%;
		background-position: 55% 100%;
	}
	
	#main .podakce ul li
	{
		padding-left: 4.6876vw;
		background-size: 1.666vw;
	}
	
	.readmore,
	.backtop
	{
		display: none;
	}
	
	#oznameni
	{
		width: calc(100% - 24px);
		left: 12px;
	}

	.podakce a.detail
	{
		margin-top: 0.5em;
	}

	.buylink
	{
		top: calc((100vh - 165px)/-2);
		left: 50%;
		background-image: url("dynamic/buy-tri2.svg.php?c=612e42") !important;
		background-position: top;
		width: 150px;
		height: 130px;
		text-align: center;
		padding-left: 0px;
		padding-top: 0.8rem;
		font-size: 1.5rem;
		margin-top: 0px;
		margin-left: -77px;

		-moz-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		-webkit-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}

	#imgslider div:first-of-type
	{
		background-position: 80% bottom;
	}

	#imgslider div:nth-of-type(2),
	#imgslider div:nth-of-type(3),
	#imgslider div:nth-of-type(4)
	{
		background-position: 100% bottom;
	}
}

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



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

*/