html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: fixed;
}

#menu {
    position: absolute;
    bottom: 0.5%;
    right: 0.5%;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #3330;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    /*    overflow: hidden;*/
}

#menu li:last-child {
    border-right: none;
}

#menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#menu li a:hover:not(.active) {
    background-color: #111;
}

#menu .active {
    background-color: #04AA6D;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}
/* IE < 8 */

#menu > ul > li:nth-child(2) > span {
    background-color: #fff;
}

#language {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: transparent;
    display: flex;
    flex-direction: row;
}

#language i {
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin-right: 20px;
}

.goBack.faceTwo {
    left: 2%;
    bottom: 45%;
    text-shadow: 0px 0px 3px #000;
}

.video-wrapper.faceTwo {
    margin-top: 0px;
    margin-bottom: 0px;
}

.faceTwo i.fa.fa-chevron-left {
    font-size: 25px;
}

.faceTwo i.fa.fa-chevron-right {
    font-size: 25px;
}

.goRight.faceTwo {
    right: 4%;
    left: auto;
    bottom: 45%;
    text-shadow: 0px 0px 3px #000;
}

#landingpage-wrapper {
    height: 100%;
    width: 100%;
}

#webgl-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


/* aaaaaaa */

.vodiapicker {
    display: none;
}

#menu li {
    margin-right: 10px;
    min-width: 100px;
}

#a {
    padding-left: 0px;
    background-color: #ffffff40;
}

    #a img, .btn-select img {
        width: 24px;
    }

    #a li {
        width: 100%;
        list-style: none;
        padding-top: 2px;
        padding-bottom: 2px;
        display: flex;
        align-items: center;
        margin-right: 5px;
        color: #FFF;
    }

        #a li:hover {
            color: #72309d;
        }

        #a li img {
            margin: 5px;
        }

        #a li span, .btn-select li span {
 /*           margin-left: 30px;*/
        }

/* item list */

#logout {
    background-color: #ffffff00;
    border-radius: 5px;

    height: 34px;
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color:#FFF;
}

    #logout:hover {
        /*        background-color: #72309d;
        box-shadow: inset 0 0px 0px 1px #ccc;*/
        color: #72309d;
    }

#menu #a {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    background-color: white;
    cursor: pointer;
    background-color: #ffffff00;
}

.b {
    display: none;
    width: 100%;
    max-width: 350px;
    border-radius: 5px;
}

.open {
    display: show !important;
}

.btn-select {
    width: 100%;
    max-width: 350px;
    height: 34px;
    /* border-radius: 5px;*/
    background-color: #ffffff00;
    border: 0px solid #ccc;
    color: #FFF;
}

    .btn-select li {
        list-style: none;
        float: left;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
    }

    .btn-select:hover li {
        margin-left: 0px;
    }

    .btn-select:hover {
/*        background-color: #72309d;
        border: 1px solid transparent;
        box-shadow: inset 0 0px 0px 1px #ccc;*/
        color: #72309d;
    }

    .btn-select:focus {
        outline: none;
    }

.lang-select {
    position: absolute;
    z-index: 99;
    bottom: 100%;
    background-color: #ffffff00;
}

.goBack.faceOne {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
}
    .goBack.faceOne span {
        margin-left: 10px;
        font-size: 12px;
        color: #72309d;
    }

.goRight.faceFour {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    left: auto;
    right: 50%;
}

    .goRight.faceFour span {
        margin-right: 10px;
        font-size: 12px;
        color: #72309d;
    }