@charset "UTF-8";
/* CSS Document */


/* Header uprava */

 
 

.IntroHP {
	position: relative;
	overflow: visible;
	height: auto;
    padding: 0;
    background: url(../../modules/intro-hp/img/IntroPhotoHP.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

	


/* vždy na střed
	.IntroHP .Inner {
	position: relative;
	width: 100%;
	min-height: 100%;
    min-height: 100vh;
	display: table; 
	text-align: center;
	box-sizing: border-box;
	margin: auto;
	padding: 0 10px 0 10px;
	}*/
	
.IntroHP .Inner {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	display: table; 
	text-align: left;
	box-sizing: border-box;
	margin: auto;
	padding: 60px 10px 80px 10px;
	}

.IntroHP .Inner .Center { 
	display: table-cell; 
	vertical-align: bottom; 
	width: 100%; 
	position: static;
	text-align: left;
	}


.IntroHP .Inner h1 {
	color:#FFF;
	font-size: 4.5em;
	font-weight: 300;
	line-height: 1.05em;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.20);
	margin: 0 auto 10px auto;
	max-width: 1200px;
	}
	
.IntroHP .Inner p {
	color:#FFF;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.3em;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.20);
	max-width: 1200px;
	margin: auto;
	}
	
.IntroHP .Inner button {
	border:1px solid #FFF;
	margin: 30px auto 0 auto;
	background: rgba(0, 93, 57, 0.30);
	padding: 15px 30px;
	cursor: pointer;
	}
	
.IntroHP .Sticker {
	position: absolute;
	display: table;
	width: 160px;
	height: 160px;
	border-radius:50%;
	background: rgba(179, 18, 23, 0.8);
	bottom:50px;
	right:50px;
	padding: 20px;
	color:#FFF;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.20);
	}
	
.IntroHP .Sticker .Center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: static;
	font-weight: 500;
	font-size:1.15em;
	line-height: 1.1em;
	}
	
/* AnimViewport */


.IntroHP .Inner.come-in {
  transform: translateX(-100px);
  opacity: 0;
  animation: come-in .8s ease forwards;
}

.IntroHP .Inner.come-in .Anim1 {
  transform: translateX(-100px);
  opacity: 0;
  animation: come-in .8s ease forwards;
}

.IntroHP .Inner.come-in .Anim2 {
	transform: translateX(-100px);
	opacity: 0;
	animation: come-in .8s ease forwards;
	animation-delay: .4s;
}


.Inner .already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

	
	



@media (max-width: 992px)
{
}


@media (max-width: 768px)
{
	
	.IntroHP .Sticker {
	width: 160px;
	height: 160px;
	bottom:inherit;
	top:100px;
	right:10px;
	}

	
}


@media (max-width: 480px)
{
	.IntroHP {
    padding: 40px 0 20px 0;
  	}
  	
  	.IntroHP .Inner {
	min-height: 500px;
	}
	
		
	.IntroHP .Inner h1 {
		font-size: 2.5em;
		margin: 0 auto 5px auto;
		}
		
	.IntroHP .Inner p {
	font-size: 1.3em;
	}
	

}



