/*
 * css per la toolbar.
 *
 * Copyright (C) 2016 Cleviria SRL - Giuseppe ing. Grosso
 */

    body .footer .footer-container
    {
		padding		: 60px 0px  20px 0px;
		text-align	: center;
    }


    body .footer .footer-container .span-container
    {
		display		: inline-block;
    	margin-right: 50px; 
    	vertical-align: top;
    	padding-bottom: 46px;
    }
    body .footer .footer-container .span-container > *,
    body .footer .footer-container .span-container a > h3
    {
    	line-height: 1.5;
	}    
    body .footer .footer-container .span-container .social
    {
		display		: inline-block;
		background-repeat: no-repeat;
    	width		: 24px;  
    	height		: 24px;
    	margin-right: 10px;  
    }
	body footer .copyright *
	{
	    font-size: 12px;
	}    
	body footer .copyright .inline
	{
	    margin: 0px 3px;
	}    

    body .footer .footer-container .span-container li,
    body .footer .footer-container .copyright li
    {
	    list-style-type: none;
    }
    
 
    body .footer .footer-container .copyright li:hover.hovered
    {
	    color	: rgb(228, 0, 58);
    }
    
    body .footer .footer-container .copyright
    {
    	text-align: center;
    }
    body .footer .footer-container .copyright li
    {
	    text-align: center;
    }
    body .footer .footer-container .span-container li.inline,
    body .footer .footer-container .copyright li.inline
    {
	    display: inline-block;
    }
    body .footer .footer-container .span-container .social_logo
    {
    	width		: 24px;  
    	height		: 24px;
    	margin-left	: 5px;
    	margin-right: 5px;
	}
    




/* mobile: tablet */
@media all and (max-width: 1024px)
{
    body .footer .footer-container .span-container
    {
    	margin-right: 20px; 
	}    
	
	body .footer .footer-container {
		padding: 60px 0px 20px 60px;
		text-align: left;
	}
}


/* mobile: smartphone */
@media all and (max-width: 600px)
{
	body .footer .footer-container 
	{
	    text-align: left;
	    padding: 60px 30px 20px 30px;
	}	
}