﻿
.mainContentList {
    background-repeat: repeat-y;
    background: url(../../Web_Images/endless_backgraund.png);
    margin: 0 auto;
    width: 100%;
    direction: rtl;
    height: 635px;
    min-width: 1260px;
}

#login_wrapper {
    margin: 0 auto;
    width: 1260px;
    height: 100%;
    -webkit-background: rgba(26, 28, 38, .9);
    background: rgba(26, 28, 38, .9);
   
}

#ChannelsList {
    float: right;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-right: 16px;
    margin-left: -16px;
    margin-top: -6px;
}

    #ChannelsList span {
        text-align: center;
        align-content: center;
    }

    #ChannelsList img {
        width: 100px;
    }

.RowChannel {
    background: rgba(0, 0, 0, .7);
    border: solid 1px;
    border-radius: 5px;
    border-color: rgba(0, 0, 0, .7);
    margin-bottom: 7px;
    height: 125px;
}

    .RowChannel input {
        margin-top: 0px;
        width: 113px;
    }

.ActiveChannel {
    border: solid 1px #a1cc39;
}

/* -----------------------------------------------   CONTENT ---------------------------------*/

#ContentsList {
    float: right;
    width: 1075px;
}

#Categories {
    list-style: none;
    margin-top: 0px;
    direction: rtl;
}

    /*
    padding-top
    padding-right
    padding-bottom
    padding-left
*/

    #Categories li {
        float: right;
        cursor: pointer;
        border-left: 1px solid rgb(200,200,200);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        opacity: 0.8;
        text-align: right;
        margin-right: -5px;
        margin-left: 2px;
        border-radius: 3px;
    }

        #Categories li a {
            text-align: center;
            color: #FFF;
            padding: 0 10px 0 10px;
            font-size: 18px;
            text-decoration: none;
        }

            #Categories li a.active, .active {
                border: solid 1px #a1cc39;
                font-weight: bold;
                line-height: 24px;
                margin-top: -4px;
                padding-top: 2px;
            }

input:focus {
    border: 0px;
    outline: none;
}

/* ------------------------------   Channel movies -------------------------------------------------------*/

#thumb_wrapper {
    margin: 0 auto;
    width: 1075px;
    min-height: 100px;
    overflow: hidden;
    margin-left: -5px;
}

.group {
    float: left;
    width: 250px;
    height: 200px;
    margin-bottom: 12px;
    margin-left: 5px;
    margin-right: 8px;
}

.movie_thumb_wrapper {
    position: relative;
    line-height: 23px;
    background-color: #424755;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 171px;
    width: 248px;
    background-size: 248px 171px;
    background-repeat: no-repeat;
}

    .movie_thumb_wrapper:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transition: all 0.8s;
        background: rgba(0,0,0,0.7);
        z-index: -2;
        background-repeat: no-repeat;
        background-size: 248px 171px;
    }

    .movie_thumb_wrapper:hover img {
        z-index: -1000;
        background-repeat: no-repeat;
        background-size: 248px 171px;
    }

    .movie_thumb_wrapper .text-content {
        color: white;
        padding: 10px;
        cursor: pointer;
        display: table;
        opacity: 0;
        transition: all 0.5s ease;
        transform: translate(0,-150px);
        -webkit-transform: translate(0,100px);
        -o-transform: translate(0,-50px);
        -moz-transform: translate(0,-50px);
        -ms-transform: translate(0,-50px);
        margin-top: 40px;
        background: rgba(0,0,0,0.7);
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .movie_thumb_wrapper .text-content {
        margin-top: 0px;
    }
}

.movie_thumb_wrapper:hover .text-content { 
    opacity: 1;
    transform: translate(0,-150px);
    -webkit-transform: translate(0,0px);
    -o-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    height: 100%;
    width: 232px;
}

.movie_name {
    float: right;
    margin-top: 12px;
    text-align: center;
    width: 100%;
    height: 16px;
    line-height: 16px;
    direction: rtl;
}

.thumb_title {
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}

.stars {
    float: right;
    margin-top: 2px;
}

.star {
    float: right;
    height: 15px;
    width: 14px;
    margin-left: 5px;
    background-image: url(../../Web_Images/he-IL/star.png);
    background-repeat: no-repeat;
}

.thumb_genere {
    float: left;
    color: #e25668;
    font-weight: 600;
    font-size: 13px;
}

.thumb_views {
    float: right;
    font-weight: 400;
    font-size: 12px;
    color: #B5B2CB;
    margin-top: 0px;
}

.thumb_descreption {
    float: right;
    font-weight: 300;
    line-height: 19px;
    margin-top: 1px;
    font-size: 14px;
}

.lnkMoreDetails img {
    width: 24px;
    position: absolute;
    top: 141px;
    left: 0px;
}

h1{
    float:right;
    margin-top: 0px;
}

#divMovieTitle
{
    font-size:29px;
    color:#FFF;
    margin-right: 20px;
}

#StartRepeter{
    float:left;
    line-height:35px;
}

h4{
    margin-right:19px;
    padding-top: 10px;
}

h4 a{
    text-decoration:none;
    color:#fff;
    padding:5px;
}

#moviePic{
    float:right;
    margin-right:19px;
}

.divMovieDet {
    float: right;
    width: 70%;
    margin-right: 18px;
}