/* separatori */
.decorated{position: relative;}
.decorated:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	height: 0;
	width: 0;
	margin-left: -40px;
	height: 80px;
	width: 80px;
	z-index: 1;
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	background-color: inherit;
}
.decorated.rew-deco:after{
	bottom: auto;
	top: -40px;
}