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


#timeline {
	background-color: #ffffff;
	border: 1px solid #05BEEB;
	margin-top: 100px;
	height: 4px;
	width: 100%;
	position: relative;
}

#timeline a, #timeline a:hover, timeline a:visited{text-decoration: none;}

#timeline .dot {
	z-index: 99;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	text-align: center;
	cursor: pointer;
}
#timeline .dot:nth-child(1) {
	left: 11.11%;
	background-color: #05BEEB;
}
#timeline .dot.completed:nth-child(1),  #timeline .dot.completed:nth-child(2),  #timeline .dot.completed:nth-child(3),  #timeline .dot.completed:nth-child(4),  #timeline .dot.completed:nth-child(5),  #timeline .dot.completed:nth-child(6),  #timeline .dot.completed:nth-child(7),  #timeline .dot.completed:nth-child(8),  #timeline .dot.completed:nth-child(9) {
	background-color: #EFBA2E;
}
#timeline .dot:nth-child(2) {
	left: 22.22%;
	background-color: #05BEEB;
}
#timeline .dot:nth-child(3) {
	left: 33.33%;
	background-color: #05BEEB;
}
#timeline .dot:nth-child(4) {
	left: 44.44%;
	background-color: #05BEEB;
	;
}
#timeline .dot:nth-child(5) {
	left: 55.55%;
	background-color: #05BEEB;
}
#timeline .dot:nth-child(6) {
	left: 66.66%;
	background-color: #05BEEB;
}
#timeline .dot:nth-child(7) {
	left: 77.77%;
	background-color: #05BEEB;
}
#timeline .dot:nth-child(8) {
	left: 88.88%;
	background-color: #05BEEB;
}
#timeline .dot:hover, #timeline .dot.activus {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #EFBA2E;
}
#timeline .dot date {
	font-family: 'houschka-rounded-demibold', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #003c5f;
	font-size: 18px;
	font-weight: bold;
	display: block;
	position: relative;
	top: -60px;
	text-align: center;
}
#timeline .dot .completed date {
	font-family: 'houschka-rounded-demibold', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #003c5f;
	font-size: 18px;
	font-weight: bold;
	display: block;
	position: relative;
	top: -60px;
	text-align: center;
}
#timeline .dot.activ date {
	font-family: 'houschka-rounded-demibold', sans-serif;
	margin: 0px;
	margin-left: -5px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	position: relative;
	top: -60px;
	text-align: center;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-color: #FB980D;
	border: none;
	text-transform: none;
	/*    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	transition: all 0.3s ease 0s;
	font-family: 'houschka-rounded-medium', sans-serif;
	background: -moz-linear-gradient(top, #FFB30F 0%, #F9970D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFB30F), color-stop(100%, #F9970D));
	background: -webkit-linear-gradient(top, #FFB30F 0%, #F9970D 100%);
	background: -o-linear-gradient(top, #FFB30F 0%, #F9970D 100%);
	background: -ms-linear-gradient(top, #FFB30F 0%, #F9970D 100%);
	background: linear-gradient(to bottom, #FFB30F 0%, #F9970D 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFB30F', endColorstr='#F9970D', GradientType=0 );
}
#timeline .dot span {
	display: inline-block;
	margin-top: 3px;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
