@media
only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation: landscape),
only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (min-device-pixel-ratio: 1.5) and (orientation: landscape),
only screen and (min-resolution: 1.5dppx) and (orientation: landscape) 
  {

   body {
  background: url("../images/pozadi@2x.png")repeat scroll center top rgb(239, 239, 239);
 	background-size:130px 130px; 
	}
   
   
 .center .logo{
background:url("../images/logo@2x.png")no-repeat 50% 0%;
background-size:35px 35px;

}

div.mrak{
background-image:url("../images/376x400@2x.png"); 
background-size:376px 400px;
}

#contact-form button#contact-submit[type="submit"]{
background: url("../images/button1@2x.png") no-repeat scroll 0% 0% transparent;
background-size:125px 35px;

}



#contact-form input[type="email"], 
#contact-form input#odesilatel{
background: url("../images/input1@2x.png") no-repeat scroll 0% 0% transparent;
background-size:236px 35px;

}   




}  