/**
 * @version   $Id$
 * @author    JoomlaUX!
 * @package   Joomla.Site
 * @subpackage  mod_jux_megamenu
 * @copyright Copyright (C) 2008 - 2013 by JoomlaUX. All rights reserved.
 * @license   http://www.gnu.org/licenses/gpl.html GNU/GPL version 3
*/
/* Animate */
.theme-white.mod_jux_megamenu .megamenu-wrapper {
  border: 1px solid #e0e0e0;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .theme-white.mod_jux_megamenu .megamenu-wrapper {
    -webkit-box-shadow: 0px 2px 7px #848484a6;
            box-shadow: 0px 2px 7px #848484a6;
  }
}
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss {

}
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss span.megacss,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss a.megacss {
  color: #2e2e2e;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss.active > span.megacss,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss:hover > span.megacss,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss.active > a.megacss,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss:hover > a.megacss {
  color: #000;
    border-radius: 6px;
    margin: 0 4px;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss span.megacss,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss a.megacss {
  font-size: large;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss:hover > span.megacss,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss:hover > a.megacss {
  color: #000;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss span.megacss,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss a.megacss {
  color: #2e2e2e;
  font-size: small;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss span.megacss:hover,
.theme-white.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss a.megacss:hover {
  color: #000;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper .childcontent {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: small;
  border: 1px solid #e0e0e0;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper .childcontent input,
.theme-white.mod_jux_megamenu .megamenu-wrapper .childcontent button {
  font-size: small;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper .childcontent .childcontent-inner {
  color: #2e2e2e;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper .childcontent .childcontent-inner a {
  color: #2e2e2e;
}
.theme-white.mod_jux_megamenu .megamenu-wrapper .childcontent .childcontent-inner a:hover {
  color: #000;
}
.theme-white.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul li.active a {
  color: #000;
  background: #f2f2f2;
}
.theme-white.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul li a {
  color: #2e2e2e;
  font-size: small;
}
.theme-white.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul li a:hover {
  color: #000;
  background: #f2f2f2;
}
.theme-white.mod_jux_megamenu .submenu-tabs .tabs_vertical .jux_tabs_db ul li {
  border-bottom: 1px solid #e0e0e0;
}
.theme-white.mod_jux_megamenu .submenu-tabs .tabs_vertical .jux_tabs_db ul li:last-child {
  border-bottom: none;
}
.theme-white.mod_jux_megamenu .submenu-tabs .tabs_horizontal .jux_tabs_db {
  border-bottom: 1px solid #e0e0e0;
}
.theme-white.mod_jux_megamenu .submenu-tabs .tabs_horizontal .jux_tabs_db ul li {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 991px) {
  .theme-white.mod_jux_megamenu .submenu-tabs .tabs_horizontal .jux_tabs_db ul li {
    border-bottom: 1px solid #e0e0e0;
  }
}
.theme-white.mod_jux_megamenu .submenu-tabs .tabs_horizontal .jux_tabs_db ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .theme-white.mod_jux_megamenu .megamenu-wrapper .jux-fa-bars {
    font-size: 1.6em;
    color: #2e2e2e;
    padding: 5px;
  }
}
