/* codeDESIGN - layout_project_specific.css */
@charset "utf-8";

span.company_name_in_content {
	text-transform: uppercase;
	font-weight: 400;
}
span.company_name_in_content span {
	color: #202020;
}



/* HISTORIC LIST */
ul.content_item_historic_list {
	list-style: none;
}
ul.content_item_historic_list li {
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 0px 80px !important;
}
ul.content_item_historic_list li:before {
	background: #CFCDCE;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font: normal 13px/50px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	text-align: center;
}
ul.content_item_historic_list li:after {
	background: #CFCDCE;
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	margin: 25px 0px 0px 0px;
}
ul.content_item_historic_list li:last-child:after {
	display: none;
}
ul.content_item_historic_list li:nth-child(1):before {
	content: '1948' !important;
}
ul.content_item_historic_list li:nth-child(2):before { 
	content: '1968' !important;
}
ul.content_item_historic_list li:nth-child(3):before { 
	content: '1989' !important;
}
ul.content_item_historic_list li:nth-child(4):before { 
	content: '2000' !important;
}
ul.content_item_historic_list li:nth-child(5):before { 
	content: '2020' !important;
}


div.layout_info_inner {
	width: 100%;
	padding: 80px 0px;
	background: #1c1c1c;
}
div.layout_info div[class^="col-"]:first-child {
	background: #2c2b29;
	border: 5px solid #74a21c;
	padding: 20px;
}