/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.page-holiday-banner .holiday-icon {
    width: 89px;
    height: 89px;
    background-size: 89px 89px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/uk/mac/home/images/home/holiday/calendar_icon_large.png");
    margin-left: 24px;
    margin-top: 9px
}

@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-holiday-banner .holiday-icon {
        background-image: url("https://images.apple.com/uk/mac/home/images/home/holiday/calendar_icon_large_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-holiday-banner .holiday-icon {
        width: 98px;
        height: 97px;
        background-size: 98px 97px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/uk/mac/home/images/home/holiday/calendar_icon_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-holiday-banner .holiday-icon {
        background-image: url("https://images.apple.com/uk/mac/home/images/home/holiday/calendar_icon_small_2x.png")
    }
}




/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
  Trade-Up Section
\*------------------------------------*/
.fp-trade-up {
    padding-top: 50px;
    margin-bottom: 0;
    text-align: center
}

.fp-trade-up.section-dark {
    background: black;
    color: white;
}

.fp-trade-up.section-dark a {
    color: #6bf;
}

@media only screen and (max-width: 1068px) {
    .fp-trade-up {
        padding-top: 0
    }
}

@media only screen and (max-width: 735px) {
    .fp-trade-up {
        padding-top: 0
    }
}

.fp-trade-up .fp-trade-up-image {
    width: 2560px;
    height: 627px;
    background-size: 2560px 627px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/uk/mac/home/images/home/mac_tradeup_large.jpg");
    left: 50%;
    margin-left: -1280px;
    position: relative;
    margin-top: -94px;
}

@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) {
    .fp-trade-up .fp-trade-up-image {
        background-image: url("https://images.apple.com/uk/mac/home/images/home/mac_tradeup_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .fp-trade-up .fp-trade-up-image {
        width: 1068px;
        height: 404px;
        background-size: 1068px 404px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/uk/mac/home/images/home/mac_tradeup_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) {
    .fp-trade-up .fp-trade-up-image {
        background-image: url("https://images.apple.com/uk/mac/home/images/home/mac_tradeup_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .fp-trade-up .fp-trade-up-image {
        width: 736px;
        height: 190px;
        background-size: 736px 190px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/uk/mac/home/images/home/mac_tradeup_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) {
    .fp-trade-up .fp-trade-up-image {
        background-image: url("https://images.apple.com/uk/mac/home/images/home/mac_tradeup_small_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .fp-trade-up .fp-trade-up-image {
        left: 50%;
        margin-left: -534px;
        position: relative;
        margin-top: -55px;
    }
}

@media only screen and (max-width: 735px) {
    .fp-trade-up .fp-trade-up-image {
        left: 50%;
        margin-left: -368px;
        position: relative;
        margin-top: -22px;
    }
}

.fp-trade-up .fp-trade-up-content {
    padding-top: 67px;
}

@media only screen and (max-width: 1068px) {
    .fp-trade-up .fp-trade-up-content {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 735px) {
    .fp-trade-up .fp-trade-up-content {
        padding-top: 55px;
    }
}

.fp-trade-up .section-headline {
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 1068px) {
    .fp-trade-up .section-headline {
        margin-bottom: 17px
    }
}

@media only screen and (max-width: 735px) {
    .fp-trade-up .section-headline {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 735px) {
    .fp-trade-up .section-headline {
        margin-top: 20px
    }
}

.fp-trade-up .fp-moreblock {
    position: relative;
    z-index: 10;
}

/*------------------------------------*\
  Trade-Up Section END
\*------------------------------------*/



/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/


@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait) {
  .page-holiday-banner .holiday-icon { margin-left: 6px !important; }
}

.fp-compare .fp-section-content {
  border-bottom: 0;
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
