nav {
  background-color: #333;
  position:fixed;
  top:0;
  left:0;
  height:3.14rem;
  width:100%;
  z-index:999;
}

img.gs-logo { position:fixed; top:0; left:0; height:3.14rem; z-index:9999;}
img.gs-logo:hover { opacity:0.85; cursor:pointer;}
#gs-logod { display:block; }
#gs-logom { display:none; }

#navoff { height: 3.14rem; }

nav a {
  text-decoration: none;
  color: #fff;
}

nav i {
  text-decoration: none;
  color: #f90;
}

nav a:hover { color: #ccc; }

nav > ul {
  position:relative;
  list-style: none;
  display: flex;
  font-family: sans-serif;
  font-size: 1.13rem;
  height: 3.14rem;
  flex-direction:row;
  align-items: center;
  justify-content: space-evenly;
  padding-left:150px;
}

div.gs-submenu {
  display:none;
  position:absolute;
  top:100%;
  background-color: #888;
  z-index: 999;
  border-top: solid 5px #f90;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

ul.gs-drop-menu {
  list-style: none;
  display: flex;
  font-family: sans-serif;
  font-size: 1.13rem;
  flex-direction:column;
  padding:0.5rem;
}

xxul.gs-drop-menu li:nth-child(odd) {
   background-color: #444;
}

div.gs-mega {
  left:0;
  width: 100%;
}

ul.gs-mega-menu {
  list-style: none;
  display: flex;
  font-family: sans-serif;
  font-size: 1.13rem;
  flex-direction:row;
}

ul.gs-mega-menu > li {
  flex: 1;
}

.gs-search { width:97%; height: 1.5rem; font-size: 1.4rem; }

/* ---------------------------
   MEGA MENU - V1
   --------------------------- */
   
.mega-ul {
  position:relative;
  width:100%;  
}
   
.mega {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EEE;
  width:100%;
}

.mega a { color: #000; }
.mega a:hover { color: #333; }
.mega li { margin-left: 2rem; }

.mega-col {
  padding: 0 0 0 10px;  
}

.mega-mid {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
}

.mega-pcat {
  font-size: 1.5rem;
  color: #040;
  padding-top: 10px;
}

#mega-bottom {
  background-color: #ccc;
  width:100%;
  padding: 20px 0 5px 0;
}

#mega-bottom img {
  height: 50px;
  width: 50px;
  margin: 0 10px 0 0;
}

/* ---------------------------
   MOBILE ADJUSTMENTS
   --------------------------- */

@media (max-width:900px) {

  html { font-size: 20px; }
  
  #navoff { display: none; }

  img.gs-logo { position: relative; width:99%; height:auto; }
  #gs-logod {display: none; }
  #gs-logom {display: block; }
  
  nav {
    position:relative;
    height:auto;
  }
  
  nav > ul {
    height:100%;
    flex-direction:column;
    max-width: 100%;
    align-items: start;
    padding-left: 1rem;
    justify-content: start;
    border-bottom: 5px solid #040;
  }
  
  xnav >ul li:nth-child(even) {
   background-color: #444;
   width:100%
  }
  
  .mega-mid {
    border-left: none;
    border-right: none;
  }  
  
  
}

