﻿



#pull {
    display: none;
  
}
@media screen and (max-width: 768px) {
    a#pull {
        display: block;
        width: 100%;
        position: relative;
        color: white;
        height: 15px;
        
        text-decoration: none;
        text-align: left;
        padding-bottom: 10px;
        padding-top:5px;
        background-color: #242424;
    }

     a#pull:after {
            content: "";
            background: url('/images/nav-icon.png') no-repeat;
            width: 20px;
            height: 20px;
            display: inline-block;
            position: absolute;
            right: 10px;
            top: 5px;
    }
    #top-menu-blok {
        background: none;
        background-color: #242424;
        
    }
        #top-menu-blok #top-menu {
        
            table-layout:unset;
            width:100%;
        }
        #top-menu-blok #top-menu {
            display: none;
            background: none;
            background-color: #242424;
        }

        #top-menu li {
            float: none;
            border-bottom:2px solid black;padding:0;
           
        }
            #top-menu li a {
                width: 100%;
                display: block;
            }  
    }