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

.ddsmoothmenu > ul
{
	width: calc(100% - 28px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.ddsmoothmenu > ul > li
{
	position: relative;
}
/*Top level menu link items style*/
.ddsmoothmenu > ul > li > a {
	text-align: center;
	display: block;
	font-family: 'SFUFuturaBook';
	color: #333333;
	padding:6px 17px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	border-radius: 25px;
}
.ddsmoothmenu > ul > li:first-child > a
{
	padding-left: 5px !important;
	padding-right: 5px !important;
	background: none !important;
}
.ddsmoothmenu > ul > li.icon_down > a:after
{
	content: '';
	width: 8px;
	height: 4px;
	background: url('../img/icon_down.png') no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin: auto;
}
.ddsmoothmenu > ul > li.active > a
{
	background: rgba(229,199,124,1);
	background: -moz-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(229,199,124,1)), color-stop(0%, rgba(229,199,124,1)), color-stop(47%, rgba(203,146,23,1)), color-stop(100%, rgba(229,199,124,1)));
	background: -webkit-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: -o-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: -ms-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: linear-gradient(to right, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c77c', endColorstr='#e5c77c', GradientType=1 );
	color: white;
}
.ddsmoothmenu > ul > li:hover > a {
	background: rgba(229,199,124,1);
	background: -moz-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(229,199,124,1)), color-stop(0%, rgba(229,199,124,1)), color-stop(47%, rgba(203,146,23,1)), color-stop(100%, rgba(229,199,124,1)));
	background: -webkit-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: -o-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: -ms-linear-gradient(left, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	background: linear-gradient(to right, rgba(229,199,124,1) 0%, rgba(229,199,124,1) 0%, rgba(203,146,23,1) 47%, rgba(229,199,124,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c77c', endColorstr='#e5c77c', GradientType=1 );
	color: white;

}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:#cb9216;
	width: 220px;
	position: absolute;
	top: calc(100% + 15px) !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:#cb9216;
	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: #000 !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;
}
