#bottomMenu{
    width: 100%;
    height: 85px;
    background-color: #7584be;
    color:white;
}

#bottomMenu .left {
    width:49%;
    padding:1%;
}

#bottomMenu .right {
    width:49%;
    padding:1%;
}

#bottomMenu a, #bottomMenu a:hover, #bottomMenu p{
    color:white;
}

.list-item-footer li{
	color:white;
}

#skip_to_topMenu{
    width: 100%;
    height: 50px;
    background-color: #3E49A4;
    padding-left: 1%;
}
.skip{
    width:33%;
    float:left;
    line-height:50px;
}
.skip a,.skip a:hover{
    color:white !important;
    text-decoration:none !important;
}
.skip i{
    vertical-align: sub;
    font-size: 150%;
    padding-left: 1%;
}
.bottom-copyright p{
    width:66%;
    float:left;
    font-size:80%;
    color:white;
}

.list-item-footer{
    border-left: 1px solid #FFF;
    padding-left:2%;
    float:right;
}
.list-item-footer li{
    display: list-item;
}
.community-icon{
    float:right;
}


/* Stili per Smartphone */
@media 
only screen and (min-width: 0px) and (max-width: 480px),
only screen and (min-width: 480px) and (max-width: 681px){

	.list-item-footer{
		float:left;
	}
	
	.community-icon{
		display:none;
	}
	
	.list-item-footer li {
    	display: list-item;
    	margin-top: 1em;
	}
}