
@media screen and (max-device-width:  979px), screen and (max-width:  979px) {
     
    /* Footer */
    #footer .main-footer .grid_3{
        width: 48%;
    }
    #footer .footer-menu > ul{
        float: left;
        width: 50%;
    }
    #footer .footer-menu > ul:first-child{
        width: 50%;
    }
    #footer .site-copyright{
        padding-top: 40px;
    }
}

@media screen and (max-device-width:  767px), screen and (max-width:  767px) {
	 

}
@media screen and (max-device-width:  480px), screen and (max-width:  480px) {
    
    #footer .main-footer .grid_3{
        width: 98%;
    }
    #footer .copyright{
        text-align: center;
    }
    #footer .logo-footer{
        position: static;
    }
    #footer .term-privacy{
        position: static;
        padding: 20px 0;
    }
    #footer .site-copyright{
        padding: 0;
    }
 
}

 
