#news {
	position: relative;
	margin-top: 30px;

}

.newslist_onmain .news-title { 
	color: #bd1727;
	min-height: 54px;
}

.newslist_onmain .more_btn {
	margin-top: 0.8rem;
}

.newslist_onmain .more_btn a {
	font-size: 17px;
	background-image: -moz-linear-gradient( 90deg, rgb(144,24,35) 0%, rgb(163,12,26) 26%, rgb(191,30,45) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(144,24,35) 0%, rgb(163,12,26) 26%, rgb(191,30,45) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(144,24,35) 0%, rgb(163,12,26) 26%, rgb(191,30,45) 100%);
	padding: 8px 20px;
	color: #fff !important;
	display: inline-block;
	text-decoration: none !important;
}

#news-title-container {
	position: absolute;
	top:-20px;
	left: 45px;
	z-index: 20;
}

.news-list {
	margin-top: 15px;
	margin-bottom: 15px;
}

.news-date-time {
	font-size: 11px;
	color: #808080;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.news-title a{
	font-style: normal !important;
	color: #bd1727 !important;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-decoration: none !important;
}
.news-title a:hover{
	text-decoration: underline !important;
}

.news-item-container:last-child {
	margin-right: 0 !important;
}

.newslist_onmain .news-item {
	padding: 30px 15px 30px;
}

.news-item-container {
	width: 32%;
	margin-bottom: 0.8rem;
	min-height: 179px;
}

.news-item-container {
	float: left;
	margin-right: 14px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	background-image: -moz-linear-gradient( 90deg, rgb(230,230,230) 0%, rgb(243,243,243) 27%, rgb(255,255,255) 61%, rgb(251,251,251) 76%, rgb(246,247,247) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(230,230,230) 0%, rgb(243,243,243) 27%, rgb(255,255,255) 61%, rgb(251,251,251) 76%, rgb(246,247,247) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(230,230,230) 0%, rgb(243,243,243) 27%, rgb(255,255,255) 61%, rgb(251,251,251) 76%, rgb(246,247,247) 100%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box

}


#title-container{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	height: 50px;
	position: relative;
	display: inline-block;
	left: 1px;
}

#title {
	margin-top: -10px;
	position: relative;
	bottom: 0;
	text-align: center;
	padding: 15px 20px 5px;
	margin-bottom: 6px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

#title h2, #title, #title a {
	color: #fff !important;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none !important;
}

#title {
	background-image: -moz-linear-gradient( 90deg, rgb(64,110,178) 0%, rgb(73,111,180) 14%, rgb(76,130,205) 37%, rgb(78,149,229) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(64,110,178) 0%, rgb(73,111,180) 14%, rgb(76,130,205) 37%, rgb(78,149,229) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(64,110,178) 0%, rgb(73,111,180) 14%, rgb(76,130,205) 37%, rgb(78,149,229) 100%);
	border-radius: 8px;
}


@media screen and (max-width: 767px) {
	
	.newslist_onmain .news-item-container {
		width: 100%;
	} 
	
}

