/* MENU CONFIGURATION
**********************************************************/
.jetmenu{
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	position: relative;
	/*float: left;*/
	list-style: none;
}
.jetmenu li{
	display: inline-block;
	float: left;
}

.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:not(.top-menu) > li > a {
	width: 100%;
	padding: 16px 0;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-bottom: 3px solid #014870;
}
.jetmenu > li.highlight > a {
	border-bottom: 3px solid #00ACD1;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a {
	border-color: #00ACD1;
	color: #00D2FF;
}
.jetmenu > li > a {
	position: relative;
}
.jetmenu:not(.top-menu) > li > a:before {
	content: "";
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #00acd1 transparent;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.jetmenu > li > a:hover:before,
.jetmenu > li.active > a:before {
	opacity: 1;
}

/* 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: 134px;
	background: #fff;
}
.jetmenu ul.dropdown{
	top: 27px;
}
.jetmenu ul.dropdown li ul.dropdown{
	left: 100%;
	top: inherit;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 6px 24px 6px;
	display:inline-block;
	float:left;
	clear:both;
	text-decoration: none;
	color: #999;
}
.jetmenu ul.dropdown li:hover > a{
	background: #e0e0e0;
	color: #555;
}

/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left{
	left: auto;
	right: 100%;
}

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
	position: relative;
	left: 5px;
	top: 0;
	font-size: 14px;
	float: right;
}
.jetmenu ul li .indicator{
	font-size: 12px;
	top: 1px;
	left: 10px;
}

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
	position: absolute;
	display: none;
	background: #00acd1;
	width: 25%;
	/*top: 57px;*/
	margin-top: -3px;
	color: #fff;
	z-index: 99;
}
.jetmenu > li > .megamenu h3 {
	padding: 18px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}
.extended {
	position: relative;
	padding: 20px 30px 20px;
}
.extended:before, .extended:after,
.megamenu:before, .megamenu:after {
  content: "";
  position: absolute;
  background: #00acd1;
  top: 0;
  bottom: 0;
  width: 9999px;
} 
.megamenu:before,
.extended:before {
  right: 100%; 
}
.megamenu:after,
.extended:after {
  left: 100%;
}
/* megamenu list */
.jetmenu li > .megamenu ul{
	margin: 0 0 20px 0;
	float: left;
	padding: 0;
	display: block;
	position: relative;
}
.jetmenu li > .megamenu ul li{
	width: 100%;
	padding: 4px 0;
}
.jetmenu li > .megamenu ul li.title{
	margin: 0 0 8px;
	padding: 0 0 5px;
	font-size: 14px;
	border-bottom: solid 1px #666;
}

/* megamenu h5 */
.jetmenu li > .megamenu h5{
	width: 100%;
	margin: 0;
	padding: 0;
}

/* megamenu links */
.jetmenu li > .megamenu a{
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s linear; 
	-moz-transition: color 0.3s linear; 
	-o-transition: color 0.3s linear; 
	transition: color 0.3s linear; 
}
.jetmenu li > .megamenu a:hover{
	color: #dedede;
}

/* megamenu images */
.jetmenu  .megamenu img{
	width: 100%;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}

/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.half-width,
.jetmenu > li.fix-sub > .dropdown{
	right: 0;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width{
	width: 50%;
}
.jetmenu > li > .megamenu.full-width{
	width: 100%;
	left: 0;
}

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form{
	width: 100%;
}

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
	padding: 5px;
	color: #999;
	background: #444;
	font-size: 14px;
	border: solid 1px transparent;
	outline: none;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
.jetmenu li > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus{
	border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"]{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form textarea{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"]{
	width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	-webkit-transition: background 0.3s linear; 
	-moz-transition: background 0.3s linear; 
	-o-transition: background 0.3s linear; 
	transition: background 0.3s linear; 
}
.jetmenu li > .megamenu form input[type="submit"]:hover{
	background: #e0e0e0;
	color: #555;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row{
	width: 100%;
	margin-top: 15px;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:before,
.megamenu .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .row:after {
	clear: both;
}
.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6{
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
}
.megamenu .row [class*="col"]:first-child {
	margin-left: 0;
}
.megamenu .row .col1{
	width: 14.893617021276595%;
}
.megamenu .row .col2{
	width: 31.914893617021278%;
}
.megamenu .row .col3{
	width: 48.93617021276595%;
}
.megamenu .row .col4{
	width: 65.95744680851064%;
}
.megamenu .row .col5{
	width: 82.97872340425532%;
}
.megamenu .row .col6{
	width: 100%;
}
.col1 ul,
.col1 ul li {
	width: 100%;
}
.megamenu .row.four-rows .col1 {
	width: 25%;
}
.megamenu .row.three-rows .col1 {
	width: 33.3%;
}
.megamenu .row.two-rows .col1 {
	width: 50%;
	text-align: center;
}
/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu > li.right{
	float: right;
}
.jetmenu > li.right > .megamenu,
.jetmenu > li.right > .megamenu.half-width,
.jetmenu > li.right > .dropdown{
	right: 0;
}

/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu > li.jsright{
	float: right;
}
.jetmenu > li.jsright.last > .megamenu,
.jetmenu > li.jsright.last > .megamenu.half-width,
.jetmenu > li.jsright.last > .dropdown{
	right: 0;
}

/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu > li > a > i {
	line-height: 23px !important;
	margin-right: 6px;
	font-size: 18px;
}

/* COLLAPSIBLE MENU
**********************************************************/
.showhide.open div {
	background: #00ACD1;
}
.jetmenu > li.showhide.open .icon em {
	background: #fff;
}
.jetmenu > li.showhide {
	display: none;
	height: 49px;
	color: #fff;
	background: #014870;
}
.jetmenu > li.showhide div {
	width: 100px;
	float: right;
	padding-right: 12px;
	cursor: pointer;
}
.jetmenu > li.showhide span.title {
	margin: 15px 0 0 12px;
	float: right;
}

.jetmenu > li.showhide span.icon,
.jetmenu > li.showhide span.close {
	margin: 14px 0;
	float: right;
}
.jetmenu > li.showhide span.close,
.jetmenu > li.showhide.open span.icon {
	display: none;
}
.jetmenu > li.showhide.open span.close {
	display: inline-block;
}
.row a {
	width: 90%;
	border-bottom: 1px solid  #00ACD1;
}
.row a:hover {
	border-color: #fff;
}
/* Stuff for VI */

@media (max-width: 960px) {
	#main-menu {
		background: #00acd1;
	}
	.jetmenu  > li > .megamenu {
		position: relative;
	}
	.jetmenu  > li,
	.jetmenu:not(.top-menu) > li > a {
		text-transform: uppercase;
		text-align: left;
	}
	.megamenu h3 {
		display: none;
	}
	.megamenu .col1,
	.jetmenu li > .megamenu ul {
		margin: 0 !important;
	}
	.jetmenu li > .megamenu a {
		display: block;
		padding: 12px;
		width: 100%;
	}
	.jetmenu:not(.top-menu) > li > a {
		border: none;
	}
	#main-menu li a.active {
		color:  #007db0;
	}
	.extended {
		padding: 0;
	}
	.row {
		background: #0090be;
	}
	.row a:hover {
		border-color: #007db0;
		background: #007db0;
	}
}