
	div.semcoglas-timeline-mainframe {
		width: 80% !important;
		margin-left: auto;
		margin-right: auto;
		
	}

	div.semcoglas-timeline-section {
		margin-bottom:40px;
	}

	div.semcoglas-timeline-section-head1 {
		font-size:18px;
		color:#3ab5e5;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		cursor:pointer;
		background-color:#f3f3f3;
	}
	
	div.semcoglas-timeline-section-head2 {
		font-size:32px;
		color:#0546a5;
		text-align:center;
		padding-bottom:50px;
		cursor:pointer;
		line-height:1.2em;
		background-color:#f3f3f3;
		background-image:url(../images/timeline-arrow-down-small.svg);
		background-position:bottom 16px center;
		background-repeat:no-repeat;
	}
	
	div.semcoglas-timeline-section-partframe {
		background-image:url(../images/timeline-startpoint.svg);
		background-position:top center;
		background-repeat:no-repeat;
		height:auto;
		padding-top:100px;
		display:none;
	}
	
	div.semcoglas-timeline-section-partframe-close {
		display:none;
	}
	
	div.semcoglas-timeline-section-partframe-open {
		display:block;
	}
	
	
	
	
	div.semcoglas-timeline-section-part-middle-style-0 {
		background-image:url(../images/timeline-middlepart-left.svg);
		background-position:center center;
		background-repeat:no-repeat;
		display:flex;
		height:auto;
	}
	
	div.semcoglas-timeline-section-part-middle-style-1 {
		background-image:url(../images/timeline-middlepart-right.svg);
		background-position:center center;
		background-repeat:no-repeat;
		display:flex;
		height:auto;
	}
	
	div.semcoglas-timeline-section-part-leftcol {
		
		flex-basis:45% !important;
		margin-bottom:100px;
	}
	
	div.semcoglas-timeline-section-part-middlecol {
		
		flex-basis:250px;
		margin-bottom:100px;
	}
	
	div.semcoglas-timeline-section-part-rightcol {
		
		flex-basis:45% !important;
		margin-bottom:100px;
	}
	
	div.semcoglas-timeline-section-bgtext {
		font-size:200px;
		fond-weight:900;
		color:#f0f4fa;
		line-height:0.6em;
	}
	
	div.semcoglas-timeline-section-text {
		color:#0546a5;
		padding-left:100px;
		font-size:16px;
		max-width:90%;
		margin-top:-40px;
	}
	
	div.semcoglas-timeline-section-imagetext {
		color:#0546a5;
		font-size:12px;
		font-weight:bold;
	}
	
	img.semcoglas-timeline-section-image {
		height:auto;
	}
	
	img.semcoglas-timeline-section-image-bottom {
		height:auto;
	}
	
	
	/*** Mobile Version ******************************************************************************************/
	
	
	@media only screen and (max-width: 1000px) {
	
		div.semcoglas-timeline-mainframe {
			width: 100% !important;
			
			
		}
	
		div.semcoglas-timeline-section-head2 {
			font-size:18px;
			padding-left:10px;
			padding-right:10px;
		}
	
		div.semcoglas-timeline-section-partframe {
			background-image:none;
			padding-bottom:20px;
		}
	
		div.semcoglas-timeline-section-part-leftcol {
			margin-bottom:20px;
		}
		
		div.semcoglas-timeline-section-part-middlecol {
			margin-bottom:20px;
		}
		
		div.semcoglas-timeline-section-part-rightcol {
			margin-bottom:20px;
		}
	
		div.semcoglas-timeline-section-part-middle-style-0 {
			background-image:none;
			display:block;
			
		}
		
		div.semcoglas-timeline-section-part-middle-style-1 {
			background-image:none;
			display:block;
			
		}
		
		div.semcoglas-timeline-section-bgtext {
			font-size:100px;
		}
		
		div.semcoglas-timeline-section-text {
			padding-left:0px;
			margin-left:0px;
			margin-right:0px;
			max-width:100%;
		}
	
	}
	
	
	
	
	
	
	
	
	
	