.headerSlideshow {
    background-image: url('../img/bg_image_02.jpg');
}

.topBar .switchVersion a {
    color: #466b1b;
    background: url(../img/imagesprite-2015.png) no-repeat left -330px;
}

.imageBoxContainer div.imageBoxHeadline {
    background: url('../img/bg-imagebox-headline-blue.png') no-repeat right top
}

.imageBoxContainer div.imageBoxContent p {
    color: #203248;
}

.boxGuarantee {
    background: url('../img/bg-rent-garantie-ski.png') no-repeat #203248;
}

.homepageBoxContainerNewsletter {
    background: url('../img/bg-newsletter-ski.png') no-repeat right top #203248;
}

#quickBookBasket,
.subsite #quickBookBasket {
    background: #203248;
}

.quoteBoxText {
    color: #203248;
}

.productBoxTitle {
    background: #203248;
}

@media screen and (max-width: 767px) {
    #quickBookBasket {
        background: #000000;
    }
}

.extraLinks a {
    background-color: rgb(32,50,72) !important;
}

.subsite .extraLinks a {
    background-color: #203248;
}

.subsite,
.orderProcess {
    background: #e2e4e7;
    background-image: -webkit-linear-gradient(top, #e2e4e7, #ffffff); 
    background-image: linear-gradient(to bottom, #e2e4e7, #ffffff);
}

.extraLinks {    
    //display: block;
}


@media screen and (max-width: 767px) {
    header {
        height: 463px;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    
.topBar .switchVersion a {
    color: #466b1b;
    background: url(../img/imagesprite-2015@2x.png) no-repeat left -330px;
    background-size: 30px 900px;
    }
    
    .orderProcess .basketNextStep  .basketContinue a {
        background: url("../img/imagesprite@2x.png") no-repeat scroll 0 -4982px / 53px 5500px rgba(0, 0, 0, 0)
    }

    .orderProcess .basketNextStep  .basketContinue:hover a {
        background: url("../img/imagesprite@2x.png") no-repeat scroll 0 -5032px / 53px 5500px rgba(0, 0, 0, 0)
    }
}


.landingPage .landingHeadlines h1 {
    color:#203248;
}

.landingPage form#quickBookBasket {
    background-image: -webkit-linear-gradient(top, #203248, #203248);
    background-image: linear-gradient(to bottom, #203248, #203248);
}

.landingPage .boxGuarantee {
    background: url('../img/bg-rent-garantie-ski.png') no-repeat, -webkit-linear-gradient(top, #203248, #203248);   
    background: url('../img/bg-rent-garantie-ski.png') no-repeat, linear-gradient(to bottom, #203248, #203248);
}

.landingPage div#quickOrder div#quickOrderFooter div#quickOrderMorelink {
    background-image: -webkit-linear-gradient(top, #ffad37, #ffad37);
    background-image: linear-gradient(to bottom, #ffad37, #ffad37);
}