@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.regular-logo,
	.home #header.sticky  .logo a img.regular-logo,
	.home .header-layout-2 .logo a img.regular-logo,
	.home .header-layout-3 .logo a img.regular-logo,
	.home .header-layout-4 .logo a img.regular-logo {
		display: none;
	}
	.logo a img.retina-logo,
	.home #header.sticky  .logo a img.retina-logo {
		display: block;
	}

}