h1, h2,h3,h4,h5,h6{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}


.videos-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.helper-sp{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


.video-container-box{
        flex: 0 0 320px;
    display: inline-block;
    margin-bottom: 20px;
    width: 320px;
    height: 240px;
    position: relative;
    background-color: black;
    border-radius: 5px;
    
}


.video-box-name{
    position: absolute;
    bottom:0;
    padding: 5px 10px;
    text-align: left;
    text-align-last: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
    background-color: rgba(0,0,0,0.4);

}

.comments{
    padding: 10px;
}

.comments .comment{
    background-color: rgba(0,0,0, 0.05);
    border-radius: 5px;
     margin-bottom: 15px;
     padding: 7px 15px;
     word-break: break-all;

}

.comments .comment-time{
    opacity: 0.6;
}

.comments .comment-text{
    margin-top: 8px;
}

.comments .comment-user{
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
}

.video-box-name a{
    color: white;
    text-overflow: ellipsis;
    overflow: hidden;
}


ul.pagination{
    align-items: center;
    justify-content: center;
}

.mx-auto{
    margin: 0 auto;
}

.mb-4{
    margin-bottom: 20px;
}


.search-box-form.mt30{
    margin-bottom: 20px;
}

iframe{
    max-width: 100%;
}


#downvote{
    color: #b82727;
}

#upvote{
    color: #209520;
}

#downvote:hover, #upvote:hover{
    opacity: 1;
}

#votecount{
    padding-right: 0;
}


.bo-left{
    border-left: 2px dashed #eeeeee;
}

.space-between{
    justify-content: space-between;
    display:flex;
}

.modal h5{
    padding: 0;
}

.card-title a{
    font-size: 1rem;
}

.blxlogo{
    height: 60px;
    width: 193px;
}

.card-body{
    padding: 10px;
}
.list-group{
    display: block;
}

.card img{
    max-width: 100%;
}

#cchat2{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 250px;
}

#cchat{
    min-height: 250px;
    text-align: center;
}

.list-group-item{
    border: none;

    padding: .15rem .5rem;
    color: #007B92;
    display: inline-block;
}


.list-group-item:hover{
    color: #ca2322;
    text-decoration: none;
}


footer ul{
    padding-left: 0px;
    list-style: none;
}


.livecamvideobox .video-box-img{
    position: relative;
}

.online-now-cam
{
    font-size: 14px;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    padding: 2px 7px;
    border-bottom-right-radius: 5px;
    color: #dc3545;
}

a:hover{
    text-decoration: none;
}

.text-big, .text-big a{
    font-size: 18px;
    font-weight: bold;
}

.text-big{
    padding: 15px 5px;
}

ul.pagination > li{
    margin: 0 5px;
    font-weight: bold;
}

.footer-top-space{
    padding-top: 32px;;
}

.video-tags a{
    display: inline-block;
    margin: 7px;
}

.video-tags a .badge{
    font-weight: 400;
    font-size: 16px;
}

.video-stats span{
    font-size: 18px;
    display: inline-block;
}

footer h5{
    margin-bottom: 15px;
}

.ml-auto{
    margin-left: auto;
}


/* Position child elements relative to this element */
.card-img-wrapper {
    position: relative;
}




.card-img-top {

    background-color: black;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;

}


.gallery-item{
    width:32%;
    padding: 1px;
    display: inline-block;
}


.model-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    border-radius: 5px;
    padding: 1px;
    vertical-align: middle;
    border-style: none;    
}


.sidebar{
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar h2.my-2{
    position: relative;
}

.sidebar h2.my-2 > a{
    position: absolute;
    right: 10px;
}

.navbar-header-top .nav-item{
    font-size: 18px;
    line-height: 40px;
    height: 52px;
}

#searchformtop{
    margin-top:7px;
}

.videos-container .card{
    position: relative;
}


.videos-container .card .card-body{
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    bottom:0;
    text-align: center;
}

.videos-container .card .card-body a{
    display: inline-block;
    color: white;
    padding: 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;

}








@media (max-width: 479px) {  
    .pgn-xs-hdn{
        display: none;
    }


    .videos-container {
    text-align: center;
    text-align-last: center;
}
    
    
}



@media (max-width: 767px) {  



    .pgn-sm-hdn{
        display: none;
    }



    .row{
        margin-left: 0;
        margin-right: 0;
    }


    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 0;
        padding-left: 0;
    }


    footer ul li{
        padding-bottom: 16px;
        font-size: 18px;
    }

    footer h5{
        margin-top: 15px;
    }


    footer ul{
        margin-bottom: 0;
    }

    .footer-top-space{
        padding-top: 0px;   
    }

    .sidebar{
        margin: 0;
    }

    body, .video-tags a .badge, .card-title a{
        font-size: 20px;
    }

    footer .row > div{
        padding: 5px;
    }

    footer .row > div ul{
        padding: 5px;
    }

    h1,h2,h3,h4,h5,h6{
        padding: 10px;
    }

    .card-body{
        padding: 0;
       
    }
    
     .card-signin.card{
        padding: 10px;
         border: 0;
    }

}


@media (max-width: 991px)
{

    .pgn-md-hdn{
        display: none;
    }


    .sidebar{
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 2px;
        margin-bottom: 0;
    }

    .sidebar h2.my-2{
        margin: 0!important;
        padding: 13px;
        position: relative;
        background-color: #525a63;
        color: #fff;
        border-bottom: 2px solid #eeeeee;
    }

    .sidebar h2.my-2 > a{
        color: #fff;
    }

    .container{
        width: 100%;
        max-width: 100%;
        padding-right: 0; 
        padding-left: 0;
    }
}



@media (min-width: 1600px)
{
    .container {
        max-width: 1440px;
    }
}

h1{
    font-size: 1.75rem;
}
h2.my-2{
    font-size: 1.25rem;
}


.mtb50{
    margin-top:50px;
    margin-bottom: 50px;
}


.mt30{
    margin-top: 30px;
}

.badge {

    padding: .4em .5em;
}


.video-tags a .badge:hover
{
    background-color: #ca2322;
}

.video-container iframe{
    width: 100%;
    height: 480px;
}

.video-stats{

    padding: 0 10px 15px 10px;
}

.video-stats span{
    padding-right: 25px;
}

.op05{
    opacity: 0.5!important;
}


footer {
    clear: both;
    position: relative;
    height: 200px;
    margin-top: -200px;
    padding-bottom: 25px;

}

footer ul{
    list-style: none;
}


html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
}

footer {

    display: table-row;

}

.videos-container .col-lg-3, .videos-container .col-md-6, .videos-container .mb-4, .videos-container .col{
    padding-left: 2px; 
    padding-right: 2px;
}

.videos-container .card{
    border: 0;
}

.videos-container .card-body{
    padding: 5px;
}

.videos-container .card-body a{
    text-decoration: none;
}


.mt50{
    margin-top: 50px;
}

.mtb30{
    margin-top: 30px;
    margin-bottom: 30px;
}


.fs10{
    font-size: 10px;
}

.fs11{
    font-size: 11px;
}

.fs12{
    font-size: 12px;
}

.fs14{
    font-size: 14px;
}

.fs16{
    font-size: 16px;
}

.fs18{
    font-size: 18px;
}

.fs20{
    font-size: 20px;
}

.fs24{
    font-size: 42px;
}

.fs28{
    font-size: 28px;
}

.fs32{
    font-size: 32px;
}


.form-t4-lr20{
    margin-top:4px;
    margin-left:20px;
    margin-right: 20px;
}

.related_videos_box .row{
    margin-right: 0; 
    margin-left: 0;
}

.related_videos_box .card_wrap{
    padding-bottom: 20px;
}

.related_videos_box .row .col-lg-2{
    padding-right: 0;
    padding-left: 0;
}

.related_videos_right .row{
    margin-right: 0; 
    margin-left: 0;
}

.related_videos_right .row .col-lg-6{
    padding-right: 0;
    padding-left: 0;
}

.related_videos_right .card-title, .related_videos_box  .card-title{
    margin-bottom: .55rem;
}
.related_videos_right .h4, .related_videos_right h4.card-title, .related_videos_box .h4, .related_videos_box h4 {
    font-size: 1rem;
}


.related_videos_right .card-body, .related_videos_box .card-bodys {
    padding: 4px;
}

.sidebar-link-expand:hover{
    cursor: pointer;
}

.p10{
    padding: 10px;
}

.mtb20{
    margin-top: 20px;
    margin-bottom: 20px;
}


.videos-container #cchat2{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

iframe{
    border: 0;
}

