/*#col-left {
	float: left;
	width: 70%;
	padding: 15px 30px 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media screen and (max-width: 1218px) {
	#col-left {
		width: 63%;
	}

	#col-left .group img.f-l,
	#col-left .group img.f-r {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	#col-left .group h3 {
		margin-bottom: 15px;
	}
}*/

/****************************************************************              TABLET              ***********************************************/
/*
@media screen and (max-width: 977px) {
	#col-left {
		width: 100%;
		float: none;
		padding: 20px 0 40px;
	}

	#col-left .articl {
		width: 70%;
	}
}*/

/****************************************************************              MOBILE Landscape             ***********************************************/
/*@media screen and (max-width: 747px) {
	#col-left ul li {
		font: normal 14px "source sans pro", Arial, sans-serif;
	}

	#col-left .articl {
		width: 100%;
	}
}*/