.nav_lists{
    width: 1000px;
    display: table;
    margin: 10px auto;
  
}

.nav_list_column{
    display: table-cell;
    text-align:left;
}

.nav_list_column ul{
    padding-left: 0;
    margin-top: 0;
    text-align:left;
}

.nav_list_column ul li{
    clear:left;
    float:left;
    width: 90%;
    list-style: none outside none;
    line-height: 130%;
}

.przycisk{
 margin-left:50%;
}

.bottom-gradient{
   
    position: absolute;
    height: 130px;
    left: 0;
    bottom: 0;
    opacity:1!important;
/*background-image: linear-gradient(to bottom, rgba(228, 231, 237, 0) 0%, rgb(228, 231, 237) 100%);*/
/*    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3)100%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3)100%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3)100%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3)100%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 80%,rgba(0,0,0,0.3)100%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );*/


}
.opacityfull{
    opacity:1!important;
}



@media all and (max-width: 768px) {
    .nav_lists{
        display:none;
    }
    
   
    .right{
	display:inline;
    }
    
    
    .nav_list_column{
    display: table-row!important;
    text-align:left;
}

    
}




@media all and (max-width: 1000px) {
   
    .nav_lists{
    width: 90%!important;
    display: table;
    margin: 10px auto;
  
}
    

    
    
}