#appscreen {
    background: none !important;
    background-color: black !important;
    width: 100% !important;
    height: 100% !important;
}

.basic-menu-container {
    top: 30px !important;
    left: 768px !important;
}

.scene-container {
    width: 100% !important;
    height: 100% !important;
}

.rf-div {
    position: absolute !important;
    visibility: visible !important;
    width: 320px !important;
    height: 180px !important;
    top: 35px !important;
    right: 63px !important;
}

.movies-list {
    width: 1280px;
    height: 100%;
    top: 0px;
    background: #1C1C1C;
}

.logo {
    width: 85px;
    top: 60px;
    left: 10px;
}

.side-menu {
    width: 100px;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.4);
    padding-top: 100px;
    z-index: 10;
}

.side-menu.open {
    width: 300px;
    background-color: rgba(28, 28, 28, 0.9);
}

.side-menu.open .logo {
    width: 150px;
    left: 90px;
    top: 50px;
}

.side-menu .side-icon {
    width: 30px;
    height: 50px;
    position: relative;
    left: 35px;
    margin-top: 15px;
    border-bottom: solid 4px transparent;
}

.side-menu.open .side-icon {
    width: 200px;
}

.side-menu .side-icon.focused {
    border-bottom: solid 4px #eeeeee;
}

.side-menu .side-icon img {
    width: 30px;
    height: auto;
}

.side-menu .side-icon-label {
    color: #eeeeee;
    display: none;
    position: relative;
    float: right;
    font-size: 25px;
}

.side-menu.open .side-icon-label {
    display: block;
}

.slideshow-container {
    width: 100%;
    height: 70%;
    top: 0;
    display: block;
    transition: display 1s;
    z-index: 1;
}

.slideshow-container.hide img {
    width: 30%;
    transition: width 1s;
}

.slideshow-container.hide .dots {
    visibility: hidden;
}

.hidden-info {
    height: 29%;
    width: 100%;
    left: 99px;
    display: none;
    transition: display 1s;
    background-color: #1C1C1C;
    border-bottom: 2px solid #eeeeee;
}

.hidden-info.active {
    visibility: visible;
    transition: visibility 1s;
}

.hidden-info .overlay {
    width: 30%;
    height: 100%;
    top: 0px;
    box-shadow: inset -15px -30px 70px 20px #1C1C1C;
    z-index: 1;
}

.hidden-info img {
    width: 30%;
}

.hidden-info .title {
    color: #eeeeee;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 5px 4px 2px black;
    text-align: center;
    top: 0;
    left: 30%;
    width: 395px;
    padding-top: 35px;
}

.slide {
    width: 100%;
    height: 100%;
    visibility: hidden;

}

.slide.focused {
    visibility: visible;
    transition: visibility 1s;

}

/* .slide.focused .bg-over {
    opacity: 1;
    transition: opacity 1s;
} */

.slide .bg-over {
    width: 70%;
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset -15px -30px 50px 20px #1C1C1C;
    /* opacity: 0; */
    /* z-index: 1; */
}

.slide img {
    width: 70%;
}

.slide-container {
    width: 30%;
    height: 100%;
    left: 70%;
    top: 0;
    background-color: #1C1C1C;
}

.slide-info {
    top: 240px;
    width: 320px;
}

.slide-title {
    color: #eeeeee;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 5px 4px 2px black;
    text-align: center;
    position: relative;
}

.slide-data {
    color: grey;
    text-align: center;
    position: relative;
    padding: 20px;
}

.dots {
    width: 100%;
    padding-top: 5px;
    text-align: center;
    z-index: 1;
}

.slide-dot {
    height: 15px;
    width: 15px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: background-color 0.6s ease;
    opacity: 0.5;
}

.slide-dot.active {
    background-color: #eeeeee;
}

.list-container {
    top: 505px;
    transition: top 1s;
}

.list-container.moveTop {
    top: 215px;
    transition: top 1s;
}

.movies-category {
    position: relative;
    clear: both;
    float: left;
    height: 220px;
    transition: height 1s;
}

.movies-category .event-list {
    height: 230px;
    top: 50px;
    left: 110px;
    transition: left 0.5s;
}

.movies-category .category {
    color: #eeeeee;
    font-size: 25px;
    border-bottom: solid 5px#eeeeee;
    text-shadow: 2px 2px 2px black;
    padding-right: 5px;
    left: 115px;
}

.movies-category .event {
    width: 300px;
    height: 169px;
    box-sizing:border-box;
    position: relative;
    float: left;
    margin: 5px;
    border: solid 5px transparent;
    opacity: 0.5;
}

.movies-category .event-list .event.focused {
    border-bottom: solid 5px#eeeeee;
    opacity: 1;
}

.movies-category .event-list .event.focused2 {
    border: solid 5px#eeeeee;
    opacity: 1;
    transition: border 1.5s;
}

.movies-category .event img {
    width: 100%;
    height: auto;
}

.movies-category .event .event-titl {
    font-size: 12px;
    color: #eeeeee;
    text-align: center;
    width: inherit;
    bottom: 0px;
    background-color: rgba(1, 16, 20, 0.8);
}

.category-cont {
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
}



.show-detail {
    width: 100%;
    height: 100%;
    background-color: #1C1C1C;
}

.show-img {
    width: 65%;
    height: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: inset -15px -30px 70px 20px #1C1C1C;
}

.show-info-cont {
    left: 65%;
    width: 30%;
    height: 70%;
    padding-top: 210px;
}

.show-title {
    font-size: 35px;
    color: rgb(238, 238, 238);
    width: 100%;
    text-align: center;
    position: relative;
}

.show-data {
    width: 100%;
    color: grey;
    text-align: center;
    position: relative;
}

.show-choices {
    width: 100%;
    height: 46px;
    border-bottom: 2px solid rgb(238, 238, 238);
    left: 100px;
    top: 65%;
}

.show-label {
    position: relative;
    color: rgb(238, 238, 238);
    float: left;
    margin-right: 30px;
    font-size: 25px;
    border-bottom: solid 3px transparent;
}

.show-label.focused {
    border-bottom: solid 3px #eeeeee;
}

.noeps {
    width: 100%;
    height: inherit;
    font-size: 50px;
    text-align: center;
    color: #eeeeee;
    top: 60px;
}

.show-descr-container {
    width: 90%;
    height: 190px;
    top: 72%;
    left: 100px;
}

.show-descr {
    color: #eeeeee;
    display: none;
}

.episodes-list {
    top: 72%;
    height: 170px;
    left: 100px;
    transition: left 0.5s;
    width: 1000%;
}

.episodes-list .episode {
    width: 260px;
    height: 147px;
    border: solid 5px transparent;
    margin: 5px;
    position: relative;
    float: left;
}

.episodes-list .episode.focused {
    border: solid 5px #eeeeee;
}

.episodes-list .episode img {
    width: 100%;
}

.episodes-list .episode .episode-title {
    color: #eeeeee;
    width: 100%;
    text-align: center;
    font-size: 15px;
    bottom: 0px;
    background-color: rgba(1, 16, 20, 0.8);
}

.episodes-list .episode.focused .episode-title {
    color: #eeeeee;
    font-size: 20px;
    bottom: 0px;
    background-color: rgba(1, 16, 20, 0.8);
}

/*================================= video Loader =======================================*/
.loader {
    border: 5px solid transparent;
    position: relative;
    margin: 20px;
    border-radius: 50%;
    border-top: 5px solid #eeeeee;
    border-bottom: 5px solid #eeeeee;
    width: 50px;
    height: 50px;
    animation: spin 0.75s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
//================================ Privacy =======================================

.privacy-detail {
    height: 100%;
    width: 1170px;
    background-color: rgb(2, 17, 72);
    left: 110px;
    padding: 10px;
}

.privacy-title-label {
    color: #eeeeee;
    font-size: 25px;
    position: relative;
    font-weight: bold;
    border-bottom: solid;
    top: 95px;
}

.privacy-cont {
    position: relative;
    top: 100px;
    width: 1080px;
    height: 570px;
}

.privacy-data {
    color: rgb(238, 238, 238);
    font-size: 17px;
    margin-right: 50px;
    margin-left: 50px;
}
*/

/*================================= EPG =======================================*/

.epg-container {
    height: 100%;
    width: 100%;
    background-color: #1C1C1C;
}

.epg-content {
    position: relative;
    top: 40%;
    /* left: 100px; */
}

.epg-list {
    width: inherit;
    position: relative;
    float: left;
    left: 100px;
    transition: left 0.5s;
}

.epg-list-item {
    width: 300px;
    height: 340px;
    position: relative;
    float: left;
    margin: 5px;
    border: solid 5px transparent;
}

.epg-list-item.focused {
    border: solid 5px#eeeeee;
}

.epg-event-time {
    color: #eeeeee;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

.epg-event-image {
    width: 100%;
    height: auto;
    position: relative;
}

.epg-event-image img {
    width: 100%;
}

.epg-info {
    position: relative;
}

.epg-event-trailer {
    top: 170px;
    left: 185px;
    color: #eeeeee;
    font-weight: bold;
}

.epg-list-item.focused .epg-event-trailer {
    color: #eeeeee;
}

.epg-event-title {
    color: #eeeeee;
    position: relative;
    padding: 5px;
    font-size: 20px;
}

.epg-event-descr {
    color: #eeeeee;
    position: relative;
    font-size: 15px;
}

.epg-event-rating {
    position: relative;
    padding-top: 10px;
    float: left;
}

.epg-event-rating img {
    width: 20px;
    height: 20px;
}

.epg-day-select {
    height: 60px;
    top: 30%;
    left: 100px;
}

.epg-day-item {
    width: 125px;
    height: auto;
    position: relative;
    float: left;
    margin: 5px;
    color: #eeeeee;
    text-align: center;
    padding: 10px;
}

.epg-day-item.focused {
    border-bottom: solid 5px#eeeeee !important;
}

.epg-day-item.active {
    border-bottom: solid 5px #eeeeee;

}

.epg-day-txt {
    color: #eeeeee;
    height: 50%;
    position: relative;
    text-align: center;
    padding-top: 1px;
}

/*
//================================= search =======================================

.input-container {
    width: 750px;
    height: 35px;
    line-height: 35px;
    left: 65px !important;
    top: 130px !important;
    background: rgba(255, 255, 255, 0.2);
}

.input-div {
    height: 30px;
    border-right: solid 2px #0e2472;
    line-height: 30px;
    top: 3px !important;
}

.input-div span {
    padding: 5px;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.keyboard-container {
    width: 1153px;
    height: 300px;
    top: 195px !important;
}

.keyboard-tab-container {
    width: 95%;
    height: 80%;
}

.letters-div {
    width: 710px;
    height: 100%;
}

.letters-div div.outer.focused {
    border: solid 2px white;
}

.letters-div div.outer {
    position: relative;
    float: left;
    width: 58px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 1px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: solid 2px transparent;
}

.letters-div div.outer.focused {
    border: solid 2px white;
}

.letters-div div.outer span {
    width: 100%;
    height: 100%;
    font-size: 25px;
    position: relative;
    color: white;
}

.letters-div div.outer {
    text-align: center;
}

.keyboard-btn-container div {
    position: relative;
    clear: both;
    float: left;
    border: solid 2px transparent;
}

.keyboard-btn-container div.focused {
    border: solid 2px white;
}

.keyboard-btn-container div img {
    width: 57px;
    height: auto;
}

.keyboard-btn-container div.delete-char-btn img {
    width: 52px !important;
    height: auto;
}

.results-container {
    top: 471px !important;
}

.search {
    height: 1200px !important;
}

.input-header {
    top: 90px;
    color: white;
    left: 64px;
    font-weight: bold;
}

.results-header {
    color: white;
    font-weight: bold;
    top: 435px;
    left: 64px;
}

.search-results {
    height: 220px;
}

.horizontal .event-list {
    height: 100%;
    width: 100%;
}

.horizontal .event-list .episode {
    width: 260px;
    height: 146px;
    background-color: #514f4f;
    position: relative;
    float: left;
    border: solid 5px transparent;
    margin: 5px;
}

.horizontal .event-list .episode img {
    width: 100%;
    height: auto;
}

.horizontal .event-list .episode .event-titl {
    font-size: 17px;
    color: #eeeeee;
    bottom: 0px;
    text-align: center;
    width: inherit;
    background-image: linear-gradient(rgba(10, 36, 110, 0), rgba(10, 36, 110, 1));
    padding-bottom: 5px;
    font-size: 17px;
    color: #eeeeee;
    text-align: center;
}

.horizontal .event-list .episode.focused {
    border: solid 5px white;
}

/***************/
