	.timeinnerwrap {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.timelineslidestyle {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	
	.sliderheadline{
		margin-top: 20px;
		margin-bottom: 10px;
		background-color: #ffffff;
		box-sizing: border-box;
		position: relative;
	}
	
	.timelinesliderheading{
		padding: 30px 35px 15px 35px;
	}

	.timelineheadingposition{
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		
	}
	
	#fullscreenbutton{
		padding-left: 54px;
		background-image: URL('../images/common/btn-plus.png');
		background-repeat: no-repeat;
		background-position: 12% center;
	}

	.fullscreentext{
		margin-right: 0px;
	}
				
.fancy-download{
	position: absolute;
	float: right;
	right: 3%;
	top: 85%;
}

.sliderbar {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 30px 35px 120px 35px;
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
}
.sliderbar h2 {
	margin-bottom: 30px;
}
.timelineSlider {
    margin: 0 auto;
    width: 100%;
    /*background-color: #ffffff;*/
    padding-bottom: 20px;
}
.slick-active:first-child .slideContent {
	margin-left: 5px;
}
.sliderbar .timebuttonmenu {
	position: absolute;
	background-color: #E34861;
	min-width: 100px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(97,97,97,1);
	-moz-box-shadow: 0px 3px 6px 0px rgba(97,97,97,1);
	box-shadow: 0px 3px 6px 0px rgba(97,97,97,1);
	padding: 15px 20px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 45px;
	top: auto;
	font-size: 0.9em;
}


.sliderbar button:hover {
	box-shadow: none;
}

.sliderbar .prev {
	left: 440px;
	
}
.sliderbar .prev img {
	margin-right: 10px;
}
.sliderbar .next {
	right: 440px;
	width: 140px;
}
.sliderbar .next img {
	margin-left: 10px;
}

.buttonwrap{
	margin-top: 75px;
}

button.pinkdesign {
	background-color: #e34861;
}

.slide {
    display: flex!important;
}
.slideContent {
    position: relative;
    width: 230px;
    min-height: 325px;
    max-height: 325px;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	margin: 10px 3px;
	transition: all 0.2s ease;
}
.y2016 .yearBar, .y2019 .yearBar, .y2022 .yearBar  {
	background-color: #D2EFFF;
}
.y2016 .yearBar h3, .y2019 .yearBar h3, .y2022 .yearBar h3 {
	color: #144E73;
}
.y2017 .yearBar, .y2020 .yearBar, .y2023 .yearBar {
	background-color: #144E73;
}
.morebtn {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8827906162464986) 33%, rgba(255,255,255,1) 100%);
    bottom: 0;
    cursor: pointer;
}
.down {
    width: 15px;
    margin: 15px auto;
}

.arrow {
    width: 85px;
}
.arrow img {
    width: 100%;
    margin-top: 165px;
}
.slide, .arrow {
    outline: none;
}
.yearBar {
    width: 100%;
    background-color: #E34861;
    text-align: center;
    border-radius: 5px 5px 0 0;
    padding: 10px 0;
}
.yearBar h3 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
    font-family: 'DolceVita-HeavyBold';
}
.yearContent {
    margin-top: 5px;
    margin-bottom: 35px;
}
.textBox {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}
.leftLine, .leftLineSpecial {
    position: relative;
    border-top: 2px solid #144E73;
    width: 18px;
    margin-top: 10px;
    margin-right: 10px;
}
.leftLineSpecial::after {
    position: absolute;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: -4px;
    top: -7px;
    background-color: #ffffff;
    border:2px solid #144E73;
}
.leftLine::after {
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: -3px;
    top: -6px;
    background-color: #144E73;
}
.textBox p {
    width: 170px;
    margin: 0;
    font-family: 'OpenSans-Regular';
    color: #144e73; 
}
.textBox p a {
    text-decoration: underline;
    color: #E34861;
}
.headLine {
    font-family: 'OpenSans-Bold';
    color: #144e73;
}
.headLineSpecial {
    display: inline-block;
    background-color: #144E73;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.clicked {
    max-height: 1000px;
}

.clicked .morebtn {
    background: none;
    transition: all 0.4s;
}

.clicked .morebtn .down {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all 0.4s;
}

/*.btnbox {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}*/
.sliderbar .slick-dots {
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -60px;
}
.sliderbar .slick-dots li button:before {
	background: #d2efff;
	border-radius: 50%;
}
.sliderbar .slick-dots li.slick-active button:before {
	background: #e34861;
}
@media only screen and (max-width: 1199px) {
	.sliderbar .prev {
		left: 330px;
	}
	.sliderbar .next {
		right: 330px;
	}

	.fancy-download{
		position: absolute;
		float: right;
		right: 3%;
		top: 85%;
	}
}
@media only screen and (max-width: 959px) {
	.sliderbar .prev {
		left: 210px;
	}
	.sliderbar .next {
		right: 210px;
	}
	.arrow {
		width: 95px;
	}
	.slick-dots {
		background-color: inherit;
	}
	
	.fancy-download{
		position: absolute;
		float: right;
		right: 5%;
		top: 80%;
	}
}
@media only screen and (max-width: 719px) {
	.sliderbar .prev {
		left: 170px;
	}
	.sliderbar .next {
		right: 170px;
	}
	
	.timelineheadingposition{
		width: 100%;
	}
	
	.timeinnerwrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.timebuttonwrapper{
		margin-bottom: 50px;
	}
	
	.sliderbar .slick-dots {
		margin-top: -30px;
	}
	
	.buttonwrap {
		margin-top: 50px;
	}
	
	.fancy-download{
		position: absolute;
		margin-top: -85px;
		top: 30%;
		left: 5%;
		right: 60%;

	}
	
	.sliderbar .slick-dots {
		left: 10px;
	}
	
	#slick-slide-control09{
		display: none;
	}
	
	#slick-slide09{
		display: none;
	}
	
	#dummyslider{
		display: none;
	}
}

@media only screen and (max-width: 613px) {
	.sliderbar .prev {
		left: 80px;
	}
	.sliderbar .next {
		right: 80px;
	}
	.arrow {
		width: 49px;
	}
	
	.fancy-download{
		position: absolute;
		top: 35%;
		left: 5%;
		right: 55%;
	}
}

@media only screen and (max-width: 450px) {
	.slide {
		justify-content: center;
	}
	.sliderbar .prev {
		left: 10px;
	}
	.sliderbar .next {
		right: 10px;
	}
	.arrow {
		display: none;
	}
	.slideContent {
		margin: 10px 10px;
	}
	
	.fancy-download{
		position: absolute;
		right: 20%;
		left: 20%;
		top: 160%;
	}
	
}



@media only screen and (max-width: 325px) {
	.fancy-download{
		position: absolute;
		right: 15%;
		left: 15%;
		top: 160%;
		
	}
	
	.sliderbar .slick-dots {
		left: 0px;
	}
	
}