
.header-flags{
	position: absolute;
	right: 25px;
	top: 20px;
	width: 160px;
}
.header-flags .flag-margin{
	margin-left: 20px;
}

.timeline-circle{
	width: 150px;
	background-color: #cccccc;
}
.timeline-circle .timeline-circle-text{
	padding-top: 22px;
	font-family: 'Alegreya Sans', sans-serif;
}

.underline{
	text-decoration: underline;
}

.img-inline {
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/* Small devices (tablets, 768px and up) */
/*-----------------------------------------------------------------------------------*/
@media (min-width: 300px) and (max-width: 991px) {
	.header-flags {
		top: 11px !important;
		right: 50px !important;
	}
}