@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  ul.bullets li {
    background: url(../img/bullet@2x.png) no-repeat 0px 8px;
    background-size: 26px 21px; }
  .carousel-next .arrow, .carousel-prev .arrow {
    background-image: url("../img/prev_next@2x.png");
    background-size: 12px 105px; }
  .wrapper input.password-field {
    background: #F5F5F5 url("../img/input_icons@2x.png") no-repeat 10px -52px;
    background-size: 16px auto; }
  .wrapper input.email-field {
    background-image: url("../img/input_icons@2x.png");
    background-size: 16px auto; }
  .dropdown-toggle .arrow {
    background-image: url("../img/arrows@2x.png");
    background-size: 11px auto; }
  .open .lang-select .arrow {
    background-image: url("../img/arrows@2x.png");
    background-size: 11px auto; }
    .open .lang-select .arrow:hover {
      background-image: url("../img/arrows@2x.png");
      background-size: 11px auto; }
  .header-icons li i.icon {
    background-image: url(../img/header_icons@2x.png);
    background-size: 126px 132px; } }

/*# sourceMappingURL=retina.sass */