@media (min-width: 1200px) {
    .sticky-stats {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999;
        background-color: #FF0827;
        font-size: 12px;
        padding: 4px;
        border-top-left-radius: 5px;
    }
    
    .sticky-stats a, .sticky-stats a:hover {
        color: #fff;
    }
}





@media (min-width: 992px) {
    .container{
        width: 940px;
    }
    
    
    
    
    
    /* header sticky block */
    header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    header.sticky * {
        transition: all 0.2s ease 0s;
    }

    header.sticky .header-top-block .left-col,
    header.sticky .header-top-block .right-col {
        padding-top: 2px;
        padding-bottom: 0;
    }

    header.sticky .header-top-block .left-col .links {
        margin-top: 4px;
        margin-bottom: 0;
    }
    
    
    header.sticky .header-top-block .logo {
        height: 5px;
    }
    
    header.sticky .header-top-block .logo img {
        position: absolute;
        z-index: 9999;
        top: 1px;
        left: 50%;
        margin-left: -40px;
        width: 80px;
        transition: none;
    }
    
    header.sticky .navbar {
        min-height: 0;
    }
    
    header.sticky .navbar-nav > li > a {
        padding: 5px 15px;
    }
    
    
    
    
    
    /* menu block */
    .menu-top-20 + .menu-adsense {
        margin-top: 900px;
    }
}