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

/* Story */

.Story {
	height: 580px;
	background: no-repeat center center;
	background-size: cover;
	background-image: url(../../module/story/img/StoryPhoto.jpg)
}

.Story .BoxCircleMain {
	position:relative;
	display: block;
	top:50%;
	margin: -145px auto 0 auto;
	width: 250px;
	height: 250px;
}


.Story .CircleMain {
	position:relative;
	display: block;
	width: 250px;
	height: 250px;
	border-radius: 125px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	background: rgba(255, 255, 255, 0.80);
	color: #4a545a;
	z-index: 10;
}

.Story .CircleMain .CircleCenter {
  display: table-cell;
  width: 250px;
  height: 250px;
  line-height: 250px;
  vertical-align: middle;
  padding: 20px;
  box-sizing: border-box;
}

.Story .CircleMain p {
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: 300;
}

.Story .CircleMain .Bigger {
	line-height: 1.1em;
	font-size: 1.7em;
	font-weight: 600;
}

.Story .CircleSecondary {
	position:absolute;
	display: block;
	width: 190px;
	height: 190px;
	border-radius: 95px;
	-webkit-border-radius: 95px;
	-moz-border-radius: 95px;
	color: #FFF;
	z-index: 0;
}

.Story .CircleSecondary .CircleCenter {
  display: table-cell;
  width: 190px;
  height: 190px;
  line-height: 190px;
  vertical-align: middle;
  padding: 30px;
  box-sizing: border-box;
}

.Story .CircleSecondary p {
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: 300;
}

.Story .CircleSecondary .Bigger {
	line-height: 1.1em;
	font-size: 1.7em;
	font-weight: 600;
	margin-bottom: 5px;
}

.Story .CircleSecondary .Bigger2 {
	line-height: 1.1em;
	font-size: 2.2em;
	font-weight: 600;
	margin-bottom: 5px;
}

.Story .CircleSecondary b {
	font-weight: 600;
}


@keyframes AnimCircleBlue {
  0% {background: rgba(32, 144, 209, 0.6)}
  5% {background: rgba(32, 144, 209, 1.0)}
  15% {background: rgba(32, 144, 209, 1.0)}
  20%   {background: rgba(32, 144, 209, 0.6)}
  100% {background: rgba(32, 144, 209, 0.6)}
}

@keyframes AnimCirclePurple {
  0%   {background: rgba(108, 98, 158, 0.6)}
  20%   {background: rgba(108, 98, 158, 0.6)}
  25% {background: rgba(108, 98, 158, 1.0)}
  35% {background: rgba(108, 98, 158, 1.0)}
  40%   {background: rgba(108, 98, 158, 0.6)}
  100%   {background: rgba(108, 98, 158, 0.6)}
}

@keyframes AnimCircleYellow {
  0%   {background: rgba(235, 196, 0, 0.6)}
  40%   {background: rgba(235, 196, 0, 0.6)}
  45% {background: rgba(235, 196, 0, 1.0)}
  55% {background: rgba(235, 196, 0, 1.0)}
  60%   {background: rgba(235, 196, 0, 0.6)}
  100%   {background: rgba(235, 196, 0, 0.6)}
}

@keyframes AnimCircleGreen {
  0%   {background: rgba(139, 181, 49, 0.6)}
  60%   {background: rgba(139, 181, 49, 0.6)}
  65% {background: rgba(139, 181, 49, 1.0)}
  75% {background: rgba(139, 181, 49, 1.0)}
  80%   {background: rgba(139, 181, 49, 0.6)}
  100%   {background: rgba(139, 181, 49, 0.6)}
}

@keyframes AnimCircleRed {
  0%   {background: rgba(204, 104, 74, 0.6)}
  80%   {background: rgba(204, 104, 74, 0.6)}
  85% {background: rgba(204, 104, 74, 1.0)}
  95% {background: rgba(204, 104, 74, 1.0)}
  100%   {background: rgba(204, 104, 74, 0.6)}
}


.Story .CircleBlue {
	/*background: #2091d2;*/
	top:-135px;
	left:-90px;
	animation-name: AnimCircleBlue; -webkit-animation-name: AnimCircleBlue;
	animation-duration: 6s; -webkit-animation-duration: 6s;
	animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
}


.Story .CircleRed {
	/*background: #cd694a;*/
	top:93px;
	left:-164px;
	animation-name: AnimCircleRed; -webkit-animation-name: AnimCircleRed;
	animation-duration: 6s; -webkit-animation-duration: 6s;
	animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
}



.Story .CirclePurple {
	/*background: #6d639f;*/
	top:-135px;
	right:-90px;
	animation-name: AnimCirclePurple; -webkit-animation-name: AnimCirclePurple;
	animation-duration: 6s; -webkit-animation-duration: 6s;
	animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
}

.Story .CircleYellow {
	/*background: #ebc300;*/
	top:93px;
	right:-164px;
	animation-name: AnimCircleYellow; -webkit-animation-name: AnimCircleYellow;
	animation-duration: 6s; -webkit-animation-duration: 6s;
	animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
}

.Story .CircleGreen {
	/*background: #ebc300;*/
	top:234px;
	left:30px;
	animation-name: AnimCircleYellow; -webkit-animation-name: AnimCircleGreen;
	animation-duration: 6s; -webkit-animation-duration: 6s;
	animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
}

.Story .CircleFlags {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: url(../../module/story/img/VlajkyKruh.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}




@media (max-width: 900px) 
{
	.Story {
		height: 460px;
	}
	
	.Story .BoxCircleMain {
		margin: -115px auto 0 auto;
		width: 200px;
		height: 200px;
	}
	
	
	.Story .CircleMain {
		width: 200px;
		height: 200px;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
	}
	
	.Story .CircleMain .CircleCenter {
	  width: 200px;
	  height: 200px;
	  line-height: 200px;
	}
	
	.Story .CircleMain p {
		line-height: 1.1em;
		font-size: 1.0em;
	}
	
	
	.Story .CircleSecondary {
		width: 150px;
		height: 150px;
		border-radius: 75px;
		-webkit-border-radius: 75px;
		-moz-border-radius: 75px;
	}
	
	.Story .CircleSecondary .CircleCenter {
	  width: 150px;
	  height: 150px;
	  line-height: 150px;
	  padding: 20px;
	}
	
	.Story .CircleSecondary p {
		font-size: 0.95em;
	}
	
	.Story .CircleSecondary .Bigger {
		font-size: 1.4em;
	}
	
	.Story .CircleSecondary .Bigger2 {
		font-size: 1.9em;
	}
	
	.Story .CircleBlue {
		top:-106px;
		left:-70px;
	}
	
	.Story .CircleRed {
		top:75px;
		left:-129px;
	}
	
	.Story .CirclePurple {
		top:-106px;
		right:-70px;
	}
	
	.Story .CircleYellow {
		top:75px;
		right:-129px;
	}
	
	.Story .CircleGreen {
		top:187px;
		left:25px;
	}
}


@media (max-width: 768px) 
{
	.Story {
	height: 460px;
	}
}


@media (max-width: 480px) 
{
	.Story .BoxCircleMain {
	margin: -80px auto 0 auto;
	width: 130px;
	height: 130px;
}


.Story .CircleMain {
	width: 130px;
	height: 130px;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
}

.Story .CircleMain .CircleCenter {
  width: 100%;
  height: 130px;
  line-height: 130px;
  padding: 10px;
}

.Story .CircleMain p {
	line-height: 1em;
	font-size: 0.7em;
}

.Story .CircleMain .Bigger {
	font-size: 1.5em;
}



.Story .CircleSecondary {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}

.Story .CircleSecondary .CircleCenter {
  width: 120px;
  height: 120px;
  line-height: 120px;
  padding: 10px;
}

.Story .CircleSecondary p {
	font-size: 0.85em;
}

.Story .CircleSecondary .Bigger {
	font-size: 1.2em;
}

.Story .CircleSecondary .Bigger2 {
	font-size: 1.6em;
}

.Story .CircleBlue {
	top:-90px;
	left:-65px;
}

.Story .CircleRed {
	top:50px;
	left:-100px;
}

.Story .CirclePurple {
	top:-90px;
	right:-65px;
}

.Story .CircleYellow {
	top:50px;
	right:-100px;
	overflow: hidden;
}

.Story .CircleGreen {
	top:120px;
	left:5px;
}
}