/* CSS Document */
.anchor {position:absolute; z-index:-1; top:-70px; display:block;}

/* ##### lp-MainVideo ##### */
#lp-MainVideo {
    margin: 0 auto 20px auto;
    position: relative;
    height: 450px;
    overflow: hidden;
    background: url(../img/tlo_video_1900x450.jpg?v3) no-repeat;
    background-size: cover;
    background-position: center;
}
#lp-MainVideo video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
#lp-MainVideo .i-desc {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.60);
    width: 100%;
    text-align: center;
    overflow: hidden;
}

/* ##### lp-hr ##### */
.lp-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #666, rgba(0, 0, 0, 0));
    width: 90%;
}

/* ##### MENU ##### */
#lp-menu {
    text-align: center;
    z-index: 100;
    position: relative;
    margin-bottom: 40px;
}
#lp-menu li {margin:0 2px; line-height: 16px; font-size: 16px;}
#lp-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 196px;
    height: 50px;
    color: #50565c;
    background: #fff;
    padding: 2px 5px;
    box-shadow: 4px 6px 25px 0 rgba(0, 0, 0, .33);

    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;

}
#lp-menu li a:hover {color: #000;}

#lp-menu li.active a {
    color: #fff;
    background: -webkit-linear-gradient(left top, #f5c245, #f49b3c);
    background: -o-linear-gradient(bottom right, #f5c245, #f49b3c);
    background: -moz-linear-gradient(bottom right, #f5c245, #f49b3c);
    background: linear-gradient(to bottom right, #f5c245, #f49b3c);
}


#landingPage iframe {
    display: block;
    border: 0;
    overflow: hidden;
    margin: 0 auto;
}

#landingPage .tb-din {
    width: 100%;
    border: 1px solid #bcbbbb;
}
#landingPage .tb-din td {
    padding: 10px;
    font-size: 12px;
    line-height: 120% !important;
    vertical-align: middle;
    text-align: center;
}
#landingPage .tb-din thead tr:first-child td {
    background: #6d6e6d;
    color: #fff !important;
}
#landingPage .tb-din thead tr:last-child td {
    padding: 5px;
    font-size: 11px;
    background: #fbbf10;
    color: #515251 !important;
}
#landingPage .tb-din tbody tr:not(:last-child) td {
    border-bottom: 3px solid #bcbbbb;
}
#landingPage .tb-din tbody tr td {
    padding: 10px 5px;
    font-size: 11px;
    vertical-align: middle;
    background: #fff;
}
#landingPage .tb-din tbody tr td:first-child, #landingPage .tb-din td strong {
    font-weight: bold;
    font-size: 16px;
}
#landingPage .tb-din td strong {
    display: block;
    margin-bottom: 4px;
}


@media all and (max-width: 991px) {
    #landingPage h1 {font-size: 24px;}

    /* ##### lp-MainVideo ##### */
    #lp-MainVideo {background-image: url(../img/tlo_video_707x600.jpg);}
    #lp-MainVideo video {display: none;}
}

@media all and (max-width: 479px) {
    /* ##### lp-MainVideo ##### */
    #lp-MainVideo {height: 300px;}

}