.timeline_container{
	display: block;
	float: left;
	width: 2%;
	left: 49%;
	position: absolute;
}
.timeline{
	width: 2px;
	text-align: center;
	margin: 0 auto;
	background-color:#aeb1b6;
}
.leftCorner{
background:url('img/history-1.svg') center center no-repeat;
background-size: cover;
display: block;
width: 4%;
height: 13px;
margin-left: -4%;
margin-top: 16px;
z-index:2;
position: absolute;
}

.rightCorner { 
background:url('img/history-2.svg') center center no-repeat;
background-size: cover;
display: block;
width: 4%;
height: 13px;
margin-left: 100%;
margin-top: 0px;
padding: 0;
vertical-align: top;
z-index:2;
position: absolute;
}

.lll{
	text-align:right;
}
.rrr{
	text-align: left;
}

.nospan span {
	display: none;
}


.grid-item-history h1 {
	font-size: 70px;
	padding: 0 20px;
	font-weight:700;
	color:#4c535b;
}
.grid-item-history img {
	width: auto;
	height: auto;
}
.textgrid {
	padding: 20px;
	max-width: 425px;
	background: #f2f3f4;
	color:#4c535b;
	float: right;
	text-align: left;
}
.rrr .textgrid {
	float: left;
	text-align: left;
}
.textgrid h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.scrollrelement {
	position: fixed;
	width: 100%;
	margin:0 auto;
	left: 0px;
	z-index: 3;
	text-align: center;
}



/*history grid*/
.c11 span {margin-top:80px;}

/*history grid*/
.grid-sizer-history, .grid-item-history { width: 49%;margin:10px 0;}
.gutter-sizer-history { width:2%;}

@media screen and (min-width: 1px) and (max-width: 799px) {
.grid-sizer-history, .grid-item-history { width: 98%;margin:10px 0;}
.gutter-sizer-history { width:2%; }
.nomob {display: none !important;}
}

@media screen and (min-width: 601px) and (max-width: 799px) {
	.timeline_container { left:auto;right: 19px;width:2px;}

}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.timeline_container { left:auto;right: 9px;width:2px;}
	.grid-item-history img {max-width:100%;height: auto;}
}
