.heading-holder{
    font-family: Roboto;
    font-size: 42px;
    text-align: left;
    color: #4a4a4a;
    margin: 40px 0px 5px;
}
.created-holder{
    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: normal;
    text-align: justify;
    color: #4a4a4a;
    margin-bottom: 20px;
}
.channel-tab-holder{
    position: relative;
}
.channel-tab-holder a{
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #9b9b9b;
    text-decoration: none;
    padding: 6px 15px;
    min-width: 100px;
    display: inline-block;
    margin-right: 70px;
}
.videos_holder{
    padding: 50px 0px;
    font-size: 0px;
}
.channel_holder{
    padding: 0px 15px;
}
.pagination .pages a:nth-last-child(2){
    text-decoration: none;
}
.videos_holder .videoItem div{
    font-size: 12px;
}
.videos_holder div.videoname_linkdiv{
    font-size: 14px;
}
.videoHorizontalItem{
    margin-bottom: 20px;
    line-height: 3;
}
.videoItem a,
.videoItem a:hover,
.videoItem a:focus,
.videoItem a:active,
.videoHorizontalItem a,
.videoHorizontalItem a:hover,
.videoHorizontalItem a:focus,
.videoHorizontalItem a:active{
    text-decoration: none;
    outline: none;
    margin-bottom: 20px;
    display: inline;
    line-height: 1.5;
    font-family: Helvetica,Arial,sans-serif;
}
.videoHorizontalItem .image{
    display: inline-block;
    width: 275px;
    height: 146px;
}
.videoHorizontalItem .image img{
    width: 100%;
}
.videoHorizontalItem .videoname_linkdiv{
    display: inline-block;
    width: calc(100% - 280px);
    vertical-align: top;
}
.discription-holder{
    display: inline-block;
    width: calc(100% - 275px);
    vertical-align: top;
    padding-left: 15px;
    box-sizing: border-box;
}
.title-holder {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 5px;
    line-height: 1.5;
}
.info-holder{
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 7px;
}
.u-1-of-2 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.channel-featured-video-holder h3 {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #4a4a4a;
}
.divHeader{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #f8f8f8;
    box-shadow: inset 0 1px 6px 0px rgba(0, 0, 0, 0.15);
}
.divHrLine{
    width: auto;
    height: 0px;
    border: solid 1px #c3ccd6;
    margin-top: 15px;
}
.tablink:hover{
    background-color: #ddd;
    color: #415b76;
    border-bottom: 6px solid #415b76;
    background-color: transparent;
    cursor: pointer;
}
.tablink.active{
    background-color: #ddd;
    color: #415b76;
    border-bottom: 6px solid #415b76;
    background-color: transparent;
}
#about-chanel{
    display: block;
}
.content_wrapper{
    margin: auto;
}
.coverImage{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}
.infoWrapper{
    margin-bottom: 12px;
    overflow: hidden;
}
.dataWrapper{
    float: left;
}
.profileImage{
    display: block;
    float: left;
    width: 85px;
    height: 85px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 11px;
    margin-top: 40px;
  }
.channelDescriptionData ul li {
    font-family: Helvetica;
    font-size: 18px;
    color: #4a4a4a;
    margin-left: 20px;
    font-style: normal;
 }

.videoHorizontalItem div.duration {
    background-color: #000000;
    padding: 0px 4px;
    position: relative;
    color: #ffffff;
    right: 4px;
    line-height: 16px;
    top: 85%;
    width: 39px;
    float: right;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.channel-description {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    color: #404041;
    margin: 0px 0px 14px 0px;
    line-height: 1.86;
}
.channeltext {
    margin-left: 0px!important;
}
@media screen and (max-width: 850px) {
    .videoHorizontalItem .image,
    .discription-holder,
    .videoHorizontalItem .videoname_linkdiv{
        width: 100%;
        padding: 0px;
    }
    .channel_holder{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 768px) {
    .channel_holder{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 600px) {
    .videos_holder .videoItem{
        width: calc(50% - 15px);
    }
    .channel_holder{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 400px) {
    .videos_holder .videoItem{
        width: 100%;
    }
    .channel_holder{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 450px) {
    div.channel-description-holder,
    div.channel-featured-video-holder{
        width: 100%;
        padding: 0px;
    }
    .channel_holder{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 502px) {
    .divHeader {
            min-height: 236px;
    }
    .channel_holder{
        padding: 0px 15px;
    }
}
@media screen and (max-width: 352px) {
    .divHeader {
        height: 286px;
    }
    .channel_holder{
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 768px) {
    .desktop-video-preview .watch-later-button:after {
        content: '\A';
        position: relative;
        width: 24px;
        height: 24px;
        background: url("/assets/img/watchlater-static-box.png");
        background-repeat: no-repeat;
        background-size: cover;
        float: right;
    }
    .desktop-video-preview .added:after {
        content: '\A';
        position: relative;
        width: 24px;
        height: 24px;
        background: url("/assets/img/watchlater-added.png");
        background-repeat: no-repeat;
        background-size: cover;
        float: right;
    }
}
@media only screen and (min-width: 545px) and (max-width: 596px) {
    .channel-tab-holder div.tab {
        display: inline-flex;
    }

}
@media only screen and (max-width: 600px) {
    .tab{
        display: inline-flex;
        margin-top: 26px;
    }
    .channel-tab-holder a{
        margin-right: 0px;
    }
}
