/**
    Localised Screens
**/

.page-maps .section-hero .hero-figure {
    background-image: url("/in/ios/maps/images/hero_large.png");
}

@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) {
    .page-maps .section-hero .hero-figure {
        background-image: url("/in/ios/maps/images/hero_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .page-maps .section-hero .hero-figure {
        background-image: url("/in/ios/maps/images/hero_medium.png")
    }
}

@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) {
    .page-maps .section-hero .hero-figure {
        background-image: url("/in/ios/maps/images/hero_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-maps .section-hero .hero-figure {
        background-image: url("/in/ios/maps/images/hero_small.png")
    }
}

@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) {
    .page-maps .section-hero .hero-figure {
        background-image: url("/in/ios/maps/images/hero_small_2x.png")
    }
}

.page-maps .section-whats-new .proactive-figure {
    background-image: url("/in/ios/maps/images/proactive_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) {
    .page-maps .section-whats-new .proactive-figure {
        background-image: url("/in/ios/maps/images/proactive_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-maps .section-whats-new .proactive-figure {
        background-image: url("/in/ios/maps/images/proactive_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) {
    .page-maps .section-whats-new .proactive-figure {
        background-image: url("/in/ios/maps/images/proactive_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-maps .section-whats-new .proactive-figure {
        background-image: url("/in/ios/maps/images/proactive_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) {
    .page-maps .section-whats-new .proactive-figure {
        background-image: url("/in/ios/maps/images/proactive_small_2x.jpg")
    }
}

.page-maps .section-whats-new .search-figure {
    background-image: url("/in/ios/maps/images/search_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) {
    .page-maps .section-whats-new .search-figure {
        background-image: url("/in/ios/maps/images/search_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-maps .section-whats-new .search-figure {
        background-image: url("/in/ios/maps/images/search_medium.png")
    }
}

@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) {
    .page-maps .section-whats-new .search-figure {
        background-image: url("/in/ios/maps/images/search_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-maps .section-whats-new .search-figure {
        background-image: url("/in/ios/maps/images/search_small.png")
    }
}

@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) {
    .page-maps .section-whats-new .search-figure {
        background-image: url("/in/ios/maps/images/search_small_2x.png")
    }
}

.page-maps .section-whats-new .navigation-figure {
    background-image: url("/in/ios/maps/images/navigation_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) {
    .page-maps .section-whats-new .navigation-figure {
        background-image: url("/in/ios/maps/images/navigation_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-maps .section-whats-new .navigation-figure {
        background-image: url("/in/ios/maps/images/navigation_medium.png")
    }
}

@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) {
    .page-maps .section-whats-new .navigation-figure {
        background-image: url("/in/ios/maps/images/navigation_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-maps .section-whats-new .navigation-figure {
        background-image: url("/in/ios/maps/images/navigation_small.png")
    }
}

@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) {
    .page-maps .section-whats-new .navigation-figure {
        background-image: url("/in/ios/maps/images/navigation_small_2x.png")
    }
}

.page-maps .section-icloud .icloud-figure {
    background-image: url("/in/ios/maps/images/icloud_large.png");
}

@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) {
    .page-maps .section-icloud .icloud-figure {
        background-image: url("/in/ios/maps/images/icloud_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .page-maps .section-icloud .icloud-figure {
        background-image: url("/in/ios/maps/images/icloud_medium.png")
    }
}

@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) {
    .page-maps .section-icloud .icloud-figure {
        background-image: url("/in/ios/maps/images/icloud_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-maps .section-icloud .icloud-figure {
        background-image: url("/in/ios/maps/images/icloud_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) {
    .page-maps .section-icloud .icloud-figure {
        background-image: url("/in/ios/maps/images/icloud_small_2x.jpg")
    }
}

.page-maps .section-whats-new .indoor_maps-figure
{
	background-image: url("/in/ios/maps/images/indoor_maps_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)
{
	.page-maps .section-whats-new .indoor_maps-figure { background-image: url("/in/ios/maps/images/indoor_maps_large_2x.jpg"); }
}

@media only screen and (max-width: 1068px)
{
	.page-maps .section-whats-new .indoor_maps-figure
	{
		background-image: url("/in/ios/maps/images/indoor_maps_medium.png");
	}
}

@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)
{
	.page-maps .section-whats-new .indoor_maps-figure { background-image: url("/in/ios/maps/images/indoor_maps_medium_2x.png"); }
}

@media only screen and (max-width: 735px)
{
	.page-maps .section-whats-new .indoor_maps-figure
	{
		background-image: url("/in/ios/maps/images/indoor_maps_small.png");
	}
}

@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)
{
	.page-maps .section-whats-new .indoor_maps-figure { background-image: url("/in/ios/maps/images/indoor_maps_small_2x.png"); }
}

.page-maps .section-features .siri-figure
{
	background-image: url("/in/ios/maps/images/siri_large.png");
}

@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)
{
	.page-maps .section-features .siri-figure { background-image: url("/in/ios/maps/images/siri_large_2x.png"); }
}

@media only screen and (max-width: 1068px)
{
	.page-maps .section-features .siri-figure
	{
		background-image: url("/in/ios/maps/images/siri_medium.png");
	}
}

@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)
{
	.page-maps .section-features .siri-figure { background-image: url("/in/ios/maps/images/siri_medium_2x.png"); }
}

@media only screen and (max-width: 735px)
{
	.page-maps .section-features .siri-figure
	{
		background-image: url("/in/ios/maps/images/siri_small.png");
	}
}

@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)
{
	.page-maps .section-features .siri-figure { background-image: url("/in/ios/maps/images/siri_small_2x.png"); }
}

.section-suggestions .image-headline {
    background-image: url("/in/ios/maps/images/overview/suggestions_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) {
    .section-suggestions .image-headline {
        background-image:url("/in/ios/maps/images/overview/suggestions_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-suggestions .image-headline {
        background-image: url("/in/ios/maps/images/overview/suggestions_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) {
    .section-suggestions .image-headline {
        background-image:url("/in/ios/maps/images/overview/suggestions_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-suggestions .image-headline {
        background-image: url("/in/ios/maps/images/overview/suggestions_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) {
    .section-suggestions .image-headline {
        background-image:url("/in/ios/maps/images/overview/suggestions_small_2x.jpg")
    }
}

.section-icloud .image-headline {
    background-image: url("/in/ios/maps/images/overview/icloud_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) {
    .section-icloud .image-headline {
        background-image:url("/in/ios/maps/images/overview/icloud_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-icloud .image-headline {
        background-image: url("/in/ios/maps/images/overview/icloud_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) {
    .section-icloud .image-headline {
        background-image:url("/in/ios/maps/images/overview/icloud_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-icloud .image-headline {
        background-image: url("/in/ios/maps/images/overview/icloud_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) {
    .section-icloud .image-headline {
        background-image:url("/in/ios/maps/images/overview/icloud_small_2x.jpg")
    }
}



/**
    End Localised Screen
**/



/*Local fixed*/

.module-river-base-right+section {
    padding-top: 0;
}

@media only screen and (min-width: 1069px) {
.page-maps .section-whats-new .search-figure {
    margin-left: -87px;
}
}

@media only screen and (min-width: 1069px) {
.page-maps .section-hero .intro {
    width: 105%;
    margin-left: -24px;
}
}
.section-flyover-siri .section-content {
    border-bottom: 0px;
}