body{
    background-color: #000000;
    color: #b6b6b6;
}

#login-box {
    margin-top:10px;
}

.imgSeriesEpisode {
    max-width: 100%;
}

.movie_wrapper {
    position: relative;
    height:300px;
    width:200px;
    margin:10px  auto;
}
.movie_overview_item_img {
    background-size: contain !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.movie_overview_item_title {
    position: absolute;
    z-index: 2;
    bottom:0;
    font-size: 1.5em;
    color: white;
    width:100%;
    text-align: center;
}
.movie_overview_item_title_wrapper {
    position: absolute;
    z-index: 2;
    bottom:0;
    height: 0;
    width:100%;
    background-color:rgba(0,0,0,0.7);
    /*display: none;*/
    transition-property: all;
    transition-duration: .5s;
    /*transition-timing-function: cubic-bezier(0, 1, 0.5, 1);*/
    overflow: hidden;
}
.movie_overview_item_title_show{
    /*display: block;*/
    height: 30px;
}
.movie_overview_item_release_date {
    position: absolute;
    z-index: 2;
    bottom:0;
    right:0;
}

.movie_info_img {
    max-width: 100%;

}
.movie_info_title {
    font-size: 3em;

}
#loading_overtake {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    top:0;
    left:0;
    z-index:5;
    color:white;
}
#loading_txt {
    position: absolute;
    top:50%;
    left:50%;
    font-size:30px;
}
#loading_reload_icon {
    position: absolute;
    top:50%;
    width:50%;
    margin-left:-15px;
    margin-top:15px;

    font-size:30px;
}
#loading_reload_save {
    position: absolute;
    top:50%;
    width:50%;
    margin-left:-15px;
    margin-top:15px;
    font-size:30px;
}

.fa_icon_style {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-.5em;
    margin-top:-.5em;
    display: block;

}

#video_player {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
}

#navigation_bar {
    transition-property: all;
    transition-duration: .5s;

}

.navbar_hide {
    min-height:0px;
    height:0px;
    overflow:hidden;
}


.main {
    /*max-height:100%;*/

}

/* ChromeCastFooter */

