body{
    margin:0;
    padding:0;
    background-color:#000;
}

body.tour {
    font-size:18px;
}

.skip{
    position:absolute;
    top:0;
    right:0;
    z-index:1;
}

a, a:link, a:hover, a:active, a:visited {
    color:#fff;
}

.video .menu {
    display:none;
}

.menu {
    max-width: 1272px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
}

.menu > * {
    width:255px;
    margin:auto;
}
.menu img{ max-height:35px}

.menu a.first-fr:first-child {
    padding-left: 7px;
}

.menu a:first-child {
    padding-left: 34px;
}

.menu a:nth-child(2) {
    padding-left: 10px;
}

.tour .menu, .extravaganza .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.tour .menu a.first-fr:first-child,
.extravaganza .menu a.first-fr:first-child {
    padding-left: 22px;
}

.tour .menu a.first-de:first-child,
.extravaganza .menu a.first-de:first-child {
    padding-left: 22px;
}

.tour .menu a.tour-de, 
.extravaganza .menu a.tour-de {
    padding-left: 50px;
}

.menu .right-side {
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    margin-right:10px;
}

.menu a{
    margin: 0 10px;
}

.menu .fb {
    margin: 0 5px 0 15px;
}

.menu img {
    margin:0;
    padding:0;
    max-width:100%;
    height:auto;
    display:inline-block;
}

.embed-responsive{
    clear:both;
}

.container-home-en{
    background-image: url("../assets/back-home-en.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-extravaganza-en{
    background-image: url("../assets/back-extravaganza-en.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-tour-en{
    background-image: url("../assets/back-tour-en.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-home-it{
    background-image: url("../assets/back-home-it.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-extravaganza-it{
    background-image: url("../assets/back-extravaganza-it.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-tour-it{
    background-image: url("../assets/back-tour-it.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-home-fr{
    background-image: url("../assets/back-home-fr.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-extravaganza-fr{
    background-image: url("../assets/back-extravaganza-fr.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-tour-fr{
    background-image: url("../assets/back-tour-fr.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-home-de{
    background-image: url("../assets/back-home-de.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-extravaganza-de{
    background-image: url("../assets/back-extravaganza-de.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-tour-de{
    background-image: url("../assets/back-tour-de.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

body.tour .table-responsive {
    height:600px;
}
.tour-date > tbody > tr > td.first {
    width: 15%;
}
.tour-date > tbody > tr > td.second {
    width: 5%;
}
.tour-date > tbody > tr > td.third {
    width: 35%;
}
.tour-date > tbody > tr > td.fourth {
    width: 40%;
}

.tour-date > tbody > tr > td, table.tour-date {
    color:#fff;
    text-shadow: #000000 1px 0px 4px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 1px 5px;
    vertical-align: top;
    border:0;
}

.date-scroller {
    overflow-y: auto;
    overflow-x:hidden;
}
.table-responsive {
    margin-left: 80px;
}

.margin-top{
    margin: 17% 0 0 0;
}

.margin-left{
    margin: 0 0 0 30px
}

h1 span {
    display: block;
    margin:5px 0;
}

h1.announcement {
    text-shadow: 1px 1px 5px black;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    margin-top: 25%;
    color: white;
    font-size:36px;
}

/* MEDIA QUERIES */
@media (max-width: 1280px), (max-height:900px){
    .skip, .menu img{ max-height:35px}

    body.tour .table-responsive {
        height: 475px;
    }

    h1.announcement {
        font-size:36px;
    }
    
    h1.announcement {
        font-size:32px;
    }

}

@media (max-width: 1024px){
    .menu {max-width: 1024px;}
    .menu > * { width:170px; }

    .skip, .menu img{ max-height:25px}

    body.tour .table-responsive {
        width: 512px;
        height: 375px;
        margin-left: 45px;
    }

    body.tour {
        font-size:14px;
    }

    h1.announcement {
        font-size:28px;
    }

}

@media (max-width: 800px){
    .menu {max-width: 800px;}
    .menu > * { width:133px; }

    .skip, .menu img{ max-height:25px}

    body.tour .table-responsive {
        width: 350px;
        height: 225px;
        margin-left: 333px;
    }

    body.tour {
        font-size:10px;
    }

    h1.announcement {
        font-size:20px;
    }

}

/* bootstrap override */
@media (max-width:767px) {
    .menu {max-width: 767px;}
    .menu > * { width:127px; }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: scroll;
        border: 0;
    }
    
    h1.announcement {
        font-size:20px;
    }

}
/* end of bootsrap override*/

@media (max-width: 640px){
    .menu {max-width: 640px;}

    .skip, .menu img{ max-height:15px}

    body.tour .table-responsive {
        height: 200px;
        overflow-y: scroll;
        border:none;
        width: 300px;
        margin-left: 290px;
    }

    body.tour {
        font-size:8px;
    }

    h1.announcement {
        font-size:16px;
    }

}

@media (max-width: 568px){
    .menu {max-width: 450px;}
    .menu > * { width:75px; }
    .skip, .menu img{ max-height:15px}

    body.tour .table-responsive {
        height: 200px;
        overflow-y: scroll;
        border:none;
        width: 300px;
        margin-left: 251px;
    }

    body.tour {
        font-size:8px;
    }

    h1.announcement {
        font-size:14px;
    }

}

@media (max-width: 450px){
    .menu {max-width: 450px;}
    .menu > * { width:75px; }
    .skip, .menu img{ max-height:15px}

    body.tour .table-responsive {
        height: 175px;
        overflow-y: scroll;
        border:none;
        width: 300px;
        margin-left: 251px;
    }

    body.tour {
        font-size:10px;
    }

    h1.announcement {
        font-size:12px;
    }

}

@media (max-width: 320px){
    .menu {max-width: 320px;}
    .menu > * { width:53px; }
    .skip, .menu img{ max-height:10px}

    body.tour .table-responsive {
        height: 100px;
    }

    body.tour {
        font-size:8px;
    }

    h1.announcement {
        font-size:10px;
    }
    
}
