@media screen and (max-width: 568px)
{ 
    /**********************************************/
    /* detail - slick nav bar */
    /**********************************************/     
    
    .slider-nav 
    {
        width: 70%;
    }


    
    /**********************************************/
    /* footer */
    /**********************************************/  
    
    .wrapFooterSocial .wrapFoooterIcons
    {
        width: 50%;
    }
    
        .wrapFooterSocial .wrapFooterIconAnchor:nth-child(3n) 
        {
            margin-right: 0;
        }     
        

        .wrapFooterSocial .wrapFooterIconAnchor:nth-child(n+4)
        {
            margin-top: 10px;
        }        
        
        
        
    /**********************************************/      
    /* poptávkový formulář */
    /**********************************************/      
    
    .wrapInquireContent .wrapInputFilter, .wrapInquireContent .wrapTextarea .butSearch
    {
        width: 100%;
    }    
    
    .wrapInquireContent .boxInputFilter 
    {
        width: 100%;
        margin: 0;
    }    
    
    .wrapInquireContent .wrapInputFilter:nth-child(2n) .boxInputFilter
    {
        margin: 0;
    }
    
    .wrapInquireList .wrapProduct .wrapInquireDescription:nth-child(1)
    {
        width: 40%;
    }    
    
    .wrapInquireList .wrapProduct .wrapInquireDescription:nth-child(2)
    {
        width: 60%;
    }    


    /**********************************************/
    /* about - we sell... */
    /**********************************************/   
    
    .boxSs 
    {
        max-width: 65%;
    }

    .boxSs span.boxAboutMotto
    {
        font-size: 180%;
    }  
}