
#header-global-responsive .inner {
  width: auto;
  max-width: 954px;
}


@media only screen and (max-width: 953px) {

  #header-global-responsive {
    position: static;
  }

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

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


@media only screen and (max-width: 795px) {

   #header-global-responsive .logo {
    width: 24%;
  }

  #header-global-responsive .inner {
    padding-left: 24%;
  }

}


@media only screen and (max-width: 767px) {


  #header-global-responsive .inner {
    padding: 0;
  }

  #header-global-responsive .logo {
    width: auto;
    position: static;
  }

  .nav-main > ul > li > ul {
    top: 148px;
  }

}


@media only screen and (max-width: 585px) {

  .nav-main > ul > li > div a {
    padding-left: 12%;
  }

  .site-search-form {
    width: 32.6%;
  }

  .nav-main ul ul a {
    font-size: 12px;
  }
}


@media only screen and (max-width: 500px) {

  #header-global-responsive .content {
    display: none;
    background: #580f8b;
    height: auto;
  }

  #header-global-responsive .tagline {
   display: block;
   font-size: 14px;
   margin: 0;
  }

  #header-global-responsive .btn-menu {
    display: block;
    width: 79px;
    height: 74px;
    background: #580f8b;
    position: absolute;
    right: 0;
    top: 0;
  }
  #header-global-responsive .btn-menu:before {
    content: '';
    display: block;
    width: 24px;
    height: 25px;
    margin: 25px auto 0;
    background: -webkit-linear-gradient(top, #fff, #fff 5px, transparent 5px, transparent 10px, #fff 10px, #fff 15px, transparent 15px, transparent 20px, #fff 20px, #fff 25px);
    background: linear-gradient(to bottom, #fff, #fff 5px, transparent 5px, transparent 10px, #fff 10px, #fff 15px, transparent 15px, transparent 20px, #fff 20px, #fff 25px);
  }

  #bodywrapper {
    margin-top: 0;
  }

}


/*mobile nav*/
#header-global-responsive .content.mobile-nav-open {
  display: block;
}

.mobile-nav-open .nav-main {
  border-bottom: 1px solid #484949;
  display: block;
}

.mobile-nav-open .nav-main li {
  border-top: 1px solid #484949;
  float: none !important;
  width: auto !important;
  text-align: left !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.mobile-nav-open li.empty,
.mobile-nav-open li.spacer {
  display: none;
}

.mobile-nav-open .nav-main > ul > li > div a {
  vertical-align: middle;
}

.mobile-nav-open .nav-main > ul > li > div > a b {
  font-size: 16px;
}

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

.mobile-nav-open .nav-main > ul > .is-active {
  background: #151515;
  border-color: #292929;
}

.mobile-nav-open .nav-main > ul > .is-active > div > a b {
  color: #fee800;
}

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

.mobile-nav-open .nav-main ul ul a {
  font-size: 14px;
  height: 74px;
}

.mobile-nav-open .nav-main ul ul li {
  border-color: #292929 !important;
}

.mobile-nav-open .nav-main a {
  padding: 0 57px 0 18px;
}

.mobile-nav-open ul ul ul a {
  padding-right: 18px;
}

.mobile-nav-open .is-active > div > a {
  padding-right: 0;
}

.mobile-nav-open .nav-main .is-active .btn {
  display: table-cell;
  width: 74px;
  height: 74px;
  position: static;
}

.mobile-nav-open .nav-main .is-active > ul {
  display: block;
  height: auto;
  position: static;
  opacity: 1;
}

.mobile-nav-open .nav-main .btn i {
  display: block;
  width: 37px;
  height: 37px;
  background: #2f2f2f;
  border-radius: 50%;
  margin: 16px 0 0 27px;
  position: relative;
}

.mobile-nav-open .nav-main .btn i:after {
  width: 11px;
  height: 11px;
  border-color: #fff !important;
  top: 12px;
  left: 13px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mobile-nav-open .nav-main .is-active > div > .btn i:after {
  top: 14px;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.mobile-nav-open .site-search-form {
  padding: 19px 20px 18px;
  border-bottom: 1px solid #484949;
  display: block;
  width: auto;
}

.mobile-nav-open .site-search-form label {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.mobile-nav-open .site-search-form .field {
  padding: 0 34px 0 5px;
  width: auto;
}

.mobile-nav-open #site-search {
  height: 37px;
}

.mobile-nav-open .site-search-form input[type='submit'] {
  width: 34px;
  height: 37px;
  background: url(../images/icon.search.png) no-repeat 50% 50%;
  background-size: 13px 14px;
}
