
@import url("../css/fonts.css");
.ddsmoothmenu {
	float:left;
	float: left;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ddsmoothmenu ul {
	width: 100%;
	float: left;
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: visible !important; 
	width: 100%;

}
/*Top level list items*/
.right_menu .icon_home
{
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 43px;
	height: 43px;
	background: #ea0000;
	border-radius: 50% 50% 0 50%;
	margin-right: 10px;
}
.ddsmoothmenu > ul
{
	display: inline-block;
	background: none;
}

.ddsmoothmenu > ul > li  {
	float: left;
	position: relative;
	z-index: 10 !important;
	height: 100%;
}
.ddsmoothmenu > ul > li:last-child
{
	background: none;
	border-right: 0;
}
.ddsmoothmenu > ul > li > a {
	text-align: center;
	display: block;
	color: #fff;
	padding: 0;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	font-family: 'RobotoBold';
	text-transform: uppercase;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.ddsmoothmenu > ul > li.icon_menu:hover > a,
.ddsmoothmenu > ul > li.icon_menu.active > a{transform: skewX(-12deg);background: #888e6c}
.ddsmoothmenu > ul > li.active > a
{
	color: #fff;
}
.ddsmoothmenu > ul > li:hover > a {
	color: #fff;
}
.ddsmoothmenu > ul > li.icon_menu:hover > a > span,.ddsmoothmenu > ul > li.icon_menu.active > a > span{transform: skewX(12deg);}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:#1cb300;
	width: 250px;
	position: absolute;
	top: calc(100%) !important;
	z-index: 10 !important;
}
.ddsmoothmenu > ul > li > ul
{
	left: -5px !important;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: left;
	width: 100%;
	margin-right:0px;
	padding-right:0px;
	padding:10px 10px 10px 10px !important;
	height: auto !important;
	line-height: normal !important;
	border-bottom: 1px solid #fff !important;
	background:#1cb300;
	position: relative !important;
}

.ddsmoothmenu ul li ul li:last-child
{
	border: 0px !important;
}

.ddsmoothmenu ul li ul li:hover
{
	background:none !important;
	margin-top: 0px !important;
}

.ddsmoothmenu ul > li > ul > li:hover
{
	background: #888e6c !important;
}
.ddsmoothmenu ul > li > ul > li:hover > a
{
	color: #fff !important;
}

.ddsmoothmenu ul li ul li a {
	padding:0px 0px 0px 0px;
	width: 100%;
	float: left;
	
	font-size: 15px;
	border: 0px !important;
	box-shadow: none !important;
	text-transform: capitalize;
	margin:0px !important;
	
	background: rgba(255,255,255,0) !important;
	color: #fff !important;
	text-align: left;	 
}
.ddsmoothmenu ul li ul li:last-child a
{
	border: 0px !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	margin-left:2px;
	top: 0px !important;
}
/* Sub level menu links style */

.ddsmoothmenu ul li ul li ul{
	margin:0px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
	} /*Holly Hack for IE7 and below*/
	/* ######### CSS classes applied to down and right arrow images  ######### */

	.downarrowclass {
		position: absolute;
		top: 12px;
		right: 7px;
		display: none;
	}
	.rightarrowclass {
		position: absolute;
		top: 6px;
		right: 5px;
		display: none;
	}
	/* ######### CSS for shadow added to sub menus  ######### */

	.ddshadow { /*shadow for NON CSS3 capable browsers*/
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		background: silver;
	}
	.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
