.custom_jedi {
    margin-top: 50px;
    background-color: red;
    padding: 20px;
}

.custom_trasparenza {
  	background: rgb(252,255,244);
	background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(233,233,206,1) 100%);
	background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(233,233,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e9e9ce',GradientType=0 );
    margin-bottom: -40px;
    margin-top: -40px;
    opacity: 0.6;
    padding: 77px;
}#sp-page-builder .page-content .sppb-section {    margin-top: 0px;}

.sp-megamenu-wrapper {
    margin: 0 0 0 10%;
}
.uk-overlay > :first-child {
    background: rgb(0,0,0, .3) !important;
}