#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;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  /* border: 3px solid #fd8a17; */
  border-radius: 3px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  /* background: #f7f7f7; */
  /* box-shadow: 1px 1px 0 #df7002, 2px 2px 0 #df7002, 3px 3px 3px rgba(0, 0, 0, 0.35); */
}
#cssmenu > ul {
  /* background: url('images/bg.png'); */
}
#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-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 20px 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
  background:#5F9D5F;
}
#cssmenu #menu-indicator {
  position: absolute;
  bottom: 0;
  display: block;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #fd8a17;
  -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.small-screen {
  width: 100%;
  float:left;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
  background: #274177;
  overflow: hidden;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center > ul > li {
  float: none;
  display: block;
  border-bottom: 1px solid #fff;
}
#cssmenu.small-screen > ul > li > a {
  padding: 18px 25px;
}
#cssmenu.small-screen > ul > li:after,
#cssmenu.small-screen > ul > li:before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 5px 2px 25px;
  cursor: pointer;
  font-size: 14px;
  /* text-transform: uppercase; */
  text-decoration: none;
  color: #fff;
  background: url('images/bg.png');
}
#cssmenu.small-screen #menu-button.menu-opened {
  color: #fff;
}
#cssmenu.small-screen #menu-button:after {
	content: "";
    position: absolute;
    left: 10px;
    top: 6.5px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 20px;
    height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
#cssmenu.small-screen #menu-button:before {
	content: "";
    position: absolute;
    left: 10px;
    top: 18.5px;
    display: block;
    width: 20px;
    height: 3px;
    background: #fff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
   background: #fff;
}
#cssmenu.small-screen #menu-indicator {
  display: none;
}

#cssmenu.small-screen .tolfree{font-size: 12px;color: #fff;/*width: 25%; padding-bottom: 5px; */}
#cssmenu.small-screen .tolnum{font-size: 12px;color: #fff;width: 25%;/* padding-bottom: 5px; */}
#cssmenu.small-screen .tolint{font-size:14px; color:#40a142 !important; }
#cssmenu.small-screen .tolfree img { vertical-align: inherit;}
#cssmenu.small-screen > ul > li.menu_hide{display:none;}