.type_module_menu.template_sti_feedback
{
	position: relative;
	height: 200px;
}

.type_module_menu.template_sti_feedback ul li
{
	position: absolute;
	background: #3d4750;
	top: 50px;
	border: 5px solid #1e2328;
}

.type_module_menu.template_sti_feedback ul li .field_value
{
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	background: #0cc0f1;
	color: #fff;
	padding: 15px;
	font-weight: bold;
	font-size: 17px;

}

.type_module_menu.template_sti_feedback ul li a
{
	text-decoration: none;
	color: #fff;
	display: inline-block;
}

.type_module_menu.template_sti_feedback ul li:nth-child(1)
{
	width: calc(50% - 100px);
	text-align: right;
	margin-left: -20px;
	transform: skew(-20deg);
}

.type_module_menu.template_sti_feedback ul li:nth-child(1) a 
{
	transform: skew(20deg);
	padding-left: 50px;
}

.type_module_menu.template_sti_feedback ul li:nth-child(1) a:before
{
	content: "\e01d";
	position: absolute;
	font-family: 'IcoMoon';
	font-style: normal;
	margin-left: -40px;
	margin-top: -5px;
	font-size: 30px;

}

.type_module_menu.template_sti_feedback ul li:nth-child(2)
{
	position: absolute;
	background: #3d4750;
	width: calc(50% - 100px);
	top: 50px;
	right: 0px;
	margin-right: -20px;
	transform: skew(20deg);
}

.type_module_menu.template_sti_feedback ul li:nth-child(2) a
{
	transform: skew(-20deg);
	padding-right: 50px;
}


.type_module_menu.template_sti_feedback ul li:nth-child(2) a:after
{
	content: "\e01e";
	position: absolute;
	font-family: 'IcoMoon';
	font-style: normal;
	margin-left: 15px;
	margin-top: -5px;
	font-size: 30px;

}
