@font-face {
	font-family: 'ecoico';
	src:url('../font/timelineicons/ecoico.eot');
	src:url('../font/timelineicons/ecoicod41d.eot?#iefix') format('embedded-opentype'),
		url('../font/timelineicons/ecoico.woff') format('woff'),
		url('../font/timelineicons/ecoico.ttf') format('truetype'),
		url('../font/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.main {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em;
}
.mhm_task {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

.mhm_task:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #cccc00;
	left: 20%;
	margin-left: -10px;
}


.mhm_task > li .mhm_info {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}
.mhm_task > li .mhm_info span { display: block; text-align: left; }
.mhm_task > li .mhm_info span:last-child { font-size: 2.4em; color: #D35400; }
.mhm_task > li:nth-child(odd) .mhm_info span:last-child { color: #E67E22; }


.mhm_task > li .mhm_label {
	margin: 0 0 15px 25%;
	background: #D35400;
	color: #fff;
	padding: 2em;
	position: relative;
	border-radius: 5px;
}
.mhm_label p {
	font-size:1.1em;
	font-weight: 400;
	line-height: 1.6em;
}
.mhm_task > li:nth-child(odd) .mhm_label { background: #E67E22; }
.mhm_task > li .mhm_label h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccc00;
}


.mhm_task > li .mhm_label:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #D35400;
	border-width: 10px;
	top: 10px;
}

.mhm_task > li:nth-child(odd) .mhm_label:after { border-right-color: #E67E22; }


.mhm_task > li .mhm_icon {
	width: 50px;
	height: 50px;
	padding:3px;
	position: absolute;
	color: #fff;
	background: #D35400;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #cccc00;
	text-align: center;
	left: 20%;
	margin-left: -35px;
}




@media screen and (max-width: 65.375em) {

	.mhm_task > li .mhm_info span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.mhm_task:before {
		display: none;
	}

	.mhm_task > li .mhm_info {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.mhm_task > li .mhm_info span {
		text-align: left;
	}

	.mhm_task > li .mhm_label {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.mhm_task > li .mhm_label:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #D35400;
		top: -20px;
	}

	.mhm_task > li:nth-child(odd) .mhm_label:after {
		border-right-color: transparent;
		border-bottom-color: #E67E22;
	}

	.mhm_task > li .mhm_icon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

