.reda_custom
{

	text-align: right;
	position: relative;
	z-index: 999;
}
	.reda_custom>.menu 
	{
		justify-content: right;
		list-style-type:none;
	}
	.reda_custom>.menu:before 
	{
		content: '';
	  	display: table;
	  	clear: both;
	}
		.reda_custom>.menu>.menu-item
		{
			font-family: Montserrat, sans-serif;
			font-weight: 400;
			font-size: 16px;
			line-height: 1;
			text-transform: none;
			position: relative;
		}
			.reda_custom>.menu>.menu-item>a 
			{
				display: block;
				padding: 13px;
				text-decoration: none!important;
			}
				.reda_custom>.menu>.menu-item:hover>a 
				{
					color: #F05023;
				}

		.reda_custom>.menu>.menu-item>.sub-menu 
		{
			position: absolute;
			opacity: 0;
			top: 100%;
			left: 0;
			pointer-events: none;
		}
			.reda_custom>.menu>.menu-item:hover>.sub-menu 
			{
				opacity: 1;
				pointer-events: auto;
			}