/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/

.megamenu {
  display: none;
}
.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  text-decoration: none;
  z-index: 10;
}

.megamenu div.mm-item-content {
  position: absolute;
  z-index: 9;
}
.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}
.mm-content-base {
  position: relative;
  z-index: 11;
  background:#FFFFFF;
  background-color:rgba(255, 255, 255, 0.9);
  padding:15px 15px 15px;
  width: 210px;
}
.mm-js-shadow {
  position: absolute;
  z-index: 10;
}
