@media all and (min-width:1px) 
{
    #footer_container 
    { 
        box-sizing: border-box;
        clear: both;
        float: left;
        width: 100%;
        background: #EAEAEA;
        

        color: #444444;
        box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.2);
        border-top: 1px solid #CCC;
    }
    #footer_menu_container 
    { 
        box-sizing: border-box;
        clear: both;
        float: left;
        width: 100%;
        padding: 10px 0 0 0;   
        max-width: 1400px;
        margin: 0 auto 40px auto;     
    }
    #footer_menu 
    { 
        clear: both;
        float: left;
        display: flex;
        flex-direction: row;;
        flex-wrap: wrap;
        justify-content: space-around;
        
        width: 100%;
        padding: 0 20px 0 20px;
        margin: 0;
        box-sizing: border-box;
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none;
    }
    #footer_menu > li 
    { 
        clear: both;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0px 10px 0;
        font-family: "Manrope", Arial, sans-serif;
        color: #444444;
        text-align: left;
    }

    .footerp3 > a 
    { 
        font-family: "Manrope", Arial, sans-serif;
        color: #444444;
    }
    
    .footerp1 
    { 
        clear: both; 
        float: left;
        width: 100%;
        text-align: center; 
    }
    .footerp2 
    { 
        clear: both; 
        float: left; 
        font-family: "Manrope", Arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        box-sizing: border-box;
        padding: 0px 0px 4px 0;
        width: 100%;
        text-align: center;
    }
    .footerp3 
    { 
        clear: both; 
        float: left; 
        font-family: "Manrope", Arial, sans-serif;
        font-weight: normal;
        font-size: 18px;
        box-sizing: border-box;
        padding: 4px 0px 4px 0;
        width: 100%;
        text-align: center;
    }
    
}

@media all and (min-width:340px) 
{
    
    
}

@media all and (min-width:480px) 
{
    
    
}

@media all and (min-width:600px) 
{

    #footer_container 
    { 
        box-sizing: border-box;
        clear: both;
        float: left;
        width: 100%;
        background: #EAEAEA;
        
    }
    #footer_menu_container 
    { 
        box-sizing: border-box;
        clear: both;
        float: left;
        width: 100%;        
    }
    #footer_menu 
    { 
        clear: both;
        float: left;
        width: 100%;
        padding: 0 20px 0 20px;
        margin: 0;
        box-sizing: border-box;
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none;
    }
    #footer_menu > li 
    { 
        clear: none;
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 10px 0px 10px 0;
        font-family: "Manrope", Arial, sans-serif;
    }
    
    .footerp1 
    { 
        clear: both; 
        float: left; 
    }
    .footerp2 
    { 
        clear: both; 
        float: left; 
        font-family: "Manrope", Arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        box-sizing: border-box;
        padding: 0px 0px 10px 0;
    }
    .footerp3 
    { 
        clear: both; 
        float: left; 
        font-family: "Manrope", Arial, sans-serif;
        font-weight: normal;
        font-size: 18px;
        box-sizing: border-box;
        padding: 4px 0px 10px 0;
    }
    
}

@media all and (min-width:768px) 
{
    
    
}

@media all and (min-width:1024px) 
{
    #footer_container 
    { 
        box-sizing: border-box;
        clear: both;
        float: left;
        width: 100%;        
        background: #EAEAEA;
        
    }
    #footer_menu_container 
    { 
        box-sizing: border-box;
        clear: both;
        float: none;
        width: 100%; 
        max-width: 1400px;
        margin: 0 auto 0 auto;       
    }
    #footer_menu 
    { 
        clear: both;
        width: 100%;
        padding: 0 20px 0 20px;
        margin: 0;
        box-sizing: border-box;
        list-style-type: none;
        list-style-position: inside;
        list-style-image: none;
    }
    #footer_menu > li 
    { 
        clear: none;
        float: left;
        width: 25%;
        box-sizing: border-box;
        padding: 10px 0px 10px 0;
        font-family: "Manrope", Arial, sans-serif;
    }
    
    .footerp1 
    { 
        clear: both; 
        float: left; 
    }
    .footerp2 
    { 
        clear: both; 
        float: left; 
        font-family: "Manrope", Arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        box-sizing: border-box;
        padding: 0px 0px 10px 0;
    }
    .footerp3 
    { 
        clear: both; 
        float: left; 
        font-family: "Manrope", Arial, sans-serif;
        font-weight: normal;
        font-size: 18px;
        box-sizing: border-box;
        padding: 4px 0px 10px 0;
    }
}





