html {
    -webkit-tap-highlight-color: transparent;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:10000;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu #menu-button::active,#cssmenu #menu-button:focus{background:transparent !important;}
#cssmenu {
  font-family:Arial;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 0 15px;
  line-height:44px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight:500;
  font-family:roboto, Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
#cssmenu > ul > li:hover > a {
	background:#fcb039;
	
}
#cssmenu > ul > li.has-sub > a {

}

#cssmenu > ul > li.has-sub > a:before {
position: absolute;
    top: 24px;
    right: 7px;
    display: block;
    width: 8px;
    height: 14px;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {}
#cssmenu {text-align:left;}
#cssmenu ul ul {
position: absolute;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    top: 43px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
	padding:10px; background:#fff;
}
#cssmenu li:hover > ul {
visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    z-index: 10000;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
#cssmenu ul ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 0 solid transparent;
    z-index: 10000;
}

#cssmenu ul ul li li:first-child:after {
    border-left: 0 solid transparent;
    border-right: 10px solid #d0cfcf;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    left: -10px;
    top: 10px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
  padding-left:0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid #e2e2e2;
  padding: 11px 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  text-align:left;
  background: #fff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover{
  background:#66451a; color:#fff;
}
#cssmenu ul ul ul li:hover > a{background:#d0cfcf;}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 9px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
	content: "\f105";
   font: normal normal normal 14px/1 FontAwesome;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {}
#cssmenu > ul > li{border-right: 1px solid rgba(255, 255, 255, 0.1);}
#cssmenu > ul > li:last-child{border-right:0px;}
@media all and (max-width: 1200px){
	#cssmenu > ul > li > a{padding:0 10px;}
}
@media all and (max-width: 992px){
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	left:0;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;

  }

	a{text-decoration:none;}
  #cssmenu ul ul li a {
  }
  #cssmenu ul ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li a {
    color: #fff;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    background:#f1f1f1;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  div#cssmenu {
    position: static;
}
#cssmenu #menu-button {
display: block;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    text-indent: -9999px;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 62px;
    min-height: 50px;
	border:1px solid #f1f1f1;
}
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 30px;
    border-top: 3px solid #f0ad5c;
    border-bottom: 3px solid #f0ad5c;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 15px;
    right: 17px;
    display: block;
       height: 3px;
    width: 30px;
    background: #f0ad5c;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 3px;
    width: 30px;
    background: #f0ad5c;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #f0ad5c;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
        position: absolute;
    z-index: 1000000;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 44px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
           background: #444343;
  }
  
  #cssmenu ul.open ul.open,#cssmenu ul ul li a {background: #444343;}
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 46px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #f0ad5c;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 18px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #f0ad5c;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #f0ad5c;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 21px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu > ul > li > a{padding:15px; text-align:left;color:#fff;}
  #cssmenu ul.open{position:absolute; top:80px;background:#333;}
  #cssmenu ul.open ul{position:static;}
  .header_top.fix_top #cssmenu ul.open{top:70px;}
}