.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: 50px 15px;
}
.pagination .pages a:nth-last-child(2){
    text-decoration: none;
}
.videos_holder div.image{
    height: 146px;
}
.videos_holder .videoItem div{
    font-size: 12px;
}
.videos_holder div.videoname_linkdiv{
    font-size: 14px;
}
.videoHorizontalItem{
    margin-bottom: 20px;
    line-height: 3;
}

.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-description-holder{
    box-sizing: border-box;
    padding-right: 50px;
}
.channel-description-holder p {
    font-family: Helvetica;
    font-size: 18px;
    color: #4a4a4a;
}
.channelDescriptionData {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.86;
    text-align: justify;
    color: #404041;
    white-space: pre-wrap;
}
.channelDescriptionData a{
    color: #415b76;
    text-decoration: none;
}
.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);
}
.divShareWrapper{
    position: relative;
    border: solid 1px #9b9b9b;
    width: 100%;
    font-family: Helvetica;
    margin-top: 10%;
    min-height: 300px;
}
.divShareTitle {
    margin-left: 18px;
    margin-top: 28px;
    font-family: Helvetica;
    font-size: 18px;
    font-stretch: normal;
    letter-spacing: 0.4px;
    color: #4a4a4a;
}
.divHrLine{
    width: auto;
    height: 0px;
    border: solid 1px #c3ccd6;
    margin-top: 15px;
}
.divFacebookTwitter a {
    font-size: 14px;
    color: #415b76;
    display: inline-flex;
    margin-top: 20px;
    text-decoration: none;
    line-height: 2;
}
.divFacebookTwitter a:hover {
    color: #798b92;
}
.divFacebookTwitter .textStyle{
    color: #9b9b9b;
}
.divFacebookTwitter a::before {
    content: " | ";
    margin: 9px;
    color: #415b76;
    vertical-align: text-top;
    margin-top: 0px;
    text-decoration: none;
}
.divFacebookTwitter a::before:hover {
    color: #798b92;
}
.divFacebookTwitter a:first-child:before{
    content: "";
}
.divFacebookTwitter a:after{
    margin: 10px;
}
.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;
    margin-bottom: 50px;
}
.subscribe-button-holder{
    position: absolute;
    right: 0px;
    bottom: 15px;
}
.subscribe-button-holder button.subscribe-button{
    width: 211px;
    height: 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #c29444;
    margin-top: -11px;
    cursor: pointer;
}
.subscribe-button:after {
    content: 'SUBSCRIBE TO CHANNEL';
}
button.subscribe-button:hover {
    background-color: #a67a2e;
}
.subscribe-button-holder button.unsubscribe-button{
    width: 211px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    height: 40px;
    background-color: #b5bbbd;
    margin-top: -11px;
    cursor: pointer;
}
.unsubscribe-button:after {
    content: 'SUBSCRIBED';
}
button.unsubscribe-button:hover:after {
    background-color: #798b92;
    content: 'UNSUBSCRIBE';
}
button.unsubscribe-button:hover{
    background-color: #798b92;
    width: 211px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    height: 40px;
    margin-top: -11px;
    cursor: pointer;
}
.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;
}
.created-holder a {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
@media screen and (max-width: 850px) {
    .videoHorizontalItem .image,
    .discription-holder,
    .videoHorizontalItem .videoname_linkdiv{
        width: 100%;
        padding: 0px;
    }
    .channel_holder{
        padding: 0px 15px;
    }
    .subscribe-button-holder button.subscribe-button{
        width: 94px;
        font-size: 12px;
        height: 28px;
        margin-top: 0px;
    }
    .subscribe-button:after {
        content: 'SUBSCRIBE';
    }
    .subscribe-button-holder button.unsubscribe-button{
        width: 94px;
        font-size: 12px;
        color: #ffffff;
        height: 28px;
        margin-top: 0px;
    }
    .unsubscribe-button:after {
        content: 'SUBSCRIBED';
    }
    button.unsubscribe-button:hover, button.unsubscribe-button:hover:after {
        content: 'UNSUBSCRIBE';
        background-color: #798b92;
    }
}
.videos_holder .videoItem:nth-child(4n){
    margin-right: 0px;
}
.videos_holder .videoItem:not(:nth-child(4n)){
    margin-right: 15px;
}
.videos_holder .videoItem{
    width: calc(25% - 15px);
}
.support{
    font-family: Helvetica,Arial,sans-serif;
    color: #404041;
    font-size: 14px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.noticeBox{
    min-height: 37px;
    background-color: #fffeed;
    border: solid 1px #e9e7c9;
    font-size: 12px;
    font-weight: bold;
    color: #9b9b9b;
    padding: 11px 15px;
    text-align: center;
    margin-top: 25px;
    box-sizing: border-box;
    font-family: Helvetica,Arial,sans-serif;
  }
.products{
    width: 858px;
    margin: 0 auto;
    overflow: hidden;
}
.product{
    width: 264px;
    height: 391px;
    border: solid 1px #979797;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
.product:hover {
    border-color: #415b76;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.product .thumb{
    height: 262px;
    background-color: #f4f4f4;
    background-size: cover;
    background-position: center;
    border-bottom: solid 1px #f4f4f4;
}
.product .info{
    padding: 20px 10px;
}
.product .info .name{
    margin-bottom: 10px;
    font-weight: bold;
}

.giveaway_link{
    text-align: center;
    font-size: 50px;
    margin-top: 150px;
    margin-bottom: 300px;
}

@media screen and (max-width: 898px) {
    .products{
        width: 572px;
    }
}

@media screen and (max-width: 768px) {
    .channel-tab-holder a{
        margin-right: 20px;
    }
    .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;
    }
    .videos_holder .videoItem{
        width: calc(33.33% - 15px);
    }
    .channel_holder{
        padding: 0px 15px;
    }

    .videos_holder .videoItem:nth-child(3n){
        margin-right: 0px;
    }
    .videos_holder .videoItem:not(:nth-child(3n)){
        margin-right: 15px;
    }
}
@media screen and (max-width: 600px) {
    .tab{
        display: inline-flex;
        margin-top: 26px;
    }
    .subscribe-button-holder{
        position: relative;
    }
    .videos_holder .videoItem{
        width: calc(50% - 15px);
    }
    .channel_holder{
        padding: 0px 15px;
    }

    .videos_holder .videoItem:nth-child(2n){
        margin-right: 0px;
    }
    .videos_holder .videoItem:not(:nth-child(2n)){
        margin-right: 15px;
    }
}
@media screen and (max-width: 592px) {
    .products{
        width: 264px;
    }

    .products .product{
        margin-left: 0px;
    }
}
@media only screen and (min-width: 545px) and (max-width: 596px) {
    .channel-tab-holder div.tab {
        display: inline-flex;
    }

}
@media screen and (max-width: 502px) {
    .divHeader {
            min-height: 236px;
    }
    .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: 352px) {
    .divHeader {
        height: 286px;
    }
    .channel_holder{
        padding: 0px 15px;
    }
}