/**
 * @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 */
.animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mod_jux_megamenu-wrapper.is-sticky .mod_jux_megamenu {
  z-index: 10;
  left: 0;
  right: 0;
}
.mod_jux_megamenu .megamenu-wrapper {
  background-color: #2B2B2B;
  -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);
  border-radius: 5px;
}
.mod_jux_megamenu .megamenu-wrapper .js-megamenu {
  padding: 0;
  margin: 0;
  position: relative;
}
.mod_jux_megamenu .megamenu-wrapper .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.mod_jux_megamenu .megamenu-wrapper a {
  text-decoration: none;
}
.mod_jux_megamenu .megamenu-wrapper a:hover {
  text-decoration: none;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1,
.mod_jux_megamenu .megamenu-wrapper ul.level2,
.mod_jux_megamenu .megamenu-wrapper ul.level3,
.mod_jux_megamenu .megamenu-wrapper ul.level4,
.mod_jux_megamenu .megamenu-wrapper ul.level5 {
  position: relative;
  margin: 0;
  padding: 0;
}
.mod_jux_megamenu .megamenu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss {
  border-left: 1px solid #535353;
  color: #bfbfbf;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss span.megacss,
.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss a.megacss {
  color: #bfbfbf;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss.active > span.megacss,
.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss:hover > span.megacss,
.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss.active > a.megacss,
.mod_jux_megamenu .megamenu-wrapper ul.level0 > li.megacss:hover > a.megacss {
  color: #fff;
  background: #0d0b0b;
  border-left-color: #0d0b0b;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss .jux-custom-css .jux-fa {
  display: none;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss.right {
  float: right;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss span.megacss,
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss a.megacss {
  line-height: normal;
  margin: 0;
  padding: 12px 15px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss span.megacss img,
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss a.megacss img {
  max-width: 30px;
  margin-right: 10px;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss .menu-inner i {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss .menu-desc {
  display: block;
  font-weight: normal;
  font-size: 85%;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss.submenu-align-fullwidth {
  position: static !important;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss.submenu-align-fullwidth > .childcontent {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss.submenu-align-right > .childcontent {
  left: auto;
  right: 0;
  margin-left: 0 !important;
}
.mod_jux_megamenu .megamenu-wrapper ul.level0 li.megacss.submenu-align-left > .childcontent {
  left: 0;
  margin-left: 0 !important;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 {
  padding: 0;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss {
  float: none;
  border: none;
  background: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss:hover > span.megacss,
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss:hover > a.megacss {
  color: #fff;
  background: transparent;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss span.megacss,
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss a.megacss {
  font-weight: normal;
  padding: 10px 15px;
  text-align: left;
  color: #888888;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 13px;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss span.megacss img,
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss a.megacss img {
  max-width: 30px;
  margin-right: 10px;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss span.megacss.haschild,
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss a.megacss.haschild {
  position: relative;
  display: block;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss span.megacss:hover,
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss a.megacss:hover {
  color: #fff;
  background: transparent;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss .image-title {
  display: block;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss .childcontent {
  top: 0;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss.submenu-align-right > .childcontent {
  left: auto;
  right: 200px;
  top: 0;
}
.mod_jux_megamenu .megamenu-wrapper ul.level1 li.megacss.submenu-align-left > .childcontent {
  left: 100%;
}
.mod_jux_megamenu .megamenu-wrapper ul li.megacss .childcontent {
  visibility: hidden;
  height: auto;
  position: absolute;
  display: none;
  left: auto;
}
.mod_jux_megamenu .megamenu-wrapper ul li.megacss .right {
  right: auto;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent {
  z-index: 999;
  background-color: #0D0B0B;
  font-size: 13px;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent input,
.mod_jux_megamenu .megamenu-wrapper .childcontent button {
  font-size: 13px;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent .childcontent-inner-wrap {
  position: static;
  display: block;
  position: initial;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent .childcontent-inner {
  color: #888888;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent .childcontent-inner a {
  width: auto;
  color: #888888;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent .childcontent-inner a:hover {
  color: #fff;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent .jux_modules_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px;
}
.mod_jux_megamenu .megamenu-wrapper .childcontent.submenu-column {
  padding: 15px 10px;
}
.mod_jux_megamenu .megamenu-wrapper .group-title .image-title {
  text-transform: uppercase;
}
.mod_jux_megamenu .megamenu-wrapper .megacol {
  float: left;
}
.mod_jux_megamenu .megamenu-wrapper .jux-dropdown-menu {
  position: static;
  display: block;
  position: initial;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mod_jux_megamenu .megamenu-wrapper .megaMenuToggle {
  display: none;
}
.mod_jux_megamenu.sticky-on {
  -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);
}
.mod_jux_megamenu.sticky-on .hasTip:before,
.mod_jux_megamenu.sticky-on .hasTip:after {
  bottom: inherit;
  content: none;
}
@media (min-width: 991px) {
  .mod_jux_megamenu.horizontal ul.level0 a.haschild .image-title,
  .mod_jux_megamenu.horizontal ul.level0 span.haschild .image-title {
    background: url(../images/arrow3.png) no-repeat left center;
    background-position: 100% 8px;
    padding-right: 14px;
  }
}
.mod_jux_megamenu.horizontal ul.level1 a.haschild .image-title,
.mod_jux_megamenu.horizontal ul.level2 a.haschild .image-title,
.mod_jux_megamenu.horizontal ul.level1 span.haschild .image-title,
.mod_jux_megamenu.horizontal ul.level2 span.haschild .image-title {
  background: url(../images/arrow.png) no-repeat right center !important;
  padding-left: 0px;
}
.mod_jux_megamenu.horizontal ul.level1 li.submenu-align-right a.haschild .image-title,
.mod_jux_megamenu.horizontal ul.level2 li.submenu-align-right a.haschild .image-title,
.mod_jux_megamenu.horizontal ul.level1 li.submenu-align-right span.haschild .image-title,
.mod_jux_megamenu.horizontal ul.level2 li.submenu-align-right span.haschild .image-title {
  background-image: url('../images/arrow_right.png');
  padding-left: 10px;
  left: 1px;
  background-position: 0% 4px;
  margin-left: -11px;
}
.mod_jux_megamenu.horizontal.right ul.level0 {
  float: right;
}
.mod_jux_megamenu.horizontal.center ul.level0 {
  float: left;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.mod_jux_megamenu.horizontal.center ul.level0 li.megacss {
  position: relative;
}
.mod_jux_megamenu.horizontal.center ul.level1 {
  left: 0;
  position: relative;
}
.mod_jux_megamenu.horizontal.up ul.megamenu li.haschild > div.childcontent {
  position: absolute;
  bottom: 100%;
}
.mod_jux_megamenu.horizontal.up ul.level1 li.megacss .childcontent {
  top: inherit;
  bottom: 0 !important;
}
.mod_jux_megamenu.horizontal.up.sticky-on ul.megamenu li.haschild > div.childcontent {
  bottom: inherit;
}
.mod_jux_megamenu.horizontal.up.sticky-on ul.level1 li.megacss .childcontent {
  top: inherit;
  bottom: inherit !important;
}
.mod_jux_megamenu.vertical li.megacss {
  float: none;
}
.mod_jux_megamenu.vertical li.megacss a.haschild span.image-title,
.mod_jux_megamenu.vertical li.megacss span.haschild span.image-title {
  background: url(../images/arrow.png) no-repeat right center;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .mod_jux_megamenu.vertical li.megacss a.haschild span.image-title,
  .mod_jux_megamenu.vertical li.megacss span.haschild span.image-title {
    background: none;
  }
}
.mod_jux_megamenu.vertical ul.level0 {
  float: left;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mod_jux_megamenu.vertical ul.level0 li.megacss {
  float: none;
  min-width: 200px;
}
.mod_jux_megamenu.vertical ul.level0 li.megacss span.image-title {
  display: block;
}
.mod_jux_megamenu.vertical ul.level0 li.megacss span.megacss .menu-inner,
.mod_jux_megamenu.vertical ul.level0 li.megacss a.megacss .menu-inner {
  width: 100%;
}
.mod_jux_megamenu.vertical ul.level0 li.megacss .childcontent {
  left: 100% !important;
  top: 0;
  min-width: 200px;
}
.mod_jux_megamenu.vertical ul.level0 li.megacss.submenu-align-fullwidth > .childcontent {
  width: auto;
}
.mod_jux_megamenu.vertical ul.level1 li.megacss .childcontent {
  margin-top: 0px !important;
  top: 0px;
}
.mod_jux_megamenu.vertical .submenu-tabs .jux_tabs_db ul li {
  display: block;
  width: 100% !important;
  text-align: left;
}
.mod_jux_megamenu.vertical .submenu-tabs .childcontent-inner > .megacol {
  width: auto !important;
}
.mod_jux_megamenu.vertical ul.megamenu li.megacss .childcontent-inner {
  width: auto !important;
}
.mod_jux_megamenu.vertical ul.megamenu .megacol {
  float: none;
}
.mod_jux_megamenu.vertical.right li.megacss a.haschild span.image-title,
.mod_jux_megamenu.vertical.right li.megacss span.haschild span.image-title {
  background: url(../images/arrow_right.png) no-repeat left center;
  padding-left: 0px;
}
.mod_jux_megamenu.vertical.right ul.level0 li.megacss .menu-inner i {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.mod_jux_megamenu.vertical.right ul.level0 li.megacss span.megacss,
.mod_jux_megamenu.vertical.right ul.level0 li.megacss a.megacss {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mod_jux_megamenu.vertical.right ul.level0 li.megacss span.megacss img,
.mod_jux_megamenu.vertical.right ul.level0 li.megacss a.megacss img {
  margin-right: 0;
  margin-left: 10px;
}
.mod_jux_megamenu.vertical.right ul.level0 li.megacss .childcontent {
  margin-left: -100% !important;
  right: 100% !important;
  left: 0 !important;
}
.mod_jux_megamenu.vertical.right ul.level0 li.megacss.submenu-align-fullwidth > .childcontent {
  width: auto;
}
.mod_jux_megamenu.vertical.right ul.level1 li.megacss .childcontent {
  margin-top: 0px !important;
  top: 0px;
}
.mod_jux_megamenu.vertical.right .submenu-tabs .jux_tabs_db ul li {
  text-align: right;
}
.mod_jux_megamenu.vertical.right ul.megamenu .megacol {
  float: right;
  width: 100% !important;
}
.mod_jux_megamenu .hasTip {
  position: relative;
  cursor: pointer;
}
.mod_jux_megamenu .hasTip:before,
.mod_jux_megamenu .hasTip:after {
  position: absolute;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
  bottom: 100%;
  left: 50%;
}
.mod_jux_megamenu .hasTip:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9);
}
.mod_jux_megamenu .hasTip:after {
  z-index: 1000;
  padding: 10px 6px 5px;
  width: 160px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-left: -80px;
}
.mod_jux_megamenu .hasTip:hover:before,
.mod_jux_megamenu .hasTip:hover:after {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.mod_jux_megamenu.up .hasTip:before,
.mod_jux_megamenu.up .hasTip:after {
  bottom: -100%;
}
.mod_jux_megamenu.up .hasTip:before {
  margin-bottom: 32px;
  border-top-color: transparent;
  border-bottom-color: rgba(51, 51, 51, 0.9);
}
.mod_jux_megamenu .submenu-tabs .childcontent-inner > .megacol {
  padding: 15px 10px;
}
.mod_jux_megamenu .submenu-tabs .jux_tabs_db {
  display: block;
  overflow: hidden;
  margin: 0;
}
.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul li.active a {
  color: #fff;
  background: transparent;
}
.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul li a {
  color: #888888;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul li a:hover {
  color: #fff;
  background: transparent;
}
.mod_jux_megamenu .submenu-tabs .jux_tabs_db ul li > a {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid transparent;
  position: relative;
  text-decoration: none;
  border: 0;
}
.mod_jux_megamenu .submenu-tabs .tabs_vertical .jux_tabs_db {
  float: left;
  width: 25%;
}
.mod_jux_megamenu .submenu-tabs .tabs_vertical .jux_tabs_db ul li {
  display: block;
  margin: 0px 0 0 1px;
  border-bottom: 1px solid #535353;
}
.mod_jux_megamenu .submenu-tabs .tabs_vertical .jux_tabs_db ul li:last-child {
  border-bottom: none;
}
.mod_jux_megamenu .submenu-tabs .tabs_horizontal .jux_tabs_db {
  border-bottom: 1px solid #535353;
}
.mod_jux_megamenu .submenu-tabs .tabs_horizontal .jux_tabs_db ul li {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #535353;
}
.mod_jux_megamenu .submenu-tabs .tabs_horizontal .jux_tabs_db ul li:last-child {
  border-right: none;
}
