/**
 * @version		$Id$
 * @author		JoomlaUX
 * @package		Joomla.Site
 * @subpackage	mod_jux_easy_mega_menu
 * @copyright	Copyright (C) 2008 - 2013 JoomlaUX. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
 */

/* ADMIN TOOLBOX
---------------------------------------------------*/
.jux-megamenu a:hover,
.jux-megamenu a:focus {
	text-decoration: none;
}
.jux-empty-title > a > .jux-menu-item-wrapper > .jux-icon,
.jux-empty-title > .separator > .jux-menu-item-wrapper > .jux-icon,
.jux-empty-title > a > .jux-menu-item-wrapper > .jux-img,
.jux-empty-title > .separator > .jux-menu-item-wrapper > .jux-img {
  margin: 0;
}
.jux-megamenu .jux-dropdown-menu {
    padding: 5px;
    border-radius: 0;
    border: none;
    margin: 0;
	position: absolute;
	z-index: 15;
    margin: 0;
    top: 100%;
    float: left;
    list-style: none;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	z-index: 2000;
	background: #fff;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -------------------------------------------------*/
/* jux MEGAMENU BASE
---------------------------------------------------*/
.jux-megamenu .mega-inner:before,
.jux-megamenu .mega-inner:after {
	display: table;
	content: "";
	line-height: 0;
}
.jux-megamenu .mega-inner:after {
	clear: both;
}
.jux-megamenu .row-fluid + .row-fluid{
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
.jux-megamenu .row + .row {
	padding-top: 15px;
}

.jux-megamenu .jux-mega.jux-dropdown-submenu:hover > .jux-dropdown-menu {
	display: block;
}
.jux-megamenu .mega-group {
	*zoom: 1;
}
.jux-megamenu .mega-group:before,
.jux-megamenu .mega-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.jux-megamenu .mega-group:after {
	clear: both;
}
.jux-megamenu .mega-nav .mega-group > .mega-group-title,
.jux-megamenu .jux-dropdown-menu .mega-nav .mega-group > .mega-group-title,
.jux-megamenu .jux-dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
	background: inherit;
	color: inherit;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.jux-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.jux-megamenu .jux-dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.jux-megamenu .jux-dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.jux-megamenu .mega-nav .mega-group > .mega-group-title:active,
.jux-megamenu .jux-dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.jux-megamenu .jux-dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.jux-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.jux-megamenu .jux-dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.jux-megamenu .jux-dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
	background: inherit;
	color: inherit;
}
.jux-megamenu .mega-group-ct:before,
.jux-megamenu .mega-group-ct:after {
	display: table;
	content: "";
	line-height: 0;
}
.jux-megamenu .mega-group-ct:after {
	clear: both;
}
.jux-megamenu .mega-group-ct > .row-fluid > [class*="span"] > .mega-inner {
	padding: 0;
}
.jux-megamenu .mega-nav,
.jux-megamenu .jux-dropdown-menu .mega-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: inherit;
}
.jux-megamenu .mega-nav > li,
.jux-dropdown-menu .mega-nav > li {
	list-style: none;
	margin-bottom: 0;
}
.jux-megamenu .mega-group > .mega-nav,
.jux-megamenu .jux-dropdown-menu .mega-group > .mega-nav {
	margin-left: -5px;
	margin-right: -5px;
}
.jux-megamenu .jux-module {
	margin-bottom: 10px;
}
.jux-megamenu .jux-module .module-title {
	margin-bottom: 0;
}
.jux-megamenu .jux-module .module-ct {
	margin: 0;
	padding: 0;
}
.jux-megamenu .mega-align-left > .jux-dropdown-menu {
	left: 0;
}
.jux-megamenu .mega-align-right > .jux-dropdown-menu {
	left: auto;
	right: 0;
}
.jux-megamenu .mega-align-center > .jux-dropdown-menu {
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
}
.jux-megamenu .jux-dropdown-submenu.mega-align-left > .jux-dropdown-menu {
	left: 100%;
}
.jux-megamenu .jux-dropdown-submenu.mega-align-right > .jux-dropdown-menu {
	left: auto;
	right: 100%;
}
.juxnav.jux-easy-megamenu .meganav li.mega-align-justify {
	position: static;
  }
.jux-megamenu .mega-align-justify > .jux-dropdown-menu {
	left: 0;
	margin-left: 0;
	right: 0;
}
.juxnav.jux-easy-megamenu .jux-megamenu .mega-align-justify > .jux-dropdown-menu {
	top: 100%;
}
.jux-megamenu .mega-caption {
	display: block;
	white-space: initial;
    text-transform: initial;
    font-weight: initial;
}
/*.jux-megamenu .meganav .jux-caret,
.jux-megamenu .jux-dropdown-submenu .jux-caret,
.jux-megamenu .mega-menu .jux-caret {
	display: none;
}*/
.jux-megamenu .meganav  .jux-mega > a > .jux-menu-item-wrapper >  .jux-caret,
.jux-megamenu .meganav  .jux-mega > .separator > .jux-menu-item-wrapper >  .jux-caret {
  vertical-align: middle;
  position: absolute;
}
.jux-megamenu .meganav > .jux-mega > a > .jux-menu-item-wrapper >  .jux-caret,
.jux-megamenu .meganav > .jux-mega > .separator > .jux-menu-item-wrapper >  .jux-caret {
	right: auto;
	left: calc(100% + 2px);
	top: 50%;
	transform: translateY(-50%);
}
/* .jux-megamenu .meganav > .jux-mega.mega-align-right > a > .jux-menu-item-wrapper > .jux-caret,
.jux-megamenu .meganav > .jux-mega.mega-align-right > .separator > .jux-menu-item-wrapper > .jux-caret {
  left: -10px;
  right: auto;
} */
.jux-megamenu .meganav > .jux-mega .jux-mega > a > .jux-menu-item-wrapper >  .jux-caret,
.jux-megamenu .meganav > .jux-mega .jux-mega > .separator > .jux-menu-item-wrapper >  .jux-caret {
  left: auto;
  right: -8px;
}
.jux-megamenu .meganav > .jux-mega .jux-mega.mega-align-right > a > .jux-menu-item-wrapper > .jux-caret,
.jux-megamenu .meganav > .jux-mega .jux-mega.mega-align-right > .separator > .jux-menu-item-wrapper > .jux-caret {
  left: -8px;
  right: auto;
}
.jux-megamenu .meganav.jux-nav-mobile .jux-caret {
    margin: 0;
    width: 16px;
	height: 16px;
	line-height: 16px;
    text-align: center;
    transition: all 0.3s;
}

.jux-megamenu .meganav [class^="icon-"],
.jux-megamenu .meganav [class*=" icon-"] {
	margin-right: 5px;
}
@media (min-width: 768px) {
	.jux-megamenu .jux-mega > .jux-dropdown-menu {
		transition: all 400ms;
		-webkit-transition: all 400ms;
		-ms-transition: all 400ms;
		-o-transition: all 400ms;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		opacity: 0;
		visibility: hidden;
		display: block;
		min-width: 220px;
	}
	.jux-megamenu.animate .jux-mega > .jux-dropdown-menu {
		display: block!important;
	}
	.jux-megamenu.animate.zoom .jux-mega > .jux-dropdown-menu {
		transform: scale(0, 0);
		transform-origin: 20% 20%;
		-webkit-transform: scale(0, 0);
		-webkit-transform-origin: 20% 20%;
		-ms-transform: scale(0, 0);
		-ms-transform-origin: 20% 20%;
		-o-transform: scale(0, 0);
		-o-transform-origin: 20% 20%;
	}
	.jux-megamenu.animate.elastic .level0 > .jux-mega > .jux-dropdown-menu {
		transform: scale(1, 0);
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-o-transform: scale(1, 0);
	}
	.jux-megamenu.animate.elastic .jux-mega > .jux-dropdown-menu {
		transform: scale(0, 1);
		transform-origin: 10% 0;
		-webkit-transform: scale(0, 1);
		-webkit-transform-origin: 10% 0;
		-ms-transform: scale(0, 1);
		-ms-transform-origin: 10% 0;
		-o-transform: scale(0, 1);
		-o-transform-origin: 10% 0;
	}
	.jux-megamenu.animate.elastic .jux-mega.mega-align-right > .jux-dropdown-menu {
    transform-origin: 90% 0;
    -webkit-transform-origin: 90% 0;
    -ms-transform-origin: 90% 0;
    -o-transform-origin: 90% 0;
  }
	.jux-megamenu.animate.slide .jux-mega.animating > .jux-dropdown-menu {
		overflow: hidden;
	}
	.jux-horizontal-down .jux-megamenu.animate.slide .jux-mega > .jux-dropdown-menu {
		transition: all 400ms;
		-webkit-transition: all 400ms;
		-ms-transition: all 400ms;
		-o-transition: all 400ms;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
		margin-top: 30px;
	}
	.jux-horizontal-down .jux-megamenu.animate.slide .jux-mega:hover > .jux-dropdown-menu {
		margin-top: 0;
	}
	.jux-horizontal-down .jux-megamenu.animate.slide .jux-mega .jux-mega > .jux-dropdown-menu {
		margin-left: 0;
	}
	.jux-horizontal-down .jux-megamenu.animate.slide .jux-mega .jux-mega:hover > .jux-dropdown-menu {
		margin-left: 0;
	}
	.jux-megamenu.animate.zoom .jux-mega:hover > .jux-dropdown-menu {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
	}
	.jux-megamenu.animate.elastic .jux-mega:hover > .jux-dropdown-menu {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
	}
}
.jux-megamenu .jux-dropdown-submenu > .jux-dropdown-menu {
	margin-top: 0;
	margin-left: 0;
}
#jux-admin-megamenu {
	min-height: 400px;
	/*background: url(../images/grid-bg.jpg) top left;*/
	position: relative;
}

.admin-inline-toolbox h3 {
	font-size: 18px;
	line-height: 20px;
}
.jux-admin-control-fixed {
	height: 100%;
	left: 0;
	margin: 0 !important;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.jux-admin-megamenu .disabled {
	cursor: default;
	opacity: 0.3;
	pointer-events: none;
}

/* Intro
---------------------*/
#jux-admin-mm-intro {
	float: left;
	padding: 20px 200px 20px 20px;
	text-shadow: 0 1px 1px white;
}

#jux-admin-mm-intro h3 {
	margin-top: 0;
}

#jux-admin-mm-intro p {
	display: block;
	color: #999999;
	overflow: hidden;
}



/* Toolbox
---------------------*/
#jux-admin-mm-tb {
	float: left;
}

#jux-admin-mm-tb .admin-toolbox {
	height: 119px;
	padding: 20px;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#jux-admin-mm-tb .admin-toolbox h3 {
	margin-top: 0;
}

#jux-admin-mm-tb .admin-toolbox ul {
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}

#jux-admin-mm-tb .admin-toolbox li > label {
	font-size: 11px;
	color: #999999;
}

#jux-admin-mm-tb .btn [class^="icon-"],
#jux-admin-mm-tb .btn [class*=" icon-"] {
	margin-right: 0;
}


/* Toolbox Actions ---- */
.jux-admin-mm-row .toolbox-actions-group {
	position: absolute;
	right: 10px;
	top: 10px;
	display:flex
}

.jux-admin-mm-row .toolbox-actions-group > * {
	margin-left: 5px;
}

/* Fullscreen Toggle */
#navigation_params .jux-admin-tog-fullscreen {
	position: absolute;
	right: 0;
	top: -50px;
}


/* Global Menu Inner padding ---*/
.jux-megamenu .mega-inner {
	padding: 0;
	position: relative;
	*zoom: 1;
}
/*.jux-megamenu .mega-col-module .mega-inner{
	padding: 10px;
}*/
.jux-megamenu .mega-inner .moduletable {
	position: relative;
}
.jux-megamenu .mega-inner .moduletable .custom p:last-child {
	margin-bottom: 0;
}

/* Menu Grid ---*/
.jux-megamenu .row-fluid + .row-fluid,
.jux-megamenu .row + .row {
	margin-top: 0;
	border-top: 0;
}
.navbar .jux-megamenu .meganav > li > a,
.navbar .jux-megamenu .meganav > li > span {
	border-radius: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	padding: 10px 12px;
	line-height: 1;
	text-shadow: none;
	line-height: 1em;
    display: block;
}
.jux-megamenu .meganav > li.display-toggle > a, .jux-megamenu .meganav > li.display-toggle > span {
	border-color: #FF0000 !important;
}

/* Dropdown ---*/
.jux-megamenu .jux-dropdown-menu::before,
.jux-megamenu .jux-dropdown-menu::after {
	display: none !important; /* Hide the Arrow */
}

.jux-megamenu .jux-dropdown-menu {
	padding: 5px;
	border-radius: 0;
	border: none;
	margin: 0;
}
.jux-megamenu .jux-dropdown-submenu.mega-align-right .jux-dropdown-menu {
	margin-left: 0;
	margin-right: 0;
}
.jux-megamenu .jux-dropdown-menu .mega-nav > li:last-child {
	margin-bottom: 0;
}
.juxnav.jux-easy-megamenu .jux-megamenu .mega-nav li > a,
.juxnav.jux-easy-megamenu .jux-megamenu .mega-nav li > span {
	padding: 5px 10px;
	font-size: inherit;
	display: block;
	color: inherit;
}
.jux-megamenu .mega-nav li.display-toggle > a, .jux-megamenu .display-toggle .mega-nav li > span,.jux-megamenu .display-toggle .mega-nav li > a, .jux-megamenu .mega-nav li.display-toggle > span{
	border-color: #FF0000 !important;
}

/* The group ---*/
.jux-megamenu .mega-nav .mega-group > .mega-group-title,
.jux-megamenu .jux-dropdown-menu .mega-nav .mega-group > .mega-group-title {
	padding: 5px 20px 5px 10px;
	cursor: default;
}

.jux-megamenu .mega-group-ct {
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	margin: 0;
	border: none;
	background: transparent;
	padding: 0;
}
.jux-megamenu .mega-group-ct > .row-fluid > [class*="span"] > .mega-inner {
	padding: 10px;
}

/* Module in Menu ---*/
.jux-megamenu .jux-module {
	pointer-events: none;
	cursor: default;
	position: relative;
	margin: 0;
	transition: all 0.1s ease 0s;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
}

.jux-megamenu .jux-module:after {
	display: block;
	position: absolute;
	background: #eeeeee;
	right: -10px;
	bottom: -10px;
	content: "Module";
	width: 70px;
	padding: 2px 0;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	border-radius: 3px 0 0 0;
	border: 1px dotted #dddddd;
	border-width: 1px 0 0 1px;
}

.jux-megamenu .jux-module .module-inner {
	opacity: .3;
	font-size: 12px;
}

.jux-megamenu .jux-module .module-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 14px;
}

.jux-megamenu .jux-module .module-ct {
	overflow: hidden;
	zoom: 1;
}

/* Reset List Style in Module */
.jux-megamenu .jux-module ul,
.jux-megamenu .jux-module .nav,
.jux-megamenu .jux-dropdown-menu .meganav {
	margin: 0 0 0 15px;
}
.jux-megamenu .jux-module ul li,
.jux-megamenu .jux-module .meganav li,
.jux-megamenu .jux-dropdown-menu .meganav li {
	list-style: disc;
	display: list-item;
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.jux-megamenu .jux-module ul li a,
.jux-megamenu .jux-module .meganav li a,
.jux-megamenu .jux-dropdown-menu .jux-module li a {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	background: none;
	font: inherit;
	white-space: normal;
}
.jux-megamenu .jux-module ul li a:hover,
.jux-megamenu .jux-module .meganav li a:hover,
.jux-megamenu .jux-dropdown-menu .jux-module li a:hover,
.jux-megamenu .jux-module ul li a:active,
.jux-megamenu .jux-module .meganav li a:active,
.jux-megamenu .jux-dropdown-menu .jux-module li a:active,
.jux-megamenu .jux-module ul li a:focus,
.jux-megamenu .jux-module .meganav li a:focus,
.jux-megamenu .jux-dropdown-menu .jux-module li a:focus,
.jux-megamenu .jux-module ul li a:visited,
.jux-megamenu .jux-module .meganav li a:visited,
.jux-megamenu .jux-dropdown-menu .jux-module li a:visited {
	background: none;
	color: inherit;
	font: inherit;
}


.jux-megamenu [class*="span"].hover .jux-module:after,
.jux-megamenu [class*="span"].selected .jux-module:after {
	border-style: solid;
	border-color: #666666;
	background: #ffbb00;
	color: #fff;
}

/* Fix Form display problem in Modules */
.jux-megamenu .jux-module .control-group {
	margin-bottom: 5px;
}

.jux-megamenu .jux-module .controls {
	margin-left: 3px;
}

.jux-icon,
.jux-img {
	margin-right: 10px;
	margin-left: 0;
}
.jux-img img {
	height: 18px;
}
.jux-icon.jux-icon-r,
.jux-img.jux-img-r {
	margin-right: 0;
	margin-left: 10px;
}
.jux-icon.jux-icon-above,
.jux-img.jux-img-above {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3px;
	display: block;
}

/* Hover Item ---*/
.jux-megamenu .display-toggle ul[class*="level"] > li > a.hover,
.jux-megamenu .display-toggle ul[class*="level"] > li > span.hover,
.jux-megamenu ul[class*="level"] > li.display-toggle > a.hover,
.jux-megamenu ul[class*="level"] > li.display-toggle > span.hover{
	border-color:#ff0000 !important;
}
/* The caret */
.jux-megamenu .mega-nav li a.hover:after,
.jux-megamenu .mega-nav li a.selected:after {
	border-left-color: #333333;
}


/* Selected Item ---*/
.jux-megamenu .selected {
	background: #fffbf0 !important;
	color: #333333 !important;
	border: 1px solid #666666 !important;
	border-radius: 0;
}
.jux-megamenu .display-toggle .selected{
	border-color:#ff0000 !important;
}
/* The caption ---*/
.mega-caption {
	color: #999;
	font-size: 11px;
}


/* Fix for Joomla! Default Admin Template
--------------------------------------------------*/
#jux-admin-megamenu .jux-dropdown-menu a {
	white-space: normal;
}
#jux-admin-megamenu .jux-dropdown-menu a > i{
	margin-right: 5px;
}
#jux-admin-megamenu .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

/* Fix right spacing for chzn chosen in Megamenu Admin UI */
#jux-admin-megamenu ul.chzn-results {
	margin-right: 4px;
	float: none;
}

/* Fix submenu auto open on hover */
#jux-admin-megamenu .jux-dropdown-submenu:hover .jux-dropdown-menu {
	display: none;
}

#jux-admin-megamenu .jux-dropdown-submenu:hover > .jux-dropdown-menu {
	display: block;
}

.jux_style_btn {
	border: 1px solid #ffffff;
	display: inline-block;
	height: 32px;
	margin-right: 5px;
	padding: 2px;
	width: 38px;
}
.jux_style_btn i {
	display: inline-block;
	height: 32px;
	width: 38px;
}
.jux-hide{
	display: none;
}
.jux-label{
	display: block;
	height: 20px;
	line-height: 20px !important;
	min-width: 210px;
}
.jux-admin-megamenu  .navbar .meganav > li > a:focus {
	outline: 0;
}
.controls #jux-admin-megamenu .btn-group > .btn {
	min-width: 30px;
}
.navbar .meganav > li > a:hover {
	color: inherit;
}
.module-label {
	padding: 3px 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #f2f2f2;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 10px;
	border: 1px solid #f2f2f2;
	font-weight: bold;
}
.mega-col-module.hover .module-label,
.mega-col-module.selected .module-label,
.hover > .mega-inner .module-label,
.selected > .mega-inner .module-label {
	border: 1px solid #666;
	background: #666;
	color: #fff;
}

.lds-dual-ring {
	display: inline-block;
	width: 64px;
	height: 64px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #000;
	border-color: #000 transparent #000 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#mega-menu-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.6);
	z-index: 99;
}
#mega-menu-loader .lds-dual-ring {
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.navbar.jux-vertical .meganav > li {
	float: none;
}
.jux-admin-megamenu .navbar.jux-vertical .meganav > li.jux-mega > a .jux-caret {
	float: right;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	right: 10px;
}
.navbar.jux-vertical .meganav >li.jux-mega > a {
	padding-right: 25px;
}

/** OPTIONS BOX **/
#jux-ez-mega-menu-generator .nav-tabs > li > a {
	letter-spacing: 0.2px;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
}
.jux-option-box {
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-bottom: 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.jux-opt-box-title {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
	border-bottom: 1px solid #eee;
}
.jux-opt-box-body {
	margin: 6px 0 0;
	position: relative;
	padding: 0 12px 12px;
	line-height: 1.4em;
	font-size: 13px;
}
.jux-opt-box-body .chzn-container {
	width: 100% !important;
}
.jux-opt-body-wrap {
	margin-top: 4px;
	margin-bottom: 20px;
}
.jux-opt-box-body .jux-opt-body-wrap:last-child {
	margin-bottom: 1px;
}
.jux-opt-box-body .ui-widget.ui-widget-content {
	border: 1px solid #44a744;
	border-radius: 0;
	height: 5px;
}
.jux-opt-box-body .ui-slider-range.ui-widget-header {
	background-color: #46a546;
	border-radius: 0;
}
.jux-opt-box-body .ui-widget-content .ui-state-default {
	background-color: rgb(47, 111, 47);
	border-color: rgb(47, 111, 47);
	height: 15px;
	top: -6px;
}
.jux-switch-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.jux-switch-status {
	font-weight: 600;
}
.jux-opt-body-wrap input[type="checkbox"] {
	display: inline-block;
	margin: 0;
}
.jux-opt-body-wrap label.jux-cb-label {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-right: 10px;
}
.jux-opt-body-wrap .inputbox {
	width: calc(100% - 13px);
}


/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 28px;
	margin: 0 10px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #46a546;
}

input:focus + .slider {
	box-shadow: 0 0 1px #46a546;
}

input:checked + .slider:before {
	-webkit-transform: translateX(27px);
	-ms-transform: translateX(27px);
	transform: translateX(27px);
}
.jux-textarea {
	resize: vertical;
}

.jux-prev-switch {
	border: 1px solid #AAAAAA;
	border-radius: 0;
	display: block;
	height: 29px;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	white-space: nowrap;
	width: 140px;
}
.jux-prev-switch span {
	background: rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	height: 32px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	text-transform: uppercase;
	top: -1px;
	width: 140px;
	z-index: 1;
	cursor: pointer;
	line-height: 21px;
}
.jux-prev-switch span.active {
	z-index: 0;
}
.jux-prev-switch span::before {
	border-radius: 0;
	box-sizing: border-box;
	color: #FFFFFF;
	content: "Preview";
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 6px 18px;
	position: absolute;
	text-indent: 0;
	top: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	width: 140px;
}
.jux-prev-switch span.off::before {
	color: #555555;
	content: "Structure";
	text-align: right;
	background: none repeat scroll 0 0 #EEEEEE;
	left: 100%;
}
.jux-prev-switch span.off.active::before {
	left: 0;
}
.jux-prev-switch span::after {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 0;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 34px;
	-webkit-box-shadow: 0 0 0 5px #FFFFFF inset;
	box-shadow: 0 0 0 5px #FFFFFF inset;
	background: -moz-repeating-linear-gradient(left center, #DDDDDD 1px, #DDDDDD 2px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 9px) repeat scroll 0 0 #FFFFFF;
	background: -webkit-repeating-linear-gradient( left, #ddd 1px, #ddd 2px, transparent 1px, transparent 9px );
	background: -moz-repeating-linear-gradient( left, #ddd 1px, #ddd 2px, transparent 1px, transparent 9px );
	background-color: rgba(0, 0, 0, 0);
	background: repeating-linear-gradient( left, #ddd 1px, #ddd 2px, transparent 1px, transparent 9px );
	background-color: #fff;
}
.jux-prev-switch span.off::after {
	left: 75%;
}
.jux-prev-switch span.off.active::after {
	left: 0;
}
.jux-prev-switch span.on::before {
	background: none repeat scroll 0 0 #669900;
	left: -100%;
}
.jux-prev-switch span.on::after {
	left: 0;
}
.jux-prev-switch span.on.active::before {
	left: 0;
}
.jux-prev-switch span.on.active::after {
	left: 75%;
}
.juxnav.jux-easy-megamenu.jux-mm-sticky {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}
.juxnav.jux-easy-megamenu.jux-mm-sticky.jux-slideDown {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.jux-megamenu .jux-mega:hover > .jux-dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.navbar .vertical .meganav > li {
	float: none;
}
.navbar .juxnav.jux-easy-megamenu .jux-megamenu.vertical .jux-mega.mega-align-left > .jux-dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
}
.navbar .juxnav.jux-easy-megamenu .jux-megamenu.vertical .jux-mega.mega-align-right > .jux-dropdown-menu {
	top: 0;
	left: auto;
	right: 100%;
}
.juxnav.jux-easy-megamenu.jux-horizontal-up .jux-megamenu .jux-mega > .jux-dropdown-menu {
	bottom: 100%;
	top: auto;
}
.juxnav.jux-easy-megamenu.jux-horizontal-up .jux-megamenu .jux-mega .jux-mega > .jux-dropdown-menu {
	bottom: 0;
}
.juxnav.jux-easy-megamenu.jux-horizontal-up .jux-megamenu.slide .jux-mega > .jux-dropdown-menu {
	margin-bottom: 50px;
}
.juxnav.jux-easy-megamenu.jux-horizontal-up .jux-megamenu.slide .jux-mega:hover > .jux-dropdown-menu {
	margin-bottom: 0;
}
.navbar .jux-megamenu > .meganav {
	width: 100%;
	margin-right: 0;
    position: static;
}
.meganav > li.jux-mega > a {
	line-height: 1;
}
.navbar .jux-megamenu.vertical > .meganav {
	float: none;
	margin: 0;
}
.juxnav.jux-easy-megamenu .jux-megamenu .jux-dropdown-menu {
	border: none;
}

/** TEST **/
.jux-collapse-bar {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    display: none;
}
.jux-collapse-bar.active, .collapsible:hover {
    background-color: #ccc;
}
.juxnav.jux-easy-megamenu .jux-megamenu .jux-dropdown-menu.active {
    border: none;
}
.juxnav.jux-easy-megamenu .jux-megamenu li a {
    outline: none;
}
.navbar .meganav > li.active a,
.navbar .meganav > li.active a:hover,
.navbar .meganav > li.active a:focus{
    box-shadow: none;
}
.juxnav.jux-easy-megamenu .meganav.jux-nav-mobile li a,
.juxnav.jux-easy-megamenu .meganav.jux-nav-mobile li .separator {
    position: relative;
	z-index: 10;
	width: 100%;
}
.jux-mm-sticky.absolute {
    position: absolute;
}
.vertical .meganav > li > a ,
.vertical .meganav > li > .separator{
	width: 100%;
}

.jux-menu-item-wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	flex-direction: row;
	position: relative;
}
.jux-menu-item-wrapper > * {
    display: inline-block;
}
.jux-menu-item-wrapper > .jux-menu-item-title {
    display: flex;
    flex: auto;
    flex-direction: column;
}
.jux-menu-item-wrapper > .jux-icon.jux-icon-above,
.jux-menu-item-wrapper > .jux-img.jux-img-above {
    width: 100%;
}

.jux-dropdown-submenu > a::after {
    display: none !important;
}
.juxnav.jux-easy-megamenu .jux-dropdown-menu li {
	border: none;
}
.juxnav.jux-easy-megamenu .vertical .meganav li.jux-mega a,
.juxnav.jux-easy-megamenu .vertical .meganav li.jux-mega .separator{
	display: block;
}
.jux-float-right {
	float: right;
}
.jux-megamenu.vertical .nav:not(.jux-nav-mobile) > .jux-dropdown > .dropdown-toggle .jux-caret {
	transform: rotate(-90deg);
}
.juxnav.jux-easy-megamenu .jux-megamenu.vertical.slide .jux-mega > .jux-dropdown-menu {
	margin-top: 30px;
}
.juxnav.jux-easy-megamenu .jux-megamenu.vertical.slide .jux-mega:hover > .jux-dropdown-menu {
	margin-top: 0;
}
.juxnav.jux-align-right .jux-megamenu > .meganav > li > a .jux-menu-item-wrapper .jux-icon.jux-icon-l,
.juxnav.jux-align-right .jux-megamenu > .meganav > li > .separator .jux-menu-item-wrapper .jux-icon.jux-icon-l,
.juxnav.jux-align-right .jux-megamenu > .meganav > li > a .jux-menu-item-wrapper .jux-img.jux-img-l,
.juxnav.jux-align-right .jux-megamenu > .meganav > li > .separator .jux-menu-item-wrapper .jux-img.jux-img-l {
	margin-right: 8px;
	margin-left: 0;
}
.juxnav.jux-align-right .jux-megamenu > .meganav > li > a .jux-menu-item-wrapper .jux-icon.jux-icon-r,
.juxnav.jux-align-right .jux-megamenu > .meganav > li > .separator .jux-menu-item-wrapper .jux-icon.jux-icon-r,
.juxnav.jux-align-right .jux-megamenu > .meganav > li > a .jux-menu-item-wrapper .jux-img.jux-img-r,
.juxnav.jux-align-right .jux-megamenu > .meganav > li > .separator .jux-menu-item-wrapper .jux-img.jux-img-r {
	margin-left: 8px;
	margin-right: 0;
}
.juxnav .jux-megamenu.vertical > .meganav:not(.jux-nav-mobile) > li > a > .jux-menu-item-wrapper > .jux-caret,
.juxnav .jux-megamenu.vertical > .meganav:not(.jux-nav-mobile) > li > .separator > .jux-menu-item-wrapper > .jux-caret {
	transform: rotate(-90deg);
	margin-left: 0;
}
.jux-megamenu .meganav.jux-nav-mobile .jux-caret.jux-mobile-caret-rotate {
	transform: rotate(90deg);
}
.yottie-widget-header-subscribe iframe {
	visibility: unset !important;
}
.juxnav.jux-easy-megamenu{
    position: relative;
}
.juxnav.jux-align-center .horizontal .meganav {
	justify-content: center;
}
.juxnav.jux-align-right .horizontal .meganav {
	justify-content: flex-end;
}
.juxnav.jux-align-left .horizontal .meganav {
	justify-content: flex-start;
}
.jux-megamenu.vertical .mega-align-justify > .jux-dropdown-menu {
	left: 100%;
	right: auto;
	top: 0;
}
.juxnav.jux-easy-megamenu .jux-megamenu.vertical .mega-align-justify > .jux-dropdown-menu {
	top: 0;
}
.meganav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.jux-dropdown,
.jux-dropdown-submenu {
  position: relative;
}

.navbar .jux-megamenu .meganav {
	margin: 0;
	position: relative;
	left: 0;
	float: left;
	list-style: none;
	padding: 0;
}
.navbar .jux-megamenu .meganav .jux-mega .jux-mega > .jux-dropdown-menu {
	top: 0;
}
.juxnav.jux-easy-megamenu img {
	max-width: 100%;
}
.mega-col-module iframe {
    max-width: 100%;
}
.span12 {
	width: 100%;
}
.jux-empty-title > a > .jux-menu-item-wrapper > .jux-menu-item-title {
  display: none;
}