/*====================================================================
High resolution for supported devices
====================================================================*/
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 2),
only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 1024px) and (min-device-pixel-ratio: 2) {
	
	#nealco-logo {
		background-image: url("../images/nealco_logo_mobile@2x.png");
	}
	/*
	#mobile-toggle-menu {
		background-image: url("../images/mobile_toggle_menu@2x.png");
	}*/
	
}