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

#c-content .c3 {
	display: none;
	margin:0;
	padding:0;
}
	
	
#header-nav {
	background: none repeat scroll 0 0 #3a4736;
	height: 0px;
	
}
	
	
#header-left #site-name 
{
    background: #3a4736;	
}
	
	

}

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



}


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



}

