.spritesheet {
  background: url( '../images/spritesheet.png' ) no-repeat;
  background-size: 233px 206px;
}

.spritesheet.sprite_logo {
  width: 221px;
  height: 34px;
  background-position: 0 0;
}

.spritesheet.sprite_logo_footer {
  width: 220px;
  height: 33px;
  background-position: 0 -34px;
}

.spritesheet.sprite_logo_mobile {
  width: 144px;
  height: 22px;
  background-position: 0 -67px;
}

.spritesheet.sprite_deabyday {
  width: 141px;
  height: 40px;
  background-position: 0 -89px;
}

.spritesheet.sprite_deabyday_tv {
  width: 136px;
  height: 33px;
  background-position: 0 -129px;
}

.spritesheet.sprite_quote_2 {
  width: 62px;
  height: 44px;
  background-position: 0 -162px;
}

.spritesheet.sprite_quote_1 {
  width: 62px;
  height: 44px;
  background-position: -62px -162px;
}

.spritesheet.sprite_arrow_right {
  width: 20px;
  height: 35px;
  background-position: -141px -89px;
}

.spritesheet.sprite_arrow_left_big {
  width: 20px;
  height: 35px;
  background-position: -161px -89px;
}

.spritesheet.sprite_arrow_left {
  width: 20px;
  height: 35px;
  background-position: -181px -89px;
}

.spritesheet.sprite_arrow_right_big {
  width: 20px;
  height: 35px;
  background-position: -201px -89px;
}

.spritesheet.sprite_sandwich {
  width: 28px;
  height: 19px;
  background-position: -144px -67px;
}

.spritesheet.sprite_search_mobile {
  width: 25px;
  height: 26px;
  background-position: -136px -129px;
}

.spritesheet.sprite_arrow_right_small {
  width: 14px;
  height: 25px;
  background-position: -161px -129px;
}

.spritesheet.sprite_arrow_left_small {
  width: 14px;
  height: 25px;
  background-position: -175px -129px;
}

.spritesheet.sprite_arrow_down {
  width: 23px;
  height: 14px;
  background-position: -172px -67px;
}

.spritesheet.sprite_arrow_up_dark {
  width: 23px;
  height: 14px;
  background-position: -195px -67px;
}

.spritesheet.sprite_arrow_up {
  width: 23px;
  height: 14px;
  background-position: -189px -129px;
}

.spritesheet.sprite_arrow_down_dark {
  width: 23px;
  height: 14px;
  background-position: -124px -162px;
}

.spritesheet.sprite_mobile_arrow_left {
  width: 13px;
  height: 23px;
  background-position: -124px -176px;
}

.spritesheet.sprite_mobile_arrow_right {
  width: 13px;
  height: 23px;
  background-position: -137px -176px;
}

.spritesheet.sprite_paginator_left_enabled_hover {
  width: 12px;
  height: 21px;
  background-position: -150px -176px;
}

.spritesheet.sprite_paginator_right_disabled {
  width: 12px;
  height: 21px;
  background-position: -162px -176px;
}

.spritesheet.sprite_paginator_right_enabled {
  width: 12px;
  height: 21px;
  background-position: -174px -176px;
}

.spritesheet.sprite_paginator_right_enabled_hover {
  width: 12px;
  height: 21px;
  background-position: -186px -176px;
}

.spritesheet.sprite_paginator_left_disabled {
  width: 12px;
  height: 21px;
  background-position: -198px -176px;
}

.spritesheet.sprite_paginator_left_enabled {
  width: 12px;
  height: 21px;
  background-position: -221px 0;
}

.spritesheet.sprite_arrow_down_small {
  width: 19px;
  height: 11px;
  background-position: -189px -143px;
}

.spritesheet.sprite_arrow_up_small {
  width: 19px;
  height: 11px;
  background-position: -147px -162px;
}



@media (min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
.spritesheet {
  background: url( '../images/spritesheet-retina.png' ) no-repeat;
  background-size: 233px 205.5px;
}

}
