#search-page {
    padding: 50px 70px;
}
#search-page-top-menus-container{
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.search-page-top-menu-container {
    display: inline-block;
    vertical-align: middle;
}
.search-page-top-menu.back-icon {
    color: #ddd;
    font-size: 40px;
    margin-right: 100px;
    margin-top:10px;
    margin-bottom: 10px;
}
.search-page-top-menu.back-icon.active{
    color: #fff;
}
#search-page-input-container{
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
}
.search-page-top-menu.search-page-input-container {
    position: relative;
    width: 1000px;
}
.search-page-input-container .fa-search{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: #ddd;
}
#search-page-input{
    background: transparent;
    width: 100%;
    outline: none !important;
    border: 3px solid #999;
    font-size: 35px;
    border-radius: 40px;
    padding: 8px 30px 8px 30px;
    color: #fff;
    font-weight: normal;
}
.search-page-top-menu.search-page-input-container.active #search-page-input {
    border-color: #fff;
    /*background: #9a9996;*/
}
#search-page-contents-wrapper{
    position: relative;
    height: 915px;
    overflow-y: scroll;
}
.search-page-stream-type-container {
    margin-bottom: 20px;
    min-height: 330px;
}
.search-page-stream-type-label {
    color: #eee;
    font-size: 40px;
    font-weight: normal;
}
.search-page-stream-items-container {
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
}
.filtered-movie-wrapper{
    background: #492041;
    padding:5px;
    border-radius: 5px;
    transition: all 0.2s;
    position: relative;
}
.filtered-movie-wrapper.active{
    background: #c068d0;
}
.filtered-movie-container {
    display: inline-block;
    padding: 5px;
    width: 12.5%;
}
.filtered-movie-container.channel {
    width: 16.66%;
}
.filtered-movie-img-wrapper {
    text-align: center;
}
.filtered-movie-img-wrapper img {
    height: 250px;
    width: 100%;
}
.filtered-movie-container.channel .filtered-movie-img-wrapper {
    height: 200px;
    /*width: 300px;*/
    background: #33253C;
    position: relative;
}
.filtered-movie-container.channel .filtered-movie-img-wrapper img {
    max-height: 90%;
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.filtered-movie-title-wrapper {
    position: relative;
    height: 50px;
}
.filtered-movie-title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
