/*
NAME: Jet Responsive Megamenu 
AUTHOR PAGE: http://codecanyon.net/user/marcoarib
ITEM PAGE: http://codecanyon.net/item/jet-responsive-megamenu/5719593
*/

/* MENU CONFIGURATION
**********************************************************/
.jetmenu{
	width: 1020px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
	height: 39px;
	z-index: 10;
}
.jetmenu li{
	display: inline-block;
	float: left;
	border-right: 1px solid #fff !important;/**/
	line-height: 39px;
}
.jetmenu li.last-child a:hover {
	display: inline-block;
	border-right: transparent;/**/
}
.jetmenu li.last-child a {
	display: inline-block;
	border-right: transparent;/**/
}
.jetmenu li.divider {
	border-right: solid 1px #fff !important;
	line-height: 39px;
	width:1px;
}	
.jetmenu a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.jetmenu > li > a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 39px;
	text-shadow: 2px 2px 3px #333;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 24px; /* space between */	
}
.jetmenu > li:hover > a {
	background: #000;
	color: #fff;
	height: 39px;
	padding: 0px 24px; /* space between */
}
.jetmenu > li.active > a {
	background: #000;
	color: #fff;
	height: 39px;
	padding: 0px 24px; /* space between */
}

.jetmenu i.fa-home {font-size:1.35em; padding-top:5px;height:39px;}



/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 99;
	min-width: 280px;/* column width */
	background: #fff;
	border-left: 4px solid #f15928; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0px 3px 12px rgba(0,0,0,.5);/*CUSTOM* Hor, Ver, Blur, Spread*/
	-webkit-box-shadow: 0px 3px 12px rgba(0,0,0,.5);
	box-shadow: 0px 3px 12px rgba(0,0,0,.5);
}
.jetmenu ul.dropdown{
    top: 39px;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 100%;
	top: inherit;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;
	font-size: 14px;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 6px 6px 6px 20px;
	display:inline-block;
	float:left;
	clear:both;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #000;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a{
	background: #f5f2d2;
	color: #000;
	
}

/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left{
    left: auto;
	right: 100%;
}

/* SUBMENU INDICATORS  icon on js *****************************/
.jetmenu .indicator {
	position: relative;
	left: 5px;
	top: 0;
	font-size: 21px;
	float: right;
	content: "\f107";
	color: white;
	text-shadow: 2px 2px 3px #666;
}
.jetmenu ul li .indicator{
	font-size: 21px;
	top: 1px;
	left: 10px;
	content: "\f107";
	color: white;
	text-shadow: 2px 2px 3px #666;
}
.fa-angle-double-right:before {
  content: "\f101";
  position: relative;
  left: 5px;
  top: 0;
  font-size: 21px;
  float: right;
  color:#000;
  text-align:right;
  align:right;
  top:2px;
}


/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right{
	float: right;
}
.jetmenu > li.right > .dropdown{
	right: 0;
}

/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright{
	float: right;
}


/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu > li > a > i{
	line-height: 23px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	height: 39px;
	cursor: pointer;
	color: #fff;
	background: #f15928;
	
}
.jetmenu > li.showhide span.title{
	margin: 0px 0 0 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	float: left;
	color: #fff;
	border-bottom: none;
}
.jetmenu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.jetmenu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
}

/* STYLES
************************************************191970**********/

/* black */
.black > li:hover > a, .black > li.active > a{ background: #000;	color: #fff; }
.black ul.dropdown li:hover > a{ background: #e8e7e7; color: #000; }
.black li > .megamenu form input[type="text"]:focus, .black li > .megamenu form textarea:focus{ border-color: #111111; }
.black li > .megamenu form input[type="submit"]:hover{ background: #111111; color: #fff; }
.black li > .megamenu a:hover{ color: #dedede; }


/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 768px) {
.jetmenu{
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
	height: 39px;
	z-index: 10;
}
.jetmenu li{
	display: inline-block;
	float: left;
	border-right: 0px solid transparent !important;/**/
	line-height: 39px;
}

	.jetmenu > li{
		display: block;
		width: 100%;
		border-right: 0;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}
	.jetmenu > li > a{
		font-size: 14px;
		background: #000;
		height:39px; /* MATCH ABOVE */
		padding: 0px 15px; /* space between */
	}
	.jetmenu a{
		width: 100%;
		height:39px;
		line-height:39px;
		padding: 0px 15px; /* space between */
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}
	.jetmenu > li:hover > a, .jetmenu > li.active > a {
		padding: 0px 15px; /* space between */
		background: #f15928;
	}
	.jetmenu ul.dropdown, 
	.jetmenu ul.dropdown li ul.dropdown{
		width: 100% !important;
		left: 0;
		position: static !important;
		border: none;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.jetmenu ul.dropdown li {
		background: #fff !important;
		border: none;
	}
	.jetmenu ul.dropdown > li > a{
		padding-left: 40px !important;
	}
	.jetmenu > li > .megamenu{
		width: 100% !important;
		position: static;
		border-top: none;
	}
	.jetmenu > li > .megamenu .row [class*="col"]{
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.jetmenu > li > .megamenu .row:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.jetmenu > li > .megamenu .row{
		margin-top: 0;
	}
	.jetmenu > li > ul.dropdown > li > a{ padding-left: 40px !important; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important; }
}
@media (min-width: 768px) and (max-width: 992px) {
	.jetmenu > li > .megamenu{
		width: 100% !important;
		left: 0 !important;
	}
	.jetmenu > li > a{
	font-size: 13px;
	padding: 0px 11px; /* space between */	
	}
	.jetmenu > li:hover > a,
	.jetmenu > li.active > a{
		padding: 0px 11px; /* space between */
	}
}


@media print{
    element {
        display:none;
    }
}

