html {
	background: #213c6d;
	overflow-x: hidden;
}

.count-wrap {
	text-align: center;
	position: relative;
}

.count {
	font-weight: bold;
	transition: all ease 0.5s;
	transition-delay: 1.65s;
	display: inline-block;
}

.count-wrap.ready .count {
	color: #e62d37 !important;
	transform: scale(1.6);
}

.count-text {
	display: block;
	line-height: 1;
	margin-top: 20px;
}

.count-text {
	transition: all ease 1s; opacity: 0;
	transition-delay: 1.65s;
	transform: translateY(50px) scale(0);
	transform-origin: bottom center;
}
.count-wrap.ready .count-text {
	transform: translateY(0) scale(1);
	opacity: 1;
}

h3.uk-heading-xlarge span {font-weight: normal;}

.uk-card-default {
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

.uk-card-media-left.uk-cover-container {
	border-radius: 20px 0 0 20px;
}
@media (max-width: 639px) {
	.uk-card-media-left.uk-cover-container {
		border-radius: 20px 20px 0 0;
	}
}

.timeline .item .uk-card-title {
	background: #e62d37;
	padding: 5px 15px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
}
.timeline .item .uk-card-title + * {margin-top: 0;}

.timeline {
	margin-top: 0;
}

.timeline .item {
	position: relative;
}

.timeline .item .lantern {
	width: 20px;
	height: 20px;
	border: solid 6px #fff;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	/*background-color: #213c6d;*/
	background-color: #e62d37;
	transition: all ease 1s;
	transform-origin: top;
	z-index: 5;
	transform: translate(-50%, -50%) scale(0);
}
.timeline .item.time-pop .lantern {
	transform: translate(-50%, -50%) scale(1);
}

.timeline > .item .line {
	content: ' ';
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	background: #fff;
	transform: translateX(-50%);
	transition: all ease 0.5s;
	transition-delay: 0.2s;
}
.timeline > .item + .item.time-pop:last-of-type .line {
	height: 100%;
}

.timeline .item .uk-card {
	width: calc(50% - 30px);
	float: right;
	opacity: 0;
	transition: all ease 1s;
	transform: translateX(300px) rotate(45deg) scale(0);
}

.timeline.fire .item.time-pop .uk-card {
	opacity: 1;
	transform: translateX(0) rotate(0) scale(1);
}

@media (min-width: 1200px) {
	.timeline .item:nth-child(odd) .uk-card {
		float: left;
		transform: translateX(-300px) rotate(-45deg) scale(0);
	}

	.timeline.fire .item.time-pop:nth-child(odd) .uk-card {
		transform: translateX(0) rotate(0) scale(1);
	}
}

/*.timeline .item {min-height: 516px;}
.timeline .item .uk-card {width: 420px;}*/

.logo {text-align: center; padding-top: 40px;}
.logo img {width: 600px; height: auto;}

.section-wrap {
	margin-top: 140px;
	position: relative;
	z-index: 10;
}
.section-wrap .uk-section + .uk-section {
	padding-top: 0;
}

.gallery a {
	display: block;
	padding: 20px;
	background: #fff;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.first-heading a {
	transition: all ease 0.5s;
	transform: scale(1);
	display: block;
}
.first-heading a:hover {
	transform: scale(1.2);
}

@media (max-width: 1199px) {
	.logo img {width: 100%; height: auto; padding: 0 20px;}

	.uk-height-large {height: 350px;}

	.timeline .item {}
	.timeline .item .uk-card {
		width: calc(100% - 30px);
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.timeline .item .lantern {left: 5px;}
	.timeline .item .line {left: 5px;}
}

.timeline .uk-heading-xlarge {position: relative;}
.timeline .uk-heading-xlarge::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 140px;
	background: #fff;
	transform: translateX(-50%);
	transition: all ease 0.5s;
	transition-delay: 0.2s;
}
.timeline .uk-heading-xlarge::after {
	content: ' ';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 3px;
	height: 40px;
	background: #fff;
	transform: translateX(-50%);
	transition: all ease 0.5s;
	transition-delay: 0.2s;
}
.timeline h3 {color: #e62d37; font-weight: bold; padding-top: 140px; margin-bottom: 6px; padding-bottom: 40px;}

@media (max-width: 1199px) {
	.timeline h3 {text-align: left !important;}
	.timeline .uk-heading-xlarge::before {left: 5px;}
	.timeline .uk-heading-xlarge::after {left: 5px;}
}

.unbreak {display: inline-block; white-space: nowrap;}