.adChecked {
}

.bl_list_rb, .bl_list_lb {
    width: 50px;
    height: 54px;
    z-index: 5;
    position: absolute;
    bottom: 130px;
    background-repeat: no-repeat;
    cursor: pointer; 
    display: none;
}

.bl_list_rb {
    right: 9px;
    background-image: url(/images/arrows/right.png);
}

.bl_list_lb {
    left: 0px;    
    background-image: url(/images/arrows/left.png);
}

.bl_list_bottom {
    background-image: url(/images/arrows/bottom.png);
    top: 230px;
    width: 87px;
    background-repeat: no-repeat;
    height: 68px;
    background-size: 90px;
    left: calc(50% - 34px);
    position: absolute;
    z-index: 1;
}

.ml_list_container {
    position: relative;
}

.ml_list {  
    height: 275px;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.ml_list_tv {  
    height: 72px;
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.ml_list_tv .ml_tv {
    display: inline-block;
    width: 150px;
    position: relative;
    background-color: black;
    height: 50px;
    opacity: 0.75;
    overflow: hidden;
    padding: 5px;
}

.ml_list_tv .ml_tv .cdiv {
    display: table;
    width: calc(100%);
    text-align: center;
}

.ml_list_tv .ml_tv .cdiv a {
  color: white;
  text-decoration: none;
  white-space: initial;
  display: inline-block;
  height: 38px;
  position: relative;
  top: 12px;
}

.ml_movie {
    display: inline-block;
    width: 150px;
    position: relative;
    margin-right: 10px;
    z-index: 1;
}

.ml_articleList .ml_movie {
    width: 300px;
}

.ml_movie .ml_img, .ml_movie .ml_img_empty {
    height: 230px;
    width: calc(100%);
    background-position: center calc(20%);
    background-size: cover;
    cursor: pointer; 
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.ml_movie .ml_img {
    background-color: black;
}

.ml_movie .ml_pr_in {
    position: absolute;
    bottom: 7em;
    background-color: white;
    opacity: 0.8;
    padding-left: 5px;
    padding-bottom: 3px;
    min-width: calc(100%);
}

.ml_movie .ml_play {
    position: absolute;
    left: 6px;
    top: 153px;
}

.ml_movie .ml_new {
    position: absolute;
    left: 113px;
    top: 53px;
    width: 32px;
    height: 32px;
    background-image: url(/images/exclamation.png);
    background-size: 32px 32px;
}

.ml_movie .ml_img .maturity {
    margin-top: 150px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    float: right !important;
    background-color: white;
    padding: 0px;
    border-radius: 10px;
}

.ml_movie .ml_img_empty {
    background-color: rgb(227,227,227);
}

.ml_movie .ml_title, .ml_movie .ml_title_empty, .ml_movie .ml_calendar, .ml_movie .ml_article {
    width: calc(100%);
    overflow: hidden;
    padding: 5px;
    position: absolute;
}

.ml_movie .ml_title, .ml_movie .ml_title_empty {
    height: 50px;
    top: 180px;
    opacity: 0.75;
    color: white;
    display: table;
}

.ml_movie .ml_title {
    background-color: black;
}

.ml_movie .ml_title_empty {
    background-color: rgb(204,204,204);
}

.ml_movie .ml_calendar {
    font-size: 12px;
    padding-top: 0px;
    background-color: white;
    opacity: 0.85;
    height: 63px;
    top: 167px;
}

.ml_movie .ml_calendar span {
    display: block;
}

.ml_movie .ml_calendar .cdiv {
    display: table-cell;
    vertical-align: middle;
    height: 53px;
}

.ml_movie .ml_calendar .cdiv > div {
    display: block;
    width: 145px;
}

.ml_movie .ml_calendar a {
    text-decoration: none;
}

.ml_movie .ml_title a {
    color: white;
    text-decoration: none;
    white-space: initial;
    display: table-cell;
    height: 38px;
    text-align: center;
    vertical-align: middle;
}

.ml_list_title {
    position: relative;
}

.ml_list_title div {
    /*    position: absolute;
        display: block;
        font-size: 15px;
        top: 9px;
        text-align: right;
        width: calc(100%);*/
    font-size: 15px;
    float: right;
}

.ml_next {
    width: 100px;
}

.ml_next .ml_img {
    background: #000000 url(/css/tapestry2/css/images/img03.jpg) no-repeat 70% 50%;
    height: 180px; 
    z-index: 1;
}

.ml_next .ml_title {
    text-align: center;
}

.ml_title .cdiv {
    display: contents;
}
.ml_movie .fav, .ml_movie .unfav {
    position: absolute;
    right: -4px;
    top: 3px;
    z-index: 3;
    width: 32px;
    height: 32px;
}

.ml_movie .fav {
    opacity: 0.6;
    background: url(/images/fav/fav32_gray.png) left top no-repeat;
    cursor: zoom-in;
}
.ml_movie .unfav {
    opacity: 1;
    background: url(/images/fav/fav32.png) left top no-repeat;
    cursor: zoom-out;
}

.button-style2 a {
    margin-top: 0.5em !important;
}

.chars-az, .chars-dates, .chars-video {
    padding-bottom: 1em;
}

.ml_article {
    font-size: 12px;
    padding-top: 0px;
    background-color: white;
    opacity: 0.75;
    height: 103px;
    top: 127px;
}

.ml_article .cdiv {
    white-space: normal;
    text-align: justify;
}