section.featuredList-manual .element{  
	width: 284px;
	height: 160px;
	margin: 0 1px 0 0;
	position: relative;
	display: inline-block;
}    
section.featuredList-manual .element div.info{
	z-index: 1;
	position: absolute;
	bottom: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 15px 11px 8px;
	display: inline-block;
	color: #fff;
	
}
section.featuredList-manual .element .article-type {
	font:12px 'Roboto';
	font-weight: 800;
	text-transform: uppercase;
	background: #c51111;
	padding: 0px 5px;
	display: inline;
}
section.featuredList-manual .element h2 {
	color: #fff;
	font: bold 1.25rem 'roboto condensed';
	z-index: 1;
	line-height: 23px;
	
	display:block;
  	max-height:46px; 
  	overflow:hidden;

}
section.featuredList-manual .element img{
	width:100%;
	height:100%;
	display: block;
}
section.featuredList-manual .element:after{
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 0;
	pointer-events: none;
	bottom: 0;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0, 0, 0, 0.6) 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0, 0, 0, 0.6) 80%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0, 0, 0, 0.6) 80%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0, 0, 0, 0.6) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0, 0, 0, 0.6) 80%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0, 0, 0, 0.6) 80%);
	/*linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 48%,rgba(0, 0, 0, 0.73) 80%)*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}     
section.featuredList-manual ul{
	/*display:inline-flex;*/
	line-height: 0;
}
section.featuredList-manual > h3{
	display: none;	
}
section.featuredList-manual{
	background-color: #f1f4f7;
    margin: 0 auto;
    max-width: 1140px;
    padding: 10px 8px 0;
    position: relative;
}

@media screen and (max-width : 1155px){
	section.featuredList-manual .element{
		width: 24.9%;
		height: auto;
	}
	section.featuredList-manual{
		padding-left: 0px !important;
		padding-right: 0px !important;
		width: 100%;
	}		
}
@media screen and (max-width : 1050px){
	section.featuredList-manual .element h2{
		font-size: 1.125rem;
		line-height: 20px;
	}
}

@media screen and (max-width : 1000px){
	section.featuredList-manual{
		width: 100%;
	}
	section.featuredList-manual ul{
		display: inline-block;
		width: 100%;
		margin-top: -10px;
	}

/*	section.featuredList-manual .element{
		width:49.5%;
		margin: -3px 5% 0 0;
	}
	section.featuredList-manual .element:nth-child(1),
	section.featuredList-manual .element:nth-child(3){ 
		width:49.5%;
		width: calc( 50% - 1px);
		height: auto;
		display: inline-block;
		margin: -3px 1px 0px 0px;		
	}
	section.featuredList-manual .element:nth-child(2),
	section.featuredList-manual .element:nth-child(4){
		width: 50%;
		height: auto;
		display: inline-block;
		margin: -3px 0px 0px 0px;
	}
*/	


section.featuredList-manual .element{
		width:49.5%;
		width: calc( 50% - 1px);
		height: auto;
		display: inline-block;
		margin: 1px 1px 0px 0px;	
	}
	
}

@media screen and (max-width : 640px){
	section.featuredList-manual .element{
		width:100%;
		height: auto;
		margin: 0;	
		margin-top: 1px;
	}
	section.featuredList-manual .element h2 {
		bottom: 15px;
		margin: 0 0 0 2px;	
	}
	section.featuredList-manual .element:nth-child(1){
		/*border-top: 2px solid #D5D5D5;*/
	}
	section.featuredList-manual .element:nth-child(1):before{
		border-bottom: 1px solid #c51111;
		content: "";
		display: block;
		position: relative;
		margin-top: -11px;
		margin-left: 115px;	
		margin-bottom: 10px;
	}
	section.featuredList-manual > h3{
		font:  1.125rem 'Roboto Condensed';
		display:block;
		font-weight: 100;
		color: #000;
		font-size: 18px;
		margin-left: 0.5rem;
		width: auto;
		text-transform: uppercase;
	}
	section.featuredList-manual .element h2{
		font-size: 1.5rem;
		line-height: 23px;
	}
	section.featuredList-manual ul{
		margin-top: 0px;
	}
}
