#panel {
    min-height: 100vh;
    overflow: auto;
    height:100%;
    -webkit-overflow-scrolling: touch;
}

.video-play-icon {
    left: 42%;
    font-size: 42px;
    position: absolute;
    bottom: -37px;
    color: #ffffff1a;
    z-index: 2;
}

.video-archive .container {
    margin: 0 auto;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
}

.video-archive .container h2 {
    color: #666666;
    font-weight: 300;
    font-size: 2rem;
    padding: 0 0 20px 0;
}

.video-archive .container .squareCards {
    position: relative;
    width: 265px;
    height: 90px;
    color: #363636;
    padding: 12px 3px;
    display: inline-block;
    text-align: left;
    margin: 200px 0 0px 0;
    top: -262px;
}

.video-archive .container .squareCards .likes {
    position: absolute;
    top: 184px;
    right: 8px;
    background: #00000061;
    font-size: 11px;
    padding: 3px 10px 3px 8px;
    border-radius: 53px;
    z-index:2;
}

.video-archive .container .squareCards .timePosted {
    position: absolute;
    top: 189px;
    width: 63px;
    left: 8px;
    z-index: 2;
}

.video-archive .container .squareCards .streamRating {
    display: none;
    position: absolute;
    top: 100px;
    right: 226px;
    color: #d3d3d3;
    font-size: 11px;
    background: #00000061;
}

.video-archive .container .squareCards .live {
    width: 40px;
    right: 8px;
    padding: 3px 6px 2px 8px;
    position: absolute;
    top: 18px;
    left: 10px;
    background: #34e23b80;
    font-size: 10px;
    font-family: Roboto;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 55px;
    z-index: 2
}

.video-archive .container .squareCards .featuredStream {
    width: auto;
    padding: 3px 6px 3px 8px;
    position: absolute;
    top: 184px;
    right: 8px;
    background: #007f00;
    font-size: 10px;
    font-family: Roboto;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 55px;
    z-index: 2;
}

.video-archive .container .squareCards .paid {
    position: absolute;
    top: 17px;
    right: 9px;
    font-size: 12px;
    width: 24px;
    padding: 3px 8px 3px 8px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    background: #f25b3d;
    height: 24px;
    z-index:2;
}

.video-archive .container .squareCards .likes span {
    padding: 0px 0px 0px 2px;
    font-size: 11px;
    color: #d3d3d3;
}

.video-archive .container .squareCards .timePosted span {
    font-size: 11px;
    color: #ffffff96;
    font-family: Lato;
    letter-spacing: 0px;
    margin-left: 2px;
}

.video-archive .container .squareCards .timePosted i {
    color: #ffffff96;
    font-size: 14px;
}

.video-archive .container .squareCards .likes i {
    color: #db4437;
    font-size: 11px;
}

.video-archive .container .squareCards .video-thumb {
    padding-bottom: 52%;
    border-radius: 2px;
    background-size: cover !important;
}

.video-archive .container .squareCards .video-thumb:hover {
    background: #ffffff00;
}

.video-archive .container .squareCards .info-container {
    width: 100%;
    position: relative;
    bottom: -191px;
    color: black;
    padding: 10px 0;
    display: table;
}

.video-archive .container .squareCards .info-container .user-name {
    display: table-cell;
    vertical-align: middle;
}

.video-archive .container .squareCards .info-container .user-name {
    width: 80%;
}
.video-archive .container .featuredThumb  .squareCards .info-container .user-name h4 {
    font-family: VisbyHeavy, Roboto;
}
.video-archive .container .squareCards .info-container .user-name h4 {
    color: #000;
    margin: 0;
    line-height: 23px;
    font-family: VisbyDemi, Roboto;
}

.video-archive .container .squareCards .info-container .user-name p {
    margin: 0;
    font-family: VisbyDemi, Roboto;
}
.video-archive .container .squareCards .info-container .user-name p:hover {
    color:black;
}

.video-archive {
    margin-top: 59px;
}

.channel-custom {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 908px) {
    .container {
        left: -5px;
    }
}
@media screen and (max-width: 909px) and (min-width: 666px) {
    .container {
        width: 685px;
    }

}
.videoThumb{
    display:inline-block;
}
.video-thumb-image{
    position: relative;
    top: -64px;
    border-radius: 2px;
    background-size: cover !important;
    height: 200px;
    z-index: 0;
    display: block;
}

@media screen and (min-width: 1px) and (max-width: 665px) {
    .video-thumb-image{
        position: relative;
        top: -49px;
        border-radius: 2px;
        background-size: cover !important;
        height: 116px;
        z-index: 0;
        display: block;
    }
    .videoThumb{
        display:block;
    }
    .video-archive .container .squareCards .likes span {
        color: #666;
    }
    .video-archive .container .squareCards .featuredStream {
        top: 22px;
        right: 12px;
    }
    nav {
        width: 104%;
    }

    .navbar-nav > li > a > b {
        font-family: VisbyMedium, Roboto, sans-serif;
    }

    nav ul li.active a {
        border-bottom: 3px solid #F44335 !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 4px 7px 4px 1px;
        border-bottom: 3px solid #636363;
    }

    .navbar-default .navbar-nav > li > a {
        width: 64px !important;
    }

    .nav-channel {
        padding-right: 0;
    }

    .channel-custom {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-nav {
        margin: 1.5px 0px 1.5px -15px !important;
    }

    .container {
        width: 349px;
    }

    .video-archive .container .squareCards {
        position: relative;
        width: 128px;
        height: 24px;
        color: #363636;
        padding: 12px 0px;
        display: block;
        text-align: left;
        margin: 102px 0 0px 2px;
        top: -169px;
    }
    .video-archive .container .featured-stream .squareCards{
        width: 98%;
        margin: 147px 12px 240px 2px;
        top: -207px;
    }
    .streamAv-container a{
        width: 30px;
        position: absolute;
        bottom: -105px;
        color: black;
        display: table;
        left: 305px;
        height: 30px;
    }
    .streamAv-container > a > img{
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 333px;
        z-index: 2;
    }
    .featured-stream .streamAv-container a{
        width: 50px;
        position: absolute;
        bottom: -204px;
        color: black;
        display: table;
        left: 274px;
        background-size: cover!important;
        height: 50px;
        background-position: center!important;
        border-radius: 333px;
        border: 2px solid white;
    }
    .featured-stream .streamAv-container a > img{
        width:50px;
        height:50px;
    }
  
    .video-archive .container  .squareCards .video-thumb .video-play-icon{
        display:none;
    }


    .video-archive .container .squareCards .paid {
        position: absolute;
        top: 16px;
        right: -162px;
        height: 20px;
        width: 20px;
        padding: 1px 4px 0px 4px;
    }

    .video-archive .container .squareCards .likes {
        position: absolute;
        top: 16px;
        right: -213px;
        background: #00000000;
        font-size: 11px;
        padding: 1px 5px 2px 5px;
        border-radius: 33px;
    }

    .video-play-icon {
        left: 38%;
        font-size: 41px;
        position: absolute;
        bottom: -77px;
        color: #ffffff2e;
    }
    .video-archive .container .featured-stream .squareCards .timePosted {
        position: absolute;
        top: 207px;
        width: 63px;
        left: 20px;
    }
    .video-archive .container .squareCards .timePosted {
        position: absolute;
        top: 113px;
        width: 63px;
        left: 6px;
        z-index: 2;
    }

    .video-archive .container .squareCards .info-container {
        width: 100%;
        position: relative;
        bottom:  -40px;
        color: black;
        padding: 10px 0;
        display: table;
        left: 135px;
    }
    .video-archive .container .featured-stream .squareCards .info-container{
        bottom: -110px;
        left: 20px;
        z-index: 2;
    } 

    .video-archive .container .squareCards .info-container .user-name h4 {
        color: #000;
        margin: 0;
        line-height: 17px;
        font-weight: 500;
        font-size: 15px;
        max-width: 209px;
    }
    .video-archive .container .featured-stream .squareCards .info-container .user-name h4 {
        color: #ffffffde;
        line-height: 19px;
        font-size: 17px;
        max-width: 300px;
        width: 100%;
    }
    .video-archive .container .featured-stream .squareCards .info-container .user-name p {
        top: 40px;
        color: #ffffffb5;
    }

    .video-archive .container .squareCards .info-container .user-name p {
        font-size: 13px;
        position: relative;
        top: 35px;
    }
    .featured-stream .video-thumb-image {
        height: 256px;
        top: -58px;
        z-index: -1;
    }
}





.icon {
    align-self: center;
    background-color: black;
    color: black;
    flex: 1 1 auto;
    font-size: 32px;
    padding: 20px;
}

.userAvatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
}

.card .card-body div div.follow-plus a {
    display: inline-block;
    position: relative;
    top: 19px;
}



.card .card-body div div.follow-checked a {
    display: inline-block;
    position: relative;
    top: 19px;
}


.username-discover {
    margin-left: -48px;
}

.country-discover {
    margin-left: -48px;
    margin-top: -7px;
}

.follow-checked i {
    font-size: 38px;
    line-height: 55px;
    margin-left: 11px;
    color: #fc5d43;
    text-align: center;
}

.card-content:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -o-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.card-content {
    padding: 22px;
    border: 1px solid #e6e6e6;
    margin: 12px 0px 12px 17px;
    width: 835px;
    border-radius: 17px;
    box-shadow: 0px 4px 20px #00000012;
    -webkit-box-shadow: 0px 4px 20px 0px #00000012;
    -o-box-shadow: 0px 4px 20px #00000012;
    -moz-box-shadow: 0px 4px 20px #00000012;
    -ms-box-shadow: 0px 4px 20px #00000012;
    display: inline-block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -ms-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.userAv-discover {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.search-icon {
    display: inline-block;
    width: 42px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.box {
    padding: 1px 10px;
    margin: 1px 7px;
    background: #fff;
    color: #000;
    text-align: left;
    box-shadow: 0 0 5px #fff;
}

.channel-channel {
    padding-right: 0;
    padding-left: 0px;
}

.videoThumb .squareCards {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -moz-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -ms-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.videoThumb:hover .squareCards {
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
}
.darkmode .new-profile-bg{
    background: rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 1329px) {
    .remove-featured-mobile{
        display:none;
    }
    .featuredThumb .video-thumb-image{
        height: 403px;
    }
    .featuredThumb .streamAv-container a{
        left: 6px;
        bottom: -127px;
        z-index: 2;
    }   
    .streamAv-container a{
        width: 30px;
        position: absolute;
        bottom: -158px;
        color: black;
        display: table;
        left: 230px;
        height: 30px;
        
    }
    .streamAv-container > a > img{
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 333px;
        z-index: 2;
    }
    
    
    .featuredThumb .paid {
        top: 31px !important;
        right: 233px !important;
    }

    .featuredThumb .video-thumb {
        padding-bottom: 129% !important;
        background-size: cover !important;
    }

    .featuredThumb .squareCards {
        padding: 26px 6px 235px 0 !important;
    }

    .featuredThumb .likes {
        top: 33px !important;
        right: 13px !important;
    }

    .featuredThumb .info-container {
        bottom: -261px !important;
        bottom: -316px !important;
        left: 40px;
        z-index:2;
    }

    .featuredThumb .truncate-profile-sub {
        color: #fff !important;
    }

    .featuredThumb .video-play-icon {
        bottom: 13px;
    }

    .featuredThumb .timePosted {
        top: 372px !important;
        left: 211px !important;
    }

    .featuredThumb .timePosted i {
        color: #ffffff !important;
    }

    .featuredThumb .timePosted span {
        color: #ffffff !important;
    }

    .featuredThumb .video-play-icon {
        color: #ffffff;
        left: 39%;
        font-size: 57px;
    }

    .darkFeaturedBG {
        height: 449px;
        background: #333333;
        z-index: -1;
        overflow: hidden;
        width: 12000px;
        left: -987px;
        position: absolute;
        top: -2px;
    }
}
@media screen and (max-width: 1328px) and (min-width: 1200px) {
    .streamAv-container a{
        width: 30px;
        position: absolute;
        bottom: -158px;
        color: black;
        display: table;
        left: 230px;
        height: 30px;
        
    }
    .streamAv-container > a > img{
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 333px;
        z-index: 2;
    }
    .container {
        width: 1170px;
    }

    .navbar-nav {
        margin: 1.5px 0px 1.5px 32px !important;
    }
}
@media screen and (max-width: 1199px) and (min-width: 910px) {
    .streamAv-container a{
        width: 30px;
        position: absolute;
        bottom: -158px;
        color: black;
        display: table;
        left: 230px;
        height: 30px;
    }
    .streamAv-container > a > img{
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 333px;
        z-index: 2;
    }
    
    .video-archive .container {
        width: auto;
    }

    .navbar-nav {
        margin: 1.5px 0px 1.5px 35px !important;
    }
}
@media screen and (max-width: 1638px) {
    .video-archive .container {
        margin-left: -18px !important;
    }
}
@media screen and (max-width: 1638px) and (min-width: 1327px) {
    .navbar-nav {
        margin: 1.5px 0px 1.5px -18px !important;
    }
}
@media screen and (max-width: 909px) and (min-width: 666px) {
    .streamAv-container a{
        width: 30px;
        position: absolute;
        bottom: -158px;
        color: black;
        display: table;
        left: 230px;
        height: 30px;
    }
    .streamAv-container > a > img{
        border: 0;
        width: 30px;
        height: 30px;
        border-radius: 333px;
        z-index: 2;
    }
    
    .follow-plus > a > h2, .follow-checked > a > h2 {
        vertical-align: top;
        line-height: 33px;
        font-size: 11px;
    }

    .card-content {
        padding: 22px 0px;
        width: 612px;
    }

    .navbar-nav {
        margin: 1.5px 0px 1.5px 59px !important;
    }

    .navbar-default .navbar-nav > li > a {
        width: 104px !important;
    }
}
.video-prof-link {
    display: inline-block!important;
}
.ajaxLoader{
    margin: 20px 0;
}
@media screen and (min-width: 1px) and (max-width: 665px) {
    .video-archive .container .squareCards .live{
        top: 24px;
        left: 7px;
    }
    .video-prof-link {
        display: block!important;
    }
    .video-archive .container .featuredThumb .squareCards{
        margin: 110px 0 0px 2px;
    }
    .follow-plus > a, .follow-checked > a {
        margin-top: 29px !important;
    }

    .username-discover {
        margin-left: 37px;
        font-size: 22px;
        text-overflow: ellipsis;
        width: 182px;
        overflow: hidden;
    }

    .card-content {
        padding: 22px 0px;
        margin: 12px 0px 12px 3px;
        width: 324px;
    }
}
@media screen and (min-width: 1639px) {
    .navbar-nav {
        margin: 1.5px 0 1.5px 0;
    }
}
@media screen and (max-width: 1024px) {
    .truncate, .truncate-profile-sub {
        max-width: 120px;
    }
}