
@import url("../css/fonts.css");
.ddsmoothmenu {
	width: calc(100% - 41px);
	position: relative;
	z-index: 10;
}

.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
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.ddsmoothmenu > ul > li  {
	float: left;
	position: relative;
	z-index: 10 !important;
}
.ddsmoothmenu > ul > li > a {
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: 'OswaldRegular';
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	padding: 0 14px;
	text-transform: uppercase;
	transform: skew(-35deg);
}
.ddsmoothmenu > ul > li:first-child
{
	margin-left: -26px;
}
.ddsmoothmenu > ul > li > a span
{
	transform: skew(35deg);
}
.ddsmoothmenu > ul > li:hover > a
{
	background: #ecc619;
	color: #57362d;
}
.ddsmoothmenu > ul > li.active > a
{
	background: #ecc619;
	color: #57362d;
}

/*1st sub level menu*/
.ddsmoothmenu ul li > ul
{
	margin-left: -25px;
}
.ddsmoothmenu ul li ul {
	background: #57362d;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	line-height: normal;
	width: 220px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transform: translate(0, 40px);
	-khtml-transform: translate(0, 40px);
	-moz-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	transform: translate(0, 40px);
	-webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-khtml-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	text-align: left;
}
.ddsmoothmenu > ul  li:hover > ul {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: left;
	width: 100%;
	margin-right:0px;
	padding-right:0px;
	padding: 10px 10px !important;
	height: auto !important;
	line-height: normal !important;
	background: #57362d;
	position: relative !important;
	border-bottom: 1px solid #fff;
}

.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 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;
	text-align: left;
	color: #fff;
	font-family: 'OswaldRegular';
}

.ddsmoothmenu ul > li > ul > li:hover
{
	background: #ecc619 !important;
}
.ddsmoothmenu ul > li > ul > li:hover > a
{
	color: #57362d !important;
}
.ddsmoothmenu ul li ul li:last-child a
{
	border: 0px !important;
}
.ddsmoothmenu ul li ul li ul
{
	left: 100% !important;
	top: 0;
}
/*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;
}
