/* ------------------------------------*/
.fm-container {
  border: solid #292929;
  border-width: 1px 0;
  /*background:#333 url('../images/bg-nav_gradient.png?1380865101') repeat-x;*/
  background: #2E3233;
}
.fm-button {
  display: none;
  box-sizing: border-box;
  margin: 2px 0 2px 0;
  padding: 14px;
  width: 57px;
  border-radius: 3px;
}
.fm-button:hover {
  cursor: pointer;
  background-color: #262626;
  -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
.fm-button:hover .fm-bar {
  background-color: #fff;
}
.fm-button .fm-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 1px;
  background-color: #dfdfdf;
}
.fm-button .fm-bar+.fm-bar{
  margin-top: 4px;
}
.flexmenu:before, .flexmenu:after {
  display: table;
  content: " ";
}
.flexmenu:after {
  clear:both;
}
.flexmenu a {
  text-decoration: none;
}
.flexmenu.fm-toggle.fm-sm {
  display: none;
}
.fm-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.fm-inner {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
}
.fm-inner.open {
  left:70%;
}
.fm-inner.open .flexmenu.fm-sm {
  left:0;
}
.flexmenu.fm-offcanvas.fm-sm {
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: -70%;
  width: 70%;
  height: 100%;
  -webkit-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
  box-shadow: inset -10px 0 10px -10px rgba(0,0,0,0.3);
  background: #2E3233;
}
.flexmenu.fm-lg {
  max-width: 1170px;
  margin: auto;
}
.flexmenu.fm-lg .navicon:after {
  border: 4px solid transparent;
  border-top-color: #666;
  content: "";
  position: absolute;
  right: 3px;
  top: 22px;
}
.flexmenu.fm-lg > ul > li {
  float:left
}
.flexmenu.fm-lg ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
.flexmenu.fm-lg li {
  position: relative;
  white-space: nowrap;
}
.flexmenu.fm-lg li ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
}
.flexmenu.fm-lg li ul .navicon:after {
  border: 4px solid transparent;
  border-left-color: #666;
  right: 10px;
  top: 14px;
}
.flexmenu.fm-lg li ul ul {
  top: 0;
  left: 100%;
}
.flexmenu.fm-lg > ul > li {
  padding:7px 0;
}
.flexmenu.fm-lg a {
  display: block;
  padding: 7px 25px;
  color: #999;
}
.flexmenu.fm-lg a:hover {
  color: #eae6df;
  text-decoration: none;
}
.flexmenu.fm-lg li ul {
  border: 1px solid #111;
  border-top: 3px solid #820068;
  border-radius: 5px;
  background-color: #121212;
  background-color: rgba(0,0,0,0.8);
}
.flexmenu.fm-lg li ul li {
  padding: 0 10px;
  min-width: 145px;
}
.flexmenu.fm-lg li ul a {
  border-top: 1px solid #000;
}
.flexmenu.fm-sm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexmenu.fm-sm ul li {
  position: relative;
}
.flexmenu.fm-sm ul li a {
  display: block;
  padding: 14px 15px;
  font-size: 16px;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  color: #ccc;
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
  color:#fff;
  text-decoration:none;
}
.flexmenu.fm-sm ul li {
  border-top: 1px solid #454b4c;
  border-bottom: 1px solid #222526;
}
.flexmenu.fm-sm ul li a {
  background-color: #2E3233;
}
.flexmenu.fm-sm ul li a:hover, .flexmenu.fm-sm ul li a.active {
  background-color: #262626;
}
.flexmenu.fm-sm ul ul li {
  border-top: 1px solid #454b4c;
  border-bottom: 1px solid #222526;
}
.flexmenu.fm-sm ul ul li a {
  background-color: #3e4344;
  padding: 14px 40px;
}
.flexmenu.fm-sm ul ul li a:hover, .flexmenu.fm-sm ul ul li a.active {
  background-color: #262626;
}
.flexmenu.fm-sm ul ul li ul li {
  border-top: 1px solid #999;
  border-bottom: 1px solid #555;
}
.flexmenu.fm-sm ul ul li ul li a {
   background-color: #797e7f;
  padding: 14px 30px 14px 60px;
}
.flexmenu.fm-sm ul ul li ul li a:hover, .flexmenu.fm-sm ul ul li ul li a.active {
  background-color: #6a6a6a;
}
.flexmenu.fm-sm .navicon {
  position: absolute;
  top: 0;
  right: 2px;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  /*-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
  box-shadow: 0 0 8px rgba(0,0,0,0.3);*/
  /* background: url('../images/bg-nav_gradient.png?1380865101') repeat-x;*/
}
.flexmenu.fm-sm .navicon:hover {
  cursor: pointer;
}
.flexmenu.fm-sm .navicon:after {
  border: 5px solid transparent;
  border-top-color: #888;
  content: "";
  position: absolute;
  right: 18px;
  top: 25px;
}
/* custom */
.fm-logo {
  margin: 35px auto;
  text-align: center;
}
.fm-social {
  margin: 15px 0;
  text-align: center;
  color: #FFF;
}
.fm-social > div {
  display: inline-block;
  margin: 0 15px;
  font-size: 2em;
}
.fm-social > div a {
  color: #FFF;
}
/*span.flexmenu-login {
  margin-top: -40px;
  display: inline-block;
  color: #FFF;
  float: right;
}*/
.fa-utility {
  color: #FFF !important;
  background: none !important;
  font-size: 36px;
  padding: 5px 15px;
  display: inline-block;
  float: right;
  margin-top: -50px;
}
.fa-utility:hover {
    color: #EB1C2D !important;
    background: none !important;
  text-decoration: none;
}