@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    body .icheckbox,
     body .iradio {

        background-image: url('../images/sprite_checkradios@x2.png');
        background-size: 220px 22px;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  body .chosen-rtl .chosen-search input[type="text"],
  body .chosen-container-single .chosen-single abbr,
  body .chosen-container-single .chosen-single div b,
  body .chosen-container-single .chosen-search input[type="text"],
  body .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  body .chosen-container .chosen-results-scroll-down span,
  body .chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
