.FGXLine{
	height: 2px;
	background: #f96e57;
}
.FGXWrapper{
	text-align: center;
	height: 27px;
}
.FGXTriangle{
	display: inline-block;
	width: 0;
	height: 0;
	border:12px solid transparent;
	border-top: 15px solid #f96e57;
}
.FGXTriangle-top{
	display: inline-block;
	width: 0;
	height: 0;
	border:12px solid transparent;
	border-bottom: 15px solid #f96e57;
}