.nav-container {  
  position: relative;  
  z-index: 4; 
  width: 100%;
  background: url("../images/bg_menu.gif") repeat-x scroll 0 0 #fff;
  padding: 14px 0 17px;
  
}
.uMenuRoot {}
.uMenuRoot:after { display: table; clear: both; content: "";}
.uMenuRoot li {
  float: left;
  text-align: left;
  position: relative;
  z-index: 99;
}
.uMenuRoot li.uWithSubmenu {z-index: 999;}
.uMenuRoot > li {margin-right:22px; }
.uMenuRoot > li > a {display: inline-block;}
.uMenuRoot li a {
  cursor: pointer;
  display: block;
  font-size: 14px;
  color: #333;
}
.uMenuRoot > li > a > span {
   cursor: pointer;
  display: block;
  font-weight: normal;
  white-space: nowrap;
}
.uMenuRoot > li.uWithSubmenu > a span:after { 
  content: "\f107";
  display: inline-block; 
  font-size:15px; 
  color: #333333; 
  vertical-align: middle;
  position: absolute;
  right: 48%;
  top: 66%;
}

.uMenuRoot > li.sfHover > a,
.uMenuRoot > li > a:hover,
.uMenuRoot > li > a.uMenuItemA { color: #fd6a56; border-color: #fd6a56; }

.uMenuRoot li a:hover {  text-decoration: none;}

.uMenuRoot ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 192px;
  padding: 7px 20px;
  display: none;
  moz-box-sizing:content-box;
  -moz-box-sizing: content-box; 
  -webkit-box-sizing: content-box; 
   box-sizing: content-box;
  background: #fff;
}
.uMenuRoot li li.uWithSubmenu > a:before { content: "\f107"; float: right; font-size: 14px;}

.uMenuRoot li li.uWithSubmenu.sfHover > a:before,
.uMenuRoot li li.uWithSubmenu:hover > a:before,
.uMenuRoot li li.uWithSubmenu > a.uMenuItemA:before { content: "\f105";}

.uMenuRoot li li.last { }
.uMenuRoot li li {  position: relative; float: none; border-bottom:1px dotted #d3d3d3; padding: 9px 0;}
.uMenuRoot li li:last-child {border: 0;}
.uMenuRoot li li a {
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
}
.uMenuRoot li li > a:hover,
.uMenuRoot li li.sfHover > a,
.uMenuRoot li li > a.uMenuItemA {  color: #fd6a56; outline: none; }

.uMenuRoot ul ul {
  position: absolute;
  top: -999em;
  z-index: 99;
  width: 220px;
}
.uMenuRoot li:hover ul,
.uMenuRoot li.sfHover ul {
  left: 0px;
  top: 38px;
  /* match top ul list item height */
}

ul.uMenuRoot li:hover li ul,
ul.uMenuRoot li.sfHover li ul {
  top: -999em;
}
ul.uMenuRoot li li:hover ul,
ul.uMenuRoot li li.sfHover ul {
  left: 250px;
  /* match ul width */
  top:0px;
}
ul.uMenuRoot li li:hover li ul,
ul.uMenuRoot li li.sfHover li ul {
  top: -999em;
}
ul.uMenuRoot li li li:hover ul,
ul.uMenuRoot li li.sfHover ul {
  left: 216px;
  /* match ul width */
  top: 0px;
}


/******* Menu shop ******************/
.gTable {background: none;}
.block .gTableTop,
.block .gTableSubTop {
  background: none; 
  height: auto; 
  font-size: 13px; 
  color: #333; 
  padding:0; 
  margin: 4px 0; 
  cursor: pointer;
  font-weight: normal;
  text-transform: capitalize;
}
.block .gTableTop:hover,
.block .gTableSubTop {color: #fd6a56;}
.cat-blocks div:before {content: "\f105"; margin-right: 10px; font-size: 14px;}
.cat-blocks .div[text='"="']:before {content: ".sdgfd.";}
.gTableSubTop {background: none;}
.cat-blocks ul {display: none; padding-left: 15px;}
.forumNameTd, .forumLastPostTd {padding: 0; margin-left: 10px; margin-bottom: 3px; text-transform: capitalize;}
.forumDescr, 
.forumModer {
  text-decoration: none;
  color: #ccc;
} 
.select-menu {display: none !important;}

@media only screen and (max-width: 991px) {
  .uMenuV {}
  .uMenuRoot {display: none;}
  .select-menu {
    background: #FFFFFF;
    border: solid 1px #c6c6c6;
    border-radius: 4px;
    box-shadow: 1px 3px 7px -3px #d2d2d2 inset;
    color: #000;
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px;
    height: 30px;
    padding-bottom: 4px;
    padding-right: 3px;
    padding-top: 6px;
    vertical-align: middle;
    width: 100%;
  }


}
@media only screen and (max-width: 767px) { 
    .nav-container {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px;
      width: auto;
    }
}
