#recent-channels-container {
    margin-top: 150px;
    padding: 0 40px;
    background: #2D2B2E;
    background: rgba(255, 255, 255, 0.2);
    white-space: nowrap;
    box-shadow: 0 20px 100px rgba(0,0,0,0.25);
}
#recent-channels-wrapper {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    width: 1355px;
    overflow-x: scroll;
    position: relative;
}
#recent-channel-title {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
}
.high-light{
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#recent-movie-title {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-align: right;
    margin-right: 40px;
}

.recent-channel-item-container {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
}
.recent-channel-item-wrapper {
    transition: all 0.1s;
    border:2px solid transparent;
    text-align: center;
    width: 160px;
    background: rgba(242, 242, 242, 0.5);
    padding: 10px 5px;
    border-radius: 5px;
}
.recent-channel-item-icon {
    height: 60px;
    max-width: 95%;
}
.recent-channel-item-name {
    color: rgba(0, 46, 88, 1);
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    padding: 0 5px;
    margin-top: 8px;
    overflow: hidden;
    position: relative;
    height: 25px;
}
.recent-channel-item-name .floatText{
    left:50%;
    transform: translateX(-50%);
}
.recent-channel-item-wrapper.active .floatText.has-animation{
    left:0;
    transform: none;
    animation: floatText infinite linear;    /*animation-name: floatText;*/
}

#recent-movies-container {
    margin-top: 150px;
}
#recent-movies-wrapper{
    white-space: nowrap;
    margin-left:40px;
    margin-top:-30px;
    padding-left:30px;
    position: relative;
    overflow-x: scroll;
}
.recent-movie-item-container {
    display: inline-block;
    padding: 30px 10px 0px 10px;
}
.recent-movie-item-wrapper {
    transition: all 0.2s;
    position: relative;
    padding-top:50px;
}
.recent-channel-item-wrapper.active {
    background: #F2F2F2;
    color:#111;
}
.recent-movie-item-wrapper .watched-mark {
    background: transparent;
    font-size: 25px;
    position: absolute;
    bottom: 80px;
    right: 15px;
}
.recent-movie-item-wrapper.active{
    transform:translateY(-25px);
}
.recent-movie-item-icon {
    height: 350px;
    width: 250px;
    border-radius: 15px;
    transition: all 0.2s;
    border:3px solid transparent;
}
.recent-movie-item-wrapper.active .recent-movie-item-icon{
    /*border: 3px solid #fff;*/
    border-color: #fff;
    /*box-shadow: 0 4px 56px #BAE5FF;*/
    /*box-shadow: 2px 2px 56px #BAE5FF;*/
    box-shadow: 0px 2px 36px rgba(186, 229, 255, 0.52);
}
.recent-movie-item-name-wrapper {
    color: #fff;
    font-size: 20px;
    white-space: normal;
    position: relative;
    height: 75px;
}
.recent-movie-item-name {
    position: absolute;
    left:0;
    top:50%;
    width: 100%;
    font-weight: lighter;
    transform:translateY(-50%);
}

#turn-off-modal .modal-content{
    background: #333;
}
.turn-off-modal-btn-container{
    margin-top: 50px;
    text-align: center;
}
/*.turn-off-modal-btn{*/
/*    margin:0 5px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    background: #555;*/
/*    color: #fff;*/
/*    width: 200px;*/
/*    padding: 5px;*/
/*    border-radius: 5px;*/
/*    font-size: 30px;*/
/*}*/
/*.turn-off-modal-btn.active{*/
/*    background: #5ca3d6;*/
/*    color: #fff;*/
/*}*/
.empty-channel-item-wrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
    width: 180px;
    height: 137px;
}
.empty-channel-item {
    background: rgba(55, 34, 58, 0.31);
    height: 100%;
    border-radius: 10px;
}