@media only screen and (min-width : 1024px) {}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	
	.content-area {width:100% !important;}
	.secondary-navigation {padding-top:60px;}

}
	
	
@media only screen and (max-width : 767px) {
	.content-area {width:100% !important;}
	.secondary-navigation {padding-top:60px;}
}