@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) { 
  
  /* Retina-specific stuff here */

.logoBlock {
	background: url(images/logo-regular.png) 0px 0px no-repeat;
	background-size: 267px 47px;
}

.logoFooter {
	background: url(images/logo-footer.png) 0px 0px no-repeat;
	background-size: 68px 61px;
}

.homeSlider ul.slides a.play {
	background: url(images/play-arrow-regular.png) 10px center no-repeat;
	background-size: 9px 18px;
}

