.desktop720 { display: none; }
.turquoise2-bg { background-color: #15BBB3; }
.blue2-bg { background-color: #002194; color: #fff; }
.fontBold { font-weight: 700; }
.size18 { font-size: 18px; }
.table { display: table; }
.table-row { display: table-row; }
.table-cell { display: table-cell; }
.year-nav-wrap {
	padding:10px;
	text-align: center;
	font-size: 0em;
	line-height: 1.4;
	z-index: 9;
    position: relative;
}
.year-nav-wrap a {
	color: #fff;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.year-nav-wrap a:first-child { margin-left: 0; }
.year-nav-wrap a:last-child { margin-right: 0; }
.year-nav-wrap a:not(:last-child):after {
	content: '';
	position: absolute;
	top: 50%;
	right: -13px;
	height: 6px;
	width: 6px;
	margin-top: -2px;
	background-color: #FEC62C;
	border-radius: 50%;
}
.years-top-banner {
	position: relative;
}
.years-top-banner:after {
	position: absolute;
	content: '';
	background-color: #15BBB3;
	height: 63%;
	width: 1px;
	left: 50%;
	bottom: -50px;
}
.circle-wrap {
	background-color: rgba(255,255,255,0.2);
	height: 68px;
	width: 68px;
	border-radius: 50%;
	text-align: center;
}
.circle-wrap div.table {
	height: 100%;
	width: 100%;
}
.circle-wrap div.table-cell {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 0.8;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.size-big {
	font-weight: 700;
	font-size: 40px;
}
.year-title {
	margin-left: -36px;
	width: calc(100% + 61px);
	position: relative;
	z-index: 9;
	margin-bottom: 60px;
}
.year-title > div > div {
	padding: 6px 3px;
}
.year-title > div > div:first-child {
	width: 74px;
}
.year-title > div > div:last-child {
	padding: 6px 15px 6px 10px;
}
.open-image-popup { display: block; }
.img-cover.have-border {
	border:1px solid #bfbfbf;
}
.open-image-popup:hover {
	opacity: 1;
}
.wrapper-timeline main .timeline-session .row-items .item.have-year-circle::after {
	height: 58px;
	width: 58px;
	color: #fff;
	content: attr(data-year);
	text-align: center;
	line-height: 62px;
	font-size: 18px;
	font-weight: 700;
}
.mfp-content .download-icon {
	width: 100px;
	background-color: #e8e8e8;
	border-radius: 4px;
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 8px auto 0;
}
.mfp-content .download-icon img {
	width: 22px;
}
#images-popup {
  position: relative;
  background: #FFF;
  padding: 7px;
  width: fit-content;
  max-width: 1100px;
  margin: 20px auto;
  text-align: center;
}
.mfp-close-btn-in .mfp-close {
	height: 40px;
	width: 28px;
	top: -40px;
	right: 0;
	background-image: url(../images/ico_close.svg);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.btn.milestones_download-btn {
	font-size: 16px;
	background-color: #002194;
	color: #fff!important;
	padding: 14px 27px 12px;
	border-radius: 30px;
	line-height: 20px;
}
.btn.milestones_download-btn:hover {
	text-decoration: none;
}
.text-center {
	display: flex;
    justify-content: center;
    padding-top: 5%;
	text-align: center;
}
@media (max-width: 575px) {
	.mobile-full-width {
	    margin-left: -24px;
	    width: calc(100% + 48px);
	}
}
@media (min-width: 420px) {
	.year-nav-wrap a {
		font-size: 16px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.year-nav-wrap a:not(:last-child):after {
		right: -18px;
		margin-top: -4px;
	}
}
@media (min-width: 720px) {
  .desktop720 {
    display: block;
  }
  .mobile720 {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
	.year-title {
		width: 420px;
		margin: 0 auto 60px;
		border-radius: 40px;
	}
	.year-title > div > div:first-child {
		width: 90px;
	}
	.year-title > div > div:last-child {
		padding: 8px 40px 8px 10px;
	}
	.circle-wrap {
		background-color: transparent;
		float: right;
	}
	.circle-wrap div.table-cell {
		letter-spacing: 1px;
		line-height: 0.9;
	}
	.wrapper-timeline main .timeline-session .box-timeline {
		padding: 0;
	}
	.wrapper-timeline main .timeline-session .center-line::after {
		bottom:-10px;
	}
	.btn.milestones_download-btn {
		margin: 0 auto;
	}
}

@media screen and (min-width: 1120px) and (max-width: 1200px) {
	.wrapper-timeline main .session {
		overflow: hidden;
	}
}

.mfp-content .download-icon{
        display:none;
}

.img-border .img-cover{
    max-width: 100% !important;
    height: auto;
}

