.no-white-spaces {
    white-space: normal !important;
}

.full-site .ui-icon-custom {
	background-image: url("/img/full-site.png");
	background-position: 0 3px;
	background-size: 100%;
    background-color: transparent; 
    border-radius: 0 0 0 0;
    box-shadow: none !important;    
}

.logo-inside {
    display: block;
    text-align: center;
}

.logo img{
    width: 100%;
}

#language-ita .ui-icon-custom {
	background-image: url("/img/ita.png") !important;
	background-position: 0 1px;
	background-size: 100%;
    background-color: transparent; 
    border-radius: 0 0 0 0;
    box-shadow: none !important; 
    border:none !important;   
}

#language-eng .ui-icon-custom {
	background-image: url("/img/eng.png") !important;
	background-position: 0 1px;
	background-size: 100%;
    background-color: transparent; 
    border-radius: 0 0 0 0;
    box-shadow: none !important;
    border:none !important;    
}

#language-fra .ui-icon-custom {
	background-image: url("/img/fra.png") !important;
	background-position: 0 1px;
	background-size: 100%;
    background-color: transparent; 
    border-radius: 0 0 0 0;
    box-shadow: none !important;
    border:none !important;    
}


#language-esp .ui-icon-custom {
	background-image: url("/img/esp.png") !important;
	background-position: 0 1px;
	background-size: 100%;
    background-color: transparent; 
    border-radius: 0 0 0 0;
    box-shadow: none !important;
    border:none !important;    
}

.blu {
    color: #1964AE !important;
}

h2 {
    margin-top: 8px !important;
}

figure {
    display: block;
    margin: 0;
}

figure img {
    display: block;
    width: 100%;
}

.ui-li-divider {
    padding: 12px 15px !important;
}