.mobile-menu {
    display: block;
    list-style: none;
    padding-left: 0;
    background: #2fc269;
    background: -moz-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc269), color-stop(100%, #259953));
    background: -webkit-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: -o-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: -ms-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: linear-gradient(top, #2fc269 0%, #259953 100%);
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.mobile-menu a {
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    letter-spacing: .5px;
    text-decoration: none;
    border-bottom: 1px solid #1b703d;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    font-weight: bold;
    font-family: 'Arial', Helvetica, sans-serif; !important
}
.mobile-menu > li > ul, .mobile-menu > li > ul >li > ul {
    display: none;
    list-style: none;
    padding-left: 0;
}
.hide {
    background: #222;
}
#cssmenu {
    display: none;
}
@media screen and (min-width: 1000px) {
    .mobile-menu {
        display: none;
    }
    #cssmenu {
      height: 37px;
      display: block;
      padding: 0;
      margin: 0;
      border: 1px solid;
      border-radius: 5px;
      width: 1024px;
      /*margin-bottom: 20px;*/
      margin-bottom: 10px;
    }
    #cssmenu > ul {
      list-style: inside none;
      padding: 0;
      margin: 0;
    }
    #cssmenu > ul > li {
      list-style: inside none;
      padding: 0;
      margin: 0;
      float: left;
      display: block;
      position: relative;
    }
    #cssmenu > ul > li > a {
      outline: none;
      display: block;
      position: relative;
      padding: 12px 20px;
      text-align: center;
      text-decoration: none;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
      font-weight: bold;
      font-size: 13px;
      font-family: Arial, Helvetica, sans-serif;
    }
    #cssmenu > ul > li:first-child > a {
      border-radius: 5px 0 0 5px;
    }
    #cssmenu > ul > li > a:after {
      content: '';
      position: absolute;
      border-right: 1px solid;
      top: -1px;
      bottom: 2px;
      right: -2px;
      z-index: 99;
    }
    #cssmenu ul li.has-sub:hover > a:after {
      top: 0px;
      bottom: 0;
    }
    #cssmenu > ul > li.has-sub > a:before {
      content: '';
      position: absolute;
      top: 18px;
      right: 6px;
      border: 5px solid transparent;
      border-top: 5px solid #ffffff;
    }
    #cssmenu > ul > li.has-sub:hover > a:before {
      top: 19px;
    }
    #cssmenu ul li.has-sub:hover > a {
      background: #3f3f3f;
      border-color: #3f3f3f;
      padding-bottom: 13px;
      padding-top: 13px;
      top: -1px;
      z-index: 999;
    }
    #cssmenu ul li.has-sub:hover > ul,
    #cssmenu ul li.has-sub:hover > div {
      display: block;
    }
    #cssmenu ul li.has-sub > a:hover {
      background: #3f3f3f;
      border-color: #3f3f3f;
    }
    #cssmenu ul li > ul,
    #cssmenu ul li > div {
      display: none;
      width: auto;
      position: absolute;
      top: 38px;
      padding: 10px 0;
      background: #3f3f3f;
      border-radius: 0 0 5px 5px;
      z-index: 9999;
    }
    #cssmenu ul li > ul {
      width: 200px;
    }
    #cssmenu ul li > ul li {
      display: block;
      list-style: inside none;
      padding: 0;
      margin: 0;
      position: relative;
    }
    #cssmenu ul li > ul li a {
      outline: none;
      display: block;
      position: relative;
      margin: 0;
      padding: 8px 20px;
      font: 10pt Arial, Helvetica, sans-serif;
      color: #ffffff;
      text-decoration: none;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    }
    #cssmenu,
    #cssmenu > ul > li > ul > li a:hover {
      background: #2fc269;
      background: -moz-linear-gradient(top, #2fc269 0%, #259953 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc269), color-stop(100%, #259953));
      background: -webkit-linear-gradient(top, #2fc269 0%, #259953 100%);
      background: -o-linear-gradient(top, #2fc269 0%, #259953 100%);
      background: -ms-linear-gradient(top, #2fc269 0%, #259953 100%);
      background: linear-gradient(top, #2fc269 0%, #259953 100%);
    }
    #cssmenu {
      border-color: #1b703d;
    }
    #cssmenu > ul > li > a {
      border-right: 1px solid #1b703d;
      color: #ffffff;
    }
    #cssmenu > ul > li > a:after {
      border-color: #2fc269;
    }
    #cssmenu > ul > li > a:hover {
      background: #1b703d;
      color: #ffffff;
    }
    #cssmenu ul ul a:hover {
      color: #ffffff;
    }
    #cssmenu > ul > li.has-sub > a:hover:before {
      border-top: 5px solid #ffffff;
    }
    div#cssmenu a {
        width: 163px;
    }
    #cssmenu > ul > li:last-child > a, #cssmenu > ul > li:last-child > a:after {
        border: none;
    }
}