
#ajax_proodukty_lista
{
    transition: all 2s ease; 
}

.produktfull .prodfoto
{
    height:570px;
}

.listaprod .listproditem
{
    overflow:hidden;
    transition: height 0.5s; 
}

.listaprod .listproditem.closed
{
    height:0px;
    border:none;
}

.listaprod .ajax_content.lista_ajax_content
{
    overflow:Hidden;
    max-height:0px;
    transition: max-height 1s; 
    transition-delay: 0.5s;
}

.listaprod .ajax_content.lista_ajax_content.opened
{
    max-height:2000px; 
}

.listaprod .ajax_content.grid_ajax_content
{
    max-height:0px;
    transition: max-height 1s; 
    overflow:Hidden;
    position:absolute;
/*    left:20px;
    right:20px;*/
    left:20px;
    right:20px;
    z-index:9999;
    background:#f3f3f3;

    
/*    position:fixed;
    top:0px;*/
}

.listaprod .ajax_content.grid_ajax_content.opened
{
    max-height:2000px;
}




.listaprod .ajax_content.grid_ajax_content .centerblock
{
    width:1360px;
    margin:0px auto;

    overflow:hidden;
}

.listaprod .ajax_content.grid_ajax_content .centerblock .prodfoto
{

}

.informawrap .informaitem
{
    overflow:hidden;
    transition: height 0.5s; 
}

.informawrap .informaitem.closed
{

    height:0px;
    border:none;
}

.informawrap .ajax_content
{
    overflow:Hidden;
    max-height:0px;
    transition: max-height 1s; 
    transition-delay: 0.5s;
}

.informawrap .ajax_content.opened
{
    max-height:2000px; 
}

.preloader
{
    width:50%;
    height:5px;
    background:#fff;
    margin:100px auto;
}

.preloader .line
{
    height:100%;
    width:0%;
    background:red;
    transition: width 2s; 
}

.preloader.started .line
{
    width:100%;
}