/*------------------------------------*\
   HERO CSS
\*------------------------------------*/




/* HERO 1 HERO-IPHONE-7 */

/* SCREENS */
  
/* LOCAL FIXES */

@media only screen and (max-width: 1068px) {
	.enhanced-gallery .gallery-image-iphone { top: 15px; }
}

/* END HERO 1 HERO-IPHONE-7 */




/* HERO 2 HERO-WATCH */

/* SCREENS */
  
/* LOCAL FIXES */

/* END HERO 2 HERO-WATCH */




/* HERO 3 HERO-AIRPODS */

/* SCREENS */

/* LOCAL FIXES */

br.small-only { display: none; }

@media only screen and (max-width: 735px) {
	.hide-for-small { display: none; }
	br.small-only { display: block; }
}


@media only screen and (max-width: 735px) and (max-height: 604px){
	.enhanced-gallery .gallery-image-airpods {
		top: 30px;
	}
}

/* END HERO 3 HERO-AIRPODS */




/*------------------------------------*\
  END HERO CSS
\*------------------------------------*/




/*------------------------------------*\
   PROMO CSS
\*------------------------------------*/




/* PROMO 1 MACOS-SIERRA */

.promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_large.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_large_2x.jpg"); }
}

@media only screen and (min-width: 1442px) {
    .promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_xlarge.jpg"); }
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_xlarge_2x.jpg"); }
}

@media only screen and (max-width: 1068px) {
    .promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_medium.jpg"); }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px) {
    .promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_small.jpg"); }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .promo-macos-sierra { background-image: url("http://images.apple.com/se/home/images/shared/promos/macos_sierra_small_2x.jpg"); }
}

/* END PROMO 1 MACOS-SIERRA */




/* PROMO 2 IOS */

.promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_large.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_large_2x.jpg"); }
}

@media only screen and (min-width: 1442px) {
    .promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_xlarge.jpg"); }
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_xlarge_2x.jpg"); }
}

@media only screen and (max-width: 1068px) {
    .promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_medium.jpg"); }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px) {
    .promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_small.jpg"); }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .promo-ios { background-image: url("http://images.apple.com/se/home/images/shared/promos/ios_small_2x.jpg"); }
}

/* END PROMO 2 IOS */




/* PROMO 3 WATCH-OS */

.promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_large.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_large_2x.jpg"); }
}

@media only screen and (min-width: 1442px) {
    .promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_xlarge.jpg"); }
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_xlarge_2x.jpg"); }
}

@media only screen and (max-width: 1068px) {
    .promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_medium.jpg"); }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px) {
    .promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_small.jpg"); }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .promo-watch-os { background-image: url("http://images.apple.com/se/home/images/shared/promos/watchos_small_2x.jpg"); }
}

/* END PROMO 3 WATCH-OS */




/* PROMO 4 MUSIC */

.promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_large.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_large_2x.jpg"); }
}

@media only screen and (min-width: 1442px) {
    .promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_xlarge.jpg"); }
}

@media only screen and (min-width: 1442px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1442px) and (min-resolution: 1.5dppx), only screen and (min-width: 1442px) and (min-resolution: 144dpi) {
    .promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_xlarge_2x.jpg"); }
}

@media only screen and (max-width: 1068px) {
    .promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_medium.jpg"); }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_medium_2x.jpg"); }
}

@media only screen and (max-width: 735px) {
    .promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_small.jpg"); }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .promo-music { background-image: url("http://images.apple.com/se/home/images/shared/promos/music_small_2x.jpg"); }
}

/* END PROMO 4 MUSIC */




/*------------------------------------*\
  END PROMO CSS
\*------------------------------------*/






.redcross-banner-wrapper .redcross-banner .image-redcross-logo {
	width: 168px;
    height: 44px;
    background-size: 168px 44px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/euro/home/p/generic/images/misc/redcross_banner_large.jpg"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .redcross-banner-wrapper .redcross-banner .image-redcross-logo {
        background-image: url("http://images.apple.com/euro/home/p/generic/images/misc/redcross_banner_large_2x.jpg"); }
}

/* LOCAL FIXES */

@media only screen and (max-width: 735px) {
    .redcross-banner-wrapper .redcross-banner .redcross-link {
        display: block;
        margin-left: 0
    }
}

.redcross-banner-wrapper .redcross-banner .redcross-copy {
    margin-left: 192px;
}

@media only screen and (max-width: 735px) {
    .redcross-banner-wrapper .redcross-banner .redcross-copy {
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        display: block;
    }
}

@media only screen and (max-width: 735px) {
    .redcross-banner-wrapper .redcross-banner .image-redcross-logo {
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 4px;
    }
}

/*------------------------------------*\
  END RED CROSS BANNER CSS
\*------------------------------------*/