@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (max-width: 9999px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (max-width: 9999px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (max-width: 9999px),
only screen and (        min-device-pixel-ratio: 2)      and (max-width: 9999px),
only screen and (                min-resolution: 192dpi) and (max-width: 9999px),
only screen and (                min-resolution: 2dppx)  and (max-width: 9999px) { 
  
/* icons menu */  
/*
.orange-supra-header .navbar-right .contact-orange{
	background:url('images/contact-icon.png') right 9px no-repeat;
	padding-right:32px;
}
.orange-supra-header .navbar-right .search-orange{
	background:url('images/search-orange.svg') right 9px no-repeat;
	background-size : 20px 20px;
	padding-right:25px;
}
*/
/********************************/

 .orange-brand div{
	/*background-color:#F00;
	background-image:url("../../images/logo_50_retina.png");
	background-position:center center;
	background-repeat:no-repeat;
	height:50px;
	width:50px;*/
}
}