#shareme .fb-like {
  z-index: 9999;
}
 .size-suspender .clst li {
 line-height: 14px;
 }
/**
*   live widget
*/
#ul-d24-live-preview {
    display:inline-block;
    width: 165px;
    z-index: 99999;
}
.dg24-wdgt.dg24-live-preview .wdgt-content .wdgt-body .live-wrapper {
    padding: 0;
    height: 46px;
    display: block;
}
.dg24-wdgt.dg24-live-preview {
    margin: 15px 0px;
}
.dg24-wdgt.dg24-live-preview .wdgt-content .wdgt-body .live-wrapper {
 padding-left:0;   
}
.dg24-wdgt.dg24-live-preview .wdgt-body {
    width: 290px;
    display: block;
    margin: 0 auto;
    background-color: #000;
}
.dg24-wdgt.dg24-live-preview .wdgt-content .wdgt-body .feedtabs ul {
    border-radius: 0!important;
    background-color: #000 !important;
    background-image: none;    
    padding-top: 10px;
    padding-left: 22px;
}
.dg24-wdgt.dg24-live-preview .first-element {
    font-size: 18px !important;
    font-weight:bold;
}
.dg24-wdgt.dg24-live-preview .wdgt-content .wdgt-body .feedtabs ul li a.active {
    color: #fff;   
}
.dg24-wdgt.dg24-live-preview .wdgt-content .wdgt-body .feedtabs ul li a {
    color: #fff;  
    font-size: 15px;
    line-height:26px;   
}

.dg24-wdgt.dg24-live-preview .play-button {
    display: inline-block;
    background-color: #6D33F3;
    padding: 0px 10px;
    font-size: 33px;
    color: #fff;
}
.dg24-wdgt.dg24-live-preview .first-element .fa {
    float: right;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 24px;   
}
@media only screen and (min-width: 1250px) {
    .dg24-wdgt.dg24-live-preview .wdgt-content .wdgt-body .feedtabs ul {
        width: 215px !important;   
    }
}
@media only screen and (max-width: 1149px) {
    .recomandations-sidebar-banner,
    .right-sidebar-layout1,
    .main-news-container .dg24-sidebar,
    .main-news-container .dg24-live-preview {
        display:none;
    }  
}

/**
*   popular articles
*/
#dg24PopularNews h3 {
    color: #2e2e2e;
    font-family: 'Futura Today Bold',Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
#dg24PopularNews .news-list-item {
   padding: 0 5px; 
}
#dg24PopularNews .news-item-meta {
    font-style: italic;
    color: #a1a1a1;
    font-size: 12px;
    margin-top: 4px !important;
}
#dg24PopularNews .news-list li a {
    font-size:12px;
    padding: 8px 0;
}

#dg24PopularNews .news-list .news-item-title,
#dg24PopularNews .news-list .news-item-meta{
    margin: 0;
}
#dg24PopularNews .news-list .news-item-title {
    max-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
}

#dg24PopularNews .more-popular-news {
    text-align: center;
    font-style: italic;
    font-size: 13px;
    margin-top: 10px;
}
#dg24PopularNews .wdgt-body {
    width: 237px !important;
}

@media only screen and (min-width: 1250px) {
    #dg24PopularNews .wdgt-body  {
        width: 290px !important;
        margin: 0 auto;
    }
  #dg24PopularNews .news-list li .news-item-title {
    width: 100% !important;
    padding:0;
  }
  #dg24PopularNews .news-list-item {
    padding-left: 0;   
  }
}

/**
* recomandations
*/
.editor-recomandations {
    position:relative;
    margin-bottom: 20px;
}
.recomandations {
    color:#2e2e2e;
    
    letter-spacing: 1px;
    font-family: 'Futura Today Bold',Arial,sans-serif;
    font-size: 13px !important;
    text-transform: uppercase;
    border-bottom: 5px solid #763bcc;
    width: 220px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 2px;
}
.recomandations-sidebar {
    margin-top:38px;  
}
.recomandations-sidebar-banner {
    width: 300px;
    margin:0 auto;
}

/**
* social share
*/
#social-buttons {
    margin: -10px 0 0 0;
    position: fixed;
    z-index:99999;
    top:200px;
    right:0;
}
#social-buttons ul {
    list-style: none;
}
#social-buttons ul li{
    position: relative;
    width: 40px;
    height:40px;
    display:block;
    text-align:center;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
#social-buttons li a,
#social-buttons button{
    position:absolute;
    top:0;
    right:0;
    width:40px;
}
#social-buttons li:hover a,
#social-buttons li:hover button
{
    background: #fefefe;
    width: 50px;
    padding-left: 5px;
    padding-right:5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#social-buttons ul li {
    margin-top: 8px;
}
#social-buttons ul li i ,
#social-buttons ul button i {
    font-size: 25px;
    padding: 8px 8px 8px 4px;
}

#social-buttons li a,
#social-buttons li button{color: #fff}

#social-buttons .facebook{background: #4b699e}
#social-buttons .facebook:hover {background: #fefefe}
#social-buttons .facebook:hover a{color: #4b699e;border-left:1px solid #4b699e}

#social-buttons .twitter {background: #55acee}
#social-buttons .twitter:hover {background: #fefefe}
#social-buttons .twitter:hover a {color: #55acee;border-left:1px solid #55acee}

#social-buttons .rss {background: #FF7F00}
#social-buttons .rss:hover {background: #fefefe}
#social-buttons .rss:hover a{color: #FF7F00;border-left:1px solid #FF7F00}

#social-buttons .gplus {background: #d05d46}
#social-buttons .gplus:hover {background: #fefefe}
#social-buttons .gplus:hover a {color: #d05d46;border-left: 1px solid #d05d46}

#social-buttons .newsletter-subscribe,
#social-buttons .newsletter-subscribe button{background: #3B9883;border:none;box-sizing:content-box;padding:0}
#social-buttons .newsletter-subscribe:hover{background: #fefefe}
#social-buttons .newsletter-subscribe:hover button{background: #fefefe;border-left: 1px solid #3B9883}
#social-buttons .newsletter-subscribe:hover button i{color: #3B9883}
/*
* end social share
*/
.right-sidebar-zone-1 {
 height: 520px;
}

.layout-zone-1 {
    margin-bottom: 45px;
    position:relative;
}
.layout-zone-1 .size-well {
    width: auto !important;
    padding-bottom: 5px;
}
.left-sidebar-zone-1 {
    height: 527px;
}
.right-sidebar-layout1 #dg24CardDigisportCross {
    padding-top: 5px
}
/**
*   slider lejer
*/
#slider_articles{
   display:block;
   width:1000px;
}
#slider_articles .item{
   width:180px;
   color: #FFF;
   text-align: left;
   color:#222222;
}
img.image-slide {
   width: 100%;
   height: 120px;
}
.item .description{
   padding-top:20px;
}
a.article-link{
   text-decoration:none;
   color: #222222;
}
a.article-link:hover{
   text-decoration: underline;
}

/**
*   Ad Server
*/

.adServer {
    text-align: center;
}

.adServer.meteo {
    margin-top: 15px;
}

.adServer.meteo_970x250{
    margin-top: 5px;
}

.adServer.home_728x90_1 {
    margin-top: 7px;
}

.adServer.home_728x90_2 {
    margin-top: 5px;
}

.adServer.home_728x90_1 > div,
.adServer.home_728x90_2 > div {
    margin: 0 auto;
}
.adServer.category_728x90_1 {
    margin: 5px 0;
}

.adServer.category_728x90_2 {
    float: left;
    margin-top: 10px;
}

.adserver.videoCategory_970x250 {
    margin: 5px 0;
    text-align: center;
}

.adServer.videoArticle_300x250 {
    position: absolute;
    top: 36px;
    right: 9px;
}
.adServer.videoArticle_728x90 > div {
    margin: 0 auto;
}

.adServer.videoArticle_728x90 {
    margin: 5px 0;
}   
.adServer.videoArticle_728x90 > div {
    margin: 0 auto;
}
    
.adServer.article_970x250 {
    margin-top: 5px;
}
.adServer.article_728x90_1 {
    margin: 5px 0;
}
    
.adServer.emisiuni_970x250 {
    margin: 5px 0 0 0;
}
    
.adServer.emisiuni_728x90 {
    margin-bottom: 5px;
}
.adServer.emisiuni_728x90 > div {
    margin: 0 auto;
}
    
.adServer.program_970x250 {
    margin-top: 5px;
}
    
.adServer.program_300x250_1 {
    margin-top: 2px;
    margin-left: -28px;

}
    
.adServer.programTv_728x90_2,
.adServer.programTv_728x90_1 > div {
    margin: 0 auto;
}
    
/* hook for categories */
.hero.headline_pack {
    width: 728px;
}
.hero-headline-list-pane {width: 308px}

.size-well {width: 728px}

#section_emisiuni .size-well {
    width: 841px;
}

/*
#section_emisiuni .size-well {
    width: 841px;
}
*/

#dg24CardDigisportCross span {
    text-indent: 0;
    background: none;
    line-height: 19px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 5px;
}
.dg24-dgsport2 .Wrap {
    background: none;
}
.dg24-dgsport2 .Body .item {
    margin-bottom: 17px;
}

@media only screen and (max-width: 1250px) {
    .adServer.sidebar_300x250_1,
    .adServer.sidebar_300_250_2 {
        display: none;
    }
}
    
@media only screen and (max-width: 1150px) {
    .adServer.article_300x250_1,
    .adServer.article_300x250_2 {
        display: none;
    }
    .adServer.emisiuni_970x250,
    .adServer.meteo_970x250,
    .adServer.program_970x250 {
        margin-top: 30px;
    }
}

.stationSelect {
    float: none !important;
}

.partialSliderRecomandari .featured-content-li:nth-child(n+5) {
    display: none;
}

.partialSliderRecomandari .featured-content,
.partialSliderRecomandari .size-bucket,
.size-well.partialSliderRecomandari {
    width: 720px;
}
    
.partialSliderRecomandari .featured-content-li {
    width: 180px;
}

#navbar .stiri-digi24-sport-euro_2016 span{
    background: #763bcc;
    color: #fff;
    text-shadow: 0 1px 0 #000;    
}


@media only screen and (min-width: 1150px) {
    .partialSliderRecomandari .featured-content,
    .partialSliderRecomandari .size-bucket,
    .size-well.partialSliderRecomandari {
        width: 960px;
    }
    .partialSliderRecomandari .featured-content-li {
        width: 193px;
    }
    .partialSliderRecomandari .featured-content-li a {
        padding: 0 30px;
    }
    #dg24ViewSlider .featured-content-li:nth-child(5) {
        display: block;
    }
}

@media only screen and (min-width: 1250px) {
    .dailyprogramContent {
        margin-left: 5px !important;
    }

    .partialSliderRecomandari .featured-content-li:nth-child(-n+4) {
        /*display: none;*/
    }

    .partialSliderRecomandari .featured-content,
    .partialSliderRecomandari .size-bucket,
    .size-well.partialSliderRecomandari {
        width: 1060px;
    }
    #dg24ViewSlider .featured-content-li:nth-child(6) {
        display: block;
    }
    .partialSliderRecomandari .featured-content-li {
        width: 176px;
    }
    .partialSliderRecomandari .featured-content-li a {
        padding: 0 25px;
    }
        
}

@media only screen and (max-width: 1250px) {
    .adServer.sidebar_300x250_1,
    .adServer.sidebar_300_250_2 {
        display: none;
    }
    .adServer.home_728x90_2 > div {
        margin-left: 0;
        margin-right: 0;
    }
    #navbar .nav-span {
        padding: 0 9px;
    }
}

@media only screen and (max-width: 1150px) {
    #navbar .nav-span {
        padding: 0 7px;
    }


    .adServer.article_300x250_1,
    .adServer.article_300x250_2 {
        display: none;
    }
    .adServer.emisiuni_970x250,
    .adServer.meteo_970x250,
    .adServer.program_970x250 {
        margin-top: 30px;
    }
}

/*Author article*/
    .authorMeta {
        padding: 10px 0;
        margin: 5px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
    .authorMeta .authorMetaImage {
        float: left;
        width: 70px;
    }
    
    .authorMeta .authorMetaImage img {
        width: 70px;
        height: 70px;        
    }

    .authorMeta .authorMetaData {
        float: left;
        width: 643px;
        margin-left: 15px;        
    }
    .authorMeta .authorMetaName {
        color: #0077C0;  
        font-size: 15px;
        font-weight: bold; 
        margin-bottom: 4px;
    }
    .authorMeta .authorMetaDescription {
        font-style: italic;
        font-size: 14px;    
    }     
/* Cross digisport */
.dg24-wdgt.dg24-promo.dg24-dgsport2 .wdgt-content .wdgt-body img {
    height: auto;
}