/*! #######################################################################

  MeanMenu 2.0.7
  --------
  To be used with jquery.meanmenu.js by Chris Wharton
  http://www.meanthemes.com/plugins/meanmenu/

####################################################################### */

/* ---------------------------------
   Mobile submenu fix (main issue)
-----------------------------------*/
.mean-container .mean-nav ul li ul {
  position: relative !important;   /* no absolute overflow */
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;          /* take full width */
  background: #0c1923;             /* match nav background */
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

.mean-container .mean-nav ul li ul li a {
  width: 100% !important;          /* no shrinking at deeper levels */
  padding: 10px 15px;
  display: block;
  white-space: normal;             /* wrap text if too long */
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.85;
  text-decoration: none; 
}

/* ---------------------------------
   Default MeanMenu styles
-----------------------------------*/

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0);
  float: left;
  position: relative;
  width: 100%;
  z-index: 999999;
  margin-top: 15px;
}

.mean-container a.meanmenu-reveal {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-top: -40px;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -16px;
  width: 22px;
}
.mean-container a.meanmenu-reveal span {
  background: #fff;
  display: block;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  background: #0c1923;
  float: left;
  width: 100%;
  position: absolute;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: block;
  float: left;
  margin: 0;
  padding: 10px 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  background: rgba(255, 255, 255, 0.1);
  border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
  border-style: none none solid solid;
  border-width: 0 0 1px 1px;
  font-weight: 700;
  height: 27px;
  margin-top: 1px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}
