.NewsContainer{
    background-image:url(../images/inbg.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}

.NewsInnerContainer {
    padding: 40px 140px 20px 140px;
}
.newsTitleRow{
	margin-bottom:20px;
}
.breadcrumb {
    padding: 8px 0px 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background:none;
    border-radius: 4px;
}
.breadcrumb-item a {
	color:#595757;
}
.newsListRow{
	border-top:solid 1px #878787;
}
.newsListRow:hover{
	color:#333;
	background-color:rgba(240,240,240,0.9);
}
.NewsDay, .NewsList{
	padding:25px 15px;
}
.NewsDay{
	float:right;
	text-align:right;
	font-size:18px;	
	color:#373737;
}
.NewsList{
	float:left;
}
.NewsList a{
	font-size:18px;	
	color:#333;
	text-decoration:none;
}
.newsListLastRow{
	border-bottom:solid 1px #878787;
}
.moreBtn a{
	width:180px;
	height:40px;
	display:block;
	color:#FFF;
	background-color:#222;
	text-align:center;
	line-height:40px;
	margin:45px auto 65px auto;
	text-decoration:none;
}
.moreBtn a:hover{
	color:#FFF;
	background-color:#444;
}










@media only screen and (min-width : 1200px){

}
@media only screen and (max-width : 1199px){

}
@media only screen and (min-width : 992px){

}
@media only screen and (max-width : 991px){
.NewsInnerContainer {
    padding: 40px 70px 20px 70px;
}
}
@media only screen and (min-width : 768px){

}
@media only screen and (max-width : 767px){
.NewsInnerContainer{
	padding:40px 20px;
}
.NewsDay{
	text-align:left;
	padding:15px 0px 0px 15px;
}
.NewsList{
	padding:0px 0px 15px 15px;
	font-size:18px;
}
.NewsBread{
	text-align:left;
	margin-bottom:-15px;
}
}
@media only screen and (max-width : 440px){

}
@media only screen and (max-width : 420px){

}