@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) { 

	#content .content-block .block-header .header-image {
		background-attachment: scroll;
	}
	
	#header .header-left a {
		background-image: url("../images/retina/header-logo.png");
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.barbarpage #header .header-left a {
		background-image: url("../images/retina/header-logo.png");
	}
	
	/*#header.fixed .header-left a {
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}*/
	
}

/* ipad 1 & ipad 2 */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {

	#content .content-block .block-header .header-image {
		background-attachment: scroll;
	}
	
}
