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

body.tour {
    font-size:1.4em;
}

body.lldob-tour, body.sebtp-tour {
    font-size:15px;
}

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

.menu {
    max-width: 1272px;
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1fr 1.5fr 0.8fr 1fr;
    grid-gap: 105px;
    margin: 0 10%;
}

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

.embed-responsive{
    clear:both;
}

.container-home-en, .container-home-fr,
.container-bio-en, .container-bio-fr,
.container-tour-en, .container-tour-fr,
.container-the-lamb-en, .container-the-lamb-fr,
.container-dates-en, .container-dates-fr{
/*    background-position: top center;*/
    background-position: bottom 38px left 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-home-en{
    background-image: url("../assets/sebtp/back-home-en.jpg");
}

.container-bio-en{
    background-image: url("../assets/sebtp/back-bio-en.jpg");
}

.container-dates-en{
    background-image: url("../assets/sebtp/back-dates-en.jpg");
}

.container-the-lamb-en{
    background-image: url("../assets/sebtp/back-the-lamb-en.jpg");
}

.container-home-fr{
    background-image: url("../assets/sebtp/back-home-fr.jpg");
}

.container-bio-fr{
    background-image: url("../assets/sebtp/back-bio-fr.jpg");
}

.container-the-lamb-fr{
    background-image: url("../assets/sebtp/back-the-lamb-fr.jpg");
}

.container-dates-fr{
    background-image: url("../assets/sebtp/back-dates-fr.jpg");
}

body.tour .table-responsive, body.lldob-tour .table-responsive {
    height:600px;
    margin: 28px 0 0 51px;
    width: 615px;
}

body.tour .table-responsive, body.sebtp-tour .table-responsive {
    height: 745px;
    margin: 0 0 0 76px;
}

body.lldob-tour h5, body.sebtp-tour h5{
    color:#fff;
    margin-left:4px;
    font-size:30px;
}

.tour-date > tbody > tr > td.first {
    width: 15%;
}
.tour-date > tbody > tr > td.second {
    width: 10%;
}
.tour-date > tbody > tr > td.third {
    width: 27%;
}

.tour-date > tbody > tr > td.fourth {
    width: 37%;
}

.lldob-tour .tour-date > tbody > tr > td.first {
    width: 25%;
}
.lldob-tour .tour-date > tbody > tr > td.second {
    display:none;
}
.lldob-tour .tour-date > tbody > tr > td.third {
    width: 35%;
}
.lldob-tour .tour-date > tbody > tr > td.fourth {
    width: 40%;
}
.lldob-tour .tour-date > tbody > tr > td.type {
    display:none;
}

.lldob-tour .tour-date > tbody > tr > td.first strong {
    font-size:20px;
    font-weight: bold;
}

.lldob-tour span.small{
    font-size:20px;
    font-weight: bold;
    color:#fff;
}

.sebtp-tour .tour-date > tbody > tr > td.first {
    width: 25%;
}

/*.sebtp-tour .tour-date > tbody > tr > td.second {
    display:none;
}*/
.sebtp-tour .tour-date > tbody > tr > td.third {
    width: 35%;
}
.sebtp-tour .tour-date > tbody > tr > td.fourth {
    width: 40%;
}
/*.sebtp-tour .tour-date > tbody > tr > td.type {
    display:none;
}
*/
.sebtp-tour .tour-date > tbody > tr > td.first strong {
    font-size:20px;
    font-weight: bold;
}

.sebtp-tour span.small{
    font-size:20px;
    font-weight: bold;
    color:#fff;
}

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

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

.lldob-tour .table-responsive {
    margin: 0px 0 0 40px; /*20px 0 0 40px;*/
}

.sebtp-tour .table-responsive {
    margin: 0 0 0 76px;
}

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

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


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

h1.announcement {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 50%;
    font-size:32px;
/*    display:none;*/
}

h1.announcement, h1.announcement span.small {
    text-shadow: 1px 1px 5px black;
    text-align: center;
    color: #fff;
}

h1.announcement span.small a {
    text-decoration: underline;
}

.copyright {
    position:absolute;
    bottom:1%;
    margin: 0 42%;
}

.copyright a {
    font-size:12px;
    text-decoration: underline;
    color: #cfcfcf;
}


/* MEDIA QUERIES */

@media (max-width: 1280px), (max-height:900px){

    .tour-date > tbody > tr > td, table.tour-date {
        margin-bottom: 250px;
    }

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

    body.lldob-tour h5{
        font-size:21px;
    }

    .lldob-tour span.small{
        font-size:18px;
    }

    body.lldob-tour .table-responsive {
        width: 375px;
        height: 444px;
        margin-left: 5px;
        overflow-y: auto;
    }

/*    body.tour .table-responsive, body.sebtp-tour .table-responsive {
        height: 526px;
    }
*/
    body.tour {
        font-size:14px;
    }

}

@media (max-height:900px){

    body.lldob-tour .table-responsive {
        width: 550px;/*470px;*/
        margin-left: 41px;/*5px;*/
        overflow-y: auto;
        height: 500px;
    }
}

@media (max-width: 1024px){
    .menu img{ max-height:30px}

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

    body.lldob-tour {
            font-size:11px;
    }

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

    body.lldob-tour .table-responsive {
        width: 350px;
        height: 400px;
        margin-left: 15px;
    }

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

    .copyright a {
        font-size:10px;
    }

}

@media only screen and (min-width: 800px) and (max-width: 1014px) {
    .menu img{ max-height:30px}

    body.tour {
        font-size:8px;
    }
    body.tour .table-responsive {
        width: 400px;
        height: 314px;
        margin-left: 48%;
    }

}

@media (max-width: 800px){

.menu img{ max-height:25px}
    body.tour .table-responsive {
        width: 359px;
        height: 312px;
        margin-left: 365px;
    }

    body.lldob-tour .table-responsive {
        width: 350px;
        height: 400px;
        margin-left: 10px;
    }

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

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


    .lldob-tour .tour-date > tbody > tr > td.first strong {
        font-size:18px;
    }

    .lldob-tour span.small{
        font-size:12px;
    }
    .copyright a {
        font-size:10px;
    }

}

/* bootstrap override */
@media (max-width:767px) {

    .menu img{ max-height:25px}

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

    body.lldob-tour .table-responsive {
        width: 350px;
        height: 350px;
        margin-left: 10px;
        overflow-y: auto;
    }

    body.tour, body.lldob-tour {
        font-size:10px;
    }
    
    h1.announcement {
        font-size:22px;
    }

    .lldob-tour .tour-date > tbody > tr > td.first strong {
        font-size:18px;
    }

    .lldob-tour span.small{
        font-size:12px;
    }

    .copyright a {
        font-size:10px;
    }

}
/* end of bootsrap override*/

@media (max-width: 640px){

    .menu img{ max-height:15px}

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

    body.lldob-tour .table-responsive {
        width: 250px;
        height: 200px;
        margin-left: 5px;
        overflow-y: auto;
    }

    body.tour, body.lldob-tour {
        font-size:7px;
    }

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

    .lldob-tour .tour-date > tbody > tr > td.first strong {
        font-size:16px;
    }

    .lldob-tour span.small{
        font-size:11px;
    }

    .copyright a {
        font-size:8px;
    }

}

@media (max-width: 568px){

    .menu img{ max-height:15px}

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

    body.lldob-tour .table-responsive {
        width: 250px;
        height: 200px;
        margin-left: 5px;
        overflow-y: auto;
    }

    body.tour, body.lldob-tour {
        font-size:7px;
    }

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

    .lldob-tour .tour-date > tbody > tr > td.first strong {
        font-size:12px;
    }

    .lldob-tour span.small{
        font-size:7px;
    }
    .copyright a {
        font-size:7px;
    }

}

@media (max-width: 450px){

    .menu img{ max-height:15px; }

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

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

    h1.announcement {
        font-size:12px;
    }
    .lldob-tour .tour-date > tbody > tr > td.first strong {
        font-size:12px;
    }

    .lldob-tour span.small{
        font-size:8px;
    }

    .copyright a {
        font-size:7px;
    }
}

@media (max-width: 320px){
    .col-xs-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .menu img{ max-height:10px}

    body.tour .table-responsive, body.lldob-tour .table-responsive {
        width: 145px;
        height: 100px;
        margin-left: 5px;
    }

    body.tour, body.lldob-tour {
        font-size:5px;
    }

    .lldob-tour .tour-date > tbody > tr > td.first strong {
        font-size:8px;
    }

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

    .lldob-tour span.small{
        font-size:5px;
    }

    .copyright a {
        font-size:5px;
    }
}
