@font-face {
  font-family: "icon-font";
  src: url("fonts/icon-font.eot");
  src: url("fonts/icon-font.eot?#iefix") format("eot"), url("fonts/icon-font.woff") format("woff"), url("fonts/icon-font.ttf") format("truetype"), url("fonts/icon-font.svg#icon-font") format("svg");
}
.nav-button:before, .nav-close:before {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
}

.nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav .nav-submenu > a:after, .nav > ul > .nav-submenu > a:after {
  font-family: "icon-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: top;
}
.nav ul {
  display: block;
  position: relative;
  zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav a {
  display: block;
  position: relative;
}
.nav a:hover, .nav a:active, .nav a:visited {
  display: block;
  position: relative;
}
.nav-button-imp  {
  position: fixed !important;
  top: 0 !important;
}
.nav-button, .nav-close {
  position: fixed;
  top: 0;
  width: 2.4rem;
  height: 2.6rem;
  padding-left: 2.4rem;
  overflow: hidden;
  z-index: 902;
  cursor: pointer;
  text-decoration: none;
  line-height: 2.6rem;
  background: none no-repeat scroll 0 0 #505050;
  color: #efefef;
}

.nav-button:before, .nav-close:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.nav-button {
  display: block;
  right: 1rem;
  font-size: 1.7rem;
}
.nav-button:before {
  content: "\E003";
}

.nav-close {
  display: none;
  right: 4rem;
  font-size: 1.9rem;
}
.nav-close:before {
  content: "\E002";
}
.nav h2,h3,h4,h5,h6 {
    font: inherit;   
}
.nav {
  padding-top: 2.6rem;
  line-height: 2.6rem;
  background: none no-repeat scroll 0 0 #505050;
  color: #efefef;
  display: block;
  position: relative;
  bottom: auto;
  overflow: visible;
  font-size: 1.1em;
}
.nav ul {
  background: none no-repeat scroll 0 0 #505050;
}
.nav ul ul {
  background: #202020;
}
.nav ul ul ul {
  background: #303030;
}
.nav ul ul ul ul {
  background: #404040;
}
.nav ul ul ul ul ul {
  background: #505050;
}
.nav li {
  border-top: 1px solid #000;
  cursor: pointer;
}
.nav li:hover > a, .nav li.nav-active > a {
  color: #fefefe;
  background: #606060;
}
.nav .nav-submenu > ul {
  margin-left: 10px;
}
.nav a {
  padding: 0;
  text-align: center;
  color: #efefef;
  text-decoration: none;
}
.nav a:hover, .nav a:active, .nav a:visited {
  padding: 0;
  text-align: center;
  color: #efefef;
  text-decoration: none;
}
.nav .nav-submenu > a:after {
  position: absolute;
  display: block;
  right: 10px;
  top: .75em;
  content: "\E005";
}
.nav > ul > li.nav-submenu > a:after {
  display: none;
}
.nav ul > li > a {
  padding: 0;
  text-align: center;
  color: #efefef;
  text-decoration: none;
}
.nav ul > li > a:hover, .nav ul > li > a:active, .nav ul > li > a:visited {
  padding: 0;
  text-align: center;
  color: #efefef;
  text-decoration: none;
}
.nav ul > li > ul a {
  text-align: left;
  padding: .7em .6em;
}
.nav ul > li > ul a:hover, .nav ul > li > ul a:active, .nav ul > li > ul a:visited {
  text-align: left;
  padding: .7em .6em;
}
.nav li {
  position: relative;
  font-family: "Exo 2",sans-serif;
}
.nav > ul > li {
  display: table-cell;
  max-width: 122px;
  min-width: 79px;
  border-right: 1px solid #262626;
}
.nav > ul > li > ul {
  font-size: .82em;
  width: 170px;
}
.nav > ul > li > ul li {
  width: 170px;
  line-height: 1.3rem;
  vertical-align: middle;
}
.nav > ul > li > ul a {
  text-align: left;
  padding-left: 6px;
}
.nav ul {
  display: table;
  width: 100%;
}
.nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 901;
}
.nav ul ul ul {
  top: 5px;
  left: 95%;
  z-index: 902;
}
.nav ul ul ul ul {
  z-index: 903;
}
.nav ul ul ul ul ul {
  z-index: 904;
}

.nav-no-js .nav li:hover > ul {
  display: block;
}

.nav-button {
  display: none;
}

.nav {
  padding: 0 !important;
}
.nav > ul > li {
  border-top: none;
}
.nav li > ul {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.nav ul ul ul li:first-child {
  border-top: none;
}
.nav .nav-submenu li {
  min-width: 110px;
}
.nav .nav-submenu > ul {
  margin: 0;
}
.nav .nav-submenu > a:after {
  content: "\E006";
}
.nav > ul > .nav-submenu > a:after {
  content: "\E005";
}
