/* if webfonts... */
@font-face {
    font-family: 'BaskervillePro';
    src: url('/static/core/fonts/Baskerville10ProNon-Lining.eot?#iefix') format('embedded-opentype'),
         url('/static/core/fonts/Baskerville10ProNon-Lining.woff2') format('woff2'),
         url('/static/core/fonts/Baskerville10ProNon-Lining.woff') format('woff'),
         url('/static/core/fonts/Baskerville10ProNon-Lining.ttf') format('truetype');
}

.fontface .header__title,
.fontface .corenav__title,
.fontface .slide__tourtitle,
.fontface .slide__objectname,
.fontface .slide__textbox,
.fontface .navdrawer__header__back,
.fontface .roomchange__name {
    font-family: 'BaskervillePro', 'Baskerville', serif;
}

.header__title { color: #343434; }

    .header__title h1 {
        font-size: 1.1em;
        margin: 0.1em 0 -0.5em;
    }

    .header__title h2 {
        font-size: 0.8em;
        margin-bottom: -0.3em;
    }

.slide__tourtitle { color: #fff; }

    .europe-the-world .onboarding { background-color: rgba(152, 78, 118, 0.6) }
    .europe-the-world .onboarding .onboarding__content  { background-color: rgba(152, 78, 118, 0.8) }
    .europe-the-world.slide--roomdivider .navigation,
    .europe-the-world .slide__tourtitle { background-color: rgb(152, 78, 118);}
    .europe-the-world .slide__objectname { color: rgb(152, 78, 118) }

    .the-cabinet .onboarding { background-color: rgba(210, 151, 29, 0.6) }
    .the-cabinet .onboarding .onboarding__content { background-color: rgba(210, 151, 29, 0.8) }
    .the-cabinet.slide--roomdivider .navigation,
    .the-cabinet .slide__tourtitle { background-color: rgb(210, 151, 29) }
    .the-cabinet .slide__objectname { color: rgb(210, 151, 29) }

    .the-rise-of-france .onboarding { background-color: rgba(96, 126, 144, 0.6); }
    .the-rise-of-france .onboarding .onboarding__content { background-color: rgba(96, 126, 144, 0.8); }
    .the-rise-of-france.slide--roomdivider .navigation,
    .the-rise-of-france .slide__tourtitle { background-color: rgb(96, 126, 144); }
    .the-rise-of-france .slide__objectname { color: rgb(96, 126, 144); }

    .the-salon .onboarding { background-color: rgba(154, 148, 139, 0.6) }
    .the-salon .onboarding .onboarding__content { background-color: rgba(154, 148, 139, 0.8) }
    .the-salon.slide--roomdivider .navigation,
    .the-salon .slide__tourtitle { background-color: rgb(154, 148, 139) }
    .the-salon .slide__objectname { color: rgb(154, 148, 139) }

    .city-commerce .onboarding { background-color: rgba(90, 132, 117, 0.6) }
    .city-commerce .onboarding .onboarding__content { background-color: rgba(90, 132, 117, 0.8) }
    .city-commerce.slide--roomdivider .navigation,
    .city-commerce .slide__tourtitle { background-color: rgb(90, 132, 117) }
    .city-commerce .slide__objectname { color: rgb(90, 132, 117) }

    .the-masquerade .onboarding { background-color: rgba(161, 147, 38, 0.6) }
    .the-masquerade .onboarding .onboarding__content { background-color: rgba(161, 147, 38, 0.8) }
    .the-masquerade.slide--roomdivider .navigation,
    .the-masquerade .slide__tourtitle { background-color: rgb(161, 147, 38) }
    .the-masquerade .slide__objectname { color: rgb(161, 147, 38)}

    .luxury-liberty-power .onboarding{ background-color: rgba(176, 58, 64, 0.6)}
    .luxury-liberty-power .onboarding__content{ background-color: rgba(176, 58, 64, 0.8)}
    .luxury-liberty-power.slide--roomdivider .navigation,
    .luxury-liberty-power .slide__tourtitle { background-color: rgb(176, 58, 64)}
    .luxury-liberty-power .slide__objectname { color: rgb(176, 58, 64) }

.searching .landing__title{
    background: linear-gradient(to bottom, rgba(240,235,229,1) 0%,rgba(240,235,229,0.6) 100%), url(/uploads/CACHE/images/images/tour/7-2/44c3264dd4d55b18facb2125cac9147a.jpg) no-repeat left center;
    background-size: cover;
}
