#hh-mnews .nomargin{
	margin: 0;
}
#hh-mnews #main-block{
	width:54%;
	display:inline-block;
}
#hh-mnews #side-block{
	width:45%;
	display:inline-block;
	vertical-align:top;
}
#hh-mnews .main{
	position: relative;
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	display: block;
}
#hh-mnews .main-text .container{
	background: none repeat scroll 0 0 #CEE7E2;
    color: #3B514C;
    font-weight: 700;
}
#hh-mnews .main-text .article-title,
#hh-mnews .main-text .article-description{
	margin: 0;
	padding: 2px;
}
#hh-mnews .main-text .article-description{
	font-size: 1.15em;
	font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif;
}
#hh-mnews .main-text{
	position: relative;
	width:  100%;
	padding-bottom: 24.79%;
	height: 0;
	overflow: hidden;
}
#hh-mnews .thumb{
	position: relative;
	padding-bottom: 49.12%;
	width: 49.12%;
	height: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1.2%;
	overflow: hidden;
}
#hh-mnews img{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#hh-mnews .container .caption{
	width: 100%;
    position: absolute;
    bottom: 0;
    padding: 32px 0px 5px;
    color: #FFF;
    background: -webkit-linear-gradient(top,rgba(22,24,27,0),rgba(22,24,27,0.7) 48px,rgba(22,24,27,0.9));
    background: -moz-linear-gradient(center top , rgba(22, 24, 27, 0), rgba(22, 24, 27, 0.7) 48px, rgba(22, 24, 27, 0.9)) repeat scroll 0% 0% transparent;
}
#hh-mnews .caption .thumb-title{
	padding: 0px 5px 5px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	text-rendering: optimizelegibility;
}
#hh-mnews .container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #E1E1E1;
}
#hh-mnews .cat-section{
	margin-bottom: 3px;
	clear: both;
}
#hh-mnews .cat-items-holder{
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 24.52%;
	overflow: hidden;
}
#hh-mnews .cat-section .cat-items{
	position: absolute;
	height: 100%;
	width: 100%;
}
#hh-mnews .cat-section .item{
	position: relative;
	/*padding-bottom: 24.52%;*/
	padding-bottom: 24.45%;
	width: 24.45%;
	height: 0;
	display: inline-block;
}
#hh-mnews .cat-controls{
	position: absolute;
	top: 30%;
	right: 10px;
}
#hh-mnews .cat-arrow.right,
#hh-mnews .cat-arrow.left{
	height: 24px;
	width: 24px;
	display: inline-block;
	background: url('images/nsp_interface.png') no-repeat scroll -24px 0px transparent;
	cursor: pointer;
	text-indent: -999em;
}
#hh-mnews .cat-arrow.left{
	background-position: 0px 0px;
}
#hh-mnews .cat-title{
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	text-transform: uppercase;
}
#hh-mnews .category-heading{
	position: relative;
    color: #7FCBC5;
    /*border-bottom: 5px solid #53575E;*/
    /*background: inherit;*/
}
#hh-mnews .category-heading.life{
    /*border-bottom: 5px solid #55D0CE;*/
    color: #55D0CE;
    /*background: #55D0CE;*/
}
#hh-mnews .category-heading.neighbors{
    /*border-bottom: 5px solid #DC6C71;*/
    color: #DC6C71;
    /*background: #DC6C71;*/
}
#hh-mnews .category-heading.events{
    color: #E69361;
}
#hh-mnews .category-heading.politics{
    color: #86C27E;
}
#hh-mnews .category-heading.charities{
    color: #5FA1C6;
}
#hh-mnews .category-heading.police{
    color: #8B62C8;
}
#hh-mnews .category-heading.about-us{
    color: #E69361;
}
/*media queries*/
/*tablets*/
@media only screen and (min-width: 960px) and (max-width: 1199px){
	#hh-mnews .main-text .article-title{
		line-height: 1.19em;
		font-size: 1.5em;
	}
}
@media (min-width: 768px) and (max-width: 959px){
	#hh-mnews .main-text .article-title{
		line-height: 1.18em;
		font-size: 1.5em;
	}
}
/*mobile*/
@media (max-width: 767px){
	#hh-mnews #main-block{
		width:100%;
	}
	#hh-mnews #side-block{
		width:100%;
	}
	#hh-mnews .cat-section .item{
		padding-bottom: 24%;
		width: 24%;
	}
}
/*small mobile*/
@media only screen and (max-width: 480px){
	#hh-mnews .main-text{
		padding-bottom: 150px;
	}
	#hh-mnews .cat-items-holder{
		padding-bottom: 100%;
	}
	#hh-mnews .cat-section .item{
		padding-bottom: 48%;
		width: 48%;
	}
}