/* Apex New Regular Style */
@media screen {

#header-nav {
height: 20px;
}
	



}

/* Tablet ------------------------- */
@media only screen and (min-width: 651px) and (max-width: 980px) {


#b-content .b4
	{
		display:block;
		float:none;
		
	}
	
#header-nav {
height: 20px;

}

}


/* Phone ------------------------- */
@media only screen and (max-width: 650px) {

	
	
#header-nav {
height: 20px;

}

}

