
/*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;
}
#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;width:100%; position:relative; z-index:99999; }

#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 > 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;}

#cssmenu > ul > li > a {
	line-height:48px; padding:0 74px;
  font-size: 16px; 
  text-decoration: none; display:inline-block;font-family: 'georgiab';
  text-transform:uppercase;
  color:#222222;

}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#fff; background:#ec6700 
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}

#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> ul {
    background: #fff;    border-bottom: 2px solid #ec6700;
}

#cssmenu ul li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul li a {
    width: 220px;
    font-size: 14px;
    text-decoration: none;
    color: #444;
    -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: 18px;
	    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 11px;
  right: 10px;
  content: "\f0da";
  font-family:FontAwesome;
  color:#ccc;
  font-size:12px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover ,#cssmenu ul ul li.has-sub:hover > a::after,#cssmenu ul ul li.has-sub a:hover::after {
  color:#ec6700;
}
#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 > a{     padding: 0 54px;}
}
@media (max-width: 991px){
	#cssmenu > ul > li > a{     padding: 0 32px;}
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  #cssmenu {
    width: 100%;
	z-index:999999;
	padding:0;
	margin:0;
	position:inherit; 
  }
  #cssmenu>ul {
    width: 100%;
    display: none;
	margin-top:5px;
	box-shadow:0 0 20px 2px rgba(0,0,0,0.05);  
  }
  #cssmenu ul ul{ box-shadow:none}
  #cssmenu > ul > li > a{    padding: 0 10px; line-height:44px}
  #cssmenu > ul > li:after{ display:none}
  #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 {
    width: 100%;
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	font-size:14px;
  }
    #cssmenu > ul > li{ position:relative}
  #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{border-radius:0;color:#fff;border:none;}
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
	padding:0;
	margin:0;
	background:none;    border-bottom: 1px solid #e3e3e3;
	
  }
  #cssmenu ul ul li a {
    padding:12px 15px;
    font-size: 14px;
    background: none;
  }
  #cssmenu ul ul ul{max-height:200px;overflow-y:auto;}
  #cssmenu ul li > ul{background:#fff;}
  #cssmenu ul li:hover > ul{background:#fff;}
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #555;
  }
  #cssmenu ul ul ul li a:before{content:"\f0da";padding-right:5px;font-family:FontAwesome;color:#ccc;}
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu ul ul ul ul{max-height:200px;overflow-y:auto;}
  #cssmenu ul ul ul ul li a {padding:5px;}

  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
        display: block;
    color: #ec6700;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
font-family: 'georgiab'; cursor:pointer;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0px;
    display: block;
    width: 18px;
    height: 2px;
    background: #ec6700;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    width:18px;
    height: 8px;
    border-top: 2px solid #ec6700;
    border-bottom: 2px solid #ec6700;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    height: 36px;
    width: 10%;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 19px;
    display: block;
    width: 2px;
    height: 12px;
    background: #555;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    right: 14px;
    top: 20px;
    display: block;
    width: 12px;
    height: 2px;
    background: #555;
    z-index: 99;
  }
  #cssmenu ul li ul li .submenu-button::after{ background:#555;    top: 13px;}
  #cssmenu ul li ul li .submenu-button::before{ background:#555;top: 18px;}
  #cssmenu .submenu-button.submenu-opened:after {display:none;}
  #cssmenu .submenu-button.submenu-opened:before {background:#fff;}
  #cssmenu li.has-sub ul li.has-sub span.submenu-opened:before{background:#444;}

}




