/* General
================================================== */
img{ max-width: 100% !important; }

/*hide responsive menus*/
#top-bar .selector,
#navigation .selector { display: none; }

@media only screen and (max-width: 1024px) {

}
/*@media only screen and ((min-width: 1200px)) {*/
	/*.pncustommenumenu_site_headermenu2012{*/
		/*right: 53px;*/
	/*}*/
	/*.centered{*/
		/*right: 0;*/
	/*}*/
/*}*/

@media only screen and (max-width: 990px) {
	#div_157{
		width: 100% !important;
	}
	#centered{
		margin-left: 0;
		right: 0;
	}

	.bullet_line{
		background-size: contain;
	}
	.col-md-3.sidebar{
		/*text-align: center !important;*/
		/*background-color: red;*/
	}
	.recent-post-widget {
		width: 100%;
		text-align: center;

	}
	.inside_search_box{
		margin-top: 35px;
	}

	.nl_reg_cnt{
		width: 100% !important;
		margin: 0px !important;
		margin-bottom: 30px !important;
	}

	.nl_reg_cnt input{
		width: 250px ;
	}

}


@media only screen and (max-width: 910px) {


}
/* Apply To All Responsive Layouts
================================================== */
@media only screen and (max-width: 959px) {
	
	/*hide stuff*/
	
	/*body:before*/
	/*{ */
	/*content:"CSS: To All Responsive Layouts";*/
	/*}*/



}

@media only screen and (max-width: 850px ){
	#centered{
		display: none;
	}
	.pncustommenumenu_site_headermenu2012{
		padding-left: 0;
		right: 0 !important;
		width: auto !important;
	}

	.top_news_lead_img{
		width: 55vw;
		background-size: contain;
		background-position: left top;
		/*height: auto;*/
	}
}
@media only screen and (max-width: 992px ){
	.container {
		width: 100% !important;
	}
}

/* #Tablet (Portrait) = Design for a width of 730px
================================================== */
@media only screen and (max-width: 768px) {

	/*body:before {*/
		/*content: "CSS: #Tablet (Portrait) (min-width: 768px) and (max-width: 959px) ";*/
	/*}*/
	.home_news_article{
		line-height:140%;
		flex: 1 0 43% !important;
	}
	.pncustommenumenu_site_headermenu2012 {
		display: none;
	}
	#div_157{
		height: 90px !important;
	}

	#centered {
		/*display: none;*/
	}

	#analogClock {
		display: none;
	}

	#site_logo {
		width: 166px;
		height: auto;
	}

	#site_logo img {
		width: 100%;
		height: auto;
	}


}
@media only screen and (max-width: 725px) {
	.top_news_lead_img{
		width: 100%;
	}
	.top_news_lead_img img{
		width: 100%;
		margin-bottom: 20px;
		/*height: auto;*/
	}
	.top_news_content{
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width: 768px) {
	.container {
		/*width: 100%;*/
	}
}

/* Mobile (Portrait) = Design for a width of 280px
================================================== */

@media only screen and   (max-width: 550px){
	.home_news_article{
		line-height:140%;
		flex: 1 0 80% !important;
	}

	.news-list-page .news_list_lead_img{
		display: block;
		width: 100%;
	}
	.news-list-page .news_list_lead_img img{

		height: 10%;
	}
}

@media only screen and (max-width: 480px) {
	/*body:before*/
	/*{ */
	/*content:"CSS: Mobile (max-width: 480px)";*/
	/*}*/
	#div_157{
		height: 90px;
	}
}


/* Mobile (Landscape) = Design for a width of 440px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/*body:before*/
	/*{ */
	/*content:"CSS: Mobile (Landscape) (min-width: 480px) and (max-width: 767px)";*/
	/*}*/
	#div_157{
		height: 90px;
	}
		
}