/** Callout utáni nyilacska átszínezés
**************************************************************** **/

.heading-title.heading-arrow-bottom.heading-arrow-ciklamen:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #50034B !important;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}
