	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
	.full_menu {
    display: none;
    }
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.full_menu {
    display: none;
    }
	
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
	.full_menu {
    display: none;
    }
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.full_menu {
    display: none;
    }
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
	.full_menu {
        display: none;
    }
	
	}


@media screen and (min-width: 960px) {

    .mobile_menu {
        display: none;
    }
 
    nav#mobile {
        background-color:#111;
        box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
        display:block;
    }
 
    /*
    Top black bar that holds the toggle button
    */
 
    nav#mobile #toggle-bar {
        line-height:70px;
        height:70px;
    }
 
    /*
    Toggle button #1 ("Menu")
    */
 
    nav#mobile strong a {
        margin-left:30px;
        border:1px solid #444;
        padding:10px;
    }
 
    /*
    Toggle button #2 ("Navicon")
    */
 
    nav#mobile .navicon {
        float: right;
        height: 6px;
        width: 34px;
        margin: 20px;
        border-top: 18px double #FFF;
        border-bottom: 6px solid #FFF;
        font-size:0;
    }
 
    /*
    The dropdown menu
    */
 
    nav#mobile ul li {
        clear:both;
        list-style:none;
    }
 
    nav#mobile ul li a {
        display:block;
        background-color:#300;
        text-transform:uppercase;
        letter-spacing:.2em;
        margin:2px 0;
        padding:6px 0 6px 8px;
    }
 
    nav#mobile ul ul {
        font-size:small;
    }
 
    nav#mobile ul ul li {
        margin-left:30px;
    }
 
    nav#mobile ul ul a {
        background-color:#333;
        padding-left:8px;
    }
 
    nav#mobile ul ul a:before {
        content: "\2192";
        padding-right:8px;
    }
}

.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: hidden;
  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-toggle {
    display: none
}
.dropdown-menu {
    display: block !important
}
.dropdown-menu li:hover a {
  background: #f5f5f5 !important;
  color: #333;
}aside .dropdown-menu {
  min-width: 80px !important;
}

