/*------------------------------
## Ulisse v1
 */

.Footer-logo .custom-logo-link > img{
	max-height: 75px;
	width: auto;
}

.Megamenu--top{
	background-color: transparent !important;
}

.Megamenu--top .Megamenu-item>a{
	font-size: 1.4rem !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: white;
	font-weight: 300!important;
	text-decoration: none!important;
}
.u-news .vc_clearfix.vc_pageable-slide-wrapper{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
	margin: 0 -1.6rem;
	-webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.u-news-card {
    margin: 5px 10px;
	    
}

