.vedifreccia:hover{
	text-decoration:none;
}
.vedifreccia::after{
  content:"";
  height:80px; /*adjust as needed*/
display:block;
margin-top:10px;
}
.vedifreccia:hover::after{
  background:url("/img/freccia.png") no-repeat;
}
.puntato li{
	margin-bottom:20px;
	list-style-image: url("/img/spunta.png");
	margin-left:20px;
}
.bordato{
	border-bottom: solid 1px #dcdcdc;
}
footer{
	border-top: solid 1px #dcdcdc;
}
.angolato{
	background-image:
    url(/img/angolo_sx.png), url(/img/angolo_dx.png);
  background-repeat: no-repeat, no-repeat;
  background-position:
    top left,
    bottom right;
	background-size:20% auto, 20% auto;
	padding-top:50px !important;
	padding-bottom:150px !important;
	border-top:solid 1px #dcdcdc; 
	
}
.sfocatoblu::after{
	/*background: radial-gradient(circle,rgba(2, 88, 161, 1) 0%, rgba(237, 221, 83, 0) 100%);*/
	background-image: linear-gradient(to top right, rgba(2, 88, 161, 1) 0%, rgba(237, 221, 83, 0) 60%);
	background-size:bottom 80% left 80%;
	background-repeat:no-repeat;
	content:' ';
	position:absolute;
	display:block;
	bottom:25px;
	left:15px;
	width:200px;
	height:200px;
	z-index:1;
}
.professionista{
position:absolute; top:0px;
}
@media (min-width: 991px) {
  .bar--transparent.bar--dark .logo-light {
    display: none;
  }
}
.pos-fixed span, .pos-fixed a{
	color:#000 !important;
}
.pos-fixed .btn__text{
	color:#fff !important;
}
.pos-fixed img.logo-dark{
	display:none !important;
}
.pos-fixed img.logo-light{
	display:inline-block !important;
}
.mondo{
	max-width:35%
}

@media (max-width: 600px) {
	.logo-dark{
		display:none;
	}
	.logo-light{
		display:block !important;
	}
	.bg--dark .logo-dark{
		display:block;
	}
	.bg--dark .logo-light{
		display:none !important;
	}
	.bar .menu-horizontal {
	  left: 30px;
	}
	.professionista{
	position:relative;
	}
.text-right, .mobilecenter{
	text-align:center !important;
	}	
	.text-right img, .mondo{
		max-width:60%;
	}
}
.menu-vertical a{
	color:#000 !important;
}