@import url(https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin,latin-ext);

#top_menu span.inline-block, #top_menu .hidden-sm.hidden-md.inline-block {
    display: inline-block !important;
}

html h1.main-category-title img {
    max-height: 43px;
    vertical-align: text-top;
}

#admin_menu1 .nav > li > a > i {display:none}

.col-sm-3 [href*="/Niewidoczna"],
.col-sm-3 [href*="/Main"],
.col-sm-3 [href*="/Hidden"] {display:none}


li[id="9919"] ul.category-main-articles > li:nth-child(2) {display:none}

#single_help ol {
        counter-reset:myCounter;
        margin-left:0;
        padding-left:5px;
        color: rgb(100,100,100);
      }

       #single_help ol li {
        position: relative;
        padding-left: 3em;
        margin: 0.45em 0;
        list-style: none;
        line-height: 1.8em;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
      }

    

       #single_help ol li:before {
        content:counter(myCounter);
        counter-increment:myCounter;
        position:absolute;
        top:0;
        left:0;
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
        padding:0px;
        color:#fff;
        background:#2980b9;
        font-weight:bold;
        text-align:center;
        border-radius: .9em;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

   

       #single_help ol li li:before{
        background-color: #3498db;
      }

       #single_help ol li:after {
        position: absolute;
        top: 2.1em;
        left: 0.9em;
        width: 2px;
        height: calc(100% - 2em);
        content: '';
        background-color: rgb(203, 203, 203);
        z-index: 0;
      }

    

       #single_help ol li li {
        font-size: 0.8em;
      }
