.nav-container {
  position: relative;
  z-index: 2;
  display: none;
}
.sidebar  .nav-container {margin-bottom: 25px; display: block;}
.block.nav-container .block-title {margin-bottom: 0;}

 @media only screen and (min-width: 978px) {
    .sf-menu-phone.item {display: block !important; margin: 0;}
    #menu-icon {display: none !important;}
    .sf-menu-phone {display: none !important;}
    .sf-menu-phone > li > ul {border: 0 !important; padding: 0 10px;}
  }
 @media only screen and (max-width: 979px) { 
   .sf-menu-phone.item,
   .nav-container.block {display: none !important;}
   .nav-container {
      box-shadow: 0px 0px 38px rgba(0,0,0,0.04);  
      -moz-box-shadow: 0px 0px 38px rgba (0,0,0,0.04);
      -webkit-box-shadow: 0px 0px 38px rgba (0,0,0,0.04); 
      background: #fff;
   }
   .nav-container {display: block;}
 }
 /*-------------------- menu icon --------------------------*/
  .sf-menu,
  .sf-menu-phone {display: none;}
  /* menu icon */
  #menu-icon {
    font-family: 'Trebuchet MS';
    display: block;
    background: url(../images/menu-icon-bg.png) 100% 16px no-repeat;
    font-size: 23px;
    line-height: 20px;
    color: #4b494a;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    height: 35px;
    border-bottom: 4px solid #000000;
    margin: 0 10px;
  }

  #menu-icon.active { background-position: 100% -42px;  }

  .sf-menu-phone {
    position: relative;
    z-index: 2;
    margin: 0 10px;
  }
  .sf-menu-phone li { position: relative;  }
  .sf-menu-phone > li { border-bottom:1px solid #c7c7c7; }
  .sf-menu-phone > li > a { 
      border-top: 0;
      padding: 13px 13px 13px 18px;
      font-size: 16px;
      font-weight: bold;
      display:block;  
      color: #3f3c3d;
      background: #f9f9f9;
      text-transform: capitalize;
  }
  .sf-menu-phone li li a {color: #92898c; font-size: 13px; font-weight: bold; background: url(../images/menu-phone-1.gif) no-repeat left 4px; padding-left: 14px;}
  .sf-menu-phone li li { padding:3px 0 3px  0; }
  .sf-menu-phone li li li {padding-left: 10px;}
  .sf-menu-phone > li:hover > a,
  .sf-menu-phone > li.active > a,
  .sf-menu-phone > li.act > a { color: #fff; background-color: #898787; }
  .sf-menu-phone > li:hover,
  .sf-menu-phone > li.active,
  .sf-menu-phone > li.act {border-color: #6e6c6c;}
  .sf-menu-phone li li {font-size: 14px;}
  .sf-menu-phone li li.last { border: 0; }
  .sf-menu-phone li strong {
    position: absolute;
    display: block;
    background: url(../images/toogle-button2.png) center -54px no-repeat;
    top: 2px;
    right: 0;
    height: 35px;
    width: 30px;
  }
  .sf-menu-phone li strong:hover { cursor: pointer; }
  .sf-menu-phone li strong.opened { background-position: center 7px; }
  .sf-menu-phone li.parent.active > ul {display: block;}
  .sf-menu-phone > li > strong {background:url(../images/sf-menu-marker.png) no-repeat center -22px; right: 6px; top: 5px;}
  .sf-menu-phone > li > strong.opened {background-position: center 16px; }

  .sf-menu-phone > li.parent.active > strong {background-position: center 16px; }
  .sf-menu-phone > li.parent.active > strong.opened {background-position: center -22px; }

  .sf-menu-phone li li.parent.active > strong {background-position: center 7px; }
  .sf-menu-phone li li.parent.active > strong.opened {background-position: center -54px; }


  /* dropdown */
  .sf-menu-phone ul {  width: auto;  padding:10px;  display: none;  }
  .sf-menu-phone > li > ul { background: #302c2d; padding: 10px 20px; }
  .sf-menu-phone ul ul {padding:0; }
  .sf-menu-phone > li.active > a > span {color: inherit;}
  .sf-menu-phone li li.active > a,
  .sf-menu-phone li li a:hover {color: #fec301;}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .sf-menu-phone ul {padding: 10px;}
  .sf-menu-phone li li a {font-size: 12px;}
  .sf-menu-phone > li > a {font-size: 15px;}
}
@media only screen and (max-width: 978px) { 
    .nav-container {margin-bottom: 25px;}
}