#home-page{
    position: relative;
    font-size: 0;
    padding-left:40px;
    overflow-y: scroll;
}
#home-page-container {
    padding: 20px 100px;
}
#home-page-top-parts {
    position: relative;
    padding: 20px 0;
}

#home-logo-container {
    height: 60px;
}
#home-logo-container img{
    height: 100%;
}
#home-page-top-menus-container {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.home-page-top-menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 45px;
    color: #A59684;
    transition: all 0.2s;
    padding: 10px;
}
.home-page-top-menu-item.active {
    color: #fff;
}

#home-page-section-1 {
    white-space: nowrap;
    font-size: 0;
}
#home-page-resume-movie-container {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    height: 400px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #04040e;
}
#home-page-resume-movie-backdrop-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-page-resume-movie-summary-container {
    color: #A59684;
    font-size: 22px;
    position: absolute;
    top:0;
    left:0;
    width: 60%;
    height: 100%;
    z-index: 2;
    padding-top: 20px;
    padding-left: 40px;
    white-space: normal;
}
#home-page-resume-movie-summary-wrapper {
    position: relative;
    height: 100%;
}
#home-page-resume-movie-title {
    font-size: 45px;
    font-weight: bolder;
}
#home-page-resume-movie-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#home-page-backdrop-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(8, 8, 8, 0.42);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(14,14,14,0) 100%);*/
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(14,14,14,0) 100%);
}
#home-page-resume-movie-summary {
    margin-bottom: 15px;
    margin-top: 5px;
}
#home-page-resume-movie-play-btn {
    position: absolute;
    bottom: 20px;
    padding: 15px 25px;
    border-radius: 5px;
    background: rgba(140, 4, 23, 0.7);
    transition: all 0.2s;
}
#home-page-resume-movie-play-btn.active {
    color: #fff;
    background: rgba(210, 42, 65, 0.91);
}
.home-page-resume-movie-title {
    margin-left: 10px;
}
#favourite-channels-part {
    width: 30%;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.latest-movie-section-title {
    font-size: 30px;
    color: #A59684;
    font-weight: normal;
}
#latest-movies-part {

}
#latest-movies-container {
    position: relative;
    margin-top: 0px;
    overflow-x: scroll;
    font-size: 0;
    width: 100%;
    white-space: nowrap;

}
#favourite-channels-container {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    white-space: normal;
}
.latest-movie-item-container {
    display: inline-block;
    width: 14.2%;
    vertical-align: middle;
    padding: 0px 0px;
    padding-right: 10px;
}
.latest-movie-item-container.channel {
    width: 33.33%;
    padding: 5px 10px;
}
.latest-movie-item-wrapper {
    /*background: rgba(125, 66, 118, 0.48);*/
    background: #4B2043;
    border-radius: 10px;
    color: #A59684;
    transition: all 0.2s;
    border:3px solid transparent;
}
.latest-movie-item-container.channel .latest-movie-item-wrapper {
    padding: 10px;
}
.latest-movie-item-wrapper.active {
    background: #441F3E;
    color: #fff;
    border-color: #fff;
}
.latest-movie-item-wrapper.empty {
    background: rgba(12, 12, 12, 0.56);
    height: 180px;
}
.latest-movie-item-icon-container {
    width: 100%;
    height: 280px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow:hidden;
}
.latest-movie-item-container.channel .latest-movie-item-icon-container {
    height: 40px;
    position: relative;
    /*background: #fff;*/
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.latest-movie-item-icon {
    width: 100%;
    height: 100%;
}
.latest-movie-item-container.channel .latest-movie-item-icon {
    position: absolute;
    width: auto;
    max-width: 90%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.latest-movie-item-title {
    font-size: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding:10px 10px;
}
.latest-movie-item-container.channel .latest-movie-item-title {
    font-size: 20px;
    padding:0;
    margin-top:10px;
}

#home-menu-part {
    position: relative;
    margin-top:20px;
}
#menu-container{

}
#menu-wrapper {
    font-size: 0;
    white-space: nowrap;
    height: 100%;
    overflow-x: scroll;
    position: relative;
}
.menu-item-container{
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.15;
    border-radius: 5px;
    transition: all 0.2s;
    display: inline-block;
    vertical-align: middle;
    width: 16.6%;
}
.menu-item-wrapper {
    background: #4B2043;
    transition: all 0.2s;
    color: #A59684;
    border:3px solid transparent;
    border-radius: 5px;
    padding: 20px 10px;
}
.menu-item-wrapper.active{
    background: #441F3E;
    color: #fff;
    border-color:#fff;
    transform: scale(1.01);
}
.menu-item-img {
    height: 80px;
    opacity: 0.5;
    transition: all 0.2s;
}
.menu-item-wrapper.active .menu-item-img {
    opacity: 1;
}
.menu-item-txt-wrapper {
    position: relative;
    height: 60px;
    margin-top:10px;
}
.menu-item-txt {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    text-align: center;
    -webkit-box-orient: vertical;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.home-modal-btn-1{
    width:120px;
}

#non-epg-title, #epg-info-text{
    font-size:35px;
    color: #fff;
    margin: 10px 0;
}
#non-epg-icon{
    margin-right:10px;
}
#epg-info-text-2{
    font-size:25px;
    color:#eee;
}
#epg-loader-img{
    display: block;
    margin:10px auto;
}

.modal-type-2 .modal-header{
    border-bottom:2px solid #111;
}
.modal-type-2 .modal-title{
    color:#222;
    font-weight: bold;
}


#theme-modal-body {
    max-height: 800px;
    overflow-y: scroll;
}
