#encantadia-sticky-header{
    display: block;
    opacity: 1;
}

body{
    background-image: none;
}

#wrapper{
    background-image: url(/gma/assets/encantadia/microsite/videos/encantadia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#casts-section-content{
    opacity: 0;
}

#casts-section{
    background-color: rgba(153, 141, 97, 0.6);
    max-width: 1200px;
    margin: 0 auto;
    min-height: 540px;
    position: relative;
    box-sizing: border-box;
}

#tag-lish-toggle{
    width: 100%;
    height: 50px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto-regular";
    font-size: 17px;
    box-sizing: border-box;
    padding: 14px;
    text-align: right;
}

.taglish-fil{
    border-right: 1px solid #fff;
    padding-right: 10px;
}

.taglish-opt{
    color: #fff;
    box-sizing: border-box;
    margin: 14px 6px;
    opacity: 0.7;
    cursor: pointer;
    display: inline;
}

.taglish-opt.active, .taglish-opt:hover{
    opacity: 1;
}

.cast-row-wrapper {
    width: 100%;
    height: 854px;
}

.cast-contents-container {
    position: relative;
    min-width: 260px;
    width: 25%;
    height: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cast-contents{
    height: 260px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 4px 10px;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+51,0.75+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 51%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 51%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 51%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */

}

.cast-contents p, .cast-contents div{
    color: #FFF;
}

.cast-contents .cast-name{
    font-size: 22px;
    text-align: center;
}

.cast-contents .artist-name {
    font-size: 16px;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 8px;
    max-height: 25px;
    min-height: 19px;
}

.cast-description {
    height: 182px;
    font-family: 'Roboto-regular';
    font-size: 13.5px;
    line-height: 18px;
    overflow: hidden;
}

#mortal-title{
    font-size: 22px;
    padding: 10px;
    color: #f3d095;
    background-color: #000;
    opacity: .6;
}

@media (max-width: 1100px) {
    .cast-contents-container{
        min-width: 250px;
    }

}

@media (max-width: 1024px) {
    .cast-contents-container{
        min-width: 200px;
    }

    .cast-row-wrapper{
        height: 725px;
    }
}

@media (max-width: 768px) {
    .cast-contents-container{
        min-width: 130px;
    }

    .cast-row-wrapper{
        height: 525px;
    }

    .cast-contents {
        height: 257px;
        padding: 4px 7px;
        max-height: 522px;
        overflow: hidden;
    }

    .cast-contents .artist-name{
        font-size: 14px;
        margin-bottom: 5px;
        max-height: 30px;
    }

    .cast-contents .cast-name {
        font-size: 18px;
        text-align: center;
    }

    .cast-description {
        font-size: 13.3px;
    }

}
