.gk-mainmenu-toggle {
  float: right;
}
.gk-mainmenu-toggle a {
  background: transparent url('../images/mobile_menu_btn.png') no-repeat 0 0;
  display: block;
  height: 30px;
  margin-top: 20px;
  text-indent: -9999px;
  width: 30px;
}
.full_menu {
  float: right;
  position: relative;
  height: auto;
  display: block;
}
.full_menu > ul {
  margin: 0 !important;
  overflow: auto;
  clear: both; 
}
.full_menu > ul > li {
  border: none;
  float: left;
  font-size: 14.3px;
  min-height: 10px;
  line-height: 40px;
  margin: 0;
}
.full_menu > ul > li > a {
  color: #777;
  margin: 0;
  padding: 0 14px;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.full_menu ul ul {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px #939393;
  -moz-box-shadow: 0 0 6px #939393;
  -ms-box-shadow: 0 0 6px #939393;
  -o-box-shadow: 0 0 6px #939393;
  box-shadow: 0 0 6px #939393;
  display: block;
  font-size: 13px;
  left: -9999px;
  margin-top: 0px;
  padding: 0 !important;
  position: absolute;
  width: 200px;
  z-index: 10;
}
.full_menu ul ul ul:before {
  display: none;
}
.full_menu ul ul li {
  border-top: 1px solid #e5e5e5;
  min-height: 22px;
    margin-bottom: 0px;
    display: block;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
.full_menu ul ul li a {
  color: #777;
  display: block;
  line-height: 22.1px;
  padding: 10px;
}
.full_menu ul ul li a:active,
.full_menu ul ul li a:focus,
.full_menu ul ul li a:hover {
  color: #444 !important;
  text-decoration: none;
}
.full_menu ul ul li:hover {
  background: #f5f5f5;
}
.full_menu ul ul li:first-child {
  border-top: none;
}
.full_menu ul ul li:hover ul {
  left: auto !important;
}
.full_menu ul ul li:hover a {
  color: #444 !important;
  text-decoration: none;
}
.full_menu ul ul ul {
  border-top: 1px solid #e5e5e5;
  left: -9999px !important;
  margin-left: 180px;
  margin-top: -24px;
}
.full_menu ul ul:before {
  background: transparent url('../images/menu_arrow.png') no-repeat 0 0;
  content: "";
  display: block;
  height: 10px;
  left: 26px;
  position: absolute;
  top: -10px;
  width: 14px;
}
.full_menu ul li:hover ul {
  left: auto;
}

.gk-mainmenu-toggle {
  display: none;
}

.btn-group.open .btn.dropdown-toggle,
.btn.dropdown-toggle {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 1px 3px #e5e5e5;
  -moz-box-shadow: 1px 1px 3px #e5e5e5;
  -ms-box-shadow: 1px 1px 3px #e5e5e5;
  -o-box-shadow: 1px 1px 3px #e5e5e5;
  box-shadow: 1px 1px 3px #e5e5e5;
}
.dropdown-menu li:hover a {
  background: #f5f5f5 !important;
  color: #333;
}aside .dropdown-menu {
  min-width: 80px !important;
}























