#header-global-responsive,
#header-global-responsive *,
#header-global-responsive *:before,
#header-global-responsive *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header-global-responsive {
  position: absolute;
  top: 0;
  width: 100%;
  font-family: arial, sans-serif;
}

#header-global-responsive form,
#header-global-responsive fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#header-global-responsive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header-global-responsive a {
  text-decoration: none;
}

#header-global-responsive .inner {
  width: 954px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  padding-left: 190px;
}

#header-global-responsive .logo {
  background: #2f2f2f;
  width: 190px;
  left: 0;
  position: absolute;
}
#header-global-responsive .logo a {
  display: block;
  height: 74px;
  max-width: 190px;
  padding-top: 25px;
}
#header-global-responsive .logo img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

#header-global-responsive .content {
  display: table;
  width: 100%;
  background: rgba(88,15,139,0.75);
  height: 74px;
}

#header-global-responsive .btn-menu {
  display: none;
}


.nav-main {
  display: table-cell;
}

.nav-main .btn,
.nav-main .mobile-submenu {
  display: none;
}

.nav-main li > div {
  display: table;
  width: 100%;
}

.nav-main > ul > li {
  border-right: 1px solid #484949;
  float: left;
  width: 33.33%;
}

.nav-main > ul > li > ul {
  position: absolute;
  width: 100%;
  top: 148px;
  left: 0;
  top: 74px;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  overflow: hidden;
}

.nav-main ul ul li {
  text-align: center;
}

.nav-main ul ul li:not(.is-active) {
  float: left;
  width: 33.33%;
  text-align: center;
  border-left: 1px solid #484949;
  background: #151515;
}

.nav-main ul ul li:nth-child(3n) {
  border-right: 1px solid #484949 !important;
}

.nav-main ul ul li:nth-child(3n+1) {
  clear: left;
  border-left: 1px solid #484949 !important;
}

.nav-main ul ul li:nth-child(n+4):not(.is-active) {
  border-top: 1px solid #484949;
}

.nav-main ul ul ul {
  display: none;
}

.nav-main ul ul ul:after {
  content: "";
  display: table;
  clear: both;
}

.nav-main .empty div {
  height: 64px;
}

.nav-main .spacer {
  height: 65px;
  width: auto !important;
  float: none !important;
  border: 0 !important;
  background: none !important;
}

.nav-main .is-open > div {
  background: #151515;
  transition: background-color 0.4s ease;
}

.nav-main .is-open > div > a b {
  color: #fee800;
  transition: color 0.4s ease;
}

.nav-main .is-open > ul {
  height: auto;
  opacity: 1;
}

.nav-main .is-active ul {
  display: block;
}

.nav-main li.is-active > div {
  background: #151515;
}

.nav-main ul ul li.is-active li {
  background: #2f2f2f;
}

.nav-main .is-active .btn {
  display: block;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0px;
  cursor: pointer;
}

.nav-main .is-active .btn i:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 27px;
  left: 22px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition: border-color 0.2s ease;
}

.nav-main .is-active .btn:hover i:after {
  border-color: #fee800;
}

.nav-main .is-hidden {
  display: none;
}

.nav-main a {
  color: #fff;
  height: 74px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.286;
}

.nav-main > ul > li > div a {
  padding: 19px 5px 0 15px;
  vertical-align: top;
}

.nav-main ul ul a {
  padding: 0 12%;
  height: 64px;
  transition: color 0.2s ease;
}

.nav-main ul ul a:hover {
  color: #fee800;
}

.nav-main > ul > li > div a br {
  display: none;
}

li.menu-link-13256.is-active > div > a.megamenu,
li.menu-link-13281.is-active > div > a.megamenu,
li.menu-link-13271.is-active > div > a.megamenu {cursor: default;}

li.menu-link-13256.is-active > div > a.megamenu:hover,
li.menu-link-13281.is-active > div > a.megamenu:hover,
li.menu-link-13271.is-active > div > a.megamenu:hover {color: white;}

.nav-main .tagline {
  display: block;
  color: #c5b9cd;
  font-size: 11px;
  margin-top: 1px;
}

.site-search-form {
  width: 191px;
  display: table-cell;
  vertical-align: top;
  padding-top: 18px;
  width: 191px;
  margin: 0 auto;
}

.site-search-form .field {
  background: rgba(255,255,255,0.4);
  position: relative;
}

.site-search-form label {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  width: 84%;
  display: block;
  margin: 0 auto 3px;
}

.site-search-form .field {
  width: 84%;
  margin: 0 auto;
  padding-right: 20px;
}

#site-search {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  height: 20px;
  font-size: 12px;
}

.site-search-form input[type='submit'] {
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon.search-arrow.png) no-repeat 50% 50%;
  background-size: 9px 9px;
}
