.menu-wrapper {
  border: 0 none;
  border-radius: 0;
  margin: auto;
}
.menu {
	background: none repeat scroll 0 0 #4eb25c ;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15);
	position: relative;
	z-index: 9999;
	padding:0px auto;
	margin: auto;
	width: 100%;
}
.menu ul, .menu ul li {margin: auto; padding: auto;}
.sticky-menu {
  position: fixed;
  top: 0;
}
.nav-topbar {width:1000px; margin: auto;}
/*  header : search
/* ------------------------------------ */
.container-inner {
    position: relative;
  margin: 0 auto;
}
.toggle-search {
  box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 13px 20px;
  position: absolute;
  right: 0;
  left:auto;
  top: -50px;
}
.toggle-search:hover,
.toggle-search.active { background: rgba(0,0,0,0.15); color: #fff; }
.search-expand {
  background: none repeat scroll 0 0 #387a24;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
}
.search-expand-inner {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
}
.themeform.searchform div::after {
  color: #ccc;
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  left: 10px;
  line-height: 24px;
  position: absolute;
  top: 6px;
}
.themeform.searchform div {
  position: relative;
}
.themeform.searchform div input {
  line-height: 20px;
  padding-left: 26px;
}
.search-expand .themeform input {
  border: 2px solid #e2e2e2;
  border-radius: 0;
  width: 100%;
}
.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform textarea {
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #ddd;
  color: #777;
  display: block;
  max-width: 100%;
  outline: medium none;
  padding: 7px 8px;
}
.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform input[type="submit"], .themeform button, .themeform textarea {
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
}
.themeform input, .themeform textarea, .themeform button {
  -moz-appearance: none;
  transition: all 0.2s ease 0s;
}
/*  common : nav
/* ------------------------------------ */

.navbar{margin-bottom: 0px;}
.nav-wrap{ padding-left: 0px; padding-right:0px;}
.nav-container { background: #888; z-index: 99; position: relative; }
.nav-toggle { display: none; background: #777; cursor: pointer; float: left; height: 50px; width: 60px; color: #fff; text-align: center; }
#nav-topbar .nav-toggle:hover{background: #fff;}
#nav-topbar .nav-toggle:hover i{ color:#444;}
.nav-toggle i { font-size: 29px; padding: 10px 0; }
.nav li > a:after,
.nav > li > a:after { font-family: FontAwesome; display: inline-block; }


@media only screen and (min-width: 992px) {
    .site-description{width:100%;}
    .nav-wrap { height: auto!important; }
    /* common */
    .nav { font-size: 0; position: relative; }
    .nav li a { color: #fff; display: block; text-decoration: none;}
    /* dropdown arrows */
    .nav li > a:after { content: "\f0da"; float: right; opacity: 0.5; }
    .nav > li > a:after {content: "\f0d7"; float: none; margin-left: 6px; font-size: 14px; line-height: 1.2em; }
    .nav li > a:only-child:after {content: ""; margin: 0; }
    
    /* level 1 */
    .nav > li { font-size: 16px; box-shadow: -1px 0 0 rgba(255, 255, 255, 0.1); display: inline-block; position: relative; }
    .nav > li > a { padding: 16px 14px; }
    .nav > li > a:hover, 
    .nav > li:hover > a { background: #777; }
    .nav li > a:hover, 
    .nav li:hover > a, 
    .nav li.current_page_item > a, 
    .nav li.current-menu-item > a,
    .nav li.current-menu-ancestor > a,
    .nav li.current-post-parent > a { color: #a81010; }
    /* level 2 & 3 */
    .nav li:hover > ul { display: block; }
    .nav ul { 
        display: none; 
        position: absolute; 
        left: 0; 
        width: 440px; 
        z-index: 2; 
        -webkit-transform: translateZ(0);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.15);
        box-shadow: 0 2px 2px rgba(0,0,0,0.15); 
        padding-left: 0px;
     }
    .nav ul li { font-size: 14px; position: relative; display: block; padding: 0; float: left; width: 220px;}
    .nav ul li a { padding: 10px 14px; }
    .nav ul li:last-child { border-bottom: 0!important; }
    /* level 3 */
    .nav ul ul { position: absolute; top: -10px; left: 220px; }
    
}
@media only screen and (max-width: 991px) {
    
    .nav { font-weight: 600; }
    .nav-container { text-transform: none; }
    .nav-toggle,
    .nav-text { display: block; }
    .nav-wrap { position: relative; float: left; width: 100%; height: 0; overflow: hidden; }
    .nav-wrap.transition {
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease; }
    .expand .nav-wrap { height: auto; }
    /* common */
    .nav { float: left; width: 100%; }
    .nav li a { line-height: 20px; display: block; padding: 8px 20px; }
    .nav li li a { padding-left: 15px; padding-right: 15px; }
    /* dropdown arrows */
    .nav li > a:after { content: '\f0d7'; opacity: 0.5; margin-left: 6px; }
    .nav > li > a:after { content: '\f0d7'; font-size: 14px; }
    .nav li > a:only-child:after { content: ''; }
    /* level 1 */
    .nav > li { font-size: 15px; }
    .nav li > a:hover, 
    .nav li.current_page_item > a, 
    .nav li.current-menu-item > a,
    .nav li.current-post-parent > a { color: #fff; }    
    /* level 2 & 3 */
    .nav ul { display: block!important; margin-left: 0px; }
    .nav ul li { font-size: 13px; font-weight: 300; }
    .nav ul li a { padding-top: 6px; padding-bottom: 6px; }
    .nav-topbar{width: 100%;}
}
/*  header : nav topbar
/* ------------------------------------ */
#nav-topbar .nav-toggle { background: transparent; color: #fff;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.06);
box-shadow: inset 1px 0 0 rgba(255,255,255,0.06); }

@media only screen and (min-width: 720px) {

    /* common */
    #nav-topbar .nav {  }
    #nav-topbar .nav li a { color: #fff; /* color: rgba(255,255,255,0.7); */}    
    /* level 1 */
    #nav-topbar .nav > li { /* border-right: none; */ }
    #nav-topbar .nav > li > a:hover, 
    #nav-topbar .nav > li:hover > a { background-color: rgba(0,0,0,0.1); }
    #nav-topbar .nav li > a:hover, 
    #nav-topbar .nav li:hover > a, 
    #nav-topbar .nav li.current_page_item > a, 
    #nav-topbar .nav li.current-menu-item > a,
    #nav-topbar .nav li.current-menu-ancestor > a,
    #nav-topbar .nav li.current-post-parent > a {background-color: #91c940;}
    /* level 2 & 3 */
    #nav-topbar .nav ul { background: #4eb25c url(/img/opacity-10.png) repeat; }
    #nav-topbar .nav ul li { box-shadow: 0 1px 0 rgba(255,255,255,0.06); -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
    #nav-topbar .nav ul li:last-child { box-shadow: none; -webkit-box-shadow: none; }
    #nav-topbar .nav ul li a{font-weight: normal;}
    
}
@media only screen and (max-width: 719px) {
    
    /* common */
    #nav-topbar .container { padding-left: 0; }
    #nav-topbar .nav li a { color: #fff; color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.06); }  
    /* level 1 */
    #nav-topbar .nav li > a:hover { background: rgba(0,0,0,0.15); color: #fff; }
    #nav-topbar .nav li.current_page_item > a, 
    #nav-topbar .nav li.current-menu-item > a,
    #nav-topbar .nav li.current-post-parent > a { background: rgba(0,0,0,0.15); color: #fff; }
    
}
@media (max-width: 991px) and (min-width: 768px) { 
	.nav-wrap { float: left; }
}

