#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
}
#cssmenu ul ul {
  display: none;
}


.open{
	background:#2f0f04;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  cursor: pointer;
  z-index: 2;
  font-size: 17px;
  text-decoration: none;
  color:#2f0f04;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
 	color:#fbc100;
}
#cssmenu > ul > li.open > a {
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none!important;
}

@media all and (max-width: 768px) {
  .mob-hide1 .holder {
    display: block!important;
  }
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #aca5a2;
  border-left: 2px solid #aca5a2;

  display: none;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #aca5a2;
}
.holder::before {
  top: 18px;

  top: 23px;
  border-top: 2px solid #ebae17;
  border-left: 2px solid #ebae17;
  border-top-color: #FFF;
  border-left-color: #FFF;


  border-color: #FFF;

}
#cssmenu ul ul li a {
  cursor: pointer;
  padding: 14px 0 14px 0;
  z-index: 1;
  text-decoration: none;
  font-size: 17px;
  color: #2f0f04;
  width:80%
}
#cssmenu ul ul li a:hover{
	color:#eeb11a;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  color: #eeb11a;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 0px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > span{
	display: inline;
	height:0;
	padding:0;	
	cursor: pointer;
}
#cssmenu ul ul li.has-sub > span::after {
  display: block;
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: 21px;
  z-index: 10;
  top: 19px;
  border-top: 2px solid #aca5a2;
  border-left: 2px solid #aca5a2;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #eeb11a;
}
.has-child {
	background:#2f0f04;
	position:relative;
	left:-21px;
	margin-top:-9px;
	margin-bottom:12px;
}
.has-child li{
	padding:0 0 0 21px;
	border:none;
	list-style-image: url("../images/accordian-lt-arrow1.png");
    list-style-position: inside;
}
#cssmenu .has-child a{
	padding-left:15px;
	padding-top:3px;
	padding-bottom:5px;
	color:#ffffff;
	background:url("../images/accordian-lt-arrow1.png");
	background-repeat:no-repeat;
	background-position:left center;
}
#cssmenu .has-child a:hover, #cssmenu .has-child li.active a{
	padding-left:15px;
	padding-top:3px;
	padding-bottom:5px;
	color:#eeb11a;
	background:url("../images/accordian-lt-arrow2.png");
	background-repeat:no-repeat;
	background-position:left center;
}
@media all and (min-width:769px) and (max-width:900px){
	#cssmenu ul ul li a {
		font-size:13px;
	}
}
@media only screen and (max-width:768px){
	.has-child li{
		padding-left:36px;
	}
	.nav-heading > a > span.holder:after{
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		top: 14px;
	}
	.nav-heading > a > span.holder:before{
		top: 14px;
	}
	#cssmenu > ul > li.nav-heading > a:hover > span::after {
	  border-color: #fff;
	}
}
@media only screen and (max-width:320px){
	.has-child li{
		padding-left:31px;
	}
}
