@media (-webkit-min-device-pixel-ratio: 2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (-moz-min-device-pixel-ratio: 2),
       (-o-min-device-pixel-ratio: 3/2),
       (-o-min-device-pixel-ratio: 2/1),
       (min--moz-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 2),
       (min-resolution: 1.5dppx)
{
  
   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% 80%;
background-size:35px 35px;

}

div.mrak{
background:url("../images/mrak@2x.png")no-repeat 0% 0%;
background-size:620px 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;

}   




}  