/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 23, 2015, 12:13:16 PM
    Author     : nmi pjsangat
*/

body{background:#262729}
#leaderboard, #dog_ear{/*width:100%;background-color: #333;*/ padding:.5% 0 .5% 0;}
#videos_main_container{margin-top:5px;background:#2C2D2F; position: relative;}

#videos_container{
    /*        -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;*/
}
#video_preview_container{
    height: 100%;
    background-color: #151515;
    position: relative;
    /*        -webkit-transition: width 1s;
            -moz-transition: width 1s;
            -ms-transition: width 1s;
            -o-transition: width 1s;*/
}
#video_preview {
    position: fixed;
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;*/
    width: 360px;
    height: 100%;
    padding: 0 0 60px 4px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#video_preview::-webkit-scrollbar {
    display: none;
}

.video_inactive{
    display: none;
}
.fixed{
    position: fixed;
    top: 41px;
}

#leaderboard {
    padding: .5% 0px;
    height: 105px;
    width: 100% !important;
    text-align: center;
}

.ad_label2 {
    width: 13px;
    display: inline-block;
    height: 85px;
}

.ad_label2 img {
    /*display: inline-block;
    width: 20px;*/
    float: left;
}

#leaderboard .dfp_ad{
    display: inline-block;
}

#cross_sell_drawer.toggled{
    right: 325px !important;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.description{
    font-size: 18px; 
    line-height:19px;
}

.keywords{
    margin-top: 20px;
    font-size: 14px; 
    line-height:19px;
    color: #737373;
    text-align: left;
}

.keywords a{
    color: #737373;
}

.keywords a:hover{
    color: #ffffff;
}
@media (min-width: 1200px){
  #cross_sell_drawer.toggled{
    right: 349px !important;
  }
}

#cross_sell_drawer{
    width: 30px;
    height: 100%;
    position: fixed;
    right: 0px;
    z-index: 3;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.cross_sell_drawer_button{
    width: 30px;
    height: 182px;
    background-color: #cc0001;
    font-size: 16px;
    position: relative;
    color: #fff;
    border-radius: 6px 0px 0px 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: pointer;
    display: block;
}

.cross_sell_drawer_button_text{
    width: 16px;
    margin: auto;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;


}

div#ticker {
    color: white !important;
}

#ticker a {
    color: white !important;
}
#videos_nav_bar, #videos_container{
    margin: 0px 55px;
}

.ticker_holder{
    color:#fff
}

#mobile_dot_nav_container{
    display: block;
    text-align: right;
    position: relative;
    height: 45px;
}
#mobile_dot_nav{
    height: 45px;
    width: 30px;
    /*border: 1px solid #2C2D2F;*/
    float: right;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    color: white;
    font-size: 22px;
}
#video_breadcrumbs{
  width: 100%;
  margin-top: 10px;
  display: none;

}
#video_breadcrumbs p{
  color: white;
  font-family: "Ubuntu Condensed";
  font-size: 18px;
  font-weight: bold;
}
  #video_breadcrumbs p:nth-child(2){
  font-size: 24px;
}
#video_section_navbar.list-group.hidden{
    transition: height 2s;
    -webkit-transition: height 2s;
    display: none;
    height: 0px;
}
#video_section_navbar.list-group{
    background: transparent;
    margin: 0;
    box-shadow: none;
    transition: height 2;
    -webkit-transition: height 2s;
    height: auto;

}
/* Sec navbar button */
.list-group-item{
    background-color: #262729;
    color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    min-height: 36px;
}
.list-group-submenu .list-group-item{
    background: #2C2D2F;
    border: 1px solid #262729;
    color: #fff;
    padding: 10px 5px 10px 30px;
}
.mobcontrol{
    background-color: #262729 !important;
}
.mobleft{
    color: #fff;
}
.mobright{
    color: white;
}

.ima-preview-loading {
    min-height:286px;
    background-color: black;
}

.ima-preview-loading .spinner {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%; width: 50px;
    height: 50px;
    animation: imapreviewspin 1s linear infinite; margin: 50px auto;
}

@keyframes imapreviewspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ckn-img-holder.npc-seal img {
    padding: 4px;
}

.ckn-container .ckn-details {
    padding-left: unset;
}

/****************************** MOBILE ***********************************/
@media (max-width: 768px){

    .ckn-img-holder.npc-seal {
        width: 20% !important;
    }

    .ckn-img-holder.npc-seal img {
        max-width: unset !important;
        top: unset !important;
        transform: unset !important;
        width: 76% !important;
        padding: unset !important;
    }

    .ckn-details {
        width: 80% !important;
        text-align: unset !important;
    }    
}

@media (max-width: 767px){
    .videos_main_container{
        margin: 0px;
        width: 100%;
    }
    #videos_nav_bar{
        margin: 0px !important;
        width: 100%;
    }
    #videos_container{
        margin: 0px !important;
    }
    #cross_sell_drawer{
        right: -5px;
    }
    #videos_main_container .grid_option{
        margin: 20px 0px 0px;
    }

    #leaderboard{
        display: none;
    }
    .feat_vid_thumb{
        width: 100% !important;
    }
    #cross_sell_drawer{
        right: -5px;
    }
    .cross_sell_drawer_button{
        height: 50px;
        width: 25px;
        right: -5px;
    }
    .cross_sell_drawer_button_text{
        height: 14px;
        word-break: break-all;
        line-height: 13px;
        text-align: center;
        font-size: 12px;
        width: 10px;
    }
    #videos_nav_bar, #videos_container{
        padding: 0px;
    }
    .collapsing, .collapse{
        left: 0px !important;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    #videos_nav_bar, #videos_container{
        padding: 0px  !important;
        margin: 0px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    #videos_nav_bar, #videos_container{
        padding: 0px !important;
        margin: 0px !important;
    }
    div#dog_ear {
        width: 220px;
    }
    #leaderboard, #dog_ear {
        padding: .5% 0 0 0;
        margin-left: 0 !important;
    }
}
@media (min-width: 1200px){
    .list-group-item-div{
        float: left;
    }
    .list-group-item:first-child, .list-group-item:last-child{
        border-radius: 0px;
    }
    .list-group-item{
        float: left;
        padding: 6px 11px;
    }
    .list-group-submenu{
        position: absolute;
        z-index: 3;
        max-height: 300px;
        min-width: 150px;
        overflow-y: hidden !important;
        overflow-x: hidden;
        margin-top: 42px;
        cursor: pointer;
    }
    .list-group-submenu:hover{
        overflow-y: auto !important;
    }
    .list-group-submenu .list-group-item{
        padding: 5px 10px 5px 30px;
        float: none;
    }
    .list-group-item:hover{
        color: #fff;
        text-decoration: none;
        border-bottom: 3px solid #cc0001;
    }
    .list-group{
        padding-left: 116px;
        display: block;
    }
    #video_section_navbar.list-group.hidden{
        display: block !important;
        visibility: visible !important;
        height: auto;
        padding-top: 15px;
    }
    #mobile_dot_nav_container{
        display:none;
    }


}

@media (max-width: 1200px){
  #video_breadcrumbs{
    display: block;
  }
}
@media (max-width: 992px){
  #video_section_navbar{
    height: 370px !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .list-group-submenu{
      width: 100% !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .video .list-group-item{
        padding: 6px 5px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome,.video .list-group-item{
        padding: 6px 5px;
    }
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .video .list-group-item{
            padding: 6px 5px;
        }
    }
}
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    .video .list-group-item{
        padding: 6px 5px;
    }
}