
/*nav*/
#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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align:left;position: relative;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {display: none;}
#cssmenu {line-height: 1;max-width:1200px;float:right; position:relative;margin-top: 18px;}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul{float:right;}
#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.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li{-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; padding-right:4px}
#cssmenu > ul > li:last-child{ padding-right:5px}
#cssmenu > ul > li > a { padding:0 15px;
	line-height:32px; border-radius:5px;
  font-size: 16px; 
  text-decoration: none;
  text-transform:capitalize; display:inline-block;
  color:#333333; 

}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#fff; background:#6e493c; 
}
#cssmenu > ul > li.has-sub:hover > a::after {
  
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index:999999;
  box-shadow:0 0 20px 2px rgba(0,0,0,0.05);
}
#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 220px;
  top: 0;
  padding-top:0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease; position:relative
}

#cssmenu ul li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul li a {
  padding:13px 10px 12px;
  width: 230px;
  font-size: 14px;
  text-decoration: none;
  color: #555;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  line-height:16px;    border-bottom: 1px solid #eee;
}
#cssmenu ul ul li:last-child a{ border-bottom:none}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff; background:#6e493c
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  content: "\f0da";
  font-family:FontAwesome;
  color:#6e493c;
  font-size:12px;
}
#cssmenu ul ul li.has-sub:hover > a::after,
#cssmenu ul ul li.has-sub a:hover::after{
	 color:#fff;
	}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


@media (max-width: 1199px){
#cssmenu > ul > li{ padding-right:0px}
#cssmenu > ul > li > a{ padding:0 15px}
}

@media only screen and (min-width: 963px) {
	
#cssmenu ul li> ul{ background:#fff;border-bottom: 2px solid #6e493c;}
#cssmenu > ul > li > ul {
  position: absolute;
  margin: 36px 0 0 0px; height:0px;
  transition:all 0.5s ease 0s;
  filter:alpha(opacity:0);opacity:0;
 top:32px;
 box-shadow:3px 3px 10px rgba(0,0,0,0.1);

}
#cssmenu > ul > li:hover > ul {
  margin: 0 0 0 0px; height:auto;
  filter:alpha(opacity:100);opacity:1;
 
}
#cssmenu > ul > li > ul > li > ul{
  margin-left: 95%;
  top: 0;
  padding: 0px 0 0 0px;
  transition:all 0.5s ease 0s;
  filter:alpha(opacity:0);opacity:0;

}
#cssmenu > ul > li > ul > li:hover > ul{
 transition:all 0.5s ease 0s;
  margin-left: 100%;
  top: 0;
  padding: 0px 0 0 0;
  filter:alpha(opacity:100);opacity:1;
}

}
@media all and (max-width: 962px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 962px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 962px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 962px), only screen and (min-device-pixel-ratio: 2) and (max-width: 962px), only screen and (min-resolution: 192dpi) and (max-width: 962px), only screen and (min-resolution: 2dppx) and (max-width: 962px) {
	#cssmenu > ul > li>em{ display:none}
	#cssmenu > ul > li { margin:0}
  #cssmenu > ul > li:after{ display:none}
	#cssmenu { text-align:right; width:100%;   padding:0; margin-top:0 }
.open {
    background: #f4f4f4 none repeat scroll 0 0;
}
#cssmenu > ul > li{ padding:0}
#cssmenu > ul > li.active>a, #cssmenu > ul > li:hover>a{ border-radius:0}
#cssmenu ul {
    display: none;
    width: 100%;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    height: auto;
    width: 100%;
}
#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    border-bottom: 1px solid #ebebeb; 
    display: block;
    float: none;
}
#cssmenu > ul > li ul li{ background:none;}
#cssmenu ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 13px;
	border-top:1px solid #eee;    padding: 12px 10px 10px 25px;    line-height: 18px;
}
#cssmenu ul ul li a img{ max-width:none; width:40px !important;}
#cssmenu ul ul li{ box-shadow:none;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
}
#cssmenu ul ul ul li a {
	padding:12px 10px;
    padding-left: 36px;
	color:#666;    font-size: 12px;
}
#cssmenu ul {
    text-align: left;
}
#cssmenu ul ul ul li a::before {
    content: "";
    font-family: FontAwesome;
    padding-right: 5px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    left: 0;
    margin: 0;
    position: relative;
    right: auto;
    width: 100%; box-shadow:none;
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none;
}
#menu-line {
    display: none;
}
#cssmenu #menu-button {
    color:#6e493c;
    cursor: pointer; font-family: 'lato-bold';
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
	background:none;
	height:44px; width:100%; border-radius:0px; line-height:44px; padding-left:15px;    border-top: 2px solid #ececec;
	margin:0; 
}
#cssmenu #menu-button::after {
    background: #6e493c none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 15px;
}
#cssmenu #menu-button::before {
    border-bottom: 2px solid #6e493c;
    border-top: 2px solid #6e493c;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 19px;
    width: 15px;
}
#cssmenu .submenu-button {
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: 2px;
    top: 0;
    width: 40px;
    z-index: 10;
}
#cssmenu .submenu-button::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 11px;
    left: 20px;
    position: absolute;
    top: 16px;
    width: 1px;
    z-index: 99;
}
#cssmenu .submenu-button::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    width: 11px;
    z-index: 99;
}
#cssmenu .submenu-button.submenu-opened::after {
    display: none;
}
#cssmenu .submenu-button.submenu-opened:before {background:#fff;}
#cssmenu ul ul .submenu-button.submenu-opened:before {background:#fff;}
#cssmenu ul ul, #cssmenu ul ul ul {
    background: #f8f8f8 none repeat scroll 0 0;
}
#cssmenu ul ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#cssmenu ul ul {
    padding-top: 0;
}
#cssmenu > ul > li > a {
        line-height: 40px; font-size:15px; padding:0 15px; display:block; border-bottom:none
}

}
